diff --git a/src/core/graphics/Graphics.js b/src/core/graphics/Graphics.js index 1368bcc..4a2ee1b 100644 --- a/src/core/graphics/Graphics.js +++ b/src/core/graphics/Graphics.js @@ -166,6 +166,7 @@ /** * Creates a new Graphics object with the same values as this one. + * Note that the only the properties of the object are cloned, not its transform (position,scale,etc) * * @return {Graphics} */