Variable SVGUnitTypes
SVGUnitTypes: {
prototype: SVGUnitTypes;
SVG_UNIT_TYPE_OBJECTBOUNDINGBOX: 2;
SVG_UNIT_TYPE_UNKNOWN: 0;
SVG_UNIT_TYPE_USERSPACEONUSE: 1;
new (): SVGUnitTypes;
}
prototype: SVGUnitTypes;
SVG_UNIT_TYPE_OBJECTBOUNDINGBOX: 2;
SVG_UNIT_TYPE_UNKNOWN: 0;
SVG_UNIT_TYPE_USERSPACEONUSE: 1;
new (): SVGUnitTypes;
}
Type declaration
- new (): SVGUnitTypes
Returns SVGUnitTypes
prototype: SVGUnitTypes
Readonly
SVG_UNIT_TYPE_OBJECTBOUNDINGBOX: 2Readonly
SVG_UNIT_TYPE_UNKNOWN: 0Readonly
SVG_UNIT_TYPE_USERSPACEONUSE: 1