DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=27970>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=27970 ------- Additional Comments From [EMAIL PROTECTED] 2006-03-09 11:05 ------- This is caused when a Graphics2D from a buffered image is passed into the 'paint' methods of the GVT tree. It exists because in JDK 1.2 & 1.3 (haven't tested 1.4 or 1.5) essentially all BufferedImages returned the same GraphicsDevice. This was problematic as the ColorModel was often off a bit and the bounds of the destination couldn't be calculated (meaning that we couldn't restrict drawing to just the needed region). In place of this we added a hint that references the BufferedImage that the Graphics comes from to the Graphics2D so we can find out where it really came from. I will add a property: "org.apache.batik.warn_destination" if this is set to 'false' then this warning will be disabled. Also when I get around to it I may check if this is needed in JDK's 1.4 & 1.5 or if they report the GraphicsDevice properly. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
