The SVGTextPositioningElement interface is implemented by elements
support attributes that position individual text glyphs. It is
by web.svg.SVGTextElement
, web.svg.SVGTSpanElement
, web.deprecated.SVGTRefElement
web.deprecated.SVGAltGlyphElement
.
The SVGTextPositioningElement interface is implemented by elements support attributes that position individual text glyphs. It is by `web.svg.SVGTextElement`, `web.svg.SVGTSpanElement`, `web.deprecated.SVGTRefElement` `web.deprecated.SVGAltGlyphElement`.
(dx this)
Property.
Returns an SVGAnimatedLengthList reflecting the dx attribute the given element.
Property. Returns an SVGAnimatedLengthList reflecting the dx attribute the given element.
(dy this)
Property.
Returns an SVGAnimatedLengthList reflecting the dy attribute the given element.
Property. Returns an SVGAnimatedLengthList reflecting the dy attribute the given element.
(rotate this)
Property.
Returns an SVGAnimatedNumberList reflecting the rotate attribute the given element.
Property. Returns an SVGAnimatedNumberList reflecting the rotate attribute the given element.
(set-dx! this val)
Property.
Returns an SVGAnimatedLengthList reflecting the dx attribute the given element.
Property. Returns an SVGAnimatedLengthList reflecting the dx attribute the given element.
(set-dy! this val)
Property.
Returns an SVGAnimatedLengthList reflecting the dy attribute the given element.
Property. Returns an SVGAnimatedLengthList reflecting the dy attribute the given element.
(set-rotate! this val)
Property.
Returns an SVGAnimatedNumberList reflecting the rotate attribute the given element.
Property. Returns an SVGAnimatedNumberList reflecting the rotate attribute the given element.
(set-x! this val)
Property.
Returns an SVGAnimatedLengthList reflecting the x attribute of given element.
Property. Returns an SVGAnimatedLengthList reflecting the x attribute of given element.
(set-y! this val)
Property.
Returns an SVGAnimatedLengthList reflecting the y attribute of given element.
Property. Returns an SVGAnimatedLengthList reflecting the y attribute of given element.
(x this)
Property.
Returns an SVGAnimatedLengthList reflecting the x attribute of given element.
Property. Returns an SVGAnimatedLengthList reflecting the x attribute of given element.
(y this)
Property.
Returns an SVGAnimatedLengthList reflecting the y attribute of given element.
Property. Returns an SVGAnimatedLengthList reflecting the y attribute of given element.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close