Restore example filename

master
Mikko Mononen 2014-11-05 18:57:34 +02:00
parent 4101587c9a
commit c4f15e8f2f
1 changed files with 1 additions and 1 deletions

View File

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