version 11.3
SVG_PATH_CLOSE (parentSVGObject)
| Parameter | Type | Description | |
| parentSVGObject | SVG_Ref | Reference of path |
Description
The SVG_PATH_CLOSE command closes the current subpath referenced by parentSVGObject by drawing a straight line from the current point to the initial point. If parentSVGObject is not a path reference ('path' element), an error is generated.
Example
See the examples for the SVG_New_path command.
See Also