SVG_PATH_CLOSE ( parentSVGObject )
Parameter | Type | Description | |
---|---|---|---|
parentSVGObject | SVG_Ref | → | Reference of path |
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.
See the examples for the SVG_New_path command.