mozman / svgwrite

Python Package to write SVG files (UNMAINTAINED)
Other
548 stars 97 forks source link

How to save svg into buffer memory #113

Open chibai opened 2 years ago

chibai commented 2 years ago

buff = io.BytesIO() dwg.write(buff)

I'm trying to save svg into memory.

By the way, I am really helped by your EZDXF