]> source.dussan.org Git - xmlgraphics-fop.git/commit
Fixed image positioning for RenderedImages.
authorJeremias Maerki <jeremias@apache.org>
Thu, 10 Jul 2008 14:34:25 +0000 (14:34 +0000)
committerJeremias Maerki <jeremias@apache.org>
Thu, 10 Jul 2008 14:34:25 +0000 (14:34 +0000)
commit4c424cbe893d3e75675983710475cae1c4b61e07
tree353aa3090c436d6cfaf36a76bbd3fed343d16fb2
parent80dabbe669dc897e0016594a6376301a83dff025
Fixed image positioning for RenderedImages.
Created a common method for converting millipoints to units to improve code readability and to fix rounding errors because some of that conversion were using integer division which lead to different results than floating point division.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AFPGOCAResources@675592 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/render/afp/AFPRenderer.java
src/java/org/apache/fop/render/afp/AFPState.java