Reversing path direction needs to trigger a GEOMETRY change.

This commit is contained in:
Jürg Lehni 2014-04-10 22:37:11 +02:00
parent 8ab4df1979
commit 86277f0578

View file

@ -1185,6 +1185,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);
},
// DOCS: document Path#join(path) in more detail.