diff options
author | Jeremias Maerki <jeremias@apache.org> | 2009-04-20 06:50:59 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2009-04-20 06:50:59 +0000 |
commit | e471816c05743e7e1517710cedb5cc256901d3e6 (patch) | |
tree | ee9d62bf08460fcca71b28b24c5de80cf3a25e96 /status.xml | |
parent | 5deedc814cedf4e1c2ffa746a22bdba34b031d5d (diff) | |
download | xmlgraphics-fop-e471816c05743e7e1517710cedb5cc256901d3e6.tar.gz xmlgraphics-fop-e471816c05743e7e1517710cedb5cc256901d3e6.zip |
Bugzilla #47000:
Added a custom text painter for rendering SVG text using text operators when rendering to PostScript or EPS. Text is no longer painted as shapes, thus creating much smaller files.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@766594 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/status.xml b/status.xml index cbac0a971..fb6fc05ca 100644 --- a/status.xml +++ b/status.xml @@ -58,6 +58,10 @@ documents. Example: the fix of marks layering will be such a case when it's done. --> <release version="FOP Trunk" date="TBD"> + <action context="Renderers" dev="JM" type="add"> + Added a custom text painter for rendering SVG text using text operators when rendering + to PostScript or EPS. Text is no longer painted as shapes, thus creating much smaller files. + </action> <action context="Renderers" dev="JM" type="fix"> Fixed a bug that left the PrintRenderer unconfigured even if a configuration was specified for "application/X-fop-print". |