On 27/06/2010, at 11:00 AM, Gideon King wrote: > - if you use a PDF, it has the resolution independence, but will look fuzzy > at non-native resolutions
It shouldn't, as it has no native resolution. What can happen though is that NSImage caches it to a bitmap and reuses the bitmap, which can become fuzzy when scaled up. You could investigate turning off caching on the image to avoid that. --Graham _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com