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_oversized.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_oversized.xml')
-rw-r--r-- | test/layoutengine/standard-testcases/external-graphic_oversized.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/layoutengine/standard-testcases/external-graphic_oversized.xml b/test/layoutengine/standard-testcases/external-graphic_oversized.xml index 3d8f85d1d..55313257b 100644 --- a/test/layoutengine/standard-testcases/external-graphic_oversized.xml +++ b/test/layoutengine/standard-testcases/external-graphic_oversized.xml @@ -34,7 +34,7 @@ <fo:block font-size="8pt">This first block is only to force an infinite loop if the image is not scaled down.</fo:block> <!-- TODO If you remove the above block, the image is placed on the page although it's too big. No warnings. --> <fo:block> - <fo:external-graphic src="../../resources/images/big-image.png" + <fo:external-graphic src="../resources/images/big-image.png" inline-progression-dimension.maximum="100%" block-progression-dimension.maximum="100%" content-width="scale-to-fit" content-height="scale-to-fit" overflow="hidden"/> </fo:block> |