mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-01 08:38:54 -04:00
Clean up TODO comments...
This commit is contained in:
parent
2a5f885f50
commit
29967153c3
10 changed files with 25 additions and 27 deletions
src/path
|
@ -54,7 +54,7 @@ var CompoundPath = this.CompoundPath = PathItem.extend({
|
|||
// clockwise orientation when creating a compound path, so that they
|
||||
// appear as holes, but only if their orientation was not already
|
||||
// specified before (= _clockwise is defined).
|
||||
// TODO: This should really be handled in appendTop / Bottom, right?
|
||||
// TODO: Should this be handled in appendTop / Bottom instead?
|
||||
if (path._clockwise === undefined)
|
||||
path.setClockwise(i < l - 1);
|
||||
this.appendTop(path);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue