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=40392>.
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=40392


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Additional Comments From [EMAIL PROTECTED]  2006-09-05 11:25 -------
(In reply to comment #0)
> The JGVTComponent.paintComponent ignores the opacity setting and paints the
> background in any case:

   I take it you are refering to:
      JComponent.setOpaque(boolean isOpaque)

   If so your 'workaround' is the correct answer.  One might
argue that Batik should look at the 'Background' given and
setOpaque(flase) if the background color has an alpha less
than 1.0 (255).  The purpose of setOpaque is to inform
Swing that it needs to draw any components that are 'under'
the canvas.  Otherwise it skips painting them under the
assumption that the Canvas will simply cover them.

> A workaround is to set the background to new Color(0x0, true)

   This is in fact the correct thing to do.


-- 
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]

Reply via email to