Re: Auto zoom troubles with 2.1 beta 4

Posted by ravas on
URL: https://forum.librecad.org/Auto-zoom-troubles-with-2-1-beta-4-tp5713760p5713791.html

dxli's patch removed code

" // needed for correcting corrupt data (PLANS.dxf) "

and replaced it with the strategy to

" // issue #711: better to ignore invalid bounding boxes "

https://github.com/LibreCAD/LibreCAD/commit/add5df5b4c765b756b8587ad46c9af5262f3d4ff

I know he also implemented new bounding boxes months ago...

So my only thought is that somehow bounding boxes are not being removed...
and/or whatever that "corrupt data" was that needed correcting didn't get corrected,
and is existing behind the scenes.
Either way, I'm not sure how my 'move / copy' observation with the latest code fits.

I doubt I'll be able to fix this. :-[