mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-07-28 22:59:36 -04:00
Implement rest of ChangeFlags.HIERARCHY notifications.
This commit is contained in:
parent
fe7c618deb
commit
cb61e8d452
3 changed files with 11 additions and 3 deletions
src/project
|
@ -57,6 +57,12 @@ var Project = this.Project = Base.extend({
|
|||
this.activeLayer = new Layer();
|
||||
},
|
||||
|
||||
_changed: function(flags) {
|
||||
if (flags & ChangeFlags.GEOMETRY) {
|
||||
// TODO: Mark as requireRedraw
|
||||
}
|
||||
},
|
||||
|
||||
/**
|
||||
* The currently active path style. All selected items and newly
|
||||
* created items will be styled with this style.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue