diff --git a/src/path/Path.js b/src/path/Path.js index 77e7e24c..dd9507e1 100644 --- a/src/path/Path.js +++ b/src/path/Path.js @@ -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; } },