From 7c2492ac2a8e784096129ae20b8b07ed5ffa5808 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ju=CC=88rg=20Lehni?= Date: Thu, 26 Feb 2015 13:38:16 +0100 Subject: [PATCH] Docs: Improve Item#applyMatrix. --- src/item/Item.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/item/Item.js b/src/item/Item.js index 470a5282..e123bea3 100644 --- a/src/item/Item.js +++ b/src/item/Item.js @@ -1157,8 +1157,12 @@ var Item = Base.extend(Emitter, /** @lends Item# */{ }, /** - * Specifies whether the group applies transformations directly to its - * children, or whether they are to be stored in its {@link #matrix} + * Controls whether the transformations applied to the item (e.g. through + * {@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 * @default true