SVG capture using python?

Hi All,

Is there a way to capture SVG with transparent background of lets say back viewport?

Thank you for your help in advance!

Regards,

Jonas Blazinskas

Try call Make2D and export?

SVG is just a format of 2D drawing so it is possible to do quite whatever you want withs scripts.
Aviary is able to output SVG

It is quite easy to generate SVG, you will find here my program (C sharp) to export SVG from Rhinoceros.