The point elements describe points, which are used to draw a polygon by the polygon element.
<point x="xPosition" y="yPosition" [control="isControl"]>
Name |
Description |
Value type |
Optional |
Default Value |
| x |
Absolute y position of the point (in pixels or twips). |
no |
- |
|
| y |
Absolute y position of the point (in pixels or twips). |
no |
- |
|
| control |
If true this point is control point. See figure at Remarks section below. | yes |
false |
Control point C with previous point A and next point B forms a Quadratic Bezier curve which is passing throw points A and B and inscribed in ACB triangle . Points A and B are usually named anchors.