mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 19:28:12 +00:00
🐛 Add default styles on canvas shape on fixtures.
This commit is contained in:
parent
5fea05bc5f
commit
ba2ffb9c0a
@ -116,7 +116,11 @@
|
||||
:x 200
|
||||
:y 200
|
||||
:width 1024
|
||||
:height 768}
|
||||
:height 768
|
||||
:stroke-color "#000000"
|
||||
:stroke-opacity 1
|
||||
:fill-color "#ffffff"
|
||||
:fill-opacity 1}
|
||||
data {:shapes []
|
||||
:canvas [(:id canvas)]
|
||||
:shapes-by-id {(:id canvas) canvas}}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user