Re: Bezier Path Arc Problem
Re: Bezier Path Arc Problem
- Subject: Re: Bezier Path Arc Problem
- From: Nick Zitzmann <email@hidden>
- Date: Tue, 3 Oct 2006 14:30:26 -0700
On Oct 3, 2006, at 2:25 PM, John Cassington wrote:
but now when i redraw the view there are gaps in the transparency
see at: http://img424.imageshack.us/img424/6128/picture1sr1.png
at the moment i am using
[[NSColor clearColor] set];
NSRectFill([self frame]);
NSRectFill() ignores alpha channels; use NSRectFillUsingOperation()
instead.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden