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