haXe API Documentation
Back | Index
extern class js.html.svg.PolylineElement
extends Element
Available in js
The polyline element is an SVG basic shape, used to create a series of straight lines connecting several points. Typically a polyline is used to create open shapes

Documentation for this class was provided by MDN.
var animatedPoints(default,null) : PointList
var points(default,null) : PointList
Back | Index