Variable SVGUnitTypes

SVGUnitTypes: {
    SVG_UNIT_TYPE_OBJECTBOUNDINGBOX: 2;
    SVG_UNIT_TYPE_UNKNOWN: 0;
    SVG_UNIT_TYPE_USERSPACEONUSE: 1;
    prototype: SVGUnitTypes;
    new (): SVGUnitTypes;
}

Type declaration

  • Readonly SVG_UNIT_TYPE_OBJECTBOUNDINGBOX: 2
  • Readonly SVG_UNIT_TYPE_UNKNOWN: 0
  • Readonly SVG_UNIT_TYPE_USERSPACEONUSE: 1
  • prototype: SVGUnitTypes