mirror of
https://github.com/penpot/penpot.git
synced 2025-02-23 23:35:58 -05:00
🐛 Fixing default path for strokes
This commit is contained in:
parent
8d700491da
commit
1dc7db4456
1 changed files with 5 additions and 1 deletions
|
@ -63,7 +63,11 @@
|
|||
{:type :path
|
||||
:name "Path-1"
|
||||
:fills []
|
||||
:strokes []}
|
||||
:strokes [{:stroke-style :solid
|
||||
:stroke-alignment :center
|
||||
:stroke-width 2
|
||||
:stroke-color clr/black
|
||||
:stroke-opacity 1}]}
|
||||
|
||||
{:type :frame
|
||||
:name "Artboard-1"
|
||||
|
|
Loading…
Add table
Reference in a new issue