Dart API Referencedart:htmlSVGPolylineElement

SVGPolylineElement Interface

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

Extends

SVGTransformable, SVGLangSpace, SVGStylable, SVGExternalResourcesRequired, SVGTests, SVGElement

Fields

Code final SVGPointList animatedPoints #

final SVGPointList animatedPoints;

Code final SVGPointList points #

final SVGPointList points;

This page includes content from the Mozilla Foundation that is graciously licensed under a Creative Commons: Attribution-Sharealike license. Mozilla has no other association with Dart or dartlang.org. We encourage you to improve the web by contributing to The Mozilla Developer Network.