Add some colors for basic shapes inside dxf, thanks Gabberworld for this

patch


git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5238 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810
2018-02-11 16:14:53 +00:00
parent 5b584f3e58
commit fc05a2f2ec
5 changed files with 98 additions and 8 deletions

View File

@@ -483,7 +483,7 @@ void ExportDialog::generateDxf(Diagram *diagram, int width, int height, bool kee
}
}
foreach (QetShapeItem *qsi, list_shapes) qsi->toDXF(file_path);
foreach (QetShapeItem *qsi, list_shapes) qsi->toDXF(file_path, qsi->pen());
//Draw elements
foreach(Element *elmt, list_elements) {