Support dash-dot-dot line style in DXF.
Fixes KICAD-TY8.
(cherry picked from commit 91b7bc0843)
This commit is contained in:
@@ -111,6 +111,8 @@ static const char* getDXFLineType( LINE_STYLE aType )
|
||||
return "DOTTED";
|
||||
case LINE_STYLE::DASHDOT:
|
||||
return "DASHDOT";
|
||||
case LINE_STYLE::DASHDOTDOT:
|
||||
return "DIVIDE";
|
||||
default:
|
||||
wxFAIL_MSG( "Unhandled LINE_STYLE" );
|
||||
return "CONTINUOUS";
|
||||
|
||||
Reference in New Issue
Block a user