mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-21 04:48:11 +08:00
Break apart and improve the JS for rasterizing SVGs and downloading files (#786)
It now uses a blob URL instead of a data URL in the download process, which is cleaner and better performance.
This commit is contained in:
@@ -222,7 +222,7 @@ export class TriggerImport extends JsMessage {}
|
||||
export class TriggerPaste extends JsMessage {}
|
||||
|
||||
export class TriggerRasterDownload extends JsMessage {
|
||||
readonly document!: string;
|
||||
readonly svg!: string;
|
||||
|
||||
readonly name!: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user