Submitted by: Gordon Cooke <cookeg.at.btinternet.com>
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@631984
13f79535-47bb-0310-9956-
ffa450edef68
graphics.setRenderingHint(RenderingHints.KEY_RENDERING,
RenderingHints.VALUE_RENDER_QUALITY);
}
+ graphics.setRenderingHint(RenderingHints.KEY_STROKE_CONTROL,
+ RenderingHints.VALUE_STROKE_PURE);
// transform page based on scale factor supplied
AffineTransform at = graphics.getTransform();
Added SVG support for AFP (GOCA).
</action>
-->
+ <action context="Renderers" dev="JM" type="fix" due-to="Gordon Cooke">
+ Slight improvement for thin lines in Java2D/AWT output.
+ </action>
<action context="Layout" dev="VH" type="add">
Added full support for keep-with-previous on fo:table-row and in fo:table-cell elements.
</action>