arc

fnDrawShape arc(string x, string y, string width, string height, string dKind = "arc", string styleName = "")

Constructs an arc shape.

Parameters

xThe SVG x position.
yThe SVG y position.
widthThe SVG width.
heightThe SVG height.
dKindThe draw:kind value (e.g. "arc", "cut", "section").
styleNameOptional draw:style-name.

Returns

A DrawShape with DrawShapeKind.ARC.