[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #15903] NSImage NSCompositeSourceOver operation doesn't work
From: |
Gregory John Casamento |
Subject: |
[bug #15903] NSImage NSCompositeSourceOver operation doesn't work |
Date: |
Sun, 26 Feb 2006 00:45:06 -0500 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8) Gecko/20051111 Firefox/1.5 |
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 #15903] NSImage NSCompositeSourceOver operation doesn't work,
Gregory John Casamento <=