diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2020-05-16 23:12:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-16 23:12:06 +0200 |
| commit | e03b032f85e7f084cbc1cccf6a4b8814f40c3022 (patch) | |
| tree | 2b739d75de24c19c0490bbf454dabc282829ca10 /templates/break_apart.inx | |
| parent | a308db7ae152626c84ade069e307864a7e7e6213 (diff) | |
break apart loops (#690)
Diffstat (limited to 'templates/break_apart.inx')
| -rw-r--r-- | templates/break_apart.inx | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/templates/break_apart.inx b/templates/break_apart.inx index 2580ddc3..83333ad1 100644 --- a/templates/break_apart.inx +++ b/templates/break_apart.inx @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> - <name>{% trans %}Break Apart and Retain Holes{% endtrans %}</name> + <name>{% trans %}Break Apart Fill Objects{% endtrans %}</name> <id>org.inkstitch.break_apart.{{ locale }}</id> <param name="extension" type="string" gui-hidden="true">break_apart</param> <effect> @@ -11,6 +11,13 @@ </submenu> </effects-menu> </effect> + <param name="description" type="description"> + {% trans %}This extension will try to repair fill shapes and break them apart if necessary. Holes will be retained. Use on simple or overlapping shapes.{% endtrans %} + </param> + <param name="method" type="optiongroup" _gui-text="Method"> + <option value="0">Simple</option> + <option value="1">Complex</option> + </param> <script> {{ command_tag | safe }} </script> |
