[Bug 22419] SVGMatrix rotateFromVector exception

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

Dirk Schulze <dschulze@adobe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dschulze@adobe.com

--- Comment #2 from Dirk Schulze <dschulze@adobe.com> ---
The idea is to replace SVGMatrix with the interface CSSMatrix
https://dvcs.w3.org/hg/FXTF/raw-file/tip/matrix/index.html It still needs
approval from the CSS WG though.

This would also get rid of the exception handling, since we try to avoid
exceptions in general unless you do something forbidden nowadays.

Also, I assume the old exception handling is based on SVG exceptions which got
replaced by general DOM exception in SVG2.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 20 June 2013 16:20:26 UTC