diff options
author | Jeremias Maerki <jeremias@apache.org> | 2008-08-14 09:13:09 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2008-08-14 09:13:09 +0000 |
commit | 07c47a253ccfd4afd4111beafe270eb8b5ef144a (patch) | |
tree | 6198565a342e9ef182f901c924a1ef4f2551084b /test/test.xconf | |
parent | 686f92dd78dcf4b6750230a55de5c1427ab20464 (diff) | |
download | xmlgraphics-fop-07c47a253ccfd4afd4111beafe270eb8b5ef144a.tar.gz xmlgraphics-fop-07c47a253ccfd4afd4111beafe270eb8b5ef144a.zip |
Initial implementation for border painting for the new IF (including support for PDF, but not SVG, yet)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AreaTreeNewDesign@685827 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/test.xconf')
-rw-r--r-- | test/test.xconf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/test.xconf b/test/test.xconf index 1f022f9fd..f82861b49 100644 --- a/test/test.xconf +++ b/test/test.xconf @@ -6,6 +6,18 @@ <renderers> <renderer mime="application/pdf"> + <filterList type="tiff"> + <value>ascii-85</value> + </filterList> + <filterList type="default"> + <value>null</value> + </filterList> + <filterList type="image"> + <value>null</value> + </filterList> + <filterList type="content"> + <value>null</value> + </filterList> <fonts> <font metrics-url="test/resources/fonts/glb12.ttf.xml" embed-url="test/resources/fonts/glb12.ttf"> <font-triplet name="Gladiator" style="normal" weight="normal"/> |