diff options
author | Andreas L. Delmelle <adelmelle@apache.org> | 2008-06-28 18:45:16 +0000 |
---|---|---|
committer | Andreas L. Delmelle <adelmelle@apache.org> | 2008-06-28 18:45:16 +0000 |
commit | 36e0839dac584fdce24d17ac455fea62bb5c2544 (patch) | |
tree | 34c8441492e9f0bac689fd91c0ce48bf16a0baa4 | |
parent | a724b0fa9c38a7ecbe8448ad2565f8b23788afda (diff) | |
download | xmlgraphics-fop-36e0839dac584fdce24d17ac455fea62bb5c2544.tar.gz xmlgraphics-fop-36e0839dac584fdce24d17ac455fea62bb5c2544.zip |
Removed instream-foreign-object in marker; still threw a NPE
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@672565 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-x | test/layoutengine/standard-testcases/marker_page-number-citation_bugzilla45295.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/test/layoutengine/standard-testcases/marker_page-number-citation_bugzilla45295.xml b/test/layoutengine/standard-testcases/marker_page-number-citation_bugzilla45295.xml index 9ad1e19b7..28d684127 100755 --- a/test/layoutengine/standard-testcases/marker_page-number-citation_bugzilla45295.xml +++ b/test/layoutengine/standard-testcases/marker_page-number-citation_bugzilla45295.xml @@ -82,11 +82,7 @@ </fo:block> <fo:block id="end-of-document"> <fo:marker marker-class-name="term"> - <fo:instream-foreign-object width="15cm" height="1cm"> - <svg xmlns="http://www.w3.org/2000/svg" width="15cm" height="1cm" xml:space="preserve"> - <rect style="fill:red;stroke:red" x="0" y="0" width="15cm" height="1cm"/> - </svg> - </fo:instream-foreign-object> + [marker content] </fo:marker> </fo:block> </fo:flow> |