kicad/thirdparty/nanosvg
jean-pierre charras 85e44c2dae pcbnew, SVG import: fix an issue for SVG files using a CR+LF end of file
The issue was in a validity test working only if CR+LF is not replaced by LF
Fixes #10096
https://gitlab.com/kicad/code/kicad/issues/10096
2022-11-09 09:33:51 +01:00
..
CMakeLists.txt
LICENSE.zlib
README.txt
nanosvg.cpp pcbnew, SVG import: fix an issue for SVG files using a CR+LF end of file 2022-11-09 09:33:51 +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.