mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Item: undo mistaken changes to transform comments.
This commit is contained in:
parent
7e5cb1cc81
commit
3ae20c8a4b
1 changed files with 1 additions and 1 deletions
|
@ -448,9 +448,9 @@ Item = Base.extend({
|
||||||
* Default: ['objects', 'children']
|
* Default: ['objects', 'children']
|
||||||
*/
|
*/
|
||||||
transform: function(matrix, flags) {
|
transform: function(matrix, flags) {
|
||||||
// TODO: Walk DOM and call transform on chidren, depending on flags
|
|
||||||
// TODO: Handle flags, add TransformFlag class and convert to bit mask
|
// TODO: Handle flags, add TransformFlag class and convert to bit mask
|
||||||
// for quicker checking
|
// for quicker checking
|
||||||
|
// TODO: Call transform on chidren only if 'children' flag is provided
|
||||||
if (this.transformContent)
|
if (this.transformContent)
|
||||||
this.transformContent(matrix, flags);
|
this.transformContent(matrix, flags);
|
||||||
if (this.children) {
|
if (this.children) {
|
||||||
|
|
Loading…
Reference in a new issue