Previous Element | Next Element |
Polyline
Implementation of the SVG polyline element. The only
attribute supported is the 'points' attribute.
Attributes
points | Full implementation of the SVG attribute. This contains a list of points making up the vertices of the line. At least 2 points must be specified. Points are represented as pairs of decimal numbers separated by spaces or commas. The x and y values of a single pair may be separated by spaces or commas. | |
Type | String |
Child Elements
None
Parent Elements
EdgesGlyph
ShapeTransform
Examples
Simple Polyline ExamplePrevious Element | Next Element |