26 Apr
2006
26 Apr
'06
8:13 p.m.
ted@...11... wrote:
Aaron, how will the current effects respont to command line parameters that they don't understand? Will they ignore them?
aaron@...1252...:~/.inkscape/extensions$ ./flatten.py --unknown=37 some.svg usage: flatten.py [options] SVGfile
flatten.py: error: no such option: --unknown
Looks like they don't like it. But these new options only need to be added to inkex.py so it isn't a big deal.
Aaron