On 22/12/2009, at 1:49 PM, Development wrote: > however what I am getting now is a larger image, offset in the view and still > cutting off the shadow. So I honestly do not know how I am suppose to draw > this shadow. I would really be grateful for some additional direction.
Try thinking instead of flailing about throwing code at it. You need a bigger image to accommodate the shadow. But the image you want to composite on top is the same size as it always was. So you need to keep its original size around so you can draw it at that size but into the larger image context. If you draw it at the new size you are back at square one, but larger. --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