aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/batik.jarbin2526226 -> 2537229 bytes
-rw-r--r--src/java/org/apache/fop/fo/extensions/svg/SVGElement.java5
2 files changed, 4 insertions, 1 deletions
diff --git a/lib/batik.jar b/lib/batik.jar
index 9a5dbb58b..bf8c8e86e 100644
--- a/lib/batik.jar
+++ b/lib/batik.jar
Binary files differ
diff --git a/src/java/org/apache/fop/fo/extensions/svg/SVGElement.java b/src/java/org/apache/fop/fo/extensions/svg/SVGElement.java
index 6c0d4718e..1575bacc7 100644
--- a/src/java/org/apache/fop/fo/extensions/svg/SVGElement.java
+++ b/src/java/org/apache/fop/fo/extensions/svg/SVGElement.java
@@ -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.
*/