EDIT Paper.polyline
parent
a3f88ffa1f
commit
13599ac0f5
|
@ -2835,7 +2835,7 @@ function gradientRadial(defs, cx, cy, r, fx, fy) {
|
||||||
- points (array) array of points
|
- points (array) array of points
|
||||||
* or
|
* or
|
||||||
- varargs (…) points
|
- varargs (…) points
|
||||||
= (object) `text` element
|
= (object) `polyline` element
|
||||||
**
|
**
|
||||||
> Usage
|
> Usage
|
||||||
| var p1 = paper.polyline([10, 10, 100, 100]);
|
| var p1 = paper.polyline([10, 10, 100, 100]);
|
||||||
|
|
Loading…
Reference in New Issue