bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #17923] compositing images in flipped views works intermittently


From: Richard Frith-Macdonald
Subject: [bug #17923] compositing images in flipped views works intermittently
Date: Fri, 06 Oct 2006 07:15:06 +0000
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/418.9 (KHTML, like Gecko) Safari/419.3

Update of bug #17923 (project gnustep):

                  Status:                    None => Invalid                
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

I had a look at the code and the results on GNUstep,  concluded that
everything was probably working properly, and ran it (slightly adapted
version) on MacOS-X to make sure.

The reason you only see one image in the flipped view is that it is drawn
with its origin at 0.0 which is the top-left corner of the view.
The composite operation puts the bottom left corner of the image at the
specified point ... so the bottom left corner of the image is at the top left
corner of the view and the image is therefore drawn outside the view and
entirely hidden by the view's clipping.

The reason the other image appears at the same position in both views is that
it is drawn at 64,64 which happens to be half way up the 128*128 view whether
the view is flipped or not.



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?17923>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]