[Webkit-unassigned] [Bug 35445] [OpenVG] Convert from TransformationMatrix to AffineTransform

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 26 12:42:09 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=35445





--- Comment #2 from Jakob Petsovits <jpetsovits at rim.com>  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!

-- 
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