mirror of
https://github.com/penpot/penpot.git
synced 2025-07-15 20:45:14 +02:00
Merge pull request #1649 from penpot/fixing-default-path-for-strokes
🐛 Fixing default path for strokes
This commit is contained in:
commit
2037c3b202
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
Add a link
Reference in a new issue