dxfjs / writer

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

refactor the hex values of aci colors. #45

Closed DeepankarGupta13 closed 1 year ago

DeepankarGupta13 commented 1 year 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 1 year ago

I have tested it and its working fine.

DeepankarGupta13 commented 1 year ago

checked working