summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/text/text-shadow.svg
blob: 35875f51df07e40dfecd6caf00c20f32a7d0898b (plain)
1
2
3
4
5
6
7
<!--
     Any copyright is dedicated to the Public Domain.
     http://creativecommons.org/publicdomain/zero/1.0/
-->
<svg xmlns="http://www.w3.org/2000/svg">
  <text x="30" y="30" fill="green" style="text-shadow: grey 3px 3px;">Hello</text>
</svg>