From cc6c08d3a80f1a305021af3d6394cdf1535d02a2 Mon Sep 17 00:00:00 2001 From: Mikko Mononen Date: Mon, 28 Sep 2020 22:00:06 +0300 Subject: [PATCH] Restore example2 test file --- example/example2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/example2.c b/example/example2.c index 177d1a6..9ae9b59 100644 --- a/example/example2.c +++ b/example/example2.c @@ -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);