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

source: josm/trunk/resources/images/presets/barrier/height_restrictor.svg@ 18319

Last change on this file since 18319 was 18296, checked in by Klumbumbus, 4 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.5 KB
RevLine 
1<?xml version="1.0" encoding="UTF-8"?>
2<svg id="f" 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 stop-color="#4d4d4d" offset="0"/>
6 <stop stop-color="#ccc" offset=".3"/>
7 <stop stop-color="#4d4d4d" offset="1"/>
8 </linearGradient>
9 <linearGradient id="d" x1="1.13" x2="2.885" y1="1039" y2="1039" gradientTransform="translate(0,-1028)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
10 <linearGradient id="e" x1="1.13" x2="2.885" y1="1039" y2="1039" gradientTransform="translate(13,-1028)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
11 </defs>
12 <g stroke-width=".2">
13 <rect x="14" y="6" width="1" height="10" fill="url(#e)" stroke="#f2f2f2" style="paint-order:stroke fill markers"/>
14 <rect x="1" y="6" width="1" height="10" fill="url(#d)" stroke="#f2f2f2" style="paint-order:stroke fill markers"/>
15 <rect x="1" y="6" width="14" height="2" fill="#fff" stroke="#4d4d4d" style="paint-order:fill markers stroke"/>
16 </g>
17 <circle cx="8" cy="3" r="2" fill="#ff0c0c" stroke="#000" stroke-width=".1"/>
18 <circle cx="8" cy="3" r="1.33" fill="#fff"/>
19 <g fill="#ff0c0c">
20 <rect x="1.09" y="6.09" width="1.9" height="1.8" style="paint-order:fill markers stroke"/>
21 <rect x="5" y="6.1" width="2" height="1.8" style="paint-order:fill markers stroke"/>
22 <rect x="9" y="6.1" width="2" height="1.8" style="paint-order:fill markers stroke"/>
23 <rect x="13" y="6.1" width="1.9" height="1.8" style="paint-order:fill markers stroke"/>
24 </g>
25</svg>
Note: See TracBrowser for help on using the repository browser.