Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upImplement `text-shadow` #4295
Closed
Implement `text-shadow` #4295
Comments
|
I don't have any experience with layout. Do you think I can try this one? I don't want to block it if it's very urgent. |
|
I see. Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Should be pretty easy for the enterprising layout/graphics hacker: just draw the text to a temporary draw buffer and shadow it using the Azure filter pipeline API.
This is #8 on the Ten Most Wanted CSS Properties as of 12/2014, with 62.2% of page loads using it.