RESOLVED FIXED 35445
[OpenVG] Convert from TransformationMatrix to AffineTransform
https://bugs.webkit.org/show_bug.cgi?id=35445
Summary [OpenVG] Convert from TransformationMatrix to AffineTransform
Jakob Petsovits
Reported 2010-02-26 12:34:56 PST
[OpenVG] Convert from TransformationMatrix to AffineTransform
Attachments
Patch (15.94 KB, patch)
2010-02-26 12:35 PST, Jakob Petsovits
no flags
Patch (15.42 KB, patch)
2010-02-26 13:05 PST, Jakob Petsovits
zimmermann: review+
Jakob Petsovits
Comment 1 2010-02-26 12:35:30 PST
Jakob Petsovits
Comment 2 2010-02-26 12:42:09 PST
krit's commit changed most of the graphics platform layer to operate with the new AffineTransform instead of TransformationMatrix. That patch did not, however, update the OpenVG backend - which is fair enough, as there's currently no publicly available way to build it. This patch converts the already upstreamed parts of the OpenVG backend to use AffineTransform. krit said he'd get mapQuad() into AffineTransform too (that was originally left out), until that happens, I've got a private static function doing the same thing. We can clean it out afterwards. Please review!
Nikolas Zimmermann
Comment 3 2010-02-26 12:59:38 PST
Comment on attachment 49615 [details] Patch Patch looks fine, r=me. > diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog > index cd85ac2..d539832 100644 > --- a/WebCore/ChangeLog > +++ b/WebCore/ChangeLog > @@ -1,3 +1,36 @@ > +2010-02-26 Jakob Petsovits <jpetsovits@rim.com> > + > + Reviewed by NOBODY (OOPS!). > + > + [OpenVG] Convert from TransformationMatrix to AffineTransform. > + the ChangeLog is missing a bug number and a good explainatain to why this is done. It shouldn't be necessary to look in the bug to get that information :-) Please fix before landing.
Jakob Petsovits
Comment 4 2010-02-26 13:05:05 PST
Jakob Petsovits
Comment 5 2010-02-26 13:06:05 PST
New patch (above), with bug URL in the commit message and private mapQuad() copy removed, instead we depend on bug 35444 to add mapQuad() directly to AffineTransform. Yay.
Nikolas Zimmermann
Comment 6 2010-02-26 14:26:17 PST
Comment on attachment 49627 [details] Patch Great, r=me.
Jakob Petsovits
Comment 7 2010-03-01 07:52:26 PST
Note You need to log in before you can comment on or make changes to this bug.