mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Reversing path direction needs to trigger a GEOMETRY change.
This commit is contained in:
parent
8ab4df1979
commit
86277f0578
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue