Phrogz / svg-path-to-polygons

Converts path commands for an SVG path to polygon points.
MIT License
55 stars 19 forks source link

Subsample linear sections within `tolerance`. #3

Open Phrogz opened 7 years ago

Phrogz commented 7 years ago

Many fine details added through L/V/H/Z within the tolerance will currently be fully represented. Need to skip commands until tolerance is exceeded for truly minimal representation at a particular tolerance.