`canvasvg` is a Python module by Wojciech Muła for converting canvas graphics from the `tkinter` module to SVG graphics.
canvasvg was released on November 23, 2014, and is on version 1.0.0. The general purpose is to convert the graphics from the tkinter module to the SVG format, manifested in the convert method, which takes an XML DOM and a canvas object.