mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-24 17:59:58 +02:00
updated export.test
This commit is contained in:
@@ -118,6 +118,7 @@ describe("export", () => {
|
|||||||
scale: [1, 1],
|
scale: [1, 1],
|
||||||
width: 100,
|
width: 100,
|
||||||
height: 100,
|
height: 100,
|
||||||
|
roundness: null,
|
||||||
angle: normalizeAngle(315),
|
angle: normalizeAngle(315),
|
||||||
}),
|
}),
|
||||||
API.createElement({
|
API.createElement({
|
||||||
@@ -128,6 +129,7 @@ describe("export", () => {
|
|||||||
scale: [-1, 1],
|
scale: [-1, 1],
|
||||||
width: 50,
|
width: 50,
|
||||||
height: 50,
|
height: 50,
|
||||||
|
roundness: null,
|
||||||
angle: normalizeAngle(45),
|
angle: normalizeAngle(45),
|
||||||
}),
|
}),
|
||||||
API.createElement({
|
API.createElement({
|
||||||
@@ -138,6 +140,7 @@ describe("export", () => {
|
|||||||
scale: [1, -1],
|
scale: [1, -1],
|
||||||
width: 100,
|
width: 100,
|
||||||
height: 100,
|
height: 100,
|
||||||
|
roundness: null,
|
||||||
angle: normalizeAngle(45),
|
angle: normalizeAngle(45),
|
||||||
}),
|
}),
|
||||||
API.createElement({
|
API.createElement({
|
||||||
@@ -148,6 +151,7 @@ describe("export", () => {
|
|||||||
scale: [-1, -1],
|
scale: [-1, -1],
|
||||||
width: 50,
|
width: 50,
|
||||||
height: 50,
|
height: 50,
|
||||||
|
roundness: null,
|
||||||
angle: normalizeAngle(315),
|
angle: normalizeAngle(315),
|
||||||
}),
|
}),
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user