Ellipse¶
-
class img_gen.Ellipse(color: ColorKind, border: Border | None =
None, arc: Arc | None =None, border_to_origin: bool =False)¶ –
An attribute to represent an Ellipse rendered in the layer.
- arc¶
The Arc (if specified) to render instead of a full ellipse.
- border_to_origin¶
Extend the border of an arc to the center of the ellipse, creating a pie shape.
Does not affect full ellipses, and is ignored if
arcis not specified.
- color¶
The color used to fill the ellipse.