mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-23 09:58:11 +08:00
Rename Raster to Bitmap
This commit is contained in:
@@ -541,7 +541,7 @@ export class TriggerDownloadBlobUrl extends JsMessage {
|
||||
readonly blobUrl!: string;
|
||||
}
|
||||
|
||||
export class TriggerDownloadRaster extends JsMessage {
|
||||
export class TriggerDownloadImage extends JsMessage {
|
||||
readonly svg!: string;
|
||||
|
||||
readonly name!: string;
|
||||
@@ -1402,7 +1402,7 @@ export const messageMakers: Record<string, MessageMaker> = {
|
||||
TriggerCopyToClipboardBlobUrl,
|
||||
TriggerFetchAndOpenDocument,
|
||||
TriggerDownloadBlobUrl,
|
||||
TriggerDownloadRaster,
|
||||
TriggerDownloadImage,
|
||||
TriggerDownloadTextFile,
|
||||
TriggerFontLoad,
|
||||
TriggerGraphViewOverlay,
|
||||
|
||||
Reference in New Issue
Block a user