mirror of
https://github.com/penpot/penpot.git
synced 2026-02-12 22:53:02 +00:00
⚡ Fix autoboxing on path type impl
This commit is contained in:
@@ -403,7 +403,7 @@
|
||||
|
||||
(if (>= to 1)
|
||||
result
|
||||
(recur to result))))))
|
||||
(recur (long to) result))))))
|
||||
|
||||
(defn curve-split
|
||||
"Splits a curve into two at the given parametric value `t`.
|
||||
|
||||
@@ -190,4 +190,4 @@
|
||||
(recur (first subpath)
|
||||
(rest subpath)
|
||||
first-point
|
||||
signed-area))))))
|
||||
(long signed-area)))))))
|
||||
|
||||
Reference in New Issue
Block a user