Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
2.5
-
None
-
None
-
Operating System: All
Platform: All
-
53242
Description
When generating an AFP file from a source that contains a SVG, the line widths in the SVG are not correctly translated to the AFP output. The current code sets an absolute line width in the AFP output when it should set a relative multiplier of the default line width. The end result is that the line width is different at different renderer resolutions. This patch fixes that and also adds support to fractional line widths. Since the default line width is device dependent this patch also adds a new optional entry to fop.xconf, line-width-correction (under the afp renderer element), so that the line width output can be manually tuned to a particular device (printer, viewer).