Index: trunk/doc/design/03_drawing.html =================================================================== --- trunk/doc/design/03_drawing.html (revision 1954) +++ trunk/doc/design/03_drawing.html (revision 1955) @@ -155,16 +155,16 @@

{des3:22} The coordinate system is demonstrated by the following figure:

-

3.1.4. Common attributes

-

{des3:80} Every drawing object may have these attributes with the same -meanining. These common attributes are not listed in each object type's -attribute list in the following sections. +

3.1.4. Common properties

+

{des3:80} Every drawing and group object has these properties with the same +meanining. These common properties are not listed in each object type's +property list in the following sections.

-
{des3:81} common attributes +
{des3:81} common properties
attribute value description -
lock yes/no if yes, the object is locked (should not be selected or edited individually); if not present or value is invalid, defaults to no -
floater yes/no if yes, bypass the "group lock"; non-floater objects are group-locked by default (can't be selected or edited individually) if they are part of a group other than sheet's direct; if not present or value is invalid, defaults to no +
lock boolean if true, the object is locked (should not be selected or edited individually); if not specified, defaults to false +
floater boolean if true, bypass the "group lock"; non-floater objects are group-locked by default (can't be selected or edited individually) if they are part of a group other than sheet's direct; if not specified, defaults to false