The SVGPathElement interface corresponds to the <path>
element.
The SVGPathElement interface corresponds to the `<path>` element.
(create-svg-path-seg-arc-abs this & args)
Method.
Returns a stand-alone, parentless SVGPathSegArcAbs object.
Method. Returns a stand-alone, parentless SVGPathSegArcAbs object.
(create-svg-path-seg-arc-rel this & args)
Method.
Returns a stand-alone, parentless SVGPathSegArcRel object.
Method. Returns a stand-alone, parentless SVGPathSegArcRel object.
(create-svg-path-seg-close-path this & args)
Method.
Returns a stand-alone, parentless SVGPathSegClosePath object.
Method. Returns a stand-alone, parentless SVGPathSegClosePath object.
(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.
(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.
(create-svg-path-seg-curveto-cubic-smooth-abs this & args)
Method.
Returns a stand-alone, parentless SVGPathSegCurvetoCubicSmoothAbs
Method. Returns a stand-alone, parentless SVGPathSegCurvetoCubicSmoothAbs
(create-svg-path-seg-curveto-cubic-smooth-rel this & args)
Method.
Returns a stand-alone, parentless SVGPathSegCurvetoCubicSmoothRel
Method. Returns a stand-alone, parentless SVGPathSegCurvetoCubicSmoothRel
(create-svg-path-seg-curveto-quadratic-abs this & args)
Method.
Returns a stand-alone, parentless SVGPathSegCurvetoQuadraticAbs
Method. Returns a stand-alone, parentless SVGPathSegCurvetoQuadraticAbs
(create-svg-path-seg-curveto-quadratic-rel this & args)
Method.
Returns a stand-alone, parentless SVGPathSegCurvetoQuadraticRel
Method. Returns a stand-alone, parentless SVGPathSegCurvetoQuadraticRel
(create-svg-path-seg-curveto-quadratic-smooth-abs this & args)
Method.
Returns a stand-alone, parentless SVGPathSegCurvetoQuadraticSmoothAbs
Method. Returns a stand-alone, parentless SVGPathSegCurvetoQuadraticSmoothAbs
(create-svg-path-seg-curveto-quadratic-smooth-rel this & args)
Method.
Returns a stand-alone, parentless SVGPathSegCurvetoQuadraticSmoothRel
Method. Returns a stand-alone, parentless SVGPathSegCurvetoQuadraticSmoothRel
(create-svg-path-seg-lineto-abs this & args)
Method.
Returns a stand-alone, parentless SVGPathSegLinetoAbs object.
Method. Returns a stand-alone, parentless SVGPathSegLinetoAbs object.
(create-svg-path-seg-lineto-horizontal-abs this & args)
Method.
Returns a stand-alone, parentless SVGPathSegLinetoHorizontalAbs
Method. Returns a stand-alone, parentless SVGPathSegLinetoHorizontalAbs
(create-svg-path-seg-lineto-horizontal-rel this & args)
Method.
Returns a stand-alone, parentless SVGPathSegLinetoHorizontalRel
Method. Returns a stand-alone, parentless SVGPathSegLinetoHorizontalRel
(create-svg-path-seg-lineto-rel this & args)
Method.
Returns a stand-alone, parentless SVGPathSegLinetoRel object.
Method. Returns a stand-alone, parentless SVGPathSegLinetoRel object.
(create-svg-path-seg-lineto-vertical-abs this & args)
Method.
Returns a stand-alone, parentless SVGPathSegLinetoVerticalAbs
Method. Returns a stand-alone, parentless SVGPathSegLinetoVerticalAbs
(create-svg-path-seg-lineto-vertical-rel this & args)
Method.
Returns a stand-alone, parentless SVGPathSegLinetoVerticalRel
Method. Returns a stand-alone, parentless SVGPathSegLinetoVerticalRel
(create-svg-path-seg-moveto-abs this & args)
Method.
Returns a stand-alone, parentless SVGPathSegMovetoAbs object.
Method. Returns a stand-alone, parentless SVGPathSegMovetoAbs object.
(create-svg-path-seg-moveto-rel this & args)
Method.
Returns a stand-alone, parentless SVGPathSegMovetoRel object.
Method. Returns a stand-alone, parentless SVGPathSegMovetoRel object.
(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.
(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`
(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`
(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`
(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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close