class js.html.svg.Stylable

Available on js

The SVGStylable interface is implemented on all objects corresponding to SVG elements that can have style, {{SVGAttr("class") and presentation attributes specified on them.

Documentation for this class was provided by MDN.

Instance Fields

var className:AnimatedString

Corresponds to attribute class on the given element.

var style:CSSStyleDeclaration

Corresponds to attribute style on the given element.