Browse Source

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
tags/fop-1_0
Jeremias Maerki 15 years ago
parent
commit
0838b3d70e
1 changed files with 7 additions and 1 deletions
  1. 7
    1
      test/layoutengine/standard-testcases/external-graphic_svg.xml

+ 7
- 1
test/layoutengine/standard-testcases/external-graphic_svg.xml View File

@@ -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>

Loading…
Cancel
Save