aboutsummaryrefslogtreecommitdiffstats
path: root/docs/bugtests/svg-lingrad.fo
diff options
context:
space:
mode:
Diffstat (limited to 'docs/bugtests/svg-lingrad.fo')
-rw-r--r--docs/bugtests/svg-lingrad.fo2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/bugtests/svg-lingrad.fo b/docs/bugtests/svg-lingrad.fo
index c301f07b9..d14d6ce9b 100644
--- a/docs/bugtests/svg-lingrad.fo
+++ b/docs/bugtests/svg-lingrad.fo
@@ -6,6 +6,7 @@
</fo:layout-master-set>
<fo:page-sequence master-name="one">
<fo:flow flow-name="xsl-region-body">
+<fo:instream-foreign-object>
<svg:svg width="500" height="400">
<svg:defs>
<svg:linearGradient id="myGradient" x1="0" y1="200" x2="500" y2="350">
@@ -18,6 +19,7 @@
<svg:rect x="0" y="180" width="400" height="10"/>
</svg:g>
</svg:svg>
+</fo:instream-foreign-object>
<fo:block>The above is an example of an SVG graphic</fo:block>
</fo:flow>
</fo:page-sequence>