mirror of
https://github.com/penpot/penpot.git
synced 2025-05-11 17:56:38 +02:00
✨ Improve fixtures initial data structure on fixtures.
This commit is contained in:
parent
807555d478
commit
d9abe2f475
1 changed files with 10 additions and 9 deletions
|
@ -59,16 +59,17 @@
|
||||||
:user (mk-uuid "user" ui)
|
:user (mk-uuid "user" ui)
|
||||||
:project (mk-uuid "project" pi)
|
:project (mk-uuid "project" pi)
|
||||||
:data {:canvas [{:id (mk-uuid "canvas" i 1)
|
:data {:canvas [{:id (mk-uuid "canvas" i 1)
|
||||||
:x 200
|
:name "Canvas 1"
|
||||||
:y 200
|
:x1 200
|
||||||
:width 1024
|
:y1 200
|
||||||
:height 768}
|
:x2 1224
|
||||||
|
:y2 968}
|
||||||
{:id (mk-uuid "canvas" i 2)
|
{:id (mk-uuid "canvas" i 2)
|
||||||
:x 1324
|
:name "Canvas 2"
|
||||||
:y 200
|
:x1 1324
|
||||||
:width 1024
|
:y1 200
|
||||||
:height 768}
|
:x2 2348
|
||||||
]
|
:y2 968}]
|
||||||
:shapes []
|
:shapes []
|
||||||
:shapes-map {}}
|
:shapes-map {}}
|
||||||
:metadata {:width 1024
|
:metadata {:width 1024
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue