lunasvg is a standalone c++ library to create, animate, manipulate and render SVG files.
#include <lunasvg/svgdocument.h>
using namespace lunasvg;
int main()
{
SVGDocument document;
document.loadFromFile("tiger.svg");
Bitmap bitmap = document.renderToBitmap();
// do something useful with the bitmap.
return 0;
}
- Basic Shapes : rect, circle, ellipse, line, polyline, polygon, path.
- Paint Servers : solidColor, linearGradient, radialGradient, pattern.
- Clipping, Masking and Compositing : clipPath, mask, group opacity.
- Document Structures: defs, svg, g, use, symbol.
- Coordinate Systems, Transformations and Units.
- Markers.
- Texts.
- Animations (TODO) : animate, animateColor, animateMotion, animateTransform.
Just run premake5 on main directory
If you like the work lunasvg is doing please consider a small donation: