You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by be...@apache.org on 2001/07/05 08:04:36 UTC

cvs commit: xml-batik/sources/org/apache/batik/util SVGConstants.java

bella       01/07/04 23:04:36

  Modified:    sources/org/apache/batik/util SVGConstants.java
  Log:
  added a couple more default values
  
  Revision  Changes    Path
  1.54      +3 -1      xml-batik/sources/org/apache/batik/util/SVGConstants.java
  
  Index: SVGConstants.java
  ===================================================================
  RCS file: /home/cvs/xml-batik/sources/org/apache/batik/util/SVGConstants.java,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- SVGConstants.java	2001/07/03 10:05:45	1.53
  +++ SVGConstants.java	2001/07/05 06:04:36	1.54
  @@ -14,7 +14,7 @@
    * @author <a href="mailto:tkormann@apache.org">Thierry Kormann</a>
    * @author <a href="vincent.hardy@eng.sun.com">Vincent Hardy</a>
    * @author <a href="mailto:stephane@hillion.org">Stephane Hillion</a>
  - * @version $Id: SVGConstants.java,v 1.53 2001/07/03 10:05:45 cjolif Exp $
  + * @version $Id: SVGConstants.java,v 1.54 2001/07/05 06:04:36 bella Exp $
    */
   public interface SVGConstants extends CSSConstants {
   
  @@ -490,6 +490,8 @@
       String SVG_FONT_FACE_PANOSE_1_DEFAULT_VALUE = "0 0 0 0 0 0 0 0 0 0";
       String SVG_FONT_FACE_SLOPE_DEFAULT_VALUE = "0";
       String SVG_FONT_FACE_UNITS_PER_EM_DEFAULT_VALUE = "1000";
  +    String SVG_HORIZ_ORIGIN_X_DEFAULT_VALUE = "0";
  +    String SVG_HORIZ_ORIGIN_Y_DEFAULT_VALUE = "0";
       String SVG_KERN_K_DEFAULT_VALUE = "0";
       String SVG_IMAGE_X_DEFAULT_VALUE = "0";
       String SVG_IMAGE_Y_DEFAULT_VALUE = "0";
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-dev-help@xml.apache.org