]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
PR:
authorGlen Mazza <gmazza@apache.org>
Tue, 3 Aug 2004 22:36:26 +0000 (22:36 +0000)
committerGlen Mazza <gmazza@apache.org>
Tue, 3 Aug 2004 22:36:26 +0000 (22:36 +0000)
Obtained from:
Submitted by:
Reviewed by:
New Batik library and updated SVGElement to handle it.

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

lib/batik.jar
src/java/org/apache/fop/fo/extensions/svg/SVGElement.java

index 9a5dbb58b7864f572785b1be84b3f4b7da40f150..bf8c8e86e1070df6129b9772446f7932b849a071 100644 (file)
Binary files a/lib/batik.jar and b/lib/batik.jar differ
index 6c0d4718ed18b07f98885f2b6acd673fd8995b04..1575bacc7b4b2f6e1a379ddcd7bd58561f1f352d 100644 (file)
@@ -137,6 +137,9 @@ public class SVGElement extends SVGObj {
             public float getFontSize() {
                 return 12;
             }
+
+            public void deselectAll() {
+            }
         };
         ((SVGOMElement)e).setSVGContext(dc);
 
@@ -190,7 +193,7 @@ public class SVGElement extends SVGObj {
 
     /**
      * This class is the default context for a particular
-     * element. Informations not available on the element are get from
+     * element. Information not available on the element are obtained from
      * the bridge context (such as the viewport or the pixel to
      * millimeter factor.
      */