3 <svg width=
"7.5cm" height=
"5cm" viewBox=
"0 0 200 120"
4 xmlns=
"http://www.w3.org/2000/svg">
7 <filter id=
"MyFilter" filterUnits=
"userSpaceOnUse" x=
"0" y=
"0" width=
"200" height=
"120">
9 <feOffset in=
"SourceAlpha" result=
"offset" dx=
"4" dy=
"4" y=
"76"/>
11 <feSpecularLighting in=
"offset" result=
"specOut"
12 surfaceScale=
"5" specularConstant=
".75" specularExponent=
"20">
13 <fePointLight x=
"-5000" y=
"-10000" z=
"20000"/>
16 <feComposite in=
"SourceAlpha" in2=
"SourceAlpha" result=
"litPaint"
17 operator=
"arithmetic" k1=
"0" k2=
"1" k3=
"1" k4=
"0"/>
20 <feMergeNode in=
"offset"/>
21 <feMergeNode in=
"litPaint"/>
27 <g filter=
"url(#MyFilter)"/>