WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
17096
CSS: Stroking and filling of text
https://bugs.webkit.org/show_bug.cgi?id=17096
Summary
CSS: Stroking and filling of text
Nicholas Shanks
Reported
2008-01-30 11:23:35 PST
When stroking and filling text, it would be nice if we could choose which operation occurs first, the stroke or the fill. How about a css rule to decide that: -webkit-text-stroke-order: (stroke-fill | fill-stroke); stroke-fill: would cause the stroke to be performed first, so that the stroke only lay outside of the glyph bounds. fill-stroke: would cause the fill to be first, and the stroke would then appear to eat into the glyph shape. alternative values, in case the above get confusing or might be hard to read: fill-first and stroke-first
Attachments
Add attachment
proposed patch, testcase, etc.
Brent Fulgham
Comment 1
2022-07-11 16:13:48 PDT
This should be discussed with the relevant CSS working groups.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug