Skip to content

Commit

Permalink
Merge pull request #508 from DomCR/issue-501-read-dimensionaligned-re…
Browse files Browse the repository at this point in the history
…ader-fix

issue 501
  • Loading branch information
DomCR authored Dec 15, 2024
2 parents d732283 + 597910c commit b3a0f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ACadSharp/IO/DWG/DwgStreamReaders/DwgObjectReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1941,7 +1941,7 @@ private CadTemplate readDimLinear()

private CadTemplate readDimAligned()
{
DimensionLinear dimension = new DimensionLinear();
DimensionAligned dimension = new DimensionAligned();
CadDimensionTemplate template = new CadDimensionTemplate(dimension);

this.readCommonDimensionData(template);
Expand Down

0 comments on commit b3a0f21

Please sign in to comment.