nanosvg 0.0.0-0.9da543e
Simple SVG parser
NanoSVG is a simple single-header SVG parser. The output of the parser is a list of cubic bezier shapes. The library suits well for anything from rendering scalable icons in an editor application to prototyping a game.
- Outputs:
out - Website: https://github.com/memononen/nanosvg
- Licenses: Zlib
- Package source: gnu/packages/graphics.scm
- Builds: See build status
- Issues: See known issues
Installation
Install nanosvg 0.0.0-0.9da543e as follows:
guix install nanosvg@0.0.0-0.9da543e
Or install the latest version:
guix install nanosvg
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.