pathfinder/path-utils
Patrick Walton f132117d4c Don't add overlapping points to close paths in the stroking algorithm.
These extra points are unnecessary and can confuse the partitioner,
because they sometimes prevent it from detecting winding numbers
properly. This is a bug in the partitioner and should be fixed, but we
shouldn't be generating these points to begin with.

Partially addresses #57.
2017-12-21 13:22:23 -08:00
..
src Don't add overlapping points to close paths in the stroking algorithm. 2017-12-21 13:22:23 -08:00
Cargo.toml Make FreeType no longer a dependency of `path-utils` 2017-10-04 19:03:38 -07:00