Just to clarify, I set the color of the path as follows: [[NSColor colorWithCalibratedRed: 0.1 green: 0.1 blue: 0.1 alpha: 0.5] setStroke];
On Thu, Sep 13, 2012 at 8:40 AM, Koen van der Drift <[email protected]> wrote: > When I draw two lines using NSBezierPaths, both of which have an alpha > value of let's say 0.5, the alpha value appears to be higher at the > intersection (the color becomes more opaque). Is there a way to > maintain the original alpha value for lines that intersect? > > - Koen. _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
