constructor([stroke], [background], [opacity], [x], [y], [width], [height])
Class: Ellipse.
Description:
Creates an instance of Arc shape.
Parameters:
| Name | Type | Default | Description |
|---|---|---|---|
|
|
A border of the shape. |
||
|
|
string |
Color, gradient, or image background, similar to CSS. Use an empty string to remove the background. |
|
|
|
number |
1 |
Opacity of the shape (0 to 1). |
|
|
number |
0 |
Horizontal position from the left edge. |
|
|
number |
0 |
Vertical position from the top edge. |
|
|
number |
100 |
Width of the ellipse (horizontal diameter). |
|
|
number |
Height of the ellipse (vertical diameter). If omitted, height will be same as width. |
