Skip to content
This repository was archived by the owner on Jul 24, 2022. It is now read-only.

Commit c967c4b

Browse files
z3devkaosat-dev
authored andcommitted
fix(dxf-serializer): Removed extra line after ENDSEC which caused format errors in DXF (#62)
1 parent 760c350 commit c967c4b

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

packages/dxf-serializer/autocad_AC2017.js

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,8 +1136,7 @@ $SHADOWPLANELOCATION
11361136
40
11371137
0.0
11381138
0
1139-
ENDSEC
1140-
`
1139+
ENDSEC`
11411140
return content
11421141
}
11431142

@@ -1563,8 +1562,7 @@ ObjectDBX Classes
15631562
281
15641563
1
15651564
0
1566-
ENDSEC
1567-
`
1565+
ENDSEC`
15681566
return content
15691567
}
15701568

@@ -2510,8 +2508,7 @@ _Open30
25102508
0
25112509
ENDTAB
25122510
0
2513-
ENDSEC
2514-
`
2511+
ENDSEC`
25152512
return content
25162513
}
25172514

@@ -2797,8 +2794,7 @@ AcDbEntity
27972794
100
27982795
AcDbBlockEnd
27992796
0
2800-
ENDSEC
2801-
`
2797+
ENDSEC`
28022798
return content
28032799
}
28042800

@@ -3234,8 +3230,7 @@ Layout1
32343230
330
32353231
58
32363232
0
3237-
ENDSEC
3238-
`
3233+
ENDSEC`
32393234
return content
32403235
}
32413236

0 commit comments

Comments
 (0)