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

source: josm/trunk/resources/images/mapmode/splitway.svg@ 19228

Last change on this file since 19228 was 18759, checked in by taylor.smock, 17 months ago

Fix #22279: Add new split mode for quick splitting of ways (patch by Woazboat, modified)

Modifications are as follows:

  • Simplify/inline some variables
  • Move an inner class used only in a class that it is not in into the appropriate class
  • Fix a pre-existing bug where InputEvent.META_MASK would not be mapped to InputEvent.META_DOWN_MASK
  • Override some additional methods in SplitMode (layerIsSupported and getModeHelpText)
  • Property svn:mime-type set to image/svg+xml
File size: 2.6 KB
RevLine 
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<svg
3 xmlns:dc="http://purl.org/dc/elements/1.1/"
4 xmlns:cc="http://creativecommons.org/ns#"
5 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6 xmlns:svg="http://www.w3.org/2000/svg"
7 xmlns="http://www.w3.org/2000/svg"
8 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
9 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
10 inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
11 sodipodi:docname="splitway4.svg"
12 id="svg6"
13 height="24px"
14 width="24px"
15 version="1.1">
16 <metadata
17 id="metadata12">
18 <rdf:RDF>
19 <cc:Work
20 rdf:about="">
21 <dc:format>image/svg+xml</dc:format>
22 <dc:type
23 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
24 <dc:title></dc:title>
25 </cc:Work>
26 </rdf:RDF>
27 </metadata>
28 <defs
29 id="defs10" />
30 <sodipodi:namedview
31 inkscape:document-rotation="0"
32 inkscape:current-layer="svg6"
33 inkscape:window-maximized="1"
34 inkscape:window-y="-8"
35 inkscape:window-x="-8"
36 inkscape:cy="8.1550867"
37 inkscape:cx="13.644388"
38 inkscape:zoom="24.459196"
39 showgrid="true"
40 id="namedview8"
41 inkscape:window-height="987"
42 inkscape:window-width="1680"
43 inkscape:pageshadow="2"
44 inkscape:pageopacity="0"
45 guidetolerance="10"
46 gridtolerance="10"
47 objecttolerance="10"
48 borderopacity="1"
49 bordercolor="#666666"
50 pagecolor="#ffffff">
51 <inkscape:grid
52 id="grid822"
53 type="xygrid" />
54 </sodipodi:namedview>
55 <path
56 style="fill:none"
57 sodipodi:nodetypes="ccc"
58 id="path2"
59 stroke="#000000"
60 d="m 4,14 8,1 8,-1" />
61 <path
62 sodipodi:nodetypes="ccccc"
63 id="path4"
64 fill="#ffffff"
65 stroke="#df421e"
66 d="m 2.5,12.5 h 3 v 3 h -3 z" />
67 <path
68 sodipodi:nodetypes="ccccc"
69 style="fill:none;stroke:#000000"
70 inkscape:connector-curvature="0"
71 id="path2-6"
72 d="M 11.764596,5.4895107 H 17.42145 M 14.946576,7.9643844 17.42145,5.4895107 14.946576,3.014637" />
73 <path
74 sodipodi:nodetypes="ccccc"
75 style="fill:none;stroke:#000000"
76 inkscape:connector-curvature="0"
77 id="path2-6-2"
78 d="M 12.217597,5.4895111 H 6.5607416 m 2.474874,2.4748737 -2.474874,-2.4748737 2.474874,-2.4748737" />
79 <path
80 d="m 18.5,12.5 h 3 v 3 h -3 z"
81 stroke="#df421e"
82 fill="#ffffff"
83 id="path4-3"
84 sodipodi:nodetypes="ccccc" />
85 <path
86 style="stroke-width:1"
87 d="M 9.4999998,12.5 H 14.5 v 5 H 9.4999998 Z"
88 stroke="#df421e"
89 fill="#ffffff"
90 id="path4-33"
91 sodipodi:nodetypes="ccccc" />
92</svg>
Note: See TracBrowser for help on using the repository browser.