feat: save exportScale in AppState (#3580)
Co-authored-by: David Luzar <luzar.david@gmail.com> Co-authored-by: dwelle <luzar.david@gmail.com>
This commit is contained in:
@ -69,7 +69,7 @@ describe("exportToSvg", () => {
|
||||
const svgElement = exportUtils.exportToSvg(ELEMENTS, {
|
||||
...DEFAULT_OPTIONS,
|
||||
exportPadding: 0,
|
||||
scale: SCALE,
|
||||
exportScale: SCALE,
|
||||
});
|
||||
|
||||
expect(svgElement).toHaveAttribute(
|
||||
|
Reference in New Issue
Block a user