Fixed #796: updated DXF version to AC1014

This commit is contained in:
Matthias Koefferlein 2021-05-19 22:30:09 +02:00
parent ea3bfabd90
commit f4b981c71b
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ DXFWriter::write (db::Layout &layout, tl::OutputStream &stream, const db::SaveLa
*this << 2 << endl << "HEADER" << endl;
// fake a dummy AutoCAD version (apparent required by some tools)
*this << 9 << endl << "$ACADVER" << endl;
*this << 1 << endl << "AC1006" << endl;
*this << 1 << endl << "AC1014" << endl;
*this << 0 << endl << "ENDSEC" << endl;
// layer table