-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Add support for arc in paths (a
command)
#1
Comments
maybe this can help: http://github.com/millermedeiros/SVGParser/blob/master/com/millermedeiros/geom/SVGArc.as - it follows the spec and has comments of each step so it should be easier to follow.. and method "getCurves" on Arc Class: http://github.com/millermedeiros/SVGParser/blob/master/com/millermedeiros/geom/Arc.as - it convert the arc into multiple quadratic bezier curves (1 curve per each 45 degrees) |
@millermedeiros |
Just implemented this! Thanks again, @devongovett |
Open `localhost` automatically when bundling completes
Update README.md
See implementation by @devongovett — http://gist.github.com/424839
The text was updated successfully, but these errors were encountered: