class Standard . DrawingAlias {
oid aliasedShape;
assoc colorTransform;
} inherits from DrawingShape;
collecting the object identifier of the true DrawingObject and a set of transformations to be made to the base object. This permits the large amount of data associated with a DrawingObject to be maintained in a single place and rendered in multiple locations via distinct transforms.