SVG_PATH_ARC

4D - Documentation   Français   English   German   4D SVG Component, Command Theme List   4D SVG Component, Index   Back   Previous   Next

version 11.3


SVG_PATH_ARC (parentSVGObject; xRadius; yRadius; x; y{; rotation})

ParameterTypeDescription
parentSVGObjectSVG_RefReference of parent element
xRadiusNumberRadius of ellipse on X axis
yRadiusNumberRadius of ellipse on Y axis
xNumberCoordinate on X axis of destination point
yNumberCoordinate on Y axis of destination point
rotationNumberValue of rotation

Description

The SVG_PATH_ARC command draws an elliptical arc, from the current point to the point (x, y), at the end of the path referenced by parentSVGObject. If parentSVGObject is not a path reference ('path' element), an error is generated.

The size and orientation of the ellipse are set by two radii (xRadius, yRadius) and a rotation value on the X axis that indicates the rotation of the ellipse as a whole with respect to the current coordinate system.

Example

See the examples for the SVG_New_path command.

See Also

SVG_New_arc.


4D - Documentation   Français   English   German   4D SVG Component, Command Theme List   4D SVG Component, Index   Back   Previous   Next