ladybird/Libraries/LibWeb/SVG/SVGAnimatedEnumeration.idl

7 lines
224 B
Text
Raw Normal View History

2025-02-21 13:22:15 +01:00
// https://svgwg.org/svg2-draft/types.html#InterfaceSVGAnimatedEnumeration
[Exposed=Window]
interface SVGAnimatedEnumeration {
attribute unsigned short baseVal;
readonly attribute unsigned short animVal;
};