commit | 55d49053d1b6db42e013eb3409ffcfc7e235c685 | [log] [tgz] |
---|---|---|
author | caryclark <caryclark@google.com> | Sat Jan 23 05:07:04 2016 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Sat Jan 23 05:07:04 2016 -0800 |
tree | c424605b65aceb748643ecb9e6b66193f362d54b | |
parent | b714fb0199e8727ef2b6cddbee7eba6046f01554 [diff] |
Add svg path arcto The arcto() used by SVG in Chrome and Android is ported here, using conics instead of cubics. The logic is a direct transposition of the WebKit code. The attached GM includes SVG that draws the same as Skia. R=reed@google.com BUG=skia:3959 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1613303002 Review URL: https://codereview.chromium.org/1613303002