URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=15903>

                 Summary: NSImage NSCompositeSourceOver operation doesn't
work
                 Project: GNUstep
            Submitted by: gcasa
            Submitted on: Sun 02/26/06 at 00:45
                Category: Gui/AppKit
                Severity: 3 - Normal
              Item Group: Bug
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open

    _______________________________________________________

Details:

When doing the following, where you have image "a" and image "b":

[b lockFocus];
[a compositeToPoint: somePoint operation: NSCompositeSourceOver];
[b unlockFocus];

The expected result is that A will be laid in over B, this is not working
properly.   This works on Mac OS X just fine, but doesn't function on
GNUstep.

I will attach an example program that illustrates this issue clearly in the
next couple of days.

GJC






    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=15903>

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



_______________________________________________
Bug-gnustep mailing list
Bug-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to