Restore example2 test file

This commit is contained in:
Mikko Mononen 2020-09-28 22:00:06 +03:00
parent ddd39e9669
commit cc6c08d3a8

View File

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