[Webkit-unassigned] [Bug 45051] Rename TransformationMatrix to Transform
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 1 17:14:20 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=45051
--- Comment #2 from Chris Marrin <cmarrin at apple.com> 2010-09-01 17:14:20 PST ---
(In reply to comment #1)
> Not sure I agree. SVG already has SVGTransform, which has an SVGMatrix.
And we have CSSMatrix. It's a bit muddled. But SVGMatrix is a simple wrapper around AffineTransform and SVGTransform contains an AffineTransform. CSSMatrix contains a TransformationMatrix. I don't think we're going to solve the "transform" vs "matrix" naming of the DOM objects. So I think the best we can do is make the underlying classes consistent. AffineTransform and Transform seem as consistent as we're going to get.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list