mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 16:31:39 +02:00
✨ Renderers for booleans
This commit is contained in:
parent
778a542e1c
commit
75d2d97d8e
6 changed files with 86 additions and 19 deletions
|
@ -32,6 +32,7 @@
|
|||
(let [childs (d/mapm #(gsh/transform-shape %2) childs)]
|
||||
(->> (:shapes shape)
|
||||
(map #(get childs %))
|
||||
(filter #(not (:hidden %)))
|
||||
(map #(stp/convert-to-path % childs))
|
||||
(mapv :content)
|
||||
(pb/content-bool (:bool-type shape))))))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue