Inkscape plugin missing dependency to yocto_css.py
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Scour |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
scour 0.20 command line package has yocto_css.py in it. However the latest inkscape plugin is missing that dependency.
The fix should be:
1) Include "yocto_css.py" in the latest inkscape zip.
2) Change "scour.inx" to:
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-
<_name>Scoured SVG Output</_name>
<id>
<dependency type="executable" location=
<dependency type="executable" location=
<dependency type="executable" location=
<output>
</output>
<script>
<command reldir="extensions" interpreter=
</script>
</inkscape-
Changed in scour: | |
status: | New → Confirmed |
Changed in scour: | |
status: | Fix Committed → Fix Released |
Thanks! Fixed in scour itself as r143. I also updated the scour extension included with Inkscape 0.47 to scour 0.20. This is in Inkscape's repository as r22212.