Add CONTRIBUTORS file
This commit is contained in:
parent
ab4fe686fe
commit
d4dc4b7c42
2 changed files with 9 additions and 2 deletions
7
CONTRIBUTORS
Normal file
7
CONTRIBUTORS
Normal file
|
|
@ -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
|
||||||
|
|
||||||
4
scour.py
4
scour.py
|
|
@ -47,8 +47,8 @@
|
||||||
# * Collapse all group based transformations
|
# * Collapse all group based transformations
|
||||||
|
|
||||||
# Next Up:
|
# Next Up:
|
||||||
# + move all functionality into a module level function named 'scour' and only call it
|
# + moved all functionality into a module level function named 'scour' and only call it
|
||||||
# when being run as main (prepare for unit testing)
|
# when being run as main (for unit testing)
|
||||||
# - Removed duplicate gradient stops
|
# - Removed duplicate gradient stops
|
||||||
# - Convert all colors to #RRGGBB format
|
# - Convert all colors to #RRGGBB format
|
||||||
# -
|
# -
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue