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

6
fulltests/units.svg Normal file
View file

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="400px" height="300px">
<rect width="200" height="100" fill="blue" style="stroke-width:1px" />
<rect width="200" height="100" fill="blue" style="stroke-width:100.00e-2pt" />
<rect width="200" height="100" fill="blue" style="stroke-width:-0.000000000006e+14em" />
<rect width="200" height="100" fill="blue" style="stroke-width:4%" />
</svg>

After

Width:  |  Height:  |  Size: 393 B