[Webkit-unassigned] [Bug 49718] [Qt] Canvas doesn't animate on OpenVG backend

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 18 00:49:11 PST 2010


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





--- Comment #1 from Janne Koskinen <koshuin at gmail.com>  2010-11-18 00:49:12 PST ---
Created an attachment (id=74213)
 --> (https://bugs.webkit.org/attachment.cgi?id=74213&action=review)
patch for QtWebkit2.1 branch

Adding my fix suggestion to QtWebkit2.1 branch. Trunk will need a the patch to be modified and I'm hoping that someone would come up with better solution.
Whole issue is that VGImage of canvas in Graphics memory won't get updated when pixmap is drawn to. Issue comes from QPainter context that we use here doesn't get end() and state is not flushed. VGImage to be created a flag recreate needs to be set. Simplest way (and cheapest) is to call paintEngine() i.e. what the patch does.

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