Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use raqote for 2D canvas rendering #24422

Merged
merged 4 commits into from Oct 16, 2019
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Next

Show warn! for shadow drawing operations

  • Loading branch information
pylbrecht committed Oct 11, 2019
commit f88c6efd636077d67c9c16845cd924f62285448c
@@ -306,7 +306,7 @@ impl GenericDrawTarget for raqote::DrawTarget {
_sigma: f32,
_operator: CompositionOp,
) {
unimplemented!();
warn!("no support for drawing shadows");
}
fn fill(&mut self, path: &Path, pattern: Pattern, draw_options: &DrawOptions) {
self.fill(
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.