From 9e137b9bc114e2e6fa3ad7144ccfa2d80720b91d Mon Sep 17 00:00:00 2001 From: JSCHILL1 Date: Thu, 2 Apr 2009 15:13:27 -0500 Subject: [PATCH] Added more TODOs to get to a fully functional release --- scour.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scour.py b/scour.py index 65196fc..9cb5926 100644 --- a/scour.py +++ b/scour.py @@ -27,7 +27,11 @@ # 3) Issue error if input.svg does not exist # 4) Create the output file (issue error if cannot create) # 5) Copy input file text to output file text -# +# 6) Read input file into memory using an XML library +# 7) Implement a function that will remove all unreferenced id attributes from +# from an SVG document (xlink:href="#someid", fill="url(#someid)", etc) +# 8) Implement a function that will remove all gradients that have no id +# 9) Implement command-line options to run the above 2 rules APP = "Scour" VER = "0.01"