mirror of
https://github.com/penpot/penpot.git
synced 2026-04-26 03:38:18 +00:00
⚡ Fix autoboxing on path type impl
This commit is contained in:
parent
77be00014e
commit
89b67d59d5
@ -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)))))))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user