Closed chr-schubert closed 2 years ago
It is cast to bool in DxfReader.cs:5927 but DxfWriter expected a short. Since DimensionStyleOverride.cs:298 clearly expects a bool, changed DxfWriter to accept a bool as well. Otherwise a System.InvalidCastException will be thrown.
Only dimension style overrides are affected.
It is cast to bool in DxfReader.cs:5927 but DxfWriter expected a short. Since DimensionStyleOverride.cs:298 clearly expects a bool, changed DxfWriter to accept a bool as well. Otherwise a System.InvalidCastException will be thrown.