mirror of
https://github.com/penpot/penpot.git
synced 2026-04-27 12:18:32 +00:00
🔥 Remove incorrect assert on path segment helper
This commit is contained in:
parent
0f46efc117
commit
520ea0e094
@ -470,8 +470,6 @@
|
||||
"Given a content and a set of points return all the segments in the path
|
||||
that uses the points"
|
||||
[content points]
|
||||
(assert (impl/path-data? content) "expected path data instance")
|
||||
|
||||
(let [point-set (set points)]
|
||||
(loop [result (transient [])
|
||||
prev-point nil
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user