Skip to content

Commit 479d834

Browse files
committed
encode: log MLEADERSTYLE class_version: 2
taken from APPID.ACAD_MLEADERVER eed
1 parent fd4195e commit 479d834

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/dwg.spec

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7864,13 +7864,19 @@ DWG_OBJECT (MLEADERSTYLE)
78647864
FIELD_BS (attach_left, 174);
78657865
FIELD_BS (attach_right, 178);
78667866
if (FIELD_VALUE (class_version) >= 2) {
7867+
ENCODER {
7868+
LOG_TRACE(" with class_version 2:\n");
7869+
}
78677870
FIELD_BS (text_angle_type, 175);
78687871
}
78697872
FIELD_BS (text_align_type, 176);
78707873
FIELD_CMC (text_color, 93); // as RGB only
78717874
FIELD_BD (text_height, 45);
78727875
FIELD_B (has_text_frame, 292);
78737876
if (FIELD_VALUE (class_version) >= 2) {
7877+
ENCODER {
7878+
LOG_TRACE(" with class_version 2:\n");
7879+
}
78747880
FIELD_B (text_always_left, 297);
78757881
} else {
78767882
DXF {

0 commit comments

Comments
 (0)