mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-10 21:19:10 -04:00
Fix Path#closePath & CompoundPath#closePath.
This commit is contained in:
parent
499c421021
commit
2a9bbd3dee
2 changed files with 2 additions and 2 deletions
src/path
|
@ -114,7 +114,7 @@ var CompoundPath = this.CompoundPath = PathItem.extend({
|
|||
|
||||
closePath: function() {
|
||||
var path = getCurrentPath(this);
|
||||
path.setClosed(true);
|
||||
path.closed = true;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue