svgren
svgren copied to clipboard
:camera: SVG rendering library in C++
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...
Hi, Would you, by any chance, have a CMake script to build your library? Or planned to make one eventually? Thanks!
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...
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;...