mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-12-04 19:44:43 +01:00
fix: proper scaling (none) for fancyBackground in svg export
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user