mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: fancyBackgrounds in svg
This commit is contained in:
parent
94f20566d1
commit
e8cc787edc
4 changed files with 106 additions and 16 deletions
|
@ -47,6 +47,7 @@ export const exportCanvas = async (
|
|||
exportPadding,
|
||||
exportScale: appState.exportScale,
|
||||
exportEmbedScene: appState.exportEmbedScene && type === "svg",
|
||||
fancyBackgroundImageUrl: appState.fancyBackgroundImageUrl,
|
||||
},
|
||||
files,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue