This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Path Simplification with Freehand Pencil Tool #68
Labels
Milestone
You can continue the conversation there. Go to discussion →
Would it be possible to add an option for path simplification with the freehand pencil tool to reduce the number of segments in the drawn path? When using the pencil tool it currently produces a large amount of data which makes the file size much larger. Simplifying the path makes for a smoother line and still follows closely to what was drawn while also reducing the amount of data for the path. Inkscape has a feature similar to this in the “Path > Simplify” option from the menu bar. If a feature like this could be added, perhaps a selection for the amount of simplification could be chosen down in the bottom toolbar along with the stroke width and opacity options.
I found a demo of some JavaScript code for path simplification which shows what I am referring to:
http://paperjs.org/examples/path-simplification/
The text was updated successfully, but these errors were encountered: