Skip navigation.
 
mlRe: lockFocus clearing current color
FROM : Jonathon Mah
DATE : Sat Apr 16 19:04:34 2005

On 17 Apr 2005, at 02:31, Ian was here wrote:

> I'm don't know how your application is set up, but
> wherever you get the desired color from, save it
> somewhere so you can access it again for your image
> drawing.


Thanks Ian, but it's part of a category on NSBezierPath to stroke the
outside of a path. I fill the path into one image, stroke it with
double line width into another, then use the first as a mask to punch
out the middle.

Surely I can have this method as -[NSBezierPath strokeOutside], instead
of -[NSBezierPath strokeOutside:(NSColor *)color]?


Jonathon Mah
<email_removed>

Related mailsAuthorDate
mllockFocus clearing current color Jonathon Mah Apr 16, 18:21
mlRe: lockFocus clearing current color Ian was here Apr 16, 18:57
mlRe: lockFocus clearing current color Jonathon Mah Apr 16, 18:58
mlRe: lockFocus clearing current color Ian was here Apr 16, 19:01
mlRe: lockFocus clearing current color Jonathon Mah Apr 16, 19:04
mlRe: lockFocus clearing current color Matt Neuburg Apr 16, 19:10
mlRe: lockFocus clearing current color Jonathon Mah Apr 16, 19:19
mlRe: lockFocus clearing current color Jonathon Mah Apr 16, 20:10