• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Draw image within a NSBezierPath with no border
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Draw image within a NSBezierPath with no border


  • Subject: Re: Draw image within a NSBezierPath with no border
  • From: Kevin Meaney <email@hidden>
  • Date: Thu, 06 Mar 2014 16:55:12 +0000

I'd try clipping before drawing the fill, rather than after.

Kevin

On 6 Mar 2014, at 16:34, Leonardo <email@hidden> wrote:

> Hi, I have an oval NSBezierPath path. I fill it with a blue color,
> then I draw an image within the same path. And I can still see a blue tiny
> border around the image. I would expect the color be never visible since the
> image covers the whole area. That's my code:
>
> fillPath = [NSBezierPath bezierPathWithOvalInRect:fillBounds];
> [aBlueColor set];
> [fillPath fill];
> [fillPath addClip];
> [image drawInRect:fillBounds fromRect:NSZeroRect
> operation:NSCompositeSourceOver fraction:1.0];
>
> Even if I draw the image in a bigger rect, the blue border is still there.
> What do I miss?
>
>
> Regards
> -- Leonardo
>
>
> _______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> 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:
>
> This email sent to email@hidden


_______________________________________________

Cocoa-dev mailing list (email@hidden)

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:

This email sent to email@hidden


References: 
 >Draw image within a NSBezierPath with no border (From: Leonardo <email@hidden>)

  • Prev by Date: Draw image within a NSBezierPath with no border
  • Next by Date: Re: Draw image within a NSBezierPath with no border
  • Previous by thread: Draw image within a NSBezierPath with no border
  • Next by thread: Re: Draw image within a NSBezierPath with no border
  • Index(es):
    • Date
    • Thread