mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-31 18:16:08 +02:00
Reverted #796 change: DXF version is back to 1006 which seems to be better compatible with commercial viewers. Using a later version turns out to require a lot of additional information I cannot provide without deeper insight into the DXF structure.
This commit is contained in:
@@ -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 << "AC1014" << endl;
|
||||
*this << 1 << endl << "AC1006" << endl;
|
||||
*this << 0 << endl << "ENDSEC" << endl;
|
||||
|
||||
// layer table
|
||||
|
||||
Reference in New Issue
Block a user