diff --git a/extensions/botbox3000/boxbot.py b/extensions/botbox3000/boxbot.py index 061b7a8..9a7215a 100644 --- a/extensions/botbox3000/boxbot.py +++ b/extensions/botbox3000/boxbot.py @@ -182,7 +182,7 @@ class Boxbot(inkex.EffectExtension): self.top_hole_inset = PathElement() self.top_hole_inset.set_id(self.svg.get_unique_id("top_hole_inset")) self.top_hole_inset.set('d', top_hole_inset_d) - self.top_hole_inset.style = self.CUT_OUTER_STYLE + self.top_hole_inset.style = self.CUT_INNER_STYLE top_tabs_group.append(self.top_hole_inset) except ValueError: pass diff --git a/extensions/botbox3000/deps/inkex/deprecated-simple/run_command.py b/extensions/botbox3000/deps/inkex/deprecated-simple/run_command.py old mode 100755 new mode 100644 diff --git a/extensions/botbox3000/doc/logo.png b/extensions/botbox3000/doc/logo.png new file mode 100644 index 0000000..f8b99c0 Binary files /dev/null and b/extensions/botbox3000/doc/logo.png differ diff --git a/extensions/km-hatch/README.md b/extensions/km-hatch/README.md index eb696c8..4266001 100644 --- a/extensions/km-hatch/README.md +++ b/extensions/km-hatch/README.md @@ -18,5 +18,5 @@ An Inkscape extension that fills closed shapes with parallel hatch lines. The ex Inspiration, examples, and code came from: -- **Hatch Fill** from Evil Mad Scientist Laboratories and their EggBot extensions +- **Hatch Fill** from Evil Mad Scientist Laboratories and their EggBot extensions https://github.com/evil-mad/EggBot/