Docs: Improve Item#applyMatrix.

This commit is contained in:
Jürg Lehni 2015-02-26 13:38:16 +01:00
parent 3b70fcd603
commit 7c2492ac2a

View file

@ -1157,8 +1157,12 @@ var Item = Base.extend(Emitter, /** @lends Item# */{
}, },
/** /**
* Specifies whether the group applies transformations directly to its * Controls whether the transformations applied to the item (e.g. through
* children, or whether they are to be stored in its {@link #matrix} * {@link #transform(matrix)}, {@link #rotate(angle)},
* {@link #scale(scale)}, etc.) are stored in its {@link #matrix} property,
* or whether they are directly applied to its contents or children (passed
* on to the segments in {@link Path} items, the children of {@link Group}
* items, etc.).
* *
* @type Boolean * @type Boolean
* @default true * @default true