mirror of
https://github.com/penpot/penpot.git
synced 2025-05-29 04:06:11 +02:00
🐛 Fix problem with gradient in strokes
This commit is contained in:
parent
052282cff9
commit
c48d862d0f
2 changed files with 14 additions and 12 deletions
|
@ -347,7 +347,7 @@
|
|||
offset (:offset stop)]
|
||||
[r g b a (* 100 offset)]))
|
||||
stops)))))
|
||||
(h/call internal-module "_add_shape_stroke_stops" stops-ptr n-stops))
|
||||
(h/call internal-module "_add_shape_stroke_stops"))
|
||||
|
||||
(some? image)
|
||||
(let [id (dm/get-prop image :id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue