[Webkit-unassigned] [Bug 9475] New: CSS3: Add support for text-effect: outline.
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Fri Jun 16 15:26:03 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=9475
Summary: CSS3: Add support for text-effect: outline.
Product: WebKit
Version: 420+ (nightly)
Platform: Macintosh
URL: http://web.nickshanks.com/browsers/safari/outline
OS/Version: Mac OS X 10.4
Status: NEW
Severity: enhancement
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at opendarwin.org
ReportedBy: contact at nickshanks.com
This patch is a first pass at adding support for text-effect: outline; from the
css3-fonts module. It does not support emboss or engrave effects yet.
Potentially there will be the ability to choose an outline typeface from the
same family, and for this reasonn the outline style bit is accompanied by a
synthetic bit, but at the moment all outlines are synthetic, and the synthetic
bit is never set, so only the style bit is checked.
This first-pass patch also only modifies the CG path, and not ATSUI.
I have been considering adding support for three new properties related to
this:
-webkit-font-outline-weight;
-webkit-font-outline-fill-color; and
-webkit-font-outline-fill-opacity:
which would take the same parameters as weight, color and opacity respectivly.
I should probably prefix this property with -webkit- too, but that's not done
at present. Test page at URL given.
--
Configure bugmail: http://bugzilla.opendarwin.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