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

Data Fields | |
| float * | pts |
| int | npts |
| char | closed |
| float | bounds [4] |
| struct NSVGpath * | next |
| float bounds[4] |
Definition at line 135 of file nanosvg.h.
Referenced by nsvgDuplicatePath().
| char closed |
Definition at line 134 of file nanosvg.h.
Referenced by nsvgDuplicatePath().
| int npts |
Definition at line 133 of file nanosvg.h.
Referenced by nsvgDuplicatePath().
| float* pts |
Definition at line 132 of file nanosvg.h.
Referenced by nsvgDuplicatePath().