X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=WebCore%2FChangeLog;h=812e36bfeb737a745a482176bc7c5941e1efbf7a;hp=16f7296a87ad8986690caee2e0655b72280695f3;hb=4f28ead4e18cf5b8b9a485f5fdb3394d0c7165fa;hpb=559441cbc666701ca4ab45d7452c20ac8aa87bde diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog index 16f7296a87ad..812e36bfeb73 100644 --- a/WebCore/ChangeLog +++ b/WebCore/ChangeLog @@ -1,3 +1,18 @@ +2009-11-23 Dirk Schulze + + Reviewed by Oliver Hunt. + + [Cairo] support blurred test-shadow + [https://bugs.webkit.org/show_bug.cgi?id=31797] + + Support for blurred text-shadows on Cairo. This patch + reuses the code of blurred box-shadows, introduced in + bug 26102. For a full textshadow support, a filters enabled + build is needed. + + * platform/graphics/cairo/FontCairo.cpp: + (WebCore::Font::drawGlyphs): + 2009-11-23 Jens Alfke Reviewed by Geoffrey Garen.