[Bug 18014] If an arc is given a negative radius couldn't the result of that just flip or invert the arc? It would be better than throwing an error, and what I'd expect to happen in that case.

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

rcabanie <cabanier@adobe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX

--- Comment #5 from rcabanie <cabanier@adobe.com> 2012-08-21 20:30:19 UTC ---
Every browser is throwing when passing a negative value for radius.

It doesn't make much sense to draw the arc in reverse. At best you should treat
a negative radius the same as positive.
Keep in mind that you can pass a radiusx and a radiusy. What would it mean if
one (but not both) of them was negative?

The latest spec lets you specify the direction of the rotation which matches
your request.

-- 
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 Tuesday, 21 August 2012 20:30:47 UTC