chore: use width/height instead of w/h in Dimensions type

This commit is contained in:
Arnošt Pleskot 2023-08-15 22:39:40 +02:00
parent a216e7cce4
commit d27856a967
No known key found for this signature in database
3 changed files with 48 additions and 31 deletions

View file

@ -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,
});