mirror of
https://github.com/penpot/penpot.git
synced 2025-07-18 20:47:13 +02:00
🐛 Fix change color on imported svg also changes the stroke alignment
This commit is contained in:
parent
a5ba9d113f
commit
a861691ffd
3 changed files with 37 additions and 2 deletions
|
@ -248,7 +248,7 @@
|
|||
(assoc :stroke-style :solid)
|
||||
|
||||
(not (contains? new-attrs :stroke-alignment))
|
||||
(assoc :stroke-alignment :inner)
|
||||
(assoc :stroke-alignment :center)
|
||||
|
||||
:always
|
||||
(d/without-nils))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue