update snapshots

This commit is contained in:
dwelle 2025-05-13 16:47:33 +02:00
parent defdd7977c
commit 7ce0615411
6 changed files with 8324 additions and 8360 deletions

View File

@ -937,7 +937,6 @@ exports[`Test Transform > should transform linear elements 3`] = `
"lastCommittedPoint": null, "lastCommittedPoint": null,
"link": null, "link": null,
"locked": false, "locked": false,
"loopLock": false,
"opacity": 100, "opacity": 100,
"points": [ "points": [
[ [
@ -949,6 +948,7 @@ exports[`Test Transform > should transform linear elements 3`] = `
0, 0,
], ],
], ],
"polygon": false,
"roughness": 1, "roughness": 1,
"roundness": null, "roundness": null,
"seed": Any<Number>, "seed": Any<Number>,
@ -985,7 +985,6 @@ exports[`Test Transform > should transform linear elements 4`] = `
"lastCommittedPoint": null, "lastCommittedPoint": null,
"link": null, "link": null,
"locked": false, "locked": false,
"loopLock": false,
"opacity": 100, "opacity": 100,
"points": [ "points": [
[ [
@ -997,6 +996,7 @@ exports[`Test Transform > should transform linear elements 4`] = `
0, 0,
], ],
], ],
"polygon": false,
"roughness": 1, "roughness": 1,
"roundness": null, "roundness": null,
"seed": Any<Number>, "seed": Any<Number>,

View File

@ -142,7 +142,6 @@ exports[`Test dragCreate > add element to the scene when pointer dragging long e
"lastCommittedPoint": null, "lastCommittedPoint": null,
"link": null, "link": null,
"locked": false, "locked": false,
"loopLock": false,
"opacity": 100, "opacity": 100,
"points": [ "points": [
[ [
@ -154,6 +153,7 @@ exports[`Test dragCreate > add element to the scene when pointer dragging long e
50, 50,
], ],
], ],
"polygon": false,
"roughness": 1, "roughness": 1,
"roundness": { "roundness": {
"type": 2, "type": 2,

View File

@ -78,7 +78,6 @@ exports[`multi point mode in linear elements > line 3`] = `
], ],
"link": null, "link": null,
"locked": false, "locked": false,
"loopLock": false,
"opacity": 100, "opacity": 100,
"points": [ "points": [
[ [
@ -94,6 +93,7 @@ exports[`multi point mode in linear elements > line 3`] = `
110, 110,
], ],
], ],
"polygon": false,
"roughness": 1, "roughness": 1,
"roundness": { "roundness": {
"type": 2, "type": 2,

View File

@ -68,7 +68,6 @@ exports[`select single element on the scene > arrow escape 1`] = `
"lastCommittedPoint": null, "lastCommittedPoint": null,
"link": null, "link": null,
"locked": false, "locked": false,
"loopLock": false,
"opacity": 100, "opacity": 100,
"points": [ "points": [
[ [
@ -80,6 +79,7 @@ exports[`select single element on the scene > arrow escape 1`] = `
50, 50,
], ],
], ],
"polygon": false,
"roughness": 1, "roughness": 1,
"roundness": { "roundness": {
"type": 2, "type": 2,

View File

@ -229,7 +229,6 @@ exports[`restoreElements > should restore line and draw elements correctly 1`] =
"lastCommittedPoint": null, "lastCommittedPoint": null,
"link": null, "link": null,
"locked": false, "locked": false,
"loopLock": false,
"opacity": 100, "opacity": 100,
"points": [ "points": [
[ [
@ -241,6 +240,7 @@ exports[`restoreElements > should restore line and draw elements correctly 1`] =
100, 100,
], ],
], ],
"polygon": false,
"roughness": 1, "roughness": 1,
"roundness": { "roundness": {
"type": 2, "type": 2,
@ -279,7 +279,6 @@ exports[`restoreElements > should restore line and draw elements correctly 2`] =
"lastCommittedPoint": null, "lastCommittedPoint": null,
"link": null, "link": null,
"locked": false, "locked": false,
"loopLock": false,
"opacity": 100, "opacity": 100,
"points": [ "points": [
[ [
@ -291,6 +290,7 @@ exports[`restoreElements > should restore line and draw elements correctly 2`] =
100, 100,
], ],
], ],
"polygon": false,
"roughness": 1, "roughness": 1,
"roundness": { "roundness": {
"type": 2, "type": 2,