mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Improve comment.
This commit is contained in:
parent
fad9d8649d
commit
8fc2a69136
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@
|
||||||
var gradient = new Gradient([color, 'black'], true);
|
var gradient = new Gradient([color, 'black'], true);
|
||||||
|
|
||||||
var radius = this.radius = 50 * Math.random() + 30;
|
var radius = this.radius = 50 * Math.random() + 30;
|
||||||
// Wrap CompoundPath in a group, since CompoundPath applies matrix
|
// Wrap CompoundPath in a Group, since CompoundPaths directly
|
||||||
// to its children, just like Path (since both are PathItem).
|
// applies the transformations to the content, just like Path.
|
||||||
this.item = new Group({
|
this.item = new Group({
|
||||||
children: [
|
children: [
|
||||||
new CompoundPath({
|
new CompoundPath({
|
||||||
|
|
Loading…
Reference in a new issue