Merge pull request #1854 from wash2/fix-clear-blend-mode
fix: when clearing damaged surface with background color blend mode should be Source only
This commit is contained in:
commit
8e8b1e1eac
1 changed files with 1 additions and 0 deletions
|
|
@ -91,6 +91,7 @@ impl Backend {
|
||||||
background_color,
|
background_color,
|
||||||
)),
|
)),
|
||||||
anti_alias: false,
|
anti_alias: false,
|
||||||
|
blend_mode: tiny_skia::BlendMode::Source,
|
||||||
..Default::default()
|
..Default::default()
|
||||||
},
|
},
|
||||||
tiny_skia::FillRule::default(),
|
tiny_skia::FillRule::default(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue