Improve comment.

This commit is contained in:
Jürg Lehni 2013-04-19 13:52:17 -07:00
parent fad9d8649d
commit 8fc2a69136

View file

@ -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({