Previous Element | Next Element |
Polygon
Implementation of the SVG polygon element. The only
attribute supported is the 'points' attribute.
Attributes
points | Full impementation of 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. The last point is implicitly connected to the first by a final line. | |
Type | String |
Child Elements
None
Parent Elements
EdgesShapeTransform
Examples
Dynamic MovieClip ClippingPolygon Example
Clipping and Text Clipping Example
Previous Element | Next Element |