[Webkit-unassigned] [Bug 11889] New: Support stroking and filling of text in HTML using CSS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 20 01:55:25 PST 2006


http://bugs.webkit.org/show_bug.cgi?id=11889

           Summary: Support stroking and filling of text in HTML using CSS
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hyatt at apple.com


Four new properties:

text-fill-color - Set the color to use when filling text.  If not set uses
color.
text-stroke-color - Set the color to use when stroking text.  If not set uses
color.
text-stroke-width - Set the width of the stroke.  If 0, no stroke happens.  Can
take thin/medium/thick keywords to allow for a width that will auto-scale with
the font size.
text-stroke - Shorthand for both text-stroke-* properties


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list