1308394.html (863B)
1 <html class="reftest-paged"><head> 2 <svg xmlns="http://www.w3.org/2000/svg" width="90" height="20"> 3 <linearGradient id="b" x2="0" y2="100%"> 4 <stop offset="0" stop-color="#bbb" stop-opacity=".1"/> 5 <stop offset="1" stop-opacity=".1"/> 6 </linearGradient> 7 <mask id="a"> 8 <rect width="90" height="20" rx="3" fill="#fff"/> 9 </mask> 10 <g mask="url(#a)"> 11 <path fill="#555" d="M0 0h33v20H0z"/> 12 <path fill="#007ec6" d="M33 0h57v20H33z"/> 13 <path fill="url(#b)" d="M0 0h90v20H0z"/> 14 </g> 15 <g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11"> 16 <text x="16.5" y="15" fill="#010101" fill-opacity=".3">AUR</text> 17 <text x="16.5" y="14">AUR</text> 18 <text x="60.5" y="15" fill="#010101" fill-opacity=".3">v2.0.4-1</text> 19 <text x="60.5" y="14">v2.0.4-1</text> 20 </g> 21 </svg> 22 </head> 23 <body>