dxfjs / writer

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

trueColor types? #153

Closed chris-cooper closed 10 months ago

chris-cooper commented 10 months ago

Hi,

I'm a bit confused with the mix of string and number for trueColor. Should it be number throughout?

tarikjabiri commented 10 months ago

Hello, Thank you

You are right it should be number.

image

Also the class TrueColor still not implemented, I fix this and implement so it can help in assigning the true colors.

Regards.