mkernel / DXFLib

C# Library for reading (and writing in future) DXF files
49 stars 35 forks source link

DXFInsert.cs rotation is missing #6

Open svenhb opened 4 years ago

svenhb commented 4 years ago

DXFInsert - RotationAngle never changes... In DXFInsert.cs the following code is missing to get it fixed: case 50: RotationAngle = double.Parse(value); break;