EDIT & COMMENT Paper.g
parent
830d7afde6
commit
d1b22f5378
|
@ -2742,13 +2742,14 @@ function gradientRadial(defs, cx, cy, r, fx, fy) {
|
||||||
}
|
}
|
||||||
return el;
|
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
|
* Paper.g
|
||||||
[ method ]
|
[ method ]
|
||||||
**
|
**
|
||||||
* Makes a group element.
|
* Makes a group element.
|
||||||
**
|
**
|
||||||
- varargs (…) #optional elements
|
- varargs (…) #optional elements to nest within the group
|
||||||
= (object) `g` element
|
= (object) `g` element
|
||||||
**
|
**
|
||||||
> Usage
|
> Usage
|
||||||
|
|
Loading…
Reference in New Issue