small fix in dxf/dwg importer

This commit is contained in:
Mario Voigt 2021-04-04 03:03:13 +02:00
parent 89debd56e3
commit c0e16509c8
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<option value="sk1">sk1 UniConverter (best output, but fails for all unknown/unfiltered entities)</option>
<option value="ezdxf">ezdxf (higher quality, many single nodes)</option>
<option value="kabeja">kabeja (Java library)</option>
<option value="vpype_dxf (recommended to disable 'Filter entities with ezdxf using this)">vpype-dxf</option>
<option value="vpype_dxf">vpype-dxf (recommended to disable 'Filter entities with ezdxf using this)</option>
<option value="legacy">legacy InkScape importer</option>
</param>
<param name="resizetoimport" type="bool" gui-text="Resize the canvas to the imported drawing's bounding box">true</param>