From d4dc4b7c428a64c22c06396539997faeb9fe71a0 Mon Sep 17 00:00:00 2001 From: JSCHILL1 Date: Mon, 13 Apr 2009 12:02:15 -0500 Subject: [PATCH] Add CONTRIBUTORS file --- CONTRIBUTORS | 7 +++++++ scour.py | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 CONTRIBUTORS diff --git a/CONTRIBUTORS b/CONTRIBUTORS new file mode 100644 index 0000000..03221ae --- /dev/null +++ b/CONTRIBUTORS @@ -0,0 +1,7 @@ +Thanks to the following contributors to scour: + +* Doug Schepers (W3C SVG WG) + - function to embed rasters as base64 data: URLs + - report file size reduction + - prettied up the report + diff --git a/scour.py b/scour.py index 814418c..0e47bab 100755 --- a/scour.py +++ b/scour.py @@ -47,8 +47,8 @@ # * Collapse all group based transformations # Next Up: -# + move all functionality into a module level function named 'scour' and only call it -# when being run as main (prepare for unit testing) +# + moved all functionality into a module level function named 'scour' and only call it +# when being run as main (for unit testing) # - Removed duplicate gradient stops # - Convert all colors to #RRGGBB format # -