feat: scale padding

This commit is contained in:
Arnošt Pleskot 2023-08-11 09:53:34 +02:00
parent d4d9ecf6c6
commit 94f20566d1
No known key found for this signature in database
2 changed files with 16 additions and 12 deletions

View file

@ -97,6 +97,7 @@ export const exportToCanvas = async (
canvas,
fancyBackgroundImageUrl: appState.fancyBackgroundImageUrl!,
backgroundColor: viewBackgroundColor,
exportScale: appState.exportScale,
});
}