EDIT & COMMENT Paper.g

master
Mike Sierra 2013-10-09 15:49:18 -04:00
parent 830d7afde6
commit d1b22f5378
1 changed files with 2 additions and 1 deletions

View File

@ -2742,13 +2742,14 @@ function gradientRadial(defs, cx, cy, r, fx, fy) {
}
return el;
};
// SIERRA Paper.g(): Don't understand the code comment about the order being _different._ Wouldn't it be a rect followed by a circle?
/*\
* Paper.g
[ method ]
**
* Makes a group element.
**
- varargs () #optional elements
- varargs () #optional elements to nest within the group
= (object) `g` element
**
> Usage