|
From: Jerzy K. <jer...@un...> - 2012-02-16 22:11:25
|
Benjamin Root : > it would be impossible to fully implement, such a module would never > be included in matplotlib, but that shouldn't stop someone from > creating a useful basic tool. Yes. Thank you Ben. I so concentrated on the "vector" side of the original question that I forgot that AGG has a rasterizer and filters, and morover Matplotlib can rescale (regenerate) bitmaps when resizing the figure! OK. Since the ActiveState cookbook http://code.activestate.com/recipes/325823-draw-svg-images-in-python/ offers some programme to draw SVGs, and the SVG parsers are doable, somebody might start tomorrow. Great! Jerzy K. |