0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-02 12:28:54 -05:00

🐛 Fix shapes with no fill

This commit is contained in:
Alejandro Alonso 2022-03-31 08:13:46 +02:00
parent a8a47dca8f
commit ba398569c1

View file

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