Renderers for booleans

This commit is contained in:
alonso.torres 2021-09-21 12:11:54 +02:00
parent 778a542e1c
commit 75d2d97d8e
6 changed files with 86 additions and 19 deletions

View file

@ -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))))))]