mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-15 05:20:27 +02:00
chore: use width/height instead of w/h in Dimensions type
This commit is contained in:
@@ -274,7 +274,7 @@ export const exportToSvg = async (
|
||||
svgRoot,
|
||||
fancyBackgroundImageKey: `${appState.fancyBackgroundImageKey}`,
|
||||
backgroundColor: viewBackgroundColor,
|
||||
dimensions: { w: width, h: height },
|
||||
dimensions: { width, height },
|
||||
exportScale,
|
||||
theme: appState.exportWithDarkMode ? THEME.DARK : THEME.LIGHT,
|
||||
});
|
||||
|
Reference in New Issue
Block a user