Skip to content

Commit

Permalink
Add logging of ATTDEF flags in R14
Browse files Browse the repository at this point in the history
  • Loading branch information
michal-josef-spacek authored and rurban committed Mar 30, 2024
1 parent 77f1cd2 commit b109046
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dwg.spec
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,7 @@ DWG_ENTITY (ATTDEF)
FIELD_T (tag, 0);
FIELD_BS (field_length, 0); //DXF 73, unused
FIELD_RC (flags, 0); // 1 invisible, 2 constant, 4 verify, 8 preset
LOG_FLAG_ATTDEF
SINCE (R_2007a) {
FIELD_B (lock_position_flag, 0);
}
Expand Down

0 comments on commit b109046

Please sign in to comment.