Re: CALayer and pixel alignment
Re: CALayer and pixel alignment
- Subject: Re: CALayer and pixel alignment
- From: Seth Willits <email@hidden>
- Date: Tue, 21 Dec 2010 22:25:04 -0800
On Dec 21, 2010, at 4:09 PM, Gideon King wrote:
> When I draw it in my CALayer drawing code, it's not always pixel aligned.
You need to make sure the layer is aligned correctly too. The anchor point by default is {0.5, 0.5}. If you place an oddly-sized layer on X.0 coordinate, it'll be unaligned. Same with an even sized layer on a X.5 coordinate.
--
Seth Willits
_______________________________________________
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