]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
changed the dpi for svg to 72 to be the same as other things in fop
authorKeiron Liddle <keiron@apache.org>
Thu, 9 Aug 2001 14:04:21 +0000 (14:04 +0000)
committerKeiron Liddle <keiron@apache.org>
Thu, 9 Aug 2001 14:04:21 +0000 (14:04 +0000)
value should be in one place

- same goes for other renderers

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194401 13f79535-47bb-0310-9956-ffa450edef68

src/org/apache/fop/render/awt/AWTRenderer.java

index eb57617a0b8e74ea329b528ed5b3b562a62df001..5907f5de3de8ae3d80ed9ec5eff8665818261171 100644 (file)
@@ -1031,7 +1031,9 @@ public class AWTRenderer implements Renderer, Printable, Pageable {
          * Returns a customized the pixel to mm factor.
          */
         public float getPixelToMM() {
-            return 0.264583333333333333333f;    // 72 dpi
+            // this is set to 72dpi as the values in fo are 72dpi
+            return 0.35277777777777777778f; // 72 dpi
+            // return 0.26458333333333333333333333333333f;    // 96dpi
         }
 
         /**