aboutsummaryrefslogtreecommitdiffstats
path: root/src/sandbox/org
diff options
context:
space:
mode:
Diffstat (limited to 'src/sandbox/org')
-rw-r--r--src/sandbox/org/apache/fop/render/svg/SVGPainter.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sandbox/org/apache/fop/render/svg/SVGPainter.java b/src/sandbox/org/apache/fop/render/svg/SVGPainter.java
index c9b7b7e3b..df67971b8 100644
--- a/src/sandbox/org/apache/fop/render/svg/SVGPainter.java
+++ b/src/sandbox/org/apache/fop/render/svg/SVGPainter.java
@@ -58,6 +58,7 @@ import org.apache.fop.traits.BorderProps;
import org.apache.fop.traits.RuleStyle;
import org.apache.fop.util.ColorUtil;
import org.apache.fop.util.GenerationHelperContentHandler;
+import org.apache.fop.util.XMLConstants;
import org.apache.fop.util.XMLUtil;
/**
@@ -330,6 +331,7 @@ public class SVGPainter extends AbstractIFPainter implements SVGConstants {
try {
establish(MODE_TEXT);
AttributesImpl atts = new AttributesImpl();
+ XMLUtil.addAttribute(atts, XMLConstants.XML_SPACE, "preserve");
XMLUtil.addAttribute(atts, "x", Integer.toString(x));
XMLUtil.addAttribute(atts, "y", Integer.toString(y));
if (dx != null) {