0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-06 12:01:19 -05:00

Merge pull request #1649 from penpot/fixing-default-path-for-strokes

🐛 Fixing default path for strokes
This commit is contained in:
Alejandro 2022-03-01 11:53:22 +01:00 committed by GitHub
commit 2037c3b202
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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