No need to set _clockwise since #reverse() already does so.

This commit is contained in:
Jürg Lehni 2012-12-01 11:10:59 -08:00
parent f90ceb06b3
commit ace1d0f441

View file

@ -834,7 +834,6 @@ var Path = this.Path = PathItem.extend(/** @lends Path# */{
// Only revers the path if its clockwise orientation is not the same
// as what it is now demanded to be.
this.reverse();
this._clockwise = clockwise;
}
},