Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 959 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 959 Bytes

svgren releases Build Status Build status

SVG renderer library in C++.

image sample

  • full gradient support
  • group opacity
  • all shapes support
  • all path elements support
  • render to memory
  • gaussian blur effect support

svgren uses svgdom to read the SVG file and cairo to render graphics.

Installation and Tutorials

Read WiKi for installation instructions and tutorials.

Questions

In case of questions, please submit those as Issue.