Frames 

 No Frames

Previous Element
Polygon

Next Element
PropertyDataSource


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.
TypeString

Child Elements

None

Parent Elements

Edges
Glyph
ShapeTransform

Examples

Simple Polyline Example

Previous Element
Polygon

Next Element
PropertyDataSource