mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -05:00
Boolean: Clear branch so we start with a new one on the next contour.
This commit is contained in:
parent
79661c35e6
commit
75a10fb246
1 changed files with 2 additions and 0 deletions
|
@ -864,6 +864,8 @@ PathItem.inject(new function() {
|
||||||
paths.push(path);
|
paths.push(path);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// Clear branch so we start with a new one on the next contour.
|
||||||
|
branch = null;
|
||||||
}
|
}
|
||||||
return paths;
|
return paths;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue