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

source: josm/trunk/resources/images/presets/barrier/handrail.svg@ 19354

Last change on this file since 19354 was 18862, checked in by taylor.smock, 18 months ago

Fix #23232: Improve handrail.svg icon (drawn by AntoninDelFabbro, modified)

It is easier to distinguish this new icon from the icon for benches.

Modifications are as follows:

  • Widen strokes to pixel sizes
  • Ensure that vertical/horizontal strokes are within pixel boundaries
  • Property svn:mime-type set to image/svg+xml
File size: 1.8 KB
RevLine 
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<svg
3 viewBox="0 0 16 16"
4 width="16"
5 height="16"
6 style="clip-rule:evenodd;fill-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5"
7 version="1.1"
8 id="svg8"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:svg="http://www.w3.org/2000/svg">
11 <defs
12 id="defs1">
13 <clipPath
14 clipPathUnits="userSpaceOnUse"
15 id="clipPath8">
16 <path
17 style="fill:none;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
18 d="m 0,15 h 7 v -4 h 5 V 6 h 4 V 16 H 0 Z"
19 id="path8" />
20 </clipPath>
21 </defs>
22 <path
23 d="m 10.5,2.5 0,8"
24 style="clip-rule:evenodd;fill-rule:evenodd;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:1.5;fill:none;stroke:#000000;stroke-width:1;stroke-dasharray:none"
25 id="path7" />
26 <path
27 d="M 0,16 H 16 V 6 h -4 v 5 H 7 v 4 H 0 Z"
28 style="clip-rule:evenodd;display:inline;fill:#c0c0c0;fill-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5"
29 id="path3" />
30 <path
31 d="M 2191.9118,48.779 H 2175.7 c -3.3333,0 -3.3333,5 0,5 -3.3333,0 -3.3333,-5 0,-5"
32 style="clip-rule:evenodd;display:inline;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.28875;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:1.5;stroke-dasharray:none"
33 id="path6"
34 transform="matrix(0.67198722,-0.387972,0.387972,0.67198722,-1477.5548,817.18466)" />
35 <path
36 d="m 0,15 h 7 v -4 h 5 V 6 h 4"
37 style="clip-rule:evenodd;fill-rule:evenodd;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:1.5;display:inline;fill:none;stroke:#505050;stroke-width:2;stroke-dasharray:none"
38 id="path5"
39 clip-path="url(#clipPath8)" />
40</svg>
Note: See TracBrowser for help on using the repository browser.