update snapshots
This commit is contained in:
parent
defdd7977c
commit
7ce0615411
@ -937,7 +937,6 @@ exports[`Test Transform > should transform linear elements 3`] = `
|
||||
"lastCommittedPoint": null,
|
||||
"link": null,
|
||||
"locked": false,
|
||||
"loopLock": false,
|
||||
"opacity": 100,
|
||||
"points": [
|
||||
[
|
||||
@ -949,6 +948,7 @@ exports[`Test Transform > should transform linear elements 3`] = `
|
||||
0,
|
||||
],
|
||||
],
|
||||
"polygon": false,
|
||||
"roughness": 1,
|
||||
"roundness": null,
|
||||
"seed": Any<Number>,
|
||||
@ -985,7 +985,6 @@ exports[`Test Transform > should transform linear elements 4`] = `
|
||||
"lastCommittedPoint": null,
|
||||
"link": null,
|
||||
"locked": false,
|
||||
"loopLock": false,
|
||||
"opacity": 100,
|
||||
"points": [
|
||||
[
|
||||
@ -997,6 +996,7 @@ exports[`Test Transform > should transform linear elements 4`] = `
|
||||
0,
|
||||
],
|
||||
],
|
||||
"polygon": false,
|
||||
"roughness": 1,
|
||||
"roundness": null,
|
||||
"seed": Any<Number>,
|
||||
|
@ -142,7 +142,6 @@ exports[`Test dragCreate > add element to the scene when pointer dragging long e
|
||||
"lastCommittedPoint": null,
|
||||
"link": null,
|
||||
"locked": false,
|
||||
"loopLock": false,
|
||||
"opacity": 100,
|
||||
"points": [
|
||||
[
|
||||
@ -154,6 +153,7 @@ exports[`Test dragCreate > add element to the scene when pointer dragging long e
|
||||
50,
|
||||
],
|
||||
],
|
||||
"polygon": false,
|
||||
"roughness": 1,
|
||||
"roundness": {
|
||||
"type": 2,
|
||||
|
@ -78,7 +78,6 @@ exports[`multi point mode in linear elements > line 3`] = `
|
||||
],
|
||||
"link": null,
|
||||
"locked": false,
|
||||
"loopLock": false,
|
||||
"opacity": 100,
|
||||
"points": [
|
||||
[
|
||||
@ -94,6 +93,7 @@ exports[`multi point mode in linear elements > line 3`] = `
|
||||
110,
|
||||
],
|
||||
],
|
||||
"polygon": false,
|
||||
"roughness": 1,
|
||||
"roundness": {
|
||||
"type": 2,
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -68,7 +68,6 @@ exports[`select single element on the scene > arrow escape 1`] = `
|
||||
"lastCommittedPoint": null,
|
||||
"link": null,
|
||||
"locked": false,
|
||||
"loopLock": false,
|
||||
"opacity": 100,
|
||||
"points": [
|
||||
[
|
||||
@ -80,6 +79,7 @@ exports[`select single element on the scene > arrow escape 1`] = `
|
||||
50,
|
||||
],
|
||||
],
|
||||
"polygon": false,
|
||||
"roughness": 1,
|
||||
"roundness": {
|
||||
"type": 2,
|
||||
|
@ -229,7 +229,6 @@ exports[`restoreElements > should restore line and draw elements correctly 1`] =
|
||||
"lastCommittedPoint": null,
|
||||
"link": null,
|
||||
"locked": false,
|
||||
"loopLock": false,
|
||||
"opacity": 100,
|
||||
"points": [
|
||||
[
|
||||
@ -241,6 +240,7 @@ exports[`restoreElements > should restore line and draw elements correctly 1`] =
|
||||
100,
|
||||
],
|
||||
],
|
||||
"polygon": false,
|
||||
"roughness": 1,
|
||||
"roundness": {
|
||||
"type": 2,
|
||||
@ -279,7 +279,6 @@ exports[`restoreElements > should restore line and draw elements correctly 2`] =
|
||||
"lastCommittedPoint": null,
|
||||
"link": null,
|
||||
"locked": false,
|
||||
"loopLock": false,
|
||||
"opacity": 100,
|
||||
"points": [
|
||||
[
|
||||
@ -291,6 +290,7 @@ exports[`restoreElements > should restore line and draw elements correctly 2`] =
|
||||
100,
|
||||
],
|
||||
],
|
||||
"polygon": false,
|
||||
"roughness": 1,
|
||||
"roundness": {
|
||||
"type": 2,
|
||||
|
Loading…
x
Reference in New Issue
Block a user