vagran / dxf-viewer

DXF 2D viewer written in JavaScript
Mozilla Public License 2.0
310 stars 97 forks source link

DXF Viewer not supporting some entities #9

Closed CunhaaS closed 1 year ago

CunhaaS commented 2 years ago

Hi vagran,

First of all this is an amazing viewer, but when I was testing you deployed demo, I noticed that some entities are not being handled. I'll leave here two prints for you to see. This is what the dxf supposed to look like.

dxf

And here's what is happening.

dxf-2

I don't if was your choice to not to handle this type of entity, but as I said earlier this is an amazing work.

Best regards, José Cunha

CunhaaS commented 2 years ago

Hi vagran,

Sorry. After reading the Readme.md I saw that you wrote about this, and noticed that this is an incomplete feature. Do you are going to develop this any time soon?

Best Regards, José Cunha

vagran commented 2 years ago

Hello, Seems you mostly need dimensions and hatching. Hatching is quite challenging to implement so it is probably not in the nearest future roadmap. The dimensions seems to be the most demanded entity from the list of still unimplemented ones. And it does not look like it requires any complex changes, so probably this is the next entity to implement in the roadmap. I cannot guarantee any timeframe now but I will do my best to implement it in a couple of weeks (weekends are currently the only time I can spend for this project). You can help if you have any file with various dimensions examples which you can share with me.

15389244925 commented 2 years ago

First of all this is an amazing viewer, but when I was testing you deployed demo, I noticed that some entities are not being handled. I'll leave here two prints for you to see. This is what the dxf supposed to look like. image And here's what is happening. image

vagran commented 1 year ago

Basic support for dimensions is now available in v1.0.21.