Previous Element | Next Element |
Path
Implementation of the SVG path element for all drawing
operations. All cubic Bezier curves will be rendered using
quadratic Bezier approximations. The only attribute
supported is the 'd' attribute.
Attributes
d | Full implementation of SVG path attribute with all drawing operations supported. cosult the SVG documentation for full details on the operations and representations supported. | |
Type | String |
Child Elements
None
Parent Elements
EdgesGlyph
ShapeTransform
Examples
SVG Arc Example in RVMLShape Transform Examples
Previous Element | Next Element |