From a308db7ae152626c84ade069e307864a7e7e6213 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Sat, 16 May 2020 23:01:00 +0200 Subject: support svg objects (#643) --- lib/elements/fill.py | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'lib/elements/fill.py') diff --git a/lib/elements/fill.py b/lib/elements/fill.py index 0f72d000..59b7414b 100644 --- a/lib/elements/fill.py +++ b/lib/elements/fill.py @@ -27,9 +27,15 @@ class InvalidShapeError(ValidationError): name = _("Border crosses itself") description = _("Fill: Shape is not valid. This can happen if the border crosses over itself.") steps_to_solve = [ - _('* Path > Union (Ctrl++)'), - _('* Path > Break apart (Shift+Ctrl+K)'), - _('* (Optional) Recombine shapes with holes (Ctrl+K).') + _("1. Inkscape has a limit to how far it lets you zoom in. Sometimes there can be a little loop, " + "that's so small, you can't see it, but Ink/Stitch can. It's especially common for Inkscape's " + "Trace Bitmap to produce those tiny loops."), + _("* Delete the node"), + _("* Or try to adjust it's handles"), + _("2. If you can actually see a loop, run the following commands to seperate the crossing shapes:"), + _("* Path > Union (Ctrl++)"), + _("* Path > Break apart (Shift+Ctrl+K)"), + _("* (Optional) Recombine shapes with holes (Ctrl+K).") ] -- cgit v1.2.3