Search found 2 matches
- Thu Jul 12, 2012 5:17 am
- Forum: Help with using Inkscape
- Topic: Filters and Python Scripts
- Replies: 2
- Views: 1231
Re: Filters and Python Scripts
I am testing the Inkscape dbus commands and how well they work with scripting. This ties into a larger goal of making inkscape scriptable through other languages, such as scheme. A problem I have been running into is that the dbus commands, merge_css and document_merge_css are unable to apply the fi...
- Tue Jul 10, 2012 7:16 am
- Forum: Help with using Inkscape
- Topic: Filters and Python Scripts
- Replies: 2
- Views: 1231
Filters and Python Scripts
I am currently working with Python scripts and Inkscape and there seems to be an issue with the filters. Filters do not get applied unless the xml/svg code already has a tag for it, so files that haven't had filters applied to them before can not apply filters to them later. (Via scripting) I need t...