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
|