diff options
author | Adrian Cumiskey <acumiskey@apache.org> | 2008-04-04 12:57:47 +0000 |
---|---|---|
committer | Adrian Cumiskey <acumiskey@apache.org> | 2008-04-04 12:57:47 +0000 |
commit | c95c1382d5062b466dd876e3152886705a56b724 (patch) | |
tree | e3f360bb680caa2f68e88e86fd0b51ab50882489 /status.xml | |
parent | 918928b5b464c3ce55af20b608f78a5a70da1b95 (diff) | |
download | xmlgraphics-fop-c95c1382d5062b466dd876e3152886705a56b724.tar.gz xmlgraphics-fop-c95c1382d5062b466dd876e3152886705a56b724.zip |
Merged revisions 644691,644697 via svnmerge from
https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk
........
r644691 | jeremias | 2008-04-04 13:19:50 +0100 (Fri, 04 Apr 2008) | 3 lines
Bugzilla #44743:
Added a public accessor for reference to the current page to PDFGraphics2D.
Submitted by: Yegor Kozlov <yegor.at.dinom.ru>
........
r644697 | jeremias | 2008-04-04 13:40:22 +0100 (Fri, 04 Apr 2008) | 2 lines
Bugzilla #44744:
Disable drawString(AttributedCharacterIterator, float, float) as it contains bugs and rely on the fallback implementation from AbstractGraphics2D.
........
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AFPGOCAResources@644700 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/status.xml b/status.xml index c3cbb0103..1d2f91e60 100644 --- a/status.xml +++ b/status.xml @@ -59,6 +59,9 @@ <action context="Renderers" dev="AC" importance="high" type="add"> Added de-duplication and externalization support for IOCA and GOCA data resource objects. </action> + <action context="Renderers" dev="JM" type="add" fixes-bug="44743" due-to="Yegor Kozlov"> + Added a public accessor for reference to the current page to PDFGraphics2D. + </action> <action context="Fonts" dev="JM" type="add" fixes-bug="44737" due-to="Jason Harrop"> Added support for auto-configuring TrueType Collections. XML font metrics files for *.ttc fonts are not required anymore. |