Sign in
webkit
/
WebKit
/
1d2c762592c7d71992189538cb3f38cc38c18ef8
/
.
/
LayoutTests
/
svg
/
css
/
shadow-and-opacity.svg
blob: ad7d8e042a5524e1261fac6ac46336771813c1f8 [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
<rect
x
=
"100"
y
=
"100"
width
=
"200"
height
=
"200"
fill
=
"green"
style
=
"
opacity
:
0.5
;-
webkit-svg-shadow
:-
10px
-
10px
3px
black
;
"
/>
</svg>