diff options
author | 2020-10-05 22:18:22 +1100 | |
---|---|---|
committer | 2020-10-05 22:18:22 +1100 | |
commit | f390ea1004a4563bb79912a1a13d5de70c2e316b (patch) | |
tree | 51f3367173c2c8088a9514cfb084b34967587763 /3rdparty/nanosvg/example/example2.c | |
parent | a89f9b274e9968aab7fde58110c3cb72378c4843 (diff) |
3rdparty/nanosvg: Re-base on latest upstream.
Now based on upstream cc6c08d3a80f1a305021af3d6394cdf1535d02a2.
Among other things, this version is supposed to be less sensitive to the
global locale.
Diffstat (limited to '3rdparty/nanosvg/example/example2.c')
-rw-r--r-- | 3rdparty/nanosvg/example/example2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/nanosvg/example/example2.c b/3rdparty/nanosvg/example/example2.c index 50fe2a4e12b..9ae9b5952fe 100644 --- a/3rdparty/nanosvg/example/example2.c +++ b/3rdparty/nanosvg/example/example2.c @@ -32,7 +32,7 @@ int main() NSVGrasterizer *rast = NULL; unsigned char* img = NULL; int w, h; - const char* filename = "../example/_test.svg"; + const char* filename = "../example/23.svg"; printf("parsing %s\n", filename); image = nsvgParseFromFile(filename, "px", 96.0f); |