Clean up TODO comments...

This commit is contained in:
Jürg Lehni 2011-06-01 10:49:43 +01:00
parent 2a5f885f50
commit 29967153c3
10 changed files with 25 additions and 27 deletions

View file

@ -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);