mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-07-11 20:24:09 -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
|
||||
// confidence in the winding contribution, we can propagate it until the
|
||||
// next intersection or end of a curve chain.
|
||||
var epsilon = /*#=*/Numerical.GEOMETRIC_EPSILON,
|
||||
chain = [],
|
||||
var chain = [],
|
||||
start = segment,
|
||||
totalLength = 0,
|
||||
windingSum = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue