From fb4a0b1fe08f49f4692353cc53f4523317f690a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Sat, 4 Feb 2017 21:38:56 +0100 Subject: [PATCH] No need to change the winding values here. But onPath is crucial. Relates to #1073 --- src/path/PathItem.Boolean.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/path/PathItem.Boolean.js b/src/path/PathItem.Boolean.js index b7fca43b..17a6f1e9 100644 --- a/src/path/PathItem.Boolean.js +++ b/src/path/PathItem.Boolean.js @@ -529,8 +529,6 @@ PathItem.inject(new function() { } else if (a > paR) { windingR += winding; } else { - windingL += winding; - windingR += winding; onPath = true; } // Determine the quality of the winding calculation. Reduce the