11 Jan
2008
11 Jan
'08
2:40 a.m.
On Jan 10, 2008 7:43 PM, bulia byak wrote:
The only problem is that after the effect has run it says "cannot determine format, opening as svg", but I think other effects also suffer from this (is there a bug on this?).
What OS is that under? (I don't see it using XP, but that doesn't mean much.)
And what other extension does it happen for? I'm guessing it comes from the call os.popen( "inkscape --query-all %s" % ( file ) )
and file is set like so: file = self.args[ -1 ]
So I am not sure why Inkscape would complain. I don't see the error when I just do inkscape --query-all test.svg from the command line...
-Rob A>