mirror of
https://github.com/penpot/penpot.git
synced 2025-06-05 19:11:41 +02:00
🐛 Fix paths with no fill
This commit is contained in:
parent
8b44b4d8f1
commit
1bbcf67396
2 changed files with 5 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue