Hi, On Wed, 2006-02-15 at 22:31 -0600, Javid Alimohideen wrote: > Hi, > I have been using ImageTranscoder to transcode the SVG document and fetch > the pixel buffer from the BufferedImage and send it across network to be > displayed on a JAVA AWT Canvas. When the images gets displayed on the canvas > it has a black background instead of being transparent. Can someone tell me > what I could possibly doing wrong?
If you are using PNG files, it could be that the viewer does not support alpha correctly, you could use work around in ImageTranscoder Hints FORCE_TRANSPARENT_WHITE hint Regards Tonny Kohar -- Sketsa SVG Graphics Editor http://www.kiyut.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
