mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-10 21:19:10 -04:00
Remove unused variable.
Apparently the code that required it was accidentally deleted earlier. Turns out it wasn't needed anymore anyway :)
This commit is contained in:
parent
cb3d4341fd
commit
dd332e966c
1 changed files with 1 additions and 2 deletions
|
@ -420,8 +420,7 @@ PathItem.inject(new function() {
|
||||||
// for the curve-chain starting with this segment. Once we have enough
|
// for the curve-chain starting with this segment. Once we have enough
|
||||||
// confidence in the winding contribution, we can propagate it until the
|
// confidence in the winding contribution, we can propagate it until the
|
||||||
// next intersection or end of a curve chain.
|
// next intersection or end of a curve chain.
|
||||||
var epsilon = /*#=*/Numerical.GEOMETRIC_EPSILON,
|
var chain = [],
|
||||||
chain = [],
|
|
||||||
start = segment,
|
start = segment,
|
||||||
totalLength = 0,
|
totalLength = 0,
|
||||||
windingSum = 0;
|
windingSum = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue