fogleman / gg

Go Graphics - 2D rendering in Go with a simple API.
https://godoc.org/github.com/fogleman/gg
MIT License
4.37k stars 354 forks source link

path: reduce threshold for closeness of points #148

Closed sbinet closed 2 years ago

sbinet commented 2 years ago

This CL reduces the threshold on the distance between 2 points to consider them as too close.

Fixes #85.

sbinet commented 2 years ago

FYI, this has been implemented here: