DrawShape with DrawShapeKind.PATH.DrawShape path(string pathData, string viewBox, string styleName = "")Constructs a path shape using SVG path data.
pathData | SVG path d attribute (e.g. "M 0 0 L 100 100"). |
viewBox | SVG viewBox. |
styleName | Optional draw:style-name. |
DrawShape with DrawShapeKind.PATH.