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 cj...@apache.org on 2001/03/27 16:34:55 UTC

cvs commit: xml-batik/sources/org/apache/batik/svggen SVGFont.java

cjolif      01/03/27 06:34:55

  Modified:    sources/org/apache/batik/svggen SVGFont.java
  Log:
  Fix a regression created by the previous commit (BOLD has been changed in
  BOLDER when a change has been made on all Batik for changing naming
  of SVG properties & values => go back to BOLD).
  
  Revision  Changes    Path
  1.8       +2 -2      xml-batik/sources/org/apache/batik/svggen/SVGFont.java
  
  Index: SVGFont.java
  ===================================================================
  RCS file: /home/cvs/xml-batik/sources/org/apache/batik/svggen/SVGFont.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- SVGFont.java	2001/03/26 12:37:34	1.7
  +++ SVGFont.java	2001/03/27 14:34:54	1.8
  @@ -21,7 +21,7 @@
    * font attributes
    *
    * @author <a href="mailto:vincent.hardy@eng.sun.com">Vincent Hardy</a>
  - * @version $Id: SVGFont.java,v 1.7 2001/03/26 12:37:34 tkormann Exp $
  + * @version $Id: SVGFont.java,v 1.8 2001/03/27 14:34:54 cjolif Exp $
    */
   public class SVGFont extends AbstractSVGConverter {
       public static final float EXTRA_LIGHT =
  @@ -99,7 +99,7 @@
           /*SEMIBOLD*/    SVG_FONT_WEIGHT_500_VALUE,
           /*MEDIUM*/      SVG_FONT_WEIGHT_500_VALUE,
           /*DEMIBOLD*/    SVG_FONT_WEIGHT_600_VALUE,
  -        /*BOLD*/        SVG_FONT_WEIGHT_BOLDER_VALUE,
  +        /*BOLD*/        SVG_FONT_WEIGHT_BOLD_VALUE,
           /*HEAVY*/       SVG_FONT_WEIGHT_800_VALUE,
           /*EXTRABOLD*/   SVG_FONT_WEIGHT_800_VALUE,
           /*ULTRABOLD*/   SVG_FONT_WEIGHT_900_VALUE
  
  
  

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