RESOLVED FIXED 23003
[Canvas] Cairo needs arcTo
https://bugs.webkit.org/show_bug.cgi?id=23003
Summary [Canvas] Cairo needs arcTo
Dirk Schulze
Reported 2008-12-27 08:06:46 PST
Cario needs arcTo support for canvas.
Attachments
arcTo for PathCairo (4.43 KB, patch)
2008-12-27 08:21 PST, Dirk Schulze
no flags
Implementation drawing (15.17 KB, image/svg+xml)
2008-12-27 08:24 PST, Dirk Schulze
no flags
arcTo for PathCairo (4.49 KB, patch)
2008-12-29 06:55 PST, Dirk Schulze
oliver: review+
Dirk Schulze
Comment 1 2008-12-27 08:21:48 PST
Created attachment 26266 [details] arcTo for PathCairo This implementation is based on vector analysis. I'll add a graphic, to help understanding the patch.
Dirk Schulze
Comment 2 2008-12-27 08:24:39 PST
Created attachment 26267 [details] Implementation drawing I hope this SVG helps the reviewer to understand the patch.
Dirk Schulze
Comment 3 2008-12-29 06:55:38 PST
Created attachment 26292 [details] arcTo for PathCairo forgot a check if ea should be more or less than pi.
Oliver Hunt
Comment 4 2008-12-29 23:25:52 PST
Comment on attachment 26292 [details] arcTo for PathCairo r=me
Dirk Schulze
Comment 5 2008-12-29 23:37:41 PST
landed in r39511.
Note You need to log in before you can comment on or make changes to this bug.