Start 0.07: move scour functionality into a module-level function and only call when __main__. Move tests around a bit. Add starter testscour.py

This commit is contained in:
JSCHILL1 2009-04-13 10:22:27 -05:00
parent b1f861d285
commit a1f6d9e8dd
14 changed files with 146 additions and 112 deletions

View file

@ -1,8 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<linearGradient id="g1" />
<linearGradient id="g2" xlink:href="#g1" />
<linearGradient id="g3" xlink:href="#g2" />
</defs>
<circle cx="50" cy="50" r="20" fill='blue' />
</svg>

Before

Width:  |  Height:  |  Size: 274 B