mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-03-14 00:39:57 -04:00
Fix indentation levels.
This commit is contained in:
parent
cae4520665
commit
509ac48951
1 changed files with 2 additions and 2 deletions
|
@ -116,9 +116,9 @@ PathItem.inject(new function() {
|
|||
// Make both paths at clockwise orientation, except when @subtract = true
|
||||
// We need both paths at opposit orientation for subtraction
|
||||
if (!path1Clockwise)
|
||||
path1.reverse();
|
||||
path1.reverse();
|
||||
if (!(subtract ^ path2Clockwise))
|
||||
path2.reverse();
|
||||
path2.reverse();
|
||||
path1Clockwise = true;
|
||||
path2Clockwise = !subtract;
|
||||
var paths = []
|
||||
|
|
Loading…
Reference in a new issue