derekenos / iome

A Physical Platform for Web Appplication Development
https://derekenos.com/project-iome
GNU General Public License v3.0
8 stars 1 forks source link

Interpolate SVG curves #4

Open derekenos opened 4 years ago

derekenos commented 4 years ago

The current SVG parsing code plots every <x>,<y> pair it encounters in a <path> regardless of whether it's intended to be a linear point or bezier curve parameter.

Given the input SVG:

text svg

The current code renders:

text svg rendered

Lookin' good :+1:

derekenos commented 4 years ago

Rewrite of SVG parsing and, eventual, interpolation in progress at: https://github.com/derekenos/iome/tree/sketchy_svg