summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text-decor/text-shadow/svg-fill-opacity-ref.html
blob: 73c878b89dfa4b12d5a3dd985d0110c424265a1d (plain)
1
2
3
4
5
6
7
<!doctype html>
<style>
svg { font: bold 64px Arial, sans-serif; text-shadow: grey 10px 10px }
</style>
<svg width="240" height="80">
  <text x="30" y="50" fill-opacity="0.5" fill="#FFFF00">Hello</text>
</svg>