Index: 03_drawing.html =================================================================== --- 03_drawing.html (revision 561) +++ 03_drawing.html (revision 562) @@ -64,13 +64,15 @@

3.1.1. Local identifier

-

{des3:10} An oid is an unsigned 32 bit integer. Any time a new +

{des3:10} An oid is a signed 32 bit integer. Any time a new drawing object is placed on the sheet, the new drawing object's oid is set to the sheet's next_oid and the sheet's next_oid is incremented.

{des3:11} The oid value 0 means "invalid" or "unused" or "unspecified". Any non-zero oid is a valid drawing object ID. The same oid can not -be attached to two different drawing objects within a sheet. +be attached to two different drawing objects within a sheet. Only positive +oid values shall be used in files or communication, negative values +are reserved for application-internal use.

{des3:12} The oid is used for referencing drawing primitives within the sheet. It is meant for internal references only: external objects,