Hi Everyone,
I've been spending some time recently working on getting style information out of the dxf files so it can be applied to objects within the element file, thing like line width, dashed lines etc.
As most people using dxf2elmt are probably doing it through the QET Element Editor which just uses the default command line flags, I want to make sure the defaults are as sensible as possible.
One of the things style information also has is line color, considering that most dxf files are assuming a black background which is the opposite of QET, and most QET Elements don't use color, my thought was to have the default NOT apply any colors from the DXF file to the created element. Then if they want to convert the dxf file with color they can do it with a command line flag from the CLI.
I wanted to get people's opinions before I did this, maybe you guys have other ideas on the best way to handle it.
