/****
 *
 * Copyright (c) 1988 by Sun Microsystems, Inc.
 * @(#)sh_PATH.ah 22.1 89/08/10 Copyright 1988 Sun Micro
 *
 * PATH class attributes
 *
 ****/
POINT_B2D	PATH_ORG;		/* origin of bbox */
POINT_B2D	PATH_DIM;		/* dimensions of bbox */
PATH_type 	PATH_TYPE;		/* type of path */

Unsgn8		path_rendered;		/* # times path was rendered */
Unsgn8		path_flags;		/* various flags */
OBJID		path_data;		/* path data area */
Unsgn32		path_cur;		/* offset of current item */
Unsgn32		path_end;		/* offset of last item */
CONTEXT		path_ctx;		/* -> context path is with */
SHAPE		path_shape;		/* shape associated with path */
PATH		path_parent;		/* parent in path copy list */
PATH		path_child;		/* child in path copy list */
Unsgn32		path_penofs;		/* offset of last path pen gotten */
Unsgn32		path_mark;		/* last place marked */
Unsgn32		path_analysis;		/* offset of last item analyzed */
