[XWeb-cvslog] Fixed old bug with gamma correction in rendered PNGs.
Brought to you by:
peterbecker
|
From: Peter B. <pet...@us...> - 2004-03-16 02:20:54
|
Changes by: peterbecker Mon Mar 15 18:11:44 PST 2004 Log message: When PNGs were rendered from SVG, the gamma value used did confuse IE (which expects neutral color space instead of the weird sRGB one). This problem is fixed now, with a Batik upgrade and setting the appropriate hints for the Batik transcoder. Modified files: XWeb/net/sourceforge/xweb/backend/images/: Branch: ReleaseBranch-1_0: SVGImageGenerator.java XWeb/net/sourceforge/xweb/backend/documents/: Branch: ReleaseBranch-1_0: SVGDocument.java |