kicad/thirdparty/nanosvg
Alex Shvartzkop e55989120e NanoSVG: parse 'class' attribute before 'style'.
(cherry picked from commit 64a64f5216)
2023-10-23 21:30:16 +03:00
..
CMakeLists.txt
LICENSE.zlib
README.txt
nanosvg.cpp NanoSVG: parse 'class' attribute before 'style'. 2023-10-23 21:30:16 +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.