svg-fill-opacity.html (408B)
1 <!doctype html> 2 <title>CSS Test: 'text-shadow' respects non-opaque fill</title> 3 <link rel="help" href="https://www.w3.org/TR/css-text-decor-3/#text-shadow-property"> 4 <link rel="match" href="svg-fill-opacity-ref.html"> 5 <style> 6 svg { font: bold 64px Arial, sans-serif; text-shadow: grey 10px 10px } 7 </style> 8 <svg width="240" height="80"> 9 <text x="30" y="50" fill="rgba(255, 255, 0, 0.5)">Hello</text> 10 </svg>