diff options
| author | Lex Neva <github@lexneva.name> | 2016-11-09 22:00:14 -0500 |
|---|---|---|
| committer | Lex Neva <github@lexneva.name> | 2016-11-09 22:00:14 -0500 |
| commit | b9637a9287b36688c7099f1fbab1d13147bc5163 (patch) | |
| tree | c183977587797f3ab48646672270d6aedca02386 /PyEmb.py | |
| parent | 6bbfbf6ef39a01e6c28d4fd3266615fa6118cb17 (diff) | |
auto-fill: try to hide connecting stitches in the fill pattern
This lets us auto-fill regions with holes in it. Just cut the region exactly
along the fill angle to convert a region with a hole to a region without.
This:
__________________
| |
| ______ |
| | | |
| | | |
| | | |
| |______| |
|__________________|
Becomes this:
__________________
| |
| ______ |
| | | |
| | | |
===== | |
| |______| |
|__________________|
The cut ( ===== ) is less than the width of the row spacing. Any connecting
stitch that follows this path becomes hidden among the rest of the fill --
an extra row of stitching isn't visible so long as the staggers line up.
Diffstat (limited to 'PyEmb.py')
0 files changed, 0 insertions, 0 deletions
