Restore example filename

This commit is contained in:
Mikko Mononen 2014-11-05 18:57:34 +02:00
parent 4101587c9a
commit c4f15e8f2f

View File

@ -32,7 +32,7 @@ int main()
NSVGrasterizer *rast = NULL; NSVGrasterizer *rast = NULL;
unsigned char* img = NULL; unsigned char* img = NULL;
int w, h; int w, h;
const char* filename = "../example/_web-spit.svg"; const char* filename = "../example/23.svg";
printf("parsing %s\n", filename); printf("parsing %s\n", filename);
image = nsvgParseFromFile(filename, "px", 96.0f); image = nsvgParseFromFile(filename, "px", 96.0f);