mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -05:00
No need to set _clockwise since #reverse() already does so.
This commit is contained in:
parent
f90ceb06b3
commit
ace1d0f441
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue