Code

dos to unix conversion
[inkscape.git] / src / bind / java / org / w3c / dom / svg / SVGUnitTypes.java
2 package org.w3c.dom.svg;
4 public interface SVGUnitTypes {
5   // Unit Types
6   public static final short SVG_UNIT_TYPE_UNKNOWN           = 0;
7   public static final short SVG_UNIT_TYPE_USERSPACEONUSE    = 1;
8   public static final short SVG_UNIT_TYPE_OBJECTBOUNDINGBOX = 2;
9 }