[Webkit-unassigned] [Bug 81699] qt-4.8.0 : background image applied on HTML table cells is not displayed correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 17 14:48:10 PDT 2012


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


rahmanih <haithem.rahmani at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |benjamin at webkit.org,
                   |                            |noam.rosenthal at nokia.com




--- Comment #4 from rahmanih <haithem.rahmani at gmail.com>  2012-04-17 14:48:09 PST ---
Hi,

After debugging, I have found that the issue is in the method:

void Image::drawPattern(GraphicsContext* ctxt, const FloatRect& tileRect, const AffineTransform& patternTransform,
                        const FloatPoint& phase, ColorSpace, CompositeOperator op, const FloatRect& destRect)

in"WebCore/platform/graphics/qt/ImageQt.cpp", because I used the implementation provided in the QtWebKit within qt-4.7.4 and it worked correctly, but I was not able to find why the new implementation fails.

As you have modified that method in the bug#50527, I assumed that you are the right persons to whom I should request help. 

any idea please?

regards
Haithem.

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