skymakerolof / dxf

DXF parser for node/browser
https://www.npmjs.com/package/dxf
MIT License
335 stars 122 forks source link

Attribute & attributedef parsing #109

Closed ieskudero closed 2 years ago

ieskudero commented 2 years ago

Add Attribute & attributedef entities parse. I changed text and mtext implementation also so they can export assign method. If I understood correctly, attribute and attributedef entities can store information from those two entities inside, so I have tried to reuse existing code. For more information about these entities: ATTRIB ATTDEF

I have also added a unit test and an example file

skymakerolof commented 2 years ago

Thanks you!