Previous Element | Next Element |
Circle
Draw a circle of the specified radius around the specified
center. The start and final drawing position is (cx+r, cy).
Circles are a derived type and rendered using 8 quadratic
Bezier curves. As a result of this, small circles should not
be scaled up to levels where imperfections due to coordinate
resolution and unnoticeable at smaller scales become
obvious. Instead, define the larger circle and scale down.
When used in MorphShapes it must be noted that the Circle is
implemented using 8 Curve elements.
Attributes
cx | X coordinate for the center position. | |
Type | Float | |
Default Value | 0 | |
cy | Y coordinate for the center position. | |
Type | Float | |
Default Value | 0 | |
r | Radius of the circle. | |
Type | Float | |
Value Range | >0 | |
Default Value | None |
Child Elements
None
Parent Elements
EdgesGlyph
ShapeTransform
Examples
Quadratic Curve ExampleShape Origin Example
Circle Examples
Color Specification Example
Square to Circle Morph Example
Defines simple symbol for export
Clipping and Text Clipping Example
Previous Element | Next Element |