https://issues.apache.org/bugzilla/show_bug.cgi?id=53242
Priority: P2
Bug ID: 53242
Assignee: [email protected]
Summary: [PATCH] AFP line width changes with renderer
resolution
Severity: normal
Classification: Unclassified
OS: All
Reporter: [email protected]
Hardware: All
Status: NEW
Version: all
Component: general
Product: Fop
Created attachment 28789
--> https://issues.apache.org/bugzilla/attachment.cgi?id=28789&action=edit
patch to address issue described
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).
--
You are receiving this mail because:
You are the assignee for the bug.