Definition
SVG Paths defines SVGPathSegment
[LegacyNoInterfaceObject, Exposed=Window]
interface SVGPathSegment {
attribute DOMString type;
attribute FrozenArray<float> values;
};
SVGPathSegment
interfaceSVG Paths defines SVGPathSegment
[LegacyNoInterfaceObject, Exposed=Window]
interface SVGPathSegment {
attribute DOMString type;
attribute FrozenArray<float> values;
};
SVGPathSegment