[Webkit-unassigned] [Bug 17096] New: CSS: Stroking and filling of text

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 30 11:23:35 PST 2008


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

           Summary: CSS: Stroking and filling of text
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Enhancement
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: contact at nickshanks.com


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


-- 
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