Add the option --no-renderer-workaround, which disables renderer workarounds. Made --renderer-workaround the default, to avoid duplicate bugs reported against Scour instead of librsvg.

(The option --renderer-workaround still exists, for compatibility with Scour 0.25, but is now a dummy option.)
This commit is contained in:
Louis Simard 2010-10-04 19:19:40 -04:00
parent 52e86032fa
commit fee74ead24
2 changed files with 6 additions and 3 deletions

View file

@ -17,7 +17,7 @@
<param name="keep-editor-data" type="boolean" _gui-text="Keep editor data">false</param>
<param name="remove-metadata" type="boolean" _gui-text="Remove metadata">false</param>
<param name="enable-comment-stripping" type="boolean" _gui-text="Remove comments">false</param>
<param name="renderer-workaround" type="boolean" _gui-text="Work around renderer bugs">false</param>
<param name="renderer-workaround" type="boolean" _gui-text="Work around renderer bugs">true</param>
<param name="enable-viewboxing" type="boolean" _gui-text="Enable viewboxing">false</param>
<param name="strip-xml-prolog" type="boolean" _gui-text="Remove the &lt;?xml?&gt; declaration">false</param>
<param name="set-precision" type="int" _gui-text="Number of significant digits for coords">5</param>