Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interpolate SVG curves #4

Open
derekenos opened this issue Nov 21, 2019 · 1 comment
Open

Interpolate SVG curves #4

derekenos opened this issue Nov 21, 2019 · 1 comment
Labels

Comments

@derekenos
Copy link
Owner

derekenos commented Nov 21, 2019

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 👍

@derekenos derekenos changed the title Implement sensible SVG parsing Add sensible SVG path curve parsing Nov 21, 2019
@derekenos derekenos changed the title Add sensible SVG path curve parsing Interpolate SVG curves Nov 21, 2019
@derekenos
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant