The SVGImageElement interface corresponds to the web.<image>
The SVGImageElement interface corresponds to the `web.<image>`
(decode this)
Method.
The decode() method of the svg.SVGImageElement
interface initiates
decoding of an image, returning a web.Promise
that
var promise = svgImageElement.decode();
See also: https://developer.mozilla.org/en-US/docs/Web/API/SVGImageElement/decode
Method. The decode() method of the `svg.SVGImageElement` interface initiates decoding of an image, returning a `web.Promise` that `var promise = svgImageElement.decode();` See also: `https://developer.mozilla.org/en-US/docs/Web/API/SVGImageElement/decode`
(decoding this)
Property.
The decoding property of the svg.SVGImageElement
interface
a hint given to the browser on how it should decode the image.
var refStr = SVGImageElement.decoding SVGImageElement.decoding = refStr;
See also: https://developer.mozilla.org/en-US/docs/Web/API/SVGImageElement/decoding
Property. The decoding property of the `svg.SVGImageElement` interface a hint given to the browser on how it should decode the image. `var refStr = SVGImageElement.decoding SVGImageElement.decoding = refStr;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/SVGImageElement/decoding`
(height this)
Property.
The height read-only property of the svg.SVGImageElement
interface
an svg.SVGAnimatedLength
corresponding to the height attribute
the given web.<image>
element.
var height = svgImageElement.height
See also: https://developer.mozilla.org/en-US/docs/Web/API/SVGImageElement/height
Property. The height read-only property of the `svg.SVGImageElement` interface an `svg.SVGAnimatedLength` corresponding to the height attribute the given `web.<image>` element. `var height = svgImageElement.height` See also: `https://developer.mozilla.org/en-US/docs/Web/API/SVGImageElement/height`
(preserve-aspect-ratio this)
Property.
The preserveAspectRatio read-only property of the svg.SVGImageElement
returns an svg.SVGAnimatedPreserveAspectRatio
corresponding
the preserveAspectRatio attribute of the given web.<image>
var svgAnimatedPreerveAspectRatio = svgImageElement.preserveAspectRatio;
See also: https://developer.mozilla.org/en-US/docs/Web/API/SVGImageElement/preserveAspectRatio
Property. The preserveAspectRatio read-only property of the `svg.SVGImageElement` returns an `svg.SVGAnimatedPreserveAspectRatio` corresponding the preserveAspectRatio attribute of the given `web.<image>` `var svgAnimatedPreerveAspectRatio = svgImageElement.preserveAspectRatio;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/SVGImageElement/preserveAspectRatio`
(set-decoding! this val)
Property.
The decoding property of the svg.SVGImageElement
interface
a hint given to the browser on how it should decode the image.
var refStr = SVGImageElement.decoding SVGImageElement.decoding = refStr;
See also: https://developer.mozilla.org/en-US/docs/Web/API/SVGImageElement/decoding
Property. The decoding property of the `svg.SVGImageElement` interface a hint given to the browser on how it should decode the image. `var refStr = SVGImageElement.decoding SVGImageElement.decoding = refStr;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/SVGImageElement/decoding`
(set-height! this val)
Property.
The height read-only property of the svg.SVGImageElement
interface
an svg.SVGAnimatedLength
corresponding to the height attribute
the given web.<image>
element.
var height = svgImageElement.height
See also: https://developer.mozilla.org/en-US/docs/Web/API/SVGImageElement/height
Property. The height read-only property of the `svg.SVGImageElement` interface an `svg.SVGAnimatedLength` corresponding to the height attribute the given `web.<image>` element. `var height = svgImageElement.height` See also: `https://developer.mozilla.org/en-US/docs/Web/API/SVGImageElement/height`
(set-preserve-aspect-ratio! this val)
Property.
The preserveAspectRatio read-only property of the svg.SVGImageElement
returns an svg.SVGAnimatedPreserveAspectRatio
corresponding
the preserveAspectRatio attribute of the given web.<image>
var svgAnimatedPreerveAspectRatio = svgImageElement.preserveAspectRatio;
See also: https://developer.mozilla.org/en-US/docs/Web/API/SVGImageElement/preserveAspectRatio
Property. The preserveAspectRatio read-only property of the `svg.SVGImageElement` returns an `svg.SVGAnimatedPreserveAspectRatio` corresponding the preserveAspectRatio attribute of the given `web.<image>` `var svgAnimatedPreerveAspectRatio = svgImageElement.preserveAspectRatio;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/SVGImageElement/preserveAspectRatio`
(set-width! this val)
Property.
The width read-only property of the svg.SVGImageElement
interface
an svg.SVGAnimatedLength
corresponding to the width attribute
the given web.<image>
element.
var width = svgImageElement.width;
See also: https://developer.mozilla.org/en-US/docs/Web/API/SVGImageElement/width
Property. The width read-only property of the `svg.SVGImageElement` interface an `svg.SVGAnimatedLength` corresponding to the width attribute the given `web.<image>` element. `var width = svgImageElement.width;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/SVGImageElement/width`
(set-x! this val)
Property.
The x read-only property of the svg.SVGImageElement
interface
an svg.SVGAnimatedLength
corresponding to the x attribute of
given web.<image>
element.
var x = svgImageElement.x;
See also: https://developer.mozilla.org/en-US/docs/Web/API/SVGImageElement/x
Property. The x read-only property of the `svg.SVGImageElement` interface an `svg.SVGAnimatedLength` corresponding to the x attribute of given `web.<image>` element. `var x = svgImageElement.x;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/SVGImageElement/x`
(set-y! this val)
Property.
The y read-only property of the svg.SVGImageElement
interface
an svg.SVGAnimatedLength
corresponding to the y attribute of
given web.<image>
element.
var y = svgImageElement.y;
See also: https://developer.mozilla.org/en-US/docs/Web/API/SVGImageElement/y
Property. The y read-only property of the `svg.SVGImageElement` interface an `svg.SVGAnimatedLength` corresponding to the y attribute of given `web.<image>` element. `var y = svgImageElement.y;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/SVGImageElement/y`
(width this)
Property.
The width read-only property of the svg.SVGImageElement
interface
an svg.SVGAnimatedLength
corresponding to the width attribute
the given web.<image>
element.
var width = svgImageElement.width;
See also: https://developer.mozilla.org/en-US/docs/Web/API/SVGImageElement/width
Property. The width read-only property of the `svg.SVGImageElement` interface an `svg.SVGAnimatedLength` corresponding to the width attribute the given `web.<image>` element. `var width = svgImageElement.width;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/SVGImageElement/width`
(x this)
Property.
The x read-only property of the svg.SVGImageElement
interface
an svg.SVGAnimatedLength
corresponding to the x attribute of
given web.<image>
element.
var x = svgImageElement.x;
See also: https://developer.mozilla.org/en-US/docs/Web/API/SVGImageElement/x
Property. The x read-only property of the `svg.SVGImageElement` interface an `svg.SVGAnimatedLength` corresponding to the x attribute of given `web.<image>` element. `var x = svgImageElement.x;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/SVGImageElement/x`
(y this)
Property.
The y read-only property of the svg.SVGImageElement
interface
an svg.SVGAnimatedLength
corresponding to the y attribute of
given web.<image>
element.
var y = svgImageElement.y;
See also: https://developer.mozilla.org/en-US/docs/Web/API/SVGImageElement/y
Property. The y read-only property of the `svg.SVGImageElement` interface an `svg.SVGAnimatedLength` corresponding to the y attribute of given `web.<image>` element. `var y = svgImageElement.y;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/SVGImageElement/y`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close