Frames 

 No Frames

Previous Element
DropShadow

Next Element
Edges


EArc

Draw an elliptical arc in the current line style following same conventions as described in SVG1.1 specification. If the start point is not specified then the current drawing position is used as the start position, otherwise a Move is executed to the new start position before drawing. The size and orientation of the arc is defined using the radius attributes and the xRotation attribute and the large and clockwise attribute flags select which of the maximum of 4 possible arcs is rendered. The center of the arc is implicitly derived from the other attribute.

Attributes

isRelative When set, coordinates are relative to last drawing position, otherwise coordinates are absolute.
Valuesyes
no
Default Valueno
sx Optional X coordinate for the start position.
TypeFloat
Default ValueNone
sy Optional Y coordinate for the start position.
TypeFloat
Default ValueNone
ex X coordinate for the destination position.
TypeFloat
Default Value0
ey Y coordinate for the destination position.
TypeFloat
Default Value0
rxX axis radius of the ellipse.
TypeFloat
Default Value0
ryY axis radius of the ellipse.
TypeFloat
Default Value0
xRotation Clockwise rotation of the ellipse in the X plane in degrees.
TypeFloat
Default Value0
large There is always a minimum of two arcs and a maximum of 4 arcs between two points. When set, this flag reduces the set of renderable arcs to those with sweep-angles greater than or equal to 180 degrees. In combination with the clockwise flag this will reduce the set of renderable arcs to 1.
Valuesyes
no
Default Valueyes
clockwise There is always a minimum of two arcs and a maximum of 4 arcs between two points. When set, this flag reduces the set of renderable arcs to those that can be rendered from startpoint to endpoint in a clockwise or positive-angle direction.
Valuesyes
no
Default Valueyes

Child Elements

None

Parent Elements

Edges
Glyph
ShapeTransform

Examples

Elliptical Arcs Example
Examples of Elliptical Arcs and Circular Arcs

Previous Element
DropShadow

Next Element
Edges