![]()  | 
  
    libxputty 0.1
    
   | 
 
#include <nanosvg.h>

Data Fields | |
| char | id [64] | 
| NSVGpaint | fill | 
| NSVGpaint | stroke | 
| float | opacity | 
| float | strokeWidth | 
| float | strokeDashOffset | 
| float | strokeDashArray [8] | 
| char | strokeDashCount | 
| char | strokeLineJoin | 
| char | strokeLineCap | 
| float | miterLimit | 
| char | fillRule | 
| unsigned char | flags | 
| float | bounds [4] | 
| NSVGpath * | paths | 
| struct NSVGshape * | next | 
| NSVGpaint fill | 
Definition at line 142 of file nanosvg.h.
Referenced by nsvgDelete().
| unsigned char flags | 
Definition at line 153 of file nanosvg.h.
Referenced by draw_svg_image_to_pos().
| struct NSVGshape* next | 
Definition at line 156 of file nanosvg.h.
Referenced by draw_svg_image_to_pos(), and nsvgDelete().
| NSVGpath* paths | 
Definition at line 155 of file nanosvg.h.
Referenced by nsvgDelete().
| NSVGpaint stroke | 
Definition at line 143 of file nanosvg.h.
Referenced by nsvgDelete().