Fix: Syntax error!

This commit is contained in:
hkrish 2013-09-22 17:49:10 +02:00
parent f9b4321a56
commit 8434b4bebe

View file

@ -117,7 +117,7 @@ PathItem.inject(new function() {
// We need both paths at opposit orientation for subtraction
if (!path1Clockwise)
path1.reverse();
if (!(subtract ^ path2Clockwise)
if (!(subtract ^ path2Clockwise))
path2.reverse();
path1Clockwise = true;
path2Clockwise = !subtract;