[Webkit-unassigned] [Bug 78332] [Qt] 3 SVG tests assert after r107207

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 17 03:12:47 PST 2012


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


Nikolas Zimmermann <zimmermann at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |78219




--- Comment #2 from Nikolas Zimmermann <zimmermann at kde.org>  2012-02-17 03:12:47 PST ---
> ASSERTION FAILED: m_transparencyCount > 0

Hmpf, the problem is the m_transparencyCount generalization. Qt maintains a different count "layerCount" returned by isInTransparentLayer(), and it calls endTransparencyLayer too often, compared to all other ports - to support image clipping.

Cairo has similar needs (mask image operation during restore()) but doesn't suffer from the problem - can this be reused instead? I hope Zoltan can have a look.

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