Dillo v3.1.1-46-g8a360e32
Loading...
Searching...
No Matches
NSVGpath Struct Reference

#include <nanosvg.h>

Public Attributes

float * pts
 
int npts
 
char closed
 
float bounds [4]
 
struct NSVGpathnext
 

Detailed Description

Definition at line 131 of file nanosvg.h.

Member Data Documentation

◆ bounds

float NSVGpath::bounds[4]

Definition at line 136 of file nanosvg.h.

◆ closed

char NSVGpath::closed

Definition at line 135 of file nanosvg.h.

◆ next

struct NSVGpath* NSVGpath::next

Definition at line 137 of file nanosvg.h.

◆ npts

int NSVGpath::npts

Definition at line 134 of file nanosvg.h.

◆ pts

float* NSVGpath::pts

Definition at line 133 of file nanosvg.h.


The documentation for this struct was generated from the following file: