public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug AWT/19840] New: drawImage bug
@ 2005-02-09  9:38 hendrich at informatik dot uni-hamburg dot de
  2005-02-09  9:39 ` [Bug AWT/19840] " hendrich at informatik dot uni-hamburg dot de
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: hendrich at informatik dot uni-hamburg dot de @ 2005-02-09  9:38 UTC (permalink / raw)
  To: java-prs

The attached program demonstrates the (wrong) behaviour of the
'synchronous' variants of java.awt.Graphics.drawImage when
asked to draw to 'negative' offsets. Both Canvas'es should look
the same, but current libgcj does shift the image to the bottom right
instead of to the upper left...

-- 
           Summary: drawImage bug
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: AWT
        AssignedTo: fitzsim at redhat dot com
        ReportedBy: hendrich at informatik dot uni-hamburg dot de
                CC: fitzsim at redhat dot com,gcc-bugs at gcc dot gnu dot
                    org,java-prs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19840


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug AWT/19840] drawImage bug
  2005-02-09  9:38 [Bug AWT/19840] New: drawImage bug hendrich at informatik dot uni-hamburg dot de
@ 2005-02-09  9:39 ` hendrich at informatik dot uni-hamburg dot de
  2005-02-09 10:48 ` hendrich at informatik dot uni-hamburg dot de
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: hendrich at informatik dot uni-hamburg dot de @ 2005-02-09  9:39 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From hendrich at informatik dot uni-hamburg dot de  2005-02-09 09:30 -------
Created an attachment (id=8150)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8150&action=view)
testcase for the bug, both images should look the same


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19840


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug AWT/19840] drawImage bug
  2005-02-09  9:38 [Bug AWT/19840] New: drawImage bug hendrich at informatik dot uni-hamburg dot de
  2005-02-09  9:39 ` [Bug AWT/19840] " hendrich at informatik dot uni-hamburg dot de
@ 2005-02-09 10:48 ` hendrich at informatik dot uni-hamburg dot de
  2005-02-12 22:34 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: hendrich at informatik dot uni-hamburg dot de @ 2005-02-09 10:48 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From hendrich at informatik dot uni-hamburg dot de  2005-02-09 10:15 -------
Created an attachment (id=8154)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8154&action=view)
demo image for the testcase


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19840


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug AWT/19840] drawImage bug
  2005-02-09  9:38 [Bug AWT/19840] New: drawImage bug hendrich at informatik dot uni-hamburg dot de
  2005-02-09  9:39 ` [Bug AWT/19840] " hendrich at informatik dot uni-hamburg dot de
  2005-02-09 10:48 ` hendrich at informatik dot uni-hamburg dot de
@ 2005-02-12 22:34 ` pinskia at gcc dot gnu dot org
  2005-06-22 21:30 ` mark at gcc dot gnu dot org
  2005-08-21  5:08 ` [Bug awt/19840] " fitzsim at redhat dot com
  4 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-12 22:34 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-12 22:33 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-02-12 22:33:37
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19840


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug AWT/19840] drawImage bug
  2005-02-09  9:38 [Bug AWT/19840] New: drawImage bug hendrich at informatik dot uni-hamburg dot de
                   ` (2 preceding siblings ...)
  2005-02-12 22:34 ` pinskia at gcc dot gnu dot org
@ 2005-06-22 21:30 ` mark at gcc dot gnu dot org
  2005-08-21  5:08 ` [Bug awt/19840] " fitzsim at redhat dot com
  4 siblings, 0 replies; 7+ messages in thread
From: mark at gcc dot gnu dot org @ 2005-06-22 21:30 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From mark at gcc dot gnu dot org  2005-06-22 21:29 -------
This seems to have been fixed in GNU Classpath by Sven de Marothy.
http://fitzsim.org/blog/?p=5

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19840


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug awt/19840] drawImage bug
  2005-02-09  9:38 [Bug AWT/19840] New: drawImage bug hendrich at informatik dot uni-hamburg dot de
                   ` (3 preceding siblings ...)
  2005-06-22 21:30 ` mark at gcc dot gnu dot org
@ 2005-08-21  5:08 ` fitzsim at redhat dot com
  4 siblings, 0 replies; 7+ messages in thread
From: fitzsim at redhat dot com @ 2005-08-21  5:08 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From fitzsim at redhat dot com  2005-08-21 05:08 -------
Fixed in GNU Classpath by Sven de Marothy.  Closing.


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


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19840


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug awt/19840] drawImage bug
       [not found] <bug-19840-9150@http.gcc.gnu.org/bugzilla/>
@ 2005-10-16  1:47 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-16  1:47 UTC (permalink / raw)
  To: java-prs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |0.18


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19840


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-10-16  1:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-09  9:38 [Bug AWT/19840] New: drawImage bug hendrich at informatik dot uni-hamburg dot de
2005-02-09  9:39 ` [Bug AWT/19840] " hendrich at informatik dot uni-hamburg dot de
2005-02-09 10:48 ` hendrich at informatik dot uni-hamburg dot de
2005-02-12 22:34 ` pinskia at gcc dot gnu dot org
2005-06-22 21:30 ` mark at gcc dot gnu dot org
2005-08-21  5:08 ` [Bug awt/19840] " fitzsim at redhat dot com
     [not found] <bug-19840-9150@http.gcc.gnu.org/bugzilla/>
2005-10-16  1:47 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).