Nothing shows when opening a saved drawing

Posted by Carl Gustafson on
URL: https://forum.librecad.org/Nothing-shows-when-opening-a-saved-drawing-tp5716300.html

I'm using:

Version: 2.2.0-rc1-36-g439d75d
Compiler: GNU GCC 5.3.0
Compiled on: Aug 15 2018
Qt Version: 5.5.1
Boost Version: 1.59.0
System: Slackware 14.2

Compiled from the github repo. A simple test case is attached below. (If I did it right)

The saved drawing has two layers: The 0 layer, and one named Page border.
On Page border, there is a single rectangle.

Text from the command line is:

Loaded document: /home/carl/Documents/CAD/LibreCad Templates/Test Drawing.dxf

No rectangle, no border; but there's data in the file (looking at it with kate). Clicking on auto zoom (as suggested in other postings) has no effect.

Any suggestions for trouble-shooting? If you point me to the right place, I'm perfectly comfortable putting debug stuff into the source.

Test_Drawing.dxf

Carl