aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/java/org/apache/fop/fo/extensions/svg/SVGElement.java5
1 files changed, 4 insertions, 1 deletions
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.
*/