[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:32:37 PST 2012


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





--- Comment #6 from Viatcheslav Ostapenko <ostapenko.viatcheslav at nokia.com>  2012-03-09 14:32:37 PST ---
(In reply to comment #4)
> > 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

Didn't know that such thing exists.
Was looking for it some time ago and there was QPolygon only.
I'll try.

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