This is an internal app that displays a large NSView (50K x 25K pixels) within a NSScrollView the size of my 27" iMac. The code worked fine, scrolling both ways was very smooth, under the latest release of OS-X 12. I upgraded to 13.0.1 and now the scrolling jerks every ~ 500 pixels in either direction.
I am using XCode 14.1 and writing in Objective-C.
I notice the NSLog now contains the message "Metal API Validation Enabled" which it never did before.
Is this a bug or has something fundamental changed in Ventura which requires changing the viewing code. (Memo to self: NEVER install a ".0" release. Let somebody else be the guinea pig.)
Thanks for whatever help you can provide.
Ron