Bug 20405

Summary: [Cairo] fill and stroke colors doen't work in Canvas
Product: WebKit Reporter: Dirk Schulze <krit>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal Keywords: Cairo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
Fix Canvas in Cairo eric: review+

Description Dirk Schulze 2008-08-15 13:03:05 PDT
After the clean up https://bugs.webkit.org/show_bug.cgi?id=20351 fill and stroke-colors don't work in Cairo.
Comment 1 Dirk Schulze 2008-08-15 13:06:10 PDT
Created attachment 22824 [details]
Fix Canvas in Cairo

Fix fill and stroke-colors.
Comment 2 Eric Seidel (no email) 2008-08-15 13:11:08 PDT
Comment on attachment 22824 [details]
Fix Canvas in Cairo

Sad that we have to add more #ifdef'd code.  Eventually we'll add a strokePath() call to GraphicsContext.
Comment 3 Jan Alonzo 2008-08-18 04:20:28 PDT
landed in r35817