Files
knoxmakers-inkscape/extensions/km-hatch/README.md
haxbot 8a126fec7d
All checks were successful
bundle / bundle (push) Successful in 16s
bundle: update (2026-01-18)
2026-01-18 09:23:06 +00:00

23 lines
1.0 KiB
Markdown

# KM Hatch Fill
An Inkscape extension that fills closed shapes with parallel hatch lines. The extension generates vector line patterns inside shapes that can be used for engraving fills, texturing surfaces, or creating visual effects.
## Manual Installation
1. Create the subdirectory `km-hatch/` in your Inkscape extensions folder:
- **Linux:** `~/.config/inkscape/extensions/`
- **Linux (Flatpak):** `~/.var/app/org.inkscape.Inkscape/config/inkscape/extensions/`
- **Linux (Snap):** `~/snap/inkscape/current/.config/inkscape/extensions/`
- **macOS:** `~/Library/Application Support/org.inkscape.Inkscape/config/inkscape/extensions/`
- **Windows:** `%APPDATA%\inkscape\extensions\`
2. Copy all files from this repository into your `km-hatch/` directory.
3. Restart Inkscape. The extension appears under **Extensions > Knox Makers > Laser > Hatch Fill**.
## Acknowledgements
Inspiration, examples, and code came from:
- **Hatch Fill** from Evil Mad Scientist Laboratories and their EggBot extensions
https://github.com/evil-mad/EggBot/