Sign in
webkit
/
WebKit
/
38af2d11a53891d36db2adc946c621e143cf63f2
/
.
/
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>