Circle

Renders a circle with customizable radius, position, fill color, and outline. Use it as a standalone shape or as an instancing target for other nodes.
Property name
Description
Compatible datatype
radius
Radius
number
x
Horizontal position
number
y
Vertical position
number
color
Fill color
color
outline
Outline color
color
strokeWidth
Outline width
number
origin
Center point of the shape. Defaults to (0, 0). Changing it moves the shape’s pivot without affecting its x and y position.
point
zindex
Controls which element appears on top when elements overlap; higher values sit above lower ones.
number
Last updated