Skip to content

Pixel Perfect Ellipse

Pixel Perfect Ellipse
Output
Position
(0, 0)
Size
(32, 32)
Stroke Color
Black
Fill Color
Black
Stroke Width
1

Category Shape
Is Pair Node: No


Generates a pixel perfect ellipse shape based on the given position, size, stroke, fill and stroke width.


Type: VecD
Default: (0, 0)

Top left corner of the bounding box of the ellipse.

Type: VecI
Default: (32, 32)
Min: (0, 0)

Width and height of the ellipse.

Type: Paintable
Default: Black

Stroke paintable of the ellipse. A paintable can be a solid color, gradient or a texture.

Type: Paintable
Default: Black

Fill paintable of the ellipse. A paintable can be a solid color, gradient or a texture.

Type: Double
Default: 1

Width of the stroke. If the value is 0, the stroke will not be rendered.


Type: Path Data
Default: null

Path data representing the pixel perfect ellipse.



All of our content is carefully written by hand, no AI was involved during the process.