Bug 20631

Summary: [CAIRO] draw TextFill and TextStroke separately.
Product: WebKit Reporter: Dirk Schulze <krit>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal Keywords: Cairo, Gtk
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
Cairo Font hyatt: review+

Dirk Schulze
Reported 2008-09-03 13:14:09 PDT
If you draw a strokeText() on canvas, FontCairo fills the text with the fillColor() first. That is not specification conform. A change doesn't affect other drawings in other parts (CSS/HTML). SVG would improve to this changes later too.
Attachments
Cairo Font (1.56 KB, patch)
2008-09-03 13:16 PDT, Dirk Schulze
hyatt: review+
Dirk Schulze
Comment 1 2008-09-03 13:16:26 PDT
Created attachment 23143 [details] Cairo Font separates drawing of stroke and fill texts.
Dave Hyatt
Comment 2 2008-09-03 13:20:12 PDT
Comment on attachment 23143 [details] Cairo Font r=me
Mark Rowe (bdash)
Comment 3 2008-09-03 16:41:07 PDT
Landed in r36070.
Note You need to log in before you can comment on or make changes to this bug.