From 857e27e3a8a4a3f5b5dc773e31c0a1b3c3dc03df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Wed, 16 Sep 2015 18:15:26 +0200 Subject: [PATCH] Fix accidental variable leackage. --- src/path/PathItem.Boolean.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/path/PathItem.Boolean.js b/src/path/PathItem.Boolean.js index dc4640da..26f3788c 100644 --- a/src/path/PathItem.Boolean.js +++ b/src/path/PathItem.Boolean.js @@ -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,