maker.js icon indicating copy to clipboard operation
maker.js copied to clipboard

black is defined wrong in exporter colors

Open DerKorb opened this issue 6 years ago • 1 comments

When exporting dxf, the default color is black and is defined as 0 in core/exporter.ts 0 is an invalid value for autocad and it will fail to open the file for it. The right black value is 255.

DerKorb avatar Aug 20 '19 17:08 DerKorb

Would you mind creating a PR with this change? Also, helps to add a link to documentation in the code :)

danmarshall avatar Aug 20 '19 17:08 danmarshall