diff --git a/src/path/Path.js b/src/path/Path.js index 891077a3..b3f87d03 100644 --- a/src/path/Path.js +++ b/src/path/Path.js @@ -1216,7 +1216,7 @@ var Path = PathItem.extend(/** @lends Path# */{ // Flip clockwise state if it's defined if (this._clockwise !== undefined) this._clockwise = !this._clockwise; - this._changed(/*#=*/ ChangeFlag.GEOMETRY); + this._changed(/*#=*/ Change.GEOMETRY); }, // DOCS: document Path#join(path) in more detail.