close Warning: Can't use blame annotator:
svn blame failed on trunk/resources/images/presets/barrier/full-height_turnstile.svg: 195004 - Cannot calculate blame information for binary file 'file:///home/josm/svn/trunk/resources/images/presets/barrier/full-height_turnstile.svg'

source: josm/trunk/resources/images/presets/barrier/full-height_turnstile.svg

Last change on this file was 18296, checked in by Klumbumbus, 5 years ago

fix #19573, see #21440 - Add some more barrier values (patch by skyper):

  • barrier=log (icon derived from https://openclipart.org/detail/252925/log, PD and CC0 licensed)
  • barrier=full-height_turnstile (icon created by skyper, GPL3 licensed)
  • barrier=height_restrictor (icon created by Szem and skyper, GPL3 licensed)
  • Property svn:mime-type set to image/svg+xml
File size: 1.9 KB
RevLine 
1<?xml version="1.0" encoding="UTF-8"?>
2<svg id="h" width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3 <defs>
4 <linearGradient id="a">
5 <stop offset="0"/>
6 <stop stop-color="#73e9d9" offset=".58"/>
7 <stop stop-color="#366e66" offset="1"/>
8 </linearGradient>
9 <linearGradient id="g" x1="8" x2="8.04" y1="14" y2="12" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
10 <linearGradient id="f" x1="6.9" x2="9.1" y1="8.5" y2="8.5" gradientUnits="userSpaceOnUse">
11 <stop stop-color="#1b2936" offset="0"/>
12 <stop stop-color="#c1c1c1" offset=".64"/>
13 <stop stop-color="#a8aeb5" offset=".775"/>
14 <stop stop-color="#2d3449" offset="1"/>
15 </linearGradient>
16 <linearGradient id="e" x1="8" x2="8.04" y1="14" y2="12" gradientTransform="translate(0,-3)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
17 <linearGradient id="d" x1="8" x2="8.04" y1="14" y2="12" gradientTransform="translate(0,-6)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
18 <linearGradient id="c" x1="8" x2="8.04" y1="14" y2="12" gradientTransform="translate(0,-9)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
19 <radialGradient id="b" cx="6.13" cy=".33" r="1.05" gradientTransform="matrix(.9225 .4115 -.6168 1.383 2.886 -.9829)" gradientUnits="userSpaceOnUse">
20 <stop stop-color="#c1c1c1" offset="0"/>
21 <stop stop-color="#454b51" offset="1"/>
22 </radialGradient>
23 </defs>
24 <g stroke="#333" stroke-width=".1">
25 <path d="m3 9.5v1h10v-1z" fill="url(#e)"/>
26 <path d="m3 6.5v1h10v-1z" fill="url(#d)"/>
27 <path d="m3 3.5v1h10v-1z" fill="url(#c)"/>
28 <path d="m3 12.5v1h10v-1h-10z" fill="url(#g)"/>
29 </g>
30 <path d="m7 2v13s0.23 0.45 1 0.45c0.83 0 1-0.45 1-0.45v-13z" fill="url(#f)" stroke="#ccc" stroke-linejoin="round" stroke-width=".1"/>
31 <ellipse cx="8" cy="2" rx="1" ry=".45" fill="url(#b)" stop-color="#000000" stroke="#e6e6e6" stroke-linejoin="round" stroke-width=".1" style="paint-order:markers stroke fill"/>
32</svg>
Note: See TracBrowser for help on using the repository browser.