mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 01:27:42 +00:00
5 lines
123 B
Text
5 lines
123 B
Text
[Exposed=Window]
|
|
interface SVGPolylineElement : SVGGeometryElement {
|
|
};
|
|
|
|
// SVGPolylineElement includes SVGAnimatedPoints;
|