12345678910111213141516171819 |
- <?xml version="1.0" encoding="utf-8"?>
- <svg version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="140px" height="60px" xmlns="http://www.w3.org/2000/svg">
- <defs>
- <linearGradient gradientUnits="userSpaceOnUse" x1="70" y1="0" x2="70" y2="60" id="LinearGradient1928">
- <stop id="Stop1929" stop-color="#ffffff" offset="0" />
- <stop id="Stop1930" stop-color="#f2f2f2" offset="0" />
- <stop id="Stop1931" stop-color="#e4e4e4" offset="1" />
- <stop id="Stop1932" stop-color="#ffffff" offset="1" />
- </linearGradient>
- <pattern id="BGPattern" patternUnits="userSpaceOnUse" alignment="0 0" imageRepeat="None" />
- <mask fill="white" id="Clip1933">
- <path d="M 0 60 L 0 0 L 140 0 L 140 60 L 0 60 Z " fill-rule="evenodd" />
- </mask>
- </defs>
- <g transform="matrix(1 0 0 1 -114 -238 )">
- <path d="M 0 60 L 0 0 L 140 0 L 140 60 L 0 60 Z " fill-rule="nonzero" fill="url(#LinearGradient1928)" stroke="none" transform="matrix(1 0 0 1 114 238 )" class="fill" />
- <path d="M 0 60 L 0 0 L 140 0 L 140 60 L 0 60 Z " stroke-width="2" stroke-dasharray="0" stroke="rgba(121, 121, 121, 1)" fill="none" transform="matrix(1 0 0 1 114 238 )" class="stroke" mask="url(#Clip1933)" />
- </g>
- </svg>
|