mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: proper scaling (none) for fancyBackground in svg export
This commit is contained in:
parent
8ac95a713b
commit
95baf540f2
2 changed files with 30 additions and 20 deletions
|
@ -297,8 +297,10 @@ export const exportToSvg = async (
|
|||
svgRoot,
|
||||
fancyBackgroundImageKey: `${appState.fancyBackgroundImageKey}`,
|
||||
backgroundColor: viewBackgroundColor,
|
||||
dimensions: { width, height },
|
||||
exportScale,
|
||||
canvasDimensions: {
|
||||
width,
|
||||
height,
|
||||
},
|
||||
theme: appState.exportWithDarkMode ? THEME.DARK : THEME.LIGHT,
|
||||
contentSize,
|
||||
includeLogo: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue