diff options
author | Andreas L. Delmelle <adelmelle@apache.org> | 2008-04-25 11:27:19 +0000 |
---|---|---|
committer | Andreas L. Delmelle <adelmelle@apache.org> | 2008-04-25 11:27:19 +0000 |
commit | 6a5f719385be496af9d8fede33a8af0b5e2c7815 (patch) | |
tree | 36381050e97b2220df8597a84790dd552fabf7ca /status.xml | |
parent | c47f87ac1bc127389597c979e1e4a344b3e9fe88 (diff) | |
download | xmlgraphics-fop-6a5f719385be496af9d8fede33a8af0b5e2c7815.tar.gz xmlgraphics-fop-6a5f719385be496af9d8fede33a8af0b5e2c7815.zip |
Bugzilla 44634: Added partial implementation for show-destination.
Only works for PDF output, when the PDF is opened in a standalone viewer, and for links that point to destinations in another PDF document.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@651575 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/status.xml b/status.xml index d6b3c6941..a289dadc9 100644 --- a/status.xml +++ b/status.xml @@ -54,10 +54,13 @@ <changes> <release version="FOP Trunk" date="TBD"> <!-- change reverted, to be added back later - <action context="Renderers" dev="AC" importance="high" type="add"> + <action context="Renderers" dev="AC" importance="high" type="add"> Added SVG support for AFP (GOCA). - </action> - --> + </action --> + <action context="Code" dev="AD" type="add" fixes-bug="44634"> + Add partial support for the "show-destination" property on fo:basic-link + (PDF output only; see limitations on the compliance page) + </action> <action context="Layout" dev="JM" type="add"> Added minimal support for integer keep values on the various keep properties on block-level FOs. For now, all integer values are treated the same (i.e. without strength distinction). |