Expand Minimize
This topic has not yet been rated - Rate this topic

createSVGPathSegClosePath method

Returns a stand-alone, parentless SVGPathSegClosePath object.

Scalable Vector Graphics: Paths, Section 8.5.23Internet Explorer 9

Syntax

var retval = SVGPathElement.createSVGPathSegClosePath();

Parameters

This method has no parameters.

Return value

Type: ISVGPathSegClosePath

A stand-alone, parentless SVGPathSegClosePath object.

Standards information

Remarks

The createSVGPathSegClosePath method returns a stand-alone, parentless straight line from the current point to the initial point of the current subpath.

See also

SVGPathElement

 

 

Build date: 11/21/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.