diff --git a/bazaar/DXF/DXF.cpp b/bazaar/DXF/DXF.cpp index 1059366a7..5ea3c3c82 100644 --- a/bazaar/DXF/DXF.cpp +++ b/bazaar/DXF/DXF.cpp @@ -16,7 +16,7 @@ DXF::DXF() : nextHandle(0x1000), blocks(this), objects(this), tables(this) // override block default values color = DXF::ByLayer; - lineType = "CONTINUOUS"; + lineType = "ByLayer"; // do NOT scale insertions by default scaleInsertions = false;