DrawShape with DrawShapeKind.POLYGON.DrawShape polygon(string points, string viewBox, string styleName = "")Constructs a polygon shape.
points | Space-separated coordinate pairs (e.g. "0,0 100,0 50,100"). |
viewBox | SVG viewBox (e.g. "0 0 100 100"). |
styleName | Optional draw:style-name. |
DrawShape with DrawShapeKind.POLYGON.