The SVGPathElement interface corresponds to the <path>
element.
The SVGPathElement interface corresponds to the `<path>` element.
(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`
(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.
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`
(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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close