pyx-project / pyx

Repository of PyX, a Python package for the creation of PostScript, PDF, and SVG files.
https://pyx-project.org/
GNU General Public License v2.0
109 stars 18 forks source link

Give Canvas class a clear() method #26

Closed Makogan closed 3 years ago

Makogan commented 3 years ago

It would be nice to be able to fully reset a canvas (i.e. make it all white again), but it seems there is no method for doing so:

https://pyx-project.org/manual/canvas.html#module-canvas

Makogan commented 3 years ago

Thank you very much!