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
- ReadonlySVG_UNIT_TYPE_OBJECTBOUNDINGBOX: 2
- ReadonlySVG_UNIT_TYPE_UNKNOWN: 0
- ReadonlySVG_UNIT_TYPE_USERSPACEONUSE: 1