Done.
https://bugs.launchpad.net/inkscape/+bug/626608
Search found 4 matches
- Mon Aug 30, 2010 3:50 pm
- Forum: Help with using Inkscape
- Topic: INX Specification Questions
- Replies: 7
- Views: 1773
- Sun Aug 29, 2010 7:48 pm
- Forum: Help with using Inkscape
- Topic: INX Specification Questions
- Replies: 7
- Views: 1773
Re: INX Specification Questions
Are you writing a plugin (C++ code) or an extension script? Err, I mean extension script. I'd be curious to know what an invalid ID looks You can just write any id having a slash character. Such as: <inkscape-extension> <_name>myextension</_name> <id>python.mysite.com/svg2css</id> The id is registe...
- Sun Aug 29, 2010 9:01 am
- Forum: Help with using Inkscape
- Topic: INX Specification Questions
- Replies: 7
- Views: 1773
Re: INX Specification Questions
Thanks for the info. When I tried using my site's URI as "id ", Inkscape displayed an error prompt upon second load: The preferences file C:\Documents and Settings\Administrator\Application Data\inkscape\preferences.xml is not a valid XML document. Error checking is not done on initial loa...
- Sat Aug 28, 2010 9:05 am
- Forum: Help with using Inkscape
- Topic: INX Specification Questions
- Replies: 7
- Views: 1773
INX Specification Questions
I'm tinkering of adding an extension to Inkscape and I' curious why most INX file I've seen always starts with this id: <id> org.ekips .filter.xxxx</id> There is no info on Inkscape website on what the program do with the id other than a hint such as: <id>{org.domain.sub-domain.extension-name}</id> ...