1. Java driver could now handle the following RenderingHints:
KEY_ANTIALIASING
KEY_RENDERING
KEY_DITHERING
KEY_TEXT_ANTIALIASING
KEY_FRACTIONALMETRICS
KEY_INTERPOLATION
KEY_ALPHA_INTERPOLATION
KEY_COLOR_RENDERING
KEY_STROKE_CONTROL
2. Added a String output in "TestAll" which uses:
public void drawString(AttributedCharacterIterator, float, float)
BTW: No driver failes that test (Latex and CGM not tested). The method was tested indirectly for most drivers in the past.
3. Added a test case for RenderingHints. vector graphic formats ignore the hints completely till now., don't know if they should handle them at all. Bitmap formats work as expected.
The "diffs-2007-01-12.txt" contain the fixes for
FVG-26 too, in which mainly images handling is fixed.
@Mark: will you apply the fixes?
Regards
Steffen
Yes, will apply them sometime today.
Are ALL of
FVG-26included in this patch?Regards
Mark