Bug 21981

Summary: [CAIRO] optimize GC::strokePath for stroke color's
Product: WebKit Reporter: Dirk Schulze <krit>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: alp
Priority: P2 Keywords: Cairo
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
strokeColor optimization none

Description Dirk Schulze 2008-10-30 12:33:03 PDT
See: https://bugs.webkit.org/show_bug.cgi?id=21883#c8
Comment 1 Dirk Schulze 2008-10-30 12:40:19 PDT
Created attachment 24776 [details]
strokeColor optimization

To change setColor() on GraphicsContext is maybe counterproductive. We use setColor() 12 times and we only need it once to multiply the current alpha with the globalAlpha.
Comment 2 Dirk Schulze 2008-12-14 06:50:34 PST
fixed in r39293.