aboutsummaryrefslogtreecommitdiffstats
path: root/test/layoutengine
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2008-10-29 09:40:44 +0000
committerJeremias Maerki <jeremias@apache.org>2008-10-29 09:40:44 +0000
commit0838b3d70e46cadec249e00fb9620cf70c4d78ba (patch)
tree494e8b9963591d940b1b459ac0c56d8d95967383 /test/layoutengine
parente2e044f9fabe42a8f883eaa5e20eb599f9541150 (diff)
downloadxmlgraphics-fop-0838b3d70e46cadec249e00fb9620cf70c4d78ba.tar.gz
xmlgraphics-fop-0838b3d70e46cadec249e00fb9620cf70c4d78ba.zip
Added a variant with fox:conversion-mode="bitmap" for visual testing.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@708851 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/layoutengine')
-rw-r--r--test/layoutengine/standard-testcases/external-graphic_svg.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/test/layoutengine/standard-testcases/external-graphic_svg.xml b/test/layoutengine/standard-testcases/external-graphic_svg.xml
index 80c3e5afc..8ec53ea3d 100644
--- a/test/layoutengine/standard-testcases/external-graphic_svg.xml
+++ b/test/layoutengine/standard-testcases/external-graphic_svg.xml
@@ -23,7 +23,8 @@
</p>
</info>
<fo>
- <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/2000/svg">
+ <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns:fox="http://xmlgraphics.apache.org/fop/extensions">
<fo:layout-master-set>
<fo:simple-page-master master-name="normal" page-width="10in" page-height="15in">
<fo:region-body/>
@@ -47,6 +48,11 @@
<fo:block text-align="left">
<fo:external-graphic src="../../resources/images/img-w-size.svg"/>EOG
</fo:block>
+ <fo:block text-align="left">SVG external-graphic with an intrinsic size and fox:conversion-mode="bitmap"</fo:block>
+ <fo:block text-align="left">
+ <fo:external-graphic src="../../resources/images/img-w-size.svg"
+ fox:conversion-mode="bitmap"/>EOG
+ </fo:block>
<fo:block>EOF</fo:block>
</fo:flow>
</fo:page-sequence>