File: apply.svg

package info (click to toggle)
josm 0.0.svn14760%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 187,192 kB
  • sloc: java: 317,260; xml: 197,001; perl: 10,125; jsp: 250; sh: 112; makefile: 94; python: 29
file content (11 lines) | stat: -rw-r--r-- 485 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16px" height="16px">
  <defs>
    <linearGradient x1="8" y1="4" x2="8" y2="13" id="blue" gradientUnits="userSpaceOnUse">
      <stop stop-color="#abcade"/>
      <stop offset=".5" stop-color="#567094"/>
      <stop offset="1" stop-color="#7494bd"/>
    </linearGradient>
  </defs>
  <path d="m1.5,8.5l5,5l8,-8l-2.5,-2.5l-5.5,5.5l-2.5,-2.5z" stroke="#001133" fill="url(#blue)"/>
</svg>