Layer Ellipse attribute¶
- class Ellipse¶
This layer attribute renders an ellipse using the layer’s size and offset to define the outlining bounding box.
- border_to_origin : bool¶
This switch controls the rendering of the border when
arc
is specified. If thearc
attribute is not specified, then this switch has no effect.By default (
false
), the border is not drawn between the arc endpoints and the angle’s origin – meaning only the arc itself has a border. Set this totrue
to render the border between arc endpoints.
- color : Color | Linear_Gradient | Radial_Gradient | Conical_Gradient | None¶
The shape’s fill color.
Seealso
Please review Choosing a color section for more detail.