🐛 Fix problem with booleans in wasm

This commit is contained in:
alonso.torres 2025-04-11 10:56:08 +02:00
parent de8e27feb8
commit fced0cf3b1

View file

@ -145,7 +145,8 @@
:content
(cond
(= (:type self) :path)
(or (= (:type self) :path)
(= (:type self) :bool))
(api/set-shape-path-content v)
(= (:type self) :svg-raw)