🐛 Fix paths with no fill

This commit is contained in:
Alejandro Alonso 2022-03-24 15:32:19 +01:00 committed by Andrey Antukh
parent 8b44b4d8f1
commit 1bbcf67396
2 changed files with 5 additions and 3 deletions

View file

@ -374,7 +374,10 @@
(cond-> (obj/merge! props fill-props)
(some? style)
(obj/set! "style" style))))))
(obj/set! "style" style)))
:else
props)))
(defn build-stroke-props [position child value render-id]
(let [props (-> (obj/get child "props")