You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Alex Shvartzkop 64a64f5216 NanoSVG: parse 'class' attribute before 'style'. 2 years ago
..
CMakeLists.txt Move dxflib, tinyspline and nanosvg into a thirdparty library directory 6 years ago
LICENSE.zlib Move dxflib, tinyspline and nanosvg into a thirdparty library directory 6 years ago
README.txt Move dxflib, tinyspline and nanosvg into a thirdparty library directory 6 years ago
nanosvg.cpp NanoSVG: parse 'class' attribute before 'style'. 2 years ago
nanosvg.h Move dxflib, tinyspline and nanosvg into a thirdparty library directory 6 years ago

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.