[webkit-reviews] review requested: [Bug 6136] WebKit should support automatic kerning : [Attachment 40405] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 30 15:37:59 PDT 2009


Beth Dakin <bdakin at apple.com> has asked  for review:
Bug 6136: WebKit should support automatic kerning
https://bugs.webkit.org/show_bug.cgi?id=6136

Attachment 40405: Patch
https://bugs.webkit.org/attachment.cgi?id=40405&action=review

------- Additional Comments from Beth Dakin <bdakin at apple.com>
Here is a patch that implements the SVG text-rendering property as a regular
HTML CSS property, just like in Firefox:

https://developer.mozilla.org/en/CSS/text-rendering

In this implmentation:
 auto = optimizeSpeed = what we normally when the value's not set
 optimizeLegibility = geometricPrecision = ligatures + kerning

Please note that this builds on Windows but doesn't do anything yet. I filed a
Radar bug to track the Windows portion, and perhaps I will file a new bug here
to track it too, or just keep this bug open to accept that patch shortly too.


More information about the webkit-reviews mailing list