[Bug 14579] Add ellipse support to canvas

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

Ian 'Hixie' Hickson <ian@hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |ASSIGNED

--- Comment #4 from Ian 'Hixie' Hickson <ian@hixie.ch> 2012-02-29 19:22:56 UTC ---
Currently planning on supporting this just by adding an extra radius argument
to the two arc-related path methods. To have an ellipse not aligned with the x
or y axes with such an API, you'd have to use a rotation transform. Is that ok?

See also http://wiki.whatwg.org/wiki/Canvas#Ellipses

-- 
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 Wednesday, 29 February 2012 19:23:07 UTC