]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
An additional comment so this line will not be activated accidentally. The problem...
authorJeremias Maerki <jeremias@apache.org>
Thu, 1 Sep 2005 09:00:28 +0000 (09:00 +0000)
committerJeremias Maerki <jeremias@apache.org>
Thu, 1 Sep 2005 09:00:28 +0000 (09:00 +0000)
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

src/java/org/apache/fop/fo/extensions/svg/SVGElement.java

index 2beff82b7c7ec2a784eb36ee2ea65b98c334db88..b9452e22bb966f669bb79e1187e20c14894c04da 100644 (file)
@@ -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) {