All Downloads are FREE. Search and download functionalities are using the official Maven repository.

elemental2.svg.SVGException__Constants Maven / Gradle / Ivy

The newest version!
package elemental2.svg;

import jsinterop.annotations.JsPackage;
import jsinterop.annotations.JsType;

@JsType(isNative = true, name = "SVGException", namespace = JsPackage.GLOBAL)
class SVGException__Constants {
  static double SVG_INVALID_VALUE_ERR;
  static double SVG_MATRIX_NOT_INVERTABLE;
  static double SVG_WRONG_TYPE_ERR;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy