You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ke...@apache.org on 2002/06/06 09:57:02 UTC

cvs commit: xml-fop/src/org/apache/fop/svg SVGElement.java SVGUserAgent.java

keiron      2002/06/06 00:57:02

  Modified:    src/org/apache/fop/image/analyser Tag: fop-0_20_2-maintain
                        SVGReader.java
               src/org/apache/fop/svg Tag: fop-0_20_2-maintain
                        SVGElement.java SVGUserAgent.java
  Log:
  YAAPIC
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.12.2.3  +6 -1      xml-fop/src/org/apache/fop/image/analyser/SVGReader.java
  
  Index: SVGReader.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/image/analyser/SVGReader.java,v
  retrieving revision 1.12.2.2
  retrieving revision 1.12.2.3
  diff -u -r1.12.2.2 -r1.12.2.3
  --- SVGReader.java	13 May 2002 10:29:52 -0000	1.12.2.2
  +++ SVGReader.java	6 Jun 2002 07:57:02 -0000	1.12.2.3
  @@ -1,5 +1,5 @@
   /*
  - * $Id: SVGReader.java,v 1.12.2.2 2002/05/13 10:29:52 keiron Exp $
  + * $Id: SVGReader.java,v 1.12.2.3 2002/06/06 07:57:02 keiron Exp $
    * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
    * For details on use and redistribution please refer to the
    * LICENSE file included with these sources.
  @@ -144,6 +144,11 @@
            * Returns a customized the pixel to mm factor.
            */
           public float getPixelToMM() {
  +            // this is set to 72dpi as the values in fo are 72dpi
  +            return 0.35277777777777777778f; // 72 dpi
  +            // return 0.26458333333333333333333333333333f;    // 96dpi
  +        }
  +        public float getPixelUnitToMillimeter() {
               // this is set to 72dpi as the values in fo are 72dpi
               return 0.35277777777777777778f; // 72 dpi
               // return 0.26458333333333333333333333333333f;    // 96dpi
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.16.2.2  +6 -1      xml-fop/src/org/apache/fop/svg/SVGElement.java
  
  Index: SVGElement.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/svg/SVGElement.java,v
  retrieving revision 1.16.2.1
  retrieving revision 1.16.2.2
  diff -u -r1.16.2.1 -r1.16.2.2
  --- SVGElement.java	13 May 2002 10:29:52 -0000	1.16.2.1
  +++ SVGElement.java	6 Jun 2002 07:57:02 -0000	1.16.2.2
  @@ -1,5 +1,5 @@
   /*
  - * $Id: SVGElement.java,v 1.16.2.1 2002/05/13 10:29:52 keiron Exp $
  + * $Id: SVGElement.java,v 1.16.2.2 2002/06/06 07:57:02 keiron Exp $
    * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
    * For details on use and redistribution please refer to the
    * LICENSE file included with these sources.
  @@ -111,6 +111,11 @@
           final ForeignObjectArea foa = (ForeignObjectArea)area;
           SVGContext dc = new SVGContext() {
               public float getPixelToMM() {
  +                // 72 dpi
  +                return 0.35277777777777777778f;
  +            }
  +
  +            public float getPixelUnitToMillimeter() {
                   // 72 dpi
                   return 0.35277777777777777778f;
               }
  
  
  
  1.2.2.4   +7 -1      xml-fop/src/org/apache/fop/svg/SVGUserAgent.java
  
  Index: SVGUserAgent.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/svg/SVGUserAgent.java,v
  retrieving revision 1.2.2.3
  retrieving revision 1.2.2.4
  diff -u -r1.2.2.3 -r1.2.2.4
  --- SVGUserAgent.java	13 May 2002 10:29:53 -0000	1.2.2.3
  +++ SVGUserAgent.java	6 Jun 2002 07:57:02 -0000	1.2.2.4
  @@ -1,5 +1,5 @@
   /*
  - * $Id: SVGUserAgent.java,v 1.2.2.3 2002/05/13 10:29:53 keiron Exp $
  + * $Id: SVGUserAgent.java,v 1.2.2.4 2002/06/06 07:57:02 keiron Exp $
    * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
    * For details on use and redistribution please refer to the
    * LICENSE file included with these sources.
  @@ -75,6 +75,12 @@
        * Returns a customized the pixel to mm factor.
        */
       public float getPixelToMM() {
  +        // this is set to 72dpi as the values in fo are 72dpi
  +        return 0.35277777777777777778f; // 72 dpi
  +        // return 0.26458333333333333333333333333333f;    // 96dpi
  +    }
  +
  +    public float getPixelUnitToMillimeter() {
           // this is set to 72dpi as the values in fo are 72dpi
           return 0.35277777777777777778f; // 72 dpi
           // return 0.26458333333333333333333333333333f;    // 96dpi
  
  
  

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