mirror of
https://github.com/penpot/penpot.git
synced 2026-03-22 02:13:27 +00:00
🐛 Fix problems with bool shapes
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user