🐛 Fix change color on imported svg also changes the stroke alignment

This commit is contained in:
Alejandro Alonso 2024-06-11 13:52:54 +02:00 committed by Andrey Antukh
parent a5ba9d113f
commit a861691ffd
3 changed files with 37 additions and 2 deletions

View file

@ -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))]