DrawShape with DrawShapeKind.ARC.DrawShape arc(string x, string y, string width, string height,
string dKind = "arc", string styleName = "")Constructs an arc shape.
x | The SVG x position. |
y | The SVG y position. |
width | The SVG width. |
height | The SVG height. |
dKind | The draw:kind value (e.g. "arc", "cut", "section"). |
styleName | Optional draw:style-name. |
DrawShape with DrawShapeKind.ARC.