From f4b328ea4b89a17bd4ffc4ef685ce77bbb1b02fa Mon Sep 17 00:00:00 2001 From: JSCHILL1 Date: Wed, 22 Apr 2009 22:38:50 -0500 Subject: [PATCH] Another large, real-world SVG file in fulltests, plus a readme for that directory --- fulltests/GusEinstein_Angel.svg | 140 ++++++++++++++++++++++++++++++++ fulltests/README.txt | 8 ++ 2 files changed, 148 insertions(+) create mode 100644 fulltests/GusEinstein_Angel.svg create mode 100644 fulltests/README.txt diff --git a/fulltests/GusEinstein_Angel.svg b/fulltests/GusEinstein_Angel.svg new file mode 100644 index 0000000..f567c5f --- /dev/null +++ b/fulltests/GusEinstein_Angel.svg @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/fulltests/README.txt b/fulltests/README.txt new file mode 100644 index 0000000..6229275 --- /dev/null +++ b/fulltests/README.txt @@ -0,0 +1,8 @@ +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 \ No newline at end of file