kicad/thirdparty/nanosvg
Alex Shvartzkop 2cd7c0636f NanoSVG: basic support for stylesheets.
Based on https://github.com/memononen/nanosvg/pull/175
2023-09-02 19:17:31 +03:00
..
CMakeLists.txt
LICENSE.zlib
README.txt
nanosvg.cpp NanoSVG: basic support for stylesheets. 2023-09-02 19:17:31 +03: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.