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

create-svg-path-seg-arc-abscljs

(create-svg-path-seg-arc-abs this & args)

Method.

Returns a stand-alone, parentless SVGPathSegArcAbs object.

Method.

Returns a stand-alone, parentless SVGPathSegArcAbs object.
sourceraw docstring

create-svg-path-seg-arc-relcljs

(create-svg-path-seg-arc-rel this & args)

Method.

Returns a stand-alone, parentless SVGPathSegArcRel object.

Method.

Returns a stand-alone, parentless SVGPathSegArcRel object.
sourceraw docstring

create-svg-path-seg-close-pathcljs

(create-svg-path-seg-close-path this & args)

Method.

Returns a stand-alone, parentless SVGPathSegClosePath object.

Method.

Returns a stand-alone, parentless SVGPathSegClosePath object.
sourceraw docstring

create-svg-path-seg-curveto-cubic-abscljs

(create-svg-path-seg-curveto-cubic-abs this & args)

Method.

Returns a stand-alone, parentless SVGPathSegCurvetoCubicAbs object.

Method.

Returns a stand-alone, parentless SVGPathSegCurvetoCubicAbs object.
sourceraw docstring

create-svg-path-seg-curveto-cubic-relcljs

(create-svg-path-seg-curveto-cubic-rel this & args)

Method.

Returns a stand-alone, parentless SVGPathSegCurvetoCubicRel object.

Method.

Returns a stand-alone, parentless SVGPathSegCurvetoCubicRel object.
sourceraw docstring

create-svg-path-seg-curveto-cubic-smooth-abscljs

(create-svg-path-seg-curveto-cubic-smooth-abs this & args)

Method.

Returns a stand-alone, parentless SVGPathSegCurvetoCubicSmoothAbs

Method.

Returns a stand-alone, parentless SVGPathSegCurvetoCubicSmoothAbs
sourceraw docstring

create-svg-path-seg-curveto-cubic-smooth-relcljs

(create-svg-path-seg-curveto-cubic-smooth-rel this & args)

Method.

Returns a stand-alone, parentless SVGPathSegCurvetoCubicSmoothRel

Method.

Returns a stand-alone, parentless SVGPathSegCurvetoCubicSmoothRel
sourceraw docstring

create-svg-path-seg-curveto-quadratic-abscljs

(create-svg-path-seg-curveto-quadratic-abs this & args)

Method.

Returns a stand-alone, parentless SVGPathSegCurvetoQuadraticAbs

Method.

Returns a stand-alone, parentless SVGPathSegCurvetoQuadraticAbs
sourceraw docstring

create-svg-path-seg-curveto-quadratic-relcljs

(create-svg-path-seg-curveto-quadratic-rel this & args)

Method.

Returns a stand-alone, parentless SVGPathSegCurvetoQuadraticRel

Method.

Returns a stand-alone, parentless SVGPathSegCurvetoQuadraticRel
sourceraw docstring

create-svg-path-seg-curveto-quadratic-smooth-abscljs

(create-svg-path-seg-curveto-quadratic-smooth-abs this & args)

Method.

Returns a stand-alone, parentless SVGPathSegCurvetoQuadraticSmoothAbs

Method.

Returns a stand-alone, parentless SVGPathSegCurvetoQuadraticSmoothAbs
sourceraw docstring

create-svg-path-seg-curveto-quadratic-smooth-relcljs

(create-svg-path-seg-curveto-quadratic-smooth-rel this & args)

Method.

Returns a stand-alone, parentless SVGPathSegCurvetoQuadraticSmoothRel

Method.

Returns a stand-alone, parentless SVGPathSegCurvetoQuadraticSmoothRel
sourceraw docstring

create-svg-path-seg-lineto-abscljs

(create-svg-path-seg-lineto-abs this & args)

Method.

Returns a stand-alone, parentless SVGPathSegLinetoAbs object.

Method.

Returns a stand-alone, parentless SVGPathSegLinetoAbs object.
sourceraw docstring

create-svg-path-seg-lineto-horizontal-abscljs

(create-svg-path-seg-lineto-horizontal-abs this & args)

Method.

Returns a stand-alone, parentless SVGPathSegLinetoHorizontalAbs

Method.

Returns a stand-alone, parentless SVGPathSegLinetoHorizontalAbs
sourceraw docstring

create-svg-path-seg-lineto-horizontal-relcljs

(create-svg-path-seg-lineto-horizontal-rel this & args)

Method.

Returns a stand-alone, parentless SVGPathSegLinetoHorizontalRel

Method.

Returns a stand-alone, parentless SVGPathSegLinetoHorizontalRel
sourceraw docstring

create-svg-path-seg-lineto-relcljs

(create-svg-path-seg-lineto-rel this & args)

Method.

Returns a stand-alone, parentless SVGPathSegLinetoRel object.

Method.

Returns a stand-alone, parentless SVGPathSegLinetoRel object.
sourceraw docstring

create-svg-path-seg-lineto-vertical-abscljs

(create-svg-path-seg-lineto-vertical-abs this & args)

Method.

Returns a stand-alone, parentless SVGPathSegLinetoVerticalAbs

Method.

Returns a stand-alone, parentless SVGPathSegLinetoVerticalAbs
sourceraw docstring

create-svg-path-seg-lineto-vertical-relcljs

(create-svg-path-seg-lineto-vertical-rel this & args)

Method.

Returns a stand-alone, parentless SVGPathSegLinetoVerticalRel

Method.

Returns a stand-alone, parentless SVGPathSegLinetoVerticalRel
sourceraw docstring

create-svg-path-seg-moveto-abscljs

(create-svg-path-seg-moveto-abs this & args)

Method.

Returns a stand-alone, parentless SVGPathSegMovetoAbs object.

Method.

Returns a stand-alone, parentless SVGPathSegMovetoAbs object.
sourceraw docstring

create-svg-path-seg-moveto-relcljs

(create-svg-path-seg-moveto-rel this & args)

Method.

Returns a stand-alone, parentless SVGPathSegMovetoRel object.

Method.

Returns a stand-alone, parentless SVGPathSegMovetoRel object.
sourceraw docstring

get-path-seg-at-lengthcljs

(get-path-seg-at-length this & args)

Method.

Returns an unsigned long representing the index within the pathSegList the user agent's distance-along-a-path algorithm.

Method.

Returns an unsigned long representing the index within the pathSegList
the user agent's distance-along-a-path algorithm.
sourceraw docstring

get-point-at-lengthcljs

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

Method.

[Deprecated]

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.

[Deprecated]

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.

[Deprecated]

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.

[Deprecated]

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.

[Deprecated]

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.

[Deprecated]

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