add precision to scale value

This commit is contained in:
Mario Voigt 2022-01-05 16:38:49 +01:00
parent 0e1904758b
commit abd4bbeaed
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<name>Normalize Drawing Scale</name>
<id>fablabchemnitz.de.normalize_drawing_scale</id>
<param name="remove_viewbox" type="bool" gui-text="Remove viewBox and set document units to px" gui-description="Removes viewBox attribute from svg:svg. Warning: this disabled the feature to change the document units to anything else than px unit.">false</param>
<param name="target_scale" type="float" min="0.001" max="9999.000" gui-text="Target scale (%)" gui-description="Default is 100%">100.0</param>
<param name="target_scale" type="float" min="0.001" max="9999.000" precision="3" gui-text="Target scale (%)" gui-description="Default is 100%">100.0</param>
<effect needs-live-preview="false">
<object-type>all</object-type>
<effects-menu>