1 <?xml version=
"1.0" encoding=
"UTF-8" standalone=
"yes"?>
2 <svg xmlns=
"http://www.w3.org/2000/svg" xmlns:
xlink=
"http://www.w3.org/1999/xlink" version=
"1.1" viewBox=
"0 0 500 500">
4 <filter height=
"100" id=
"f1" width=
"100">
5 <feGaussianBlur stdDeviation=
"2.0"/>
6 <feColorMatrix type=
"matrix" values=
"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0"/>
7 <feOffset dx=
"40" dy=
"40" in=
"SourceGraphic"/>
11 <rect fill=
"#FFFFFF" filter=
"url(#f1)" height=
"70" style=
"stroke: #A80036; stroke-width: 1.0;" width=
"10" x=
"10" y=
"10"/>