mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-07 13:22:07 -05:00
Also clone the applyMatrix property.
This commit is contained in:
parent
e2eb92583d
commit
623bed4c4a
1 changed files with 1 additions and 1 deletions
|
@ -963,7 +963,7 @@ var Item = this.Item = Base.extend(Callback, /** @lends Item# */{
|
||||||
// TODO: Consider moving this to Base once it's useful in more than one
|
// TODO: Consider moving this to Base once it's useful in more than one
|
||||||
// place
|
// place
|
||||||
var keys = ['_locked', '_visible', '_blendMode', '_opacity',
|
var keys = ['_locked', '_visible', '_blendMode', '_opacity',
|
||||||
'_clipMask', '_guide'];
|
'_clipMask', '_guide', 'applyMatrix'];
|
||||||
for (var i = 0, l = keys.length; i < l; i++) {
|
for (var i = 0, l = keys.length; i < l; i++) {
|
||||||
var key = keys[i];
|
var key = keys[i];
|
||||||
if (this.hasOwnProperty(key))
|
if (this.hasOwnProperty(key))
|
||||||
|
|
Loading…
Reference in a new issue