dxfjs / writer

A JavaScript dxf generator written in TypeScript.
https://dxf.vercel.app
MIT License
93 stars 18 forks source link

refactor the hex values of aci colors. #45

Closed DeepankarGupta13 closed 2 years ago

DeepankarGupta13 commented 2 years ago

this was causing issue in hatch gradient colors.

the second zero was missing in hex value of colors, due to which we were getting wrong int value and the colors was coming incorrect in autocad.

DeepankarGupta13 commented 2 years ago

I have tested it and its working fine.

DeepankarGupta13 commented 2 years ago

checked working