Sign in
webkit
/
WebKit
/
a659cc2560ef03ca74fc359443f5a95cd40bafd1
/
.
/
LayoutTests
/
imported
/
mozilla
/
svg
/
text
/
text-shadow.svg
blob: 35875f51df07e40dfecd6caf00c20f32a7d0898b [
file
] [
log
] [
blame
]
<!--
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>