Skip to content

Text shadow bug in Safari 4.0.5

It looks like Safari 4.0.5 has introduced a bug in its rendering of the text-shadow property. This image is from my site as rendered in Chrome (and also as rendered in Safari 4.0.4):

Chrome screenshot showing text shadow rendering


This image is now my site rendered in Safari 4.0.5:

Screenshot of text shadow rendering in Safari


Has anybody else come across this?

One Comment Post a comment
  1. David #

    It’s not really a bug but there’s now a simple option to fully customize antialiasing:

    -webkit-font-smoothing: antialiased;

    The following options are available: none, subpixel-antialiased (default) and antialiased :)

    July 8, 2010

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.

Join 168 other followers