nanosvg
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.
- Versions: 0.0.0-0.9da543e
- Website: https://github.com/memononen/nanosvg
- Licenses: Zlib
- Package source: gnu/packages/graphics.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of nanosvg as follows:
guix install nanosvg
Or install a particular version:
guix install nanosvg@0.0.0-0.9da543e
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.
Badge code
You can use the following badge to inform users of nanosvg about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/nanosvg'><img src='https://packages.guix.gnu.org/packages/nanosvg/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/nanosvg)
Example Org:
[[https://packages.guix.gnu.org/packages/nanosvg][https://packages.guix.gnu.org/packages/nanosvg/badges/latest-version.svg]]