svgren icon indicating copy to clipboard operation
svgren copied to clipboard

:camera: SVG rendering library in C++

Results 7 svgren issues
Sort by recently updated
recently updated
newest added

Hello, I try to render an embedded png image inside an SVG but it's not rendering at all. I've simplified the SVG so you can look at the element that...

Minor

Hi, Would you, by any chance, have a CMake script to build your library? Or planned to make one eventually? Thanks!

help wanted
Minor

Hi Ivan! Building process for windows desktop platform is pretty simple (thanks for nuget packages) It would be nice if you could provide us ability to build this amazing library...

help wanted
Minor

I have following svg, generated by gtk toolkit, for symbolic svg icons: ``` rect,circle,path { fill: rgb(0,255,0) !important; } .warning { fill: rgb(255,0,0) !important; } .error { fill: rgb(0,255,0) !important;...