|
@@ -104,7 +104,7 @@ export const exportToCanvas = async (
|
|
canvas,
|
|
canvas,
|
|
fancyBackgroundImageKey: appState.fancyBackgroundImageKey,
|
|
fancyBackgroundImageKey: appState.fancyBackgroundImageKey,
|
|
backgroundColor: viewBackgroundColor,
|
|
backgroundColor: viewBackgroundColor,
|
|
- exportScale: appState.exportScale,
|
|
|
|
|
|
+ exportScale: scale,
|
|
theme: renderConfig.theme,
|
|
theme: renderConfig.theme,
|
|
});
|
|
});
|
|
}
|
|
}
|