svg-stroke.html (395B)
1 <!doctype html> 2 <title>CSS Test: 'text-shadow' respects stroke</title> 3 <link rel="help" href="https://www.w3.org/TR/css-text-decor-3/#text-shadow-property"> 4 <link rel="match" href="svg-stroke-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" stroke="black" stroke-width="4">Hello</text> 10 </svg>