_sh_path Struct Reference

Implement respective objects for SVG path tag. More...

List of all members.

Public Attributes

shape_t shape
int cmd_len
int arg_len
int fix_arg_len
char * user_data
char * dev_data


Detailed Description

Implement respective objects for SVG path tag.

In user_data or dev_data, 0x00 bytes are padding after commands. No commands other than 0x00 can resident after 0x00 itself. It means command processing code can skip commands after a 0x00.

Shapes should check if shape_t::geo is assigned. Once transformation matrics are changed, shape objects should update shape_t::geo if it is assigned.

Definition at line 19 of file shape_path.c.


Member Data Documentation

Definition at line 20 of file shape_path.c.

Definition at line 21 of file shape_path.c.

Definition at line 22 of file shape_path.c.

Definition at line 23 of file shape_path.c.

Definition at line 24 of file shape_path.c.

Definition at line 25 of file shape_path.c.


The documentation for this struct was generated from the following file:
SourceForge.net Logo