[Webkit-unassigned] [Bug 30055] Bad DOM performance in large SVG files

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 9 14:19:37 PST 2009


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


Oliver Hunt <oliver at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |oliver at apple.com




--- Comment #15 from Oliver Hunt <oliver at apple.com>  2009-11-09 14:19:36 PDT ---
> Maybe the rendering/clipping isn't as time-consuming with your port? Is it
> possible that you try it with the Qt-port? When i apply this patch to WebCore
> it can't be a Qt-specific rendering problem?!?

WebCore uses the platform's graphics library, if that graphics library has bad
perf in some cases it can easily cause all sorts of badness.  I'm unsure
whether the solution should be to get Qt to fix this issue (presumably it's a
problem in their graphics library) or fix it in WebCore itself (which may
negatively impact performance of other platforms)

Maybe this logic should be in GrpahicsContextQt?

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