mirror of
https://github.com/penpot/penpot.git
synced 2025-01-23 23:18:48 -05:00
🐛 Add default styles on canvas shape on fixtures.
This commit is contained in:
parent
5fea05bc5f
commit
ba2ffb9c0a
1 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue