🐛 Fix problem with gradient in strokes

This commit is contained in:
alonso.torres 2025-02-25 11:29:57 +01:00
parent 052282cff9
commit c48d862d0f
2 changed files with 14 additions and 12 deletions

View file

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