polymorph
polymorph copied to clipboard
Convert one SVG path to another.
Results
3
polymorph issues
Sort by
recently updated
recently updated
newest added
Aong -> Along
Only add Z at the end of the new shape if the input shape also has it.
This looks great, but it feels a bit imperative vs the fluent, chainable style of d3 where it is most likely to be used. Specifically, you _have_ to `.each` each...