Liking cljdoc? Tell your friends :D

web.svg.SVGPathElement

The SVGPathElement interface corresponds to the <path> element.

The SVGPathElement interface corresponds to the `<path>` element.
raw docstring

get-point-at-lengthcljs

(get-point-at-length this & args)

Method.

The SVGPathElement.getPointAtLength() method returns the point a given distance along the path.

SVGPoint someElement.getPointAtLength(float distance);

See also: https://developer.mozilla.org/en-US/docs/Web/API/SVGPathElement/getPointAtLength

Method.

The SVGPathElement.getPointAtLength() method returns the point
a given distance along the path.

`SVGPoint someElement.getPointAtLength(float distance);`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/SVGPathElement/getPointAtLength`
sourceraw docstring

get-total-lengthcljs

(get-total-length this)

Method.

The SVGPathElement.getTotalLength() method returns the user agent's value for the total length of the path in user units.

float someElement.getTotalLength();

See also: https://developer.mozilla.org/en-US/docs/Web/API/SVGPathElement/getTotalLength

Method.

The SVGPathElement.getTotalLength() method returns the user agent's
value for the total length of the path in user units.

`float someElement.getTotalLength();`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/SVGPathElement/getTotalLength`
sourceraw docstring

path-lengthcljs

(path-length this)

Property.

The SVGPathElement.pathLength property reflects the pathLength and returns the total length of the path, in user units.

var pathLength = someElement.pathLength;

See also: https://developer.mozilla.org/en-US/docs/Web/API/SVGPathElement/pathLength

Property.

The SVGPathElement.pathLength property reflects the pathLength
and returns the total length of the path, in user units.

`var pathLength = someElement.pathLength;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/SVGPathElement/pathLength`
sourceraw docstring

set-path-length!cljs

(set-path-length! this val)

Property.

The SVGPathElement.pathLength property reflects the pathLength and returns the total length of the path, in user units.

var pathLength = someElement.pathLength;

See also: https://developer.mozilla.org/en-US/docs/Web/API/SVGPathElement/pathLength

Property.

The SVGPathElement.pathLength property reflects the pathLength
and returns the total length of the path, in user units.

`var pathLength = someElement.pathLength;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/SVGPathElement/pathLength`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close