diff options
author | Jeremias Maerki <jeremias@apache.org> | 2009-04-20 07:00:34 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2009-04-20 07:00:34 +0000 |
commit | eea5b25ec81856d7e47f18d54f146f881eb8c72c (patch) | |
tree | ee6eca929bf48df35dfd8c8781154fba2b588136 /status.xml | |
parent | e471816c05743e7e1517710cedb5cc256901d3e6 (diff) | |
download | xmlgraphics-fop-eea5b25ec81856d7e47f18d54f146f881eb8c72c.tar.gz xmlgraphics-fop-eea5b25ec81856d7e47f18d54f146f881eb8c72c.zip |
Bugzilla #47031:
PDFGraphics2D.writeClip doesn't generate a clip command anymore when the clip path is empty.
Submitted by: Francois Fernandes <f.fernandes.at.web.de>
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@766596 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/status.xml b/status.xml index fb6fc05ca..7d73899bd 100644 --- a/status.xml +++ b/status.xml @@ -58,7 +58,11 @@ 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"> + <action context="Renderers" dev="JM" type="update" fixes-bug="47031" due-to="Francois Fernandes"> + PDFGraphics2D.writeClip doesn't generate a clip command anymore when the clip path + is empty. + </action> + <action context="Renderers" dev="JM" type="add" fixes-bug="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. </action> |