Bug 20405 - [Cairo] fill and stroke colors doen't work in Canvas
Summary: [Cairo] fill and stroke colors doen't work in Canvas
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords: Cairo
Depends on:
Blocks:
 
Reported: 2008-08-15 13:03 PDT by Dirk Schulze
Modified: 2008-08-18 04:20 PDT (History)
0 users

See Also:


Attachments
Fix Canvas in Cairo (2.49 KB, patch)
2008-08-15 13:06 PDT, Dirk Schulze
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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