mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
chore: use width/height instead of w/h in Dimensions type
This commit is contained in:
parent
a216e7cce4
commit
d27856a967
3 changed files with 48 additions and 31 deletions
|
@ -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,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue