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:
parent
a8a47dca8f
commit
ba398569c1
1 changed files with 1 additions and 4 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue