feat: fancyBackgrounds in svg

This commit is contained in:
Arnošt Pleskot
2023-08-11 12:00:14 +02:00
parent 94f20566d1
commit e8cc787edc
4 changed files with 106 additions and 16 deletions
+1
View File
@@ -47,6 +47,7 @@ export const exportCanvas = async (
exportPadding,
exportScale: appState.exportScale,
exportEmbedScene: appState.exportEmbedScene && type === "svg",
fancyBackgroundImageUrl: appState.fancyBackgroundImageUrl,
},
files,
);