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+

Description Dirk Schulze 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.
Comment 1 Dirk Schulze 2008-09-03 13:16:26 PDT
Created attachment 23143 [details]
Cairo Font

separates drawing of stroke and fill texts.
Comment 2 Dave Hyatt 2008-09-03 13:20:12 PDT
Comment on attachment 23143 [details]
Cairo Font

r=me
Comment 3 Mark Rowe (bdash) 2008-09-03 16:41:07 PDT
Landed in r36070.