diff options
author | Glen Mazza <gmazza@apache.org> | 2004-08-03 22:36:26 +0000 |
---|---|---|
committer | Glen Mazza <gmazza@apache.org> | 2004-08-03 22:36:26 +0000 |
commit | 56db79b8644cabfd34e6c8a9885bab05634b2520 (patch) | |
tree | c57589a2e502f9cc84e80de0a64fba82fb27bf3c /src/java/org/apache/fop/fo/extensions/svg/SVGElement.java | |
parent | a2894d22fa5606ccfe463ea5ac688bfb92abf9e6 (diff) | |
download | xmlgraphics-fop-56db79b8644cabfd34e6c8a9885bab05634b2520.tar.gz xmlgraphics-fop-56db79b8644cabfd34e6c8a9885bab05634b2520.zip |
PR:
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
Diffstat (limited to 'src/java/org/apache/fop/fo/extensions/svg/SVGElement.java')
-rw-r--r-- | src/java/org/apache/fop/fo/extensions/svg/SVGElement.java | 5 |
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. */ |