Frames 

 No Frames

Previous Element
CArc

Next Element
ClassPath


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.
TypeFloat
Default Value0
cy Y coordinate for the center position.
TypeFloat
Default Value0
rRadius of the circle.
TypeFloat
Value Range>0
Default ValueNone

Child Elements

None

Parent Elements

Edges
Glyph
ShapeTransform

Examples

Quadratic Curve Example
Shape Origin Example
Circle Examples
Color Specification Example
Square to Circle Morph Example
Defines simple symbol for export
Clipping and Text Clipping Example

Previous Element
CArc

Next Element
ClassPath