0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-10 09:08:31 -05:00

🐛 Fixed problem with opacity in stroke

This commit is contained in:
alonso.torres 2020-12-23 10:04:33 +01:00
parent c1c01aab02
commit b53fceefb9

View file

@ -148,6 +148,7 @@
(cond-> s
true
(assoc :stroke-color (:color color)
:stroke-opacity (:opacity color)
:stroke-color-gradient (:gradient color)
:stroke-color-ref-id (:id color)
:stroke-color-ref-file (:file-id color))