Bug 20631 - [CAIRO] draw TextFill and TextStroke separately.
Summary: [CAIRO] draw TextFill and TextStroke separately.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords: Cairo, Gtk
Depends on:
Blocks:
 
Reported: 2008-09-03 13:14 PDT by Dirk Schulze
Modified: 2008-09-03 16:41 PDT (History)
0 users

See Also:


Attachments
Cairo Font (1.56 KB, patch)
2008-09-03 13:16 PDT, Dirk Schulze
hyatt: 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-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.