plutovg

Tiny 2D vector graphics library in C with rendering capabilities

brewmacoslinux
Try with needOr install directly
Source

About

Tiny 2D vector graphics library in C

Commands

plutovg

Examples

Create a simple SVG document with plutovg and render it$ plutovg input.svg -o output.png
Convert vector graphics to raster format with specified dimensions$ plutovg -w 800 -h 600 drawing.svg -o result.png
Link plutovg library in C code for custom vector graphics rendering$ gcc -o myapp myapp.c -lplutovg -lm