haplokuon / netDxf

.net dxf Reader-Writer
MIT License
981 stars 400 forks source link

fix usage of AltUnitsSuffix and AltUnitsPrefix in DxfReader #356

Closed chr-schubert closed 2 years ago

chr-schubert commented 2 years ago

If both, a DimSuffix (DIMPOST) and AltUnitsSuffix (DIMAPOST) are present, a System.ArgumentException would be thrown when adding two overrides with the same type to the dictionary

haplokuon commented 2 years ago

Only dimension style overrides are affected.

chr-schubert commented 2 years ago

Let me use this opportunity to say thank you for all the effort you put in developing and maintaining this project!