Add path data bytes saved to report. Added input filename to report. Removed last of the useless files in fulltests.
This commit is contained in:
parent
29fdd5ba66
commit
784b8efb2b
5 changed files with 23 additions and 33 deletions
|
|
@ -1,8 +0,0 @@
|
|||
The fulltests directory contains a variety of large SVG files that I've found in the wild (mostly from openclipart.org).
|
||||
|
||||
I use these files as a sort of real world sanity test (by visualling comparing the scoured output with the original).
|
||||
|
||||
When the unit tests build up to a respectable level this directory becomes less important in terms of verifying functionality but it will still help me retain a general sense of how well scour does its job in reducing filesize and complexity.
|
||||
|
||||
Jeff Schiller
|
||||
2009-04-22
|
||||
|
|
@ -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 |
|
|
@ -1,6 +0,0 @@
|
|||
<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>
|
||||
|
Before Width: | Height: | Size: 393 B |
Loading…
Add table
Add a link
Reference in a new issue