This patch allows lines in paths to be simplified, which previously caused a panic due to an unhandled case. It also passes them through unmodified if the angle exceeds the threshold.
The docstring also adds a little discussion about expectations with noisy input.
This patch allows lines in paths to be simplified, which previously caused a panic due to an unhandled case. It also passes them through unmodified if the angle exceeds the threshold.
The docstring also adds a little discussion about expectations with noisy input.
Fixes #342