mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-19 14:10:14 -05:00
Define documentation for excludeMatrix parameter.
This commit is contained in:
parent
83b53cb9e0
commit
b987590c71
1 changed files with 2 additions and 0 deletions
|
@ -1482,6 +1482,8 @@ var Item = Base.extend(Emitter, /** @lends Item# */{
|
|||
* selection state, data, name, etc.
|
||||
*
|
||||
* @param {Item} source the item to copy the attributes from
|
||||
* @param {Boolean} excludeMatrix whether to exclude the transformation
|
||||
* matrix when copying all attributes
|
||||
*/
|
||||
copyAttributes: function(source, excludeMatrix) {
|
||||
// Copy over style
|
||||
|
|
Loading…
Reference in a new issue