Samuele Radici
Results
1
issues of
Samuele Radici
where is svg support :( why on the python binding i can do that ``` output = io.BytesIO() surface = cairo.SVGSurface(output, m.width, m.height) mapnik.render(m, surface) surface.finish() return output.getvalue().decode('utf-8') ``` but...