mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 14:18:04 +08:00
Desktop: Fix SVG Preview render mode (#3877)
Desktop: Fix svg preview mode
This commit is contained in:
@@ -225,8 +225,6 @@ pub enum FrontendMessage {
|
||||
UpdateDocumentArtwork {
|
||||
svg: String,
|
||||
},
|
||||
// This message is intercepted before being sent to the frontend
|
||||
#[serde(skip)]
|
||||
UpdateImageData {
|
||||
image_data: Vec<(u64, Image<Color>)>,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user