Merge branch 'main' of ssh://git.knoxmakers.org:2222/KnoxMakers/knoxmakers-inkscape

This commit is contained in:
2026-01-22 09:53:29 -05:00
4 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 KiB

View File

@@ -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/