mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-09-03 19:50:33 +00:00
Rename Raster to Bitmap
This commit is contained in:
parent
c5ed54cbd2
commit
5a6815dd91
9 changed files with 26 additions and 28 deletions
|
@ -352,5 +352,5 @@ impl UpcastNode {
|
|||
pub enum RenderOutput {
|
||||
CanvasFrame(graphene_core::SurfaceFrame),
|
||||
Svg(String),
|
||||
Raster(Vec<u8>),
|
||||
Image(Vec<u8>),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue