🐛 Fix problems with bool shapes

This commit is contained in:
alonso.torres 2024-03-26 14:42:13 +01:00
parent 6a0768b490
commit 5315dc18af
4 changed files with 97 additions and 7 deletions

View file

@ -845,13 +845,11 @@
(defn close-content
[content]
(into []
(comp (filter sp/is-closed?)
(mapcat :data))
(mapcat :data)
(->> content
(sp/close-subpaths)
(sp/get-subpaths))))
(defn ray-overlaps?
[ray-point {selrect :selrect}]
(and (>= (:y ray-point) (:y1 selrect))