Ellipse
Ellipse
Section titled “Ellipse” Category Shape
Is Pair Node: No
Creates an ellipse shape defined by its center position, radii, stroke color, fill color, and stroke width.
Inputs
Section titled “Inputs” Position
Section titled “ Position ” Type: VecD
Default: (0, 0)
The position of the center of the ellipse.
Radius
Section titled “ Radius ” Type: VecD
Default: (32, 32)
The radius of the ellipse, defining its width and height. The first value is the horizontal radius, and the second value is the vertical radius.
Stroke Color
Section titled “ Stroke Color ” Type: Paintable
Default: Black
A paintable that defines the visual appearance of the stroke. This can be a solid color or gradient.
Fill Color
Section titled “ Fill Color ” Type: Paintable
Default: Black
A paintable that defines the visual appearance of the fill. This can be a solid color or gradient.
Stroke Width
Section titled “ Stroke Width ” Type: Double
Default: 1
The width of the stroke around the ellipse. A value of 0 means no stroke will be drawn.
Outputs
Section titled “Outputs” Output
Section titled “ Output ” Type: Vector Shape
Default: null
The vector shape representing the ellipse.