From 8fc2a6913677edd299cd99966c34919c4ab4feb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Fri, 19 Apr 2013 13:52:17 -0700 Subject: [PATCH] Improve comment. --- examples/Paperjs.org/BouncingBalls.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/Paperjs.org/BouncingBalls.html b/examples/Paperjs.org/BouncingBalls.html index 443e47ef..bd338c9b 100644 --- a/examples/Paperjs.org/BouncingBalls.html +++ b/examples/Paperjs.org/BouncingBalls.html @@ -25,8 +25,8 @@ var gradient = new Gradient([color, 'black'], true); var radius = this.radius = 50 * Math.random() + 30; - // Wrap CompoundPath in a group, since CompoundPath applies matrix - // to its children, just like Path (since both are PathItem). + // Wrap CompoundPath in a Group, since CompoundPaths directly + // applies the transformations to the content, just like Path. this.item = new Group({ children: [ new CompoundPath({