generative
generative copied to clipboard
Add tool to insert WKT STYLE commands to make LINESTRING widths proportional to length.
Relies on #46
- https://en.wikipedia.org/wiki/Medial_axis
- Calligraphy type effects, possibly related to #47
Should this post process the SVG? Or should it act on the geometries, possibly performing transformations, and at the least interleaving STYLE commands?
I think there's room for both... I should probably learn more about the things you can do with SVGs first.
Related to #90