mirror of
https://github.com/penpot/penpot.git
synced 2026-05-10 02:28:16 +00:00
🐛 Fix error when adding gradient stroke to shape
This commit is contained in:
parent
00d851998b
commit
1db9b04bfd
@ -259,7 +259,11 @@
|
||||
(assoc :stroke-color-gradient (:gradient attrs))
|
||||
|
||||
(contains? attrs :opacity)
|
||||
(assoc :stroke-opacity (:opacity attrs)))
|
||||
(assoc :stroke-opacity (:opacity attrs))
|
||||
|
||||
:always
|
||||
(d/without-nils))
|
||||
|
||||
attrs (merge attrs color-attrs)]
|
||||
|
||||
(rx/of (dch/update-shapes ids (fn [shape]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user