diff options
author | Mehdi Houshmand <mehdi@apache.org> | 2012-05-31 08:33:36 +0000 |
---|---|---|
committer | Mehdi Houshmand <mehdi@apache.org> | 2012-05-31 08:33:36 +0000 |
commit | eccd73c523bdda6a0634e9849141492f7b14ad63 (patch) | |
tree | 72f06ec1481249bdd639083ee646b3c3fd4be7a4 /test/layoutengine/standard-testcases/external-graphic_svg.xml | |
parent | 05761b1df54ada8a762bfa879dc0e3455d33d828 (diff) | |
download | xmlgraphics-fop-eccd73c523bdda6a0634e9849141492f7b14ad63.tar.gz xmlgraphics-fop-eccd73c523bdda6a0634e9849141492f7b14ad63.zip |
Started unifying URI resolution mechanism, redesigned configuration system and created flexible config testing
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_URI_Unification@1344594 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/layoutengine/standard-testcases/external-graphic_svg.xml')
-rw-r--r-- | test/layoutengine/standard-testcases/external-graphic_svg.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/layoutengine/standard-testcases/external-graphic_svg.xml b/test/layoutengine/standard-testcases/external-graphic_svg.xml index 8ec53ea3d..c88a4f28b 100644 --- a/test/layoutengine/standard-testcases/external-graphic_svg.xml +++ b/test/layoutengine/standard-testcases/external-graphic_svg.xml @@ -34,23 +34,23 @@ <fo:flow flow-name="xsl-region-body"> <fo:block text-align="left">2 inch wide SVG external-graphic on LHS</fo:block> <fo:block text-align="left"> - <fo:external-graphic src="../../resources/images/img.svg" content-width="2in" scaling="uniform" />EOG + <fo:external-graphic src="../resources/images/img.svg" content-width="2in" scaling="uniform" />EOG </fo:block> <fo:block text-align="right">4 inch wide SVG external-graphic on RHS</fo:block> <fo:block text-align="right"> - <fo:external-graphic src="../../resources/images/img.svg" content-width="4in" scaling="uniform" />EOG + <fo:external-graphic src="../resources/images/img.svg" content-width="4in" scaling="uniform" />EOG </fo:block> <fo:block text-align="center">6 inch wide SVG external-graphic in center, non-uniformly squeezed to a height of 4in.</fo:block> <fo:block text-align="center"> - <fo:external-graphic src="../../resources/images/img.svg" content-width="6in" content-height="4in" scaling="non-uniform" />EOG + <fo:external-graphic src="../resources/images/img.svg" content-width="6in" content-height="4in" scaling="non-uniform" />EOG </fo:block> <fo:block text-align="left">SVG external-graphic with an intrinsic size (16ptx16pt)</fo:block> <fo:block text-align="left"> - <fo:external-graphic src="../../resources/images/img-w-size.svg"/>EOG + <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" + <fo:external-graphic src="../resources/images/img-w-size.svg" fox:conversion-mode="bitmap"/>EOG </fo:block> <fo:block>EOF</fo:block> |