Dart API Referencedart:htmlSVGPolygonElement

SVGPolygonElement Interface

The polygon element defines a closed shape consisting of a set of connected straight line segments.

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.