[webkit-dev] Partial SVG repaint
Eric Seidel
eric at webkit.org
Fri Oct 16 08:39:59 PDT 2009
I do not understand your message.
Please file bugs (http://webkit.org/quality/reporting.html) about the
issues you've discovered for WebKit Qt. Ideally with examples.
-eric
On Tue, Oct 13, 2009 at 12:16 PM, Patrick Roland Gansterer
<paroga at paroga.com> wrote:
>> But the damageRect is the whole frame size in
>> http://trac.webkit.org/browser/trunk/WebCore/rendering/RenderLayer.cpp#L2038
> This was a problem with FocusInOut-Events of Qt
>
> But I found an other issue:
> The RenderLayer contains itself in the m_posZOrderList. So the whole painting
> is done twice.
>
> Back to the main problem:
> If I'm not completely wrong the only missing part is a
> "paintInfo.rect.intersect(boundingBox)" at
> http://trac.webkit.org/browser/trunk/WebCore/rendering/RenderPath.cpp#L190
>
> I didn't had the time to check it via running executable.
>
> Patrick
>
More information about the webkit-dev
mailing list