https://issues.apache.org/bugzilla/show_bug.cgi?id=49695
Vincent Hennebert <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Vincent Hennebert <[email protected]> 2010-11-23 14:26:52 EST --- Patch applied in rev. 1038291. http://svn.apache.org/viewvc?rev=1038291&view=rev Thanks for your contribution and sorry for the delay. I made the following modifications: • PDFRenderer: the normal resolution is and will always be 72dpi. GraphicsConstants.DEFAULT_DPI might very well change to something else than 72dpi in the future; • AFPConstants: left it to 72 for the same reason; • ImageConverterSVG2G2D: divide by DEFAULT_DPI and not IN2PT. Physically the same, logically different. Thanks, Vincent -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
