Fix accidental variable leackage.

This commit is contained in:
Jürg Lehni 2015-09-16 18:15:26 +02:00
parent 7061bc0e0a
commit 857e27e3a8

View file

@ -359,7 +359,7 @@ PathItem.inject(new function() {
// contribution 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;
var epsilon = /*#=*/Numerical.GEOMETRIC_EPSILON,
chain = [],
start = segment,
totalLength = 0,