ladybird/Libraries/LibWeb/SVG/SVGAnimatedString.idl

7 lines
220 B
Text
Raw Normal View History

2023-11-14 00:18:09 +00:00
// https://svgwg.org/svg2-draft/types.html#InterfaceSVGAnimatedString
[Exposed=Window]
interface SVGAnimatedString {
attribute DOMString baseVal;
2023-11-14 00:18:09 +00:00
[ImplementedAs=base_val] readonly attribute DOMString animVal;
};