mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-20 22:39:50 -05:00
Add ChangeFlags.HIERARCHY, for future change notifications when children get rearranged.
This commit is contained in:
parent
6c3fd5953a
commit
d254d9542d
1 changed files with 3 additions and 2 deletions
|
@ -17,5 +17,6 @@
|
|||
var ChangeFlags = {
|
||||
PATH: 1, // Path geometry
|
||||
STROKE: 2, // Stroke geometry
|
||||
STYLE: 4 // Fille style or stroke color / dash
|
||||
};
|
||||
STYLE: 4 // Fille style or stroke color / dash,
|
||||
HIERARCHY: 8, // Change in item hierarchy
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue