Geoff Hickey

Results 4 issues of Geoff Hickey

When culling duplicate lines in the generated svg files, if the path immediately preceding a `Close` element was pruned, the Close would end up drawing a line from the beginning...

The code that removes duplicate lines from svg paths in `3d/scripts/svg_processor.py` has a problem. When I run `generate_2d.py`, the output in `combined.svg` looks like this: ![Screenshot from 2021-01-05 01-42-08](https://user-images.githubusercontent.com/32468/103615348-719e7c80-4ef8-11eb-8a0b-3189ff051e85.png) The...

**Describe the bug** I've only seen this on a Ryzen Threadripper system with 24 cores. On a couple of smaller systems I haven't run into it. After running for a...

bug

Buffer.Word() fails to expand the region if you run it on the last word in the buffer and there's no whitespace between the word and EOF. To reproduce: 1. Fire...

bug