circle

fnDrawShape circle(string x, string y, string r, string styleName = "")

Constructs a circle shape.

Parameters

xThe SVG x position (centre).
yThe SVG y position (centre).
rThe SVG radius.
styleNameOptional draw:style-name.

Returns

A DrawShape with DrawShapeKind.CIRCLE.