kicad/thirdparty/nanosvg
Ian McInerney 2becd368d9 Thirdparty: Properly handle error condition in nanosvg
ftell() returns -1 on an error, so it must be a long return
type, and we should test for its failure.

(found by Coverity)
2020-09-20 22:39:31 +01:00
..
CMakeLists.txt
LICENSE.zlib
README.txt
nanosvg.cpp Thirdparty: Properly handle error condition in nanosvg 2020-09-20 22:39:31 +01:00
nanosvg.h

README.txt

This directory contains the nanosvg library from https://github.com/memononen/nanosvg.
It is licensed under the ZLib license, which can be found in this directory.

The header-only implementation has been slip so that the function definitions
are now contained inside the nanosvg.cpp file.