Re: view content not tracking window size
Re: view content not tracking window size
- Subject: Re: view content not tracking window size
- From: Graham Cox <email@hidden>
- Date: Fri, 26 Sep 2014 14:25:13 +1000
On 26 Sep 2014, at 2:22 pm, Graham Cox <email@hidden> wrote:
> scaleX = NSWidth([path bounds]) / NSWidth( br );
> scaleY = NSHeight([path bounds]) / NSHeight( br );
Oops, this is the wrong way round - the scale should be <view bounds>/<path bounds>.
--Graham
_______________________________________________
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