gdsestimating / dxf-parser

A javascript parser for DXF files. It reads DXF file strings into one large javascript object with more readable properties and a more logical structure.
MIT License
454 stars 140 forks source link

Parsing blocks with attributes #90

Closed ShirApp closed 2 years ago

ShirApp commented 2 years ago

Hello :) I previously used an older version of the library (^ 1.0.0-alpha.2), and recently updated it to the new version (^ 1.1.2). I have noticed that there is a difference in the way dxf blocks are analyzed and interpreted. The difference is about the features of the block. In the old version you used to add them as a "ATTRIB" feature to the data, and in the new one I did not find this data. Can you please clarify the issue? Should the data be stored somewhere? Did you mean to do that?

ShirApp commented 2 years ago

Sorry, this is a mistake of us.