Skip to content

Commit

Permalink
Bug 1695807 - Mix blend image brush data should be RasterizationSpace…
Browse files Browse the repository at this point in the history
…::Screen. r=gw

Differential Revision: https://phabricator.services.mozilla.com/D106880
  • Loading branch information
lsalzman committed Mar 2, 2021
1 parent 6ce723f commit 0246306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gfx/wr/webrender/src/batch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1980,7 +1980,7 @@ impl BatchBuilder {
_ => ShaderColorMode::Image,
},
alpha_type: AlphaType::PremultipliedAlpha,
raster_space: RasterizationSpace::Local,
raster_space: RasterizationSpace::Screen,
opacity: 1.0,
}.encode(),
);
Expand Down

0 comments on commit 0246306

Please sign in to comment.