WebIDLpedia

SVGPathSegment interface

Definition

SVG Paths defines SVGPathSegment

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

Methods and attributes that return objects implementing SVGPathSegment

Referring IDL interfaces/dictionaries