Re: [svgwg] Add circular arc path command 'R'. (#767)

If you play with it, do note I didn't implement the large-arc code. So if the arc created by a command exceeds half-tau it'll give you the wrong bit. If the start and end point are coincident the intermediate point is exactly on the other side of the diameter and this is two arcs both exactly 1 half-tau each. But, if you use the intermediate point to basically work like an initial angle the second arc from intermediate point to the end point, you can easily sweep more than half the circle.

-- 
GitHub Notification of comment by tatarize
Please view or discuss this issue at https://github.com/w3c/svgwg/issues/767#issuecomment-566233459 using your GitHub account

Received on Monday, 16 December 2019 20:39:48 UTC