mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-26 16:04:04 +00:00
Fix blend modes and opacity on raster data (#1996)
* Apply alpha blending to images when using vello * Fix bounds for image layer * Fix rendering for non vello images
This commit is contained in:
parent
768ca0c535
commit
32da545a49
3 changed files with 26 additions and 8 deletions
|
@ -931,5 +931,6 @@ async fn upload_texture<'a: 'n>(_: (), input: ImageFrame<Color>, executor: &'a W
|
|||
TextureFrame {
|
||||
texture: texture.into(),
|
||||
transform: input.transform,
|
||||
alpha_blend: Default::default(),
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue