diff options
Diffstat (limited to '3rdparty/nanosvg/README.md')
-rw-r--r-- | 3rdparty/nanosvg/README.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/3rdparty/nanosvg/README.md b/3rdparty/nanosvg/README.md index a672d6f60e6..0865cbe2673 100644 --- a/3rdparty/nanosvg/README.md +++ b/3rdparty/nanosvg/README.md @@ -1,9 +1,11 @@ +*This project is not actively maintained.* + Nano SVG ========== ## Parser - + NanoSVG is a simple stupid single-header-file SVG parse. The output of the parser is a list of cubic bezier shapes. @@ -17,7 +19,7 @@ That is, you should get the same looking data as your designed in your favorite NanoSVG can return the paths in few different units. For example if you want to render an image, you may choose to get the paths in pixels, or if you are feeding the data into a CNC-cutter, you may want to use millimeters. -The units passed to NanoVG should be one of: 'px', 'pt', 'pc' 'mm', 'cm', or 'in'. +The units passed to NanoSVG should be one of: 'px', 'pt', 'pc' 'mm', 'cm', or 'in'. DPI (dots-per-inch) controls how the unit conversion is done. If you don't know or care about the units stuff, "px" and 96 should get you going. @@ -97,4 +99,4 @@ $ ./example # License -The library is licensed under [zlib license](LICENSE.txt)
\ No newline at end of file +The library is licensed under [zlib license](LICENSE.txt) |