[Webkit-unassigned] [Bug 80714] [Qt] [WK2] Shouldn't use item for clipping rect calculation in paint node.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 9 14:24:24 PST 2012


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





--- Comment #4 from Noam Rosenthal <noam.rosenthal at nokia.com>  2012-03-09 14:24:24 PST ---
> QSize(0, 0) will not work becase QRectF operator| has check for null rect and will return original rect.
How about:
Use a QPolygonF
Add the points to the polygon
Use polygon->boundingRect

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