svg-fill-opacity-ref.html (210B)
1 <!doctype html> 2 <style> 3 svg { font: bold 64px Arial, sans-serif; text-shadow: grey 10px 10px } 4 </style> 5 <svg width="240" height="80"> 6 <text x="30" y="50" fill-opacity="0.5" fill="#FFFF00">Hello</text> 7 </svg>