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:
parent
c1c01aab02
commit
b53fceefb9
1 changed files with 1 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue