mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix zindex to account for group boundaries (#2065)
This commit is contained in:
parent
ea020f2c50
commit
d07099aadd
10 changed files with 1287 additions and 416 deletions
|
@ -2366,7 +2366,7 @@ Object {
|
|||
"fillStyle": "hachure",
|
||||
"groupIds": Array [],
|
||||
"height": 10,
|
||||
"id": "id2",
|
||||
"id": "id0_copy",
|
||||
"isDeleted": false,
|
||||
"opacity": 100,
|
||||
"roughness": 1,
|
||||
|
@ -2480,7 +2480,7 @@ Object {
|
|||
"fillStyle": "hachure",
|
||||
"groupIds": Array [],
|
||||
"height": 10,
|
||||
"id": "id2",
|
||||
"id": "id0_copy",
|
||||
"isDeleted": false,
|
||||
"opacity": 100,
|
||||
"roughness": 1,
|
||||
|
@ -11227,10 +11227,10 @@ Object {
|
|||
"boundElementIds": null,
|
||||
"fillStyle": "hachure",
|
||||
"groupIds": Array [
|
||||
"id7",
|
||||
"id6",
|
||||
],
|
||||
"height": 10,
|
||||
"id": "id6",
|
||||
"id": "id0_copy",
|
||||
"isDeleted": false,
|
||||
"opacity": 100,
|
||||
"roughness": 1,
|
||||
|
@ -11255,10 +11255,10 @@ Object {
|
|||
"boundElementIds": null,
|
||||
"fillStyle": "hachure",
|
||||
"groupIds": Array [
|
||||
"id7",
|
||||
"id6",
|
||||
],
|
||||
"height": 10,
|
||||
"id": "id8",
|
||||
"id": "id1_copy",
|
||||
"isDeleted": false,
|
||||
"opacity": 100,
|
||||
"roughness": 1,
|
||||
|
@ -11283,10 +11283,10 @@ Object {
|
|||
"boundElementIds": null,
|
||||
"fillStyle": "hachure",
|
||||
"groupIds": Array [
|
||||
"id7",
|
||||
"id6",
|
||||
],
|
||||
"height": 10,
|
||||
"id": "id9",
|
||||
"id": "id2_copy",
|
||||
"isDeleted": false,
|
||||
"opacity": 100,
|
||||
"roughness": 1,
|
||||
|
@ -11692,10 +11692,10 @@ Object {
|
|||
"boundElementIds": null,
|
||||
"fillStyle": "hachure",
|
||||
"groupIds": Array [
|
||||
"id7",
|
||||
"id6",
|
||||
],
|
||||
"height": 10,
|
||||
"id": "id6",
|
||||
"id": "id0_copy",
|
||||
"isDeleted": false,
|
||||
"opacity": 100,
|
||||
"roughness": 1,
|
||||
|
@ -11717,10 +11717,10 @@ Object {
|
|||
"boundElementIds": null,
|
||||
"fillStyle": "hachure",
|
||||
"groupIds": Array [
|
||||
"id7",
|
||||
"id6",
|
||||
],
|
||||
"height": 10,
|
||||
"id": "id8",
|
||||
"id": "id1_copy",
|
||||
"isDeleted": false,
|
||||
"opacity": 100,
|
||||
"roughness": 1,
|
||||
|
@ -11742,10 +11742,10 @@ Object {
|
|||
"boundElementIds": null,
|
||||
"fillStyle": "hachure",
|
||||
"groupIds": Array [
|
||||
"id7",
|
||||
"id6",
|
||||
],
|
||||
"height": 10,
|
||||
"id": "id9",
|
||||
"id": "id2_copy",
|
||||
"isDeleted": false,
|
||||
"opacity": 100,
|
||||
"roughness": 1,
|
||||
|
@ -22477,7 +22477,7 @@ Object {
|
|||
"scrollY": 0,
|
||||
"scrolledOutside": false,
|
||||
"selectedElementIds": Object {
|
||||
"id1": true,
|
||||
"id0_copy": true,
|
||||
},
|
||||
"selectedGroupIds": Object {},
|
||||
"selectionElement": null,
|
||||
|
@ -22528,7 +22528,7 @@ Object {
|
|||
"fillStyle": "hachure",
|
||||
"groupIds": Array [],
|
||||
"height": 20,
|
||||
"id": "id1",
|
||||
"id": "id0_copy",
|
||||
"isDeleted": false,
|
||||
"opacity": 100,
|
||||
"roughness": 1,
|
||||
|
@ -22603,7 +22603,7 @@ Object {
|
|||
"editingLinearElement": null,
|
||||
"name": "Untitled-201933152653",
|
||||
"selectedElementIds": Object {
|
||||
"id1": true,
|
||||
"id0_copy": true,
|
||||
},
|
||||
"viewBackgroundColor": "#ffffff",
|
||||
},
|
||||
|
@ -22638,7 +22638,7 @@ Object {
|
|||
"fillStyle": "hachure",
|
||||
"groupIds": Array [],
|
||||
"height": 20,
|
||||
"id": "id1",
|
||||
"id": "id0_copy",
|
||||
"isDeleted": false,
|
||||
"opacity": 100,
|
||||
"roughness": 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue