Sign in
webkit
/
WebKit
/
7d2893b1ebf4764d6073d000ac0bd47fe8e54f16
/
.
/
LayoutTests
/
svg
/
custom
/
simple-text-double-shadow.svg
blob: 42ecb2a98827eee2a993e81cec42ff1febc847df [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
id
=
"asdf"
style
=
"
-webkit-svg-shadow
:
50px
50px
0px
red
;
"
>
<text
x
=
"20"
y
=
"40"
fill
=
"black"
>
This text should appear only twice
</text>
<rect
x
=
"100"
y
=
"100"
height
=
"20"
width
=
"200"
fill
=
"blue"
/>
</svg>