In inkscape extension v0.23, "enable-viewboxing" should be passed to the script
Bug #503750 reported by
vpadawan
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Scour |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Thanks for the new release. There is still a minor problem with the inkscape extension : the script fails, as "enable-viewboxing" is not passed to scour.inkscape.py. For those who want to fix this bug immediately :
(1) in scour.inx, "param" list, add:
<param name="enable-
(2) in scour.inkscape.py,
(2.1) in the definition of init, add :
self.OptionPar
(2.2) in the definition of effect, replace 11 by 12.
Changed in scour: | |
status: | In Progress → Fix Released |
To post a comment you must log in.
Thanks - silly bug on my part. I have updated the scour-inkscape- extension. zip file on my site at http:// codedread. com/scour/ scour-inkscape- extension- 0.23.zip
Myabe the extension should become part of Inkscape's release?