4xx / svg-edit

Automatically exported from code.google.com/p/svg-edit
MIT License
0 stars 0 forks source link

SVG Path Simplification for Freehand Pencil Tool #1241

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I would like the ability to simplify paths for the freehand pencil tool by 
converting the path into a series of curves. Currently using the freehand 
pencil tool generates a large amount of SVG path data and it would be useful to 
be able to give a close approximation of the freehand path using less data with 
curves.

You can see an example of what I am referring to along with JS code at:

http://paperjs.org/examples/path-simplification/

Original issue reported on code.google.com by radiogra...@gmail.com on 6 Oct 2014 at 3:34