enjoping / DXFighter

A new DXF writer and reader in PHP which outputs AC1012 (R15) DXF files
BSD 3-Clause "New" or "Revised" License
42 stars 22 forks source link

Implement full INSERT support #12

Closed atimmer closed 3 years ago

atimmer commented 3 years ago

The INSERT entity has scale and rotation properties that were missing. Those can now be parsed and written.

I renamed name to blockName, because there can be multiple inserts that refer to the same block. name has a validation that prevents those multiple inserts from being parsed.