add precision to scale value
This commit is contained in:
parent
0e1904758b
commit
abd4bbeaed
@ -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>
|
||||
|
Reference in New Issue
Block a user