Frames 

 No Frames

Previous Element
PlaceSound

Next Element
Polyline


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

Child Elements

None

Parent Elements

Edges
ShapeTransform

Examples

Dynamic MovieClip Clipping
Polygon Example
Clipping and Text Clipping Example

Previous Element
PlaceSound

Next Element
Polyline