mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
6 lines
129 B
Text
6 lines
129 B
Text
|
|
// https://www.w3.org/TR/SVG2/types.html#InterfaceSVGNumber
|
||
|
|
[Exposed=Window]
|
||
|
|
interface SVGNumber {
|
||
|
|
attribute float value;
|
||
|
|
};
|