0
Fork 0
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:
Andrey Antukh 2020-01-08 10:31:07 +01:00
parent 5fea05bc5f
commit ba2ffb9c0a

View file

@ -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}}