Public Member Functions | |
| path_attributes () | |
| path_attributes (const path_attributes &attr) | |
| path_attributes (const path_attributes &attr, unsigned idx) | |
Public Attributes | |
| unsigned | index |
| rgba8 | fill_color |
| rgba8 | stroke_color |
| bool | fill_flag |
| bool | stroke_flag |
| bool | even_odd_flag |
| line_join_e | line_join |
| line_cap_e | line_cap |
| double | miter_limit |
| double | stroke_width |
| trans_affine | transform |
| agg::svg::path_attributes::path_attributes | ( | ) | [inline] |
| agg::svg::path_attributes::path_attributes | ( | const path_attributes & | attr | ) | [inline] |
| agg::svg::path_attributes::path_attributes | ( | const path_attributes & | attr, | |
| unsigned | idx | |||
| ) | [inline] |
| unsigned agg::svg::path_attributes::index |
| line_join_e agg::svg::path_attributes::line_join |
| line_cap_e agg::svg::path_attributes::line_cap |
| trans_affine agg::svg::path_attributes::transform |
1.5.1-p1