Added more TODOs to get to a fully functional release
This commit is contained in:
parent
893a9e8158
commit
9e137b9bc1
1 changed files with 5 additions and 1 deletions
6
scour.py
6
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue