[Bug 15026] Need a mechanism to draw elliptical arcs. Once available this can be extended to draw an ellipse. 1. Current methods of drawing them with beziers/quadratic curves do not work well and are approximations. 2. Using arcto/arc followed by scaling distorts the

https://www.w3.org/Bugs/Public/show_bug.cgi?id=15026

Cameron McCormack <cam@mcc.id.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cam@mcc.id.au

--- Comment #3 from Cameron McCormack <cam@mcc.id.au> 2011-12-01 23:44:50 UTC ---
When we get to doing this, can we keep in mind that it would be beneficial to
use the same objects for both SVG and canvas?  Having two kinds of path object
in the platform seems suboptimal.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 1 December 2011 23:44:53 UTC