close Warning: Can't use blame annotator:
svn blame failed on trunk/images/data/sequence.svg: 195004 - Cannot calculate blame information for binary file 'file:///home/josm/svn/trunk/images/data/sequence.svg'

source: josm/trunk/images/data/sequence.svg@ 15046

Last change on this file since 15046 was 13630, checked in by stoecker, 7 years ago

see #15240 - new SVG icons made by floscher

  • Property svn:mime-type set to image/svg+xml
File size: 876 bytes
RevLine 
1<?xml version="1.0" encoding="UTF-8"?>
2<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="16px" height="16px">
3 <defs>
4 <linearGradient id="strokeGrad" x1="0" y1="0" x2="0" y2="100%">
5 <stop offset="30%" stop-color="#777777"/>
6 <stop offset="70%" stop-color="#4f4f4f"/>
7 </linearGradient>
8 <linearGradient id="fillGrad" x1="0" y1="0" x2="100%" y2="0">
9 <stop offset="30%" stop-color="#fcfcfc"/>
10 <stop offset="70%" stop-color="#e0e0e0"/>
11 </linearGradient>
12 <g id="bar">
13 <path d="m12,0a1,1 0 0 1 1,1v1a1,1 0 0 1 -1,1h-11a1,1 0 0 1 -1,-1v-1a1,1 0 0 1 1,-1z" fill="url(#strokeGrad)"/>
14 <path d="m1,2v-1h11v1z" fill="url(#fillGrad)"/>
15 </g>
16 </defs>
17 <use xlink:href="#bar" x="2" y="1"/>
18 <use xlink:href="#bar" x="2" y="6"/>
19 <use xlink:href="#bar" x="2" y="11"/>
20</svg>
Note: See TracBrowser for help on using the repository browser.