Sometimes I like working directly with SVGs in order to generate images from code. I like using the IPython Notebook for this because of the instant feedback. Here is an example for creating and viewing a small SVG within the IPython Notebook.
Tag Archives: SVG
Simple Interactive SVG Application with Flask and Jinja
In this post I’ll provide a simple example of serving a page with Flask and feeding SVG instructions into a Jinja template through an HTML form.
Continue reading Simple Interactive SVG Application with Flask and Jinja