aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2005-09-01 09:00:28 +0000
committerJeremias Maerki <jeremias@apache.org>2005-09-01 09:00:28 +0000
commitfef8b4d45d17ce2636eff96a4ef248531f8b568f (patch)
tree670204c94534ffc7837e46f1a512a23cdcc1978b
parent81ab124b9fd804acb234b0c0862cf55a75a5a44a (diff)
downloadxmlgraphics-fop-fef8b4d45d17ce2636eff96a4ef248531f8b568f.tar.gz
xmlgraphics-fop-fef8b4d45d17ce2636eff96a4ef248531f8b568f.zip
An additional comment so this line will not be activated accidentally. The problem was a backwards-incompatible chnage in Batik for which a patch has been submitted:
http://issues.apache.org/bugzilla/show_bug.cgi?id=36455 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@265675 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--src/java/org/apache/fop/fo/extensions/svg/SVGElement.java1
1 files changed, 1 insertions, 0 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 2beff82b7..b9452e22b 100644
--- a/src/java/org/apache/fop/fo/extensions/svg/SVGElement.java
+++ b/src/java/org/apache/fop/fo/extensions/svg/SVGElement.java
@@ -86,6 +86,7 @@ public class SVGElement extends SVGObj {
if (baseURL != null) {
SVGOMDocument svgdoc = (SVGOMDocument)doc;
svgdoc.setURLObject(baseURL);
+ //The following line should not be called to leave FOP compatible to Batik 1.6.
//svgdoc.setDocumentURI(baseURL.toString());
}
} catch (Exception e) {