[Webkit-unassigned] [Bug 21510] New: Regression: Patterns are recreated every time they paint

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 9 15:07:23 PDT 2008


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

           Summary: Regression: Patterns are recreated every time they paint
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: Regression
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org


Patterns are recreated every time they paint

This is is a possible perf regression from the previous behavior where patterns
were cached based on CTM over in the Canvas2dGraphicsContext object.  Now that
they're over on GraphicsContext we don't have a similar system for caching
(yet).  This bug is about building one so that we aren't recreating patterns
every time we draw them.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list