source: josm/trunk/images/dialogs/conflict/tagconflictresolved@ 2964

Last change on this file since 2964 was 2008, checked in by Gubaer, 15 years ago

new: tag conflict resolution when pasting tags (only if necessary)
fixed #2611: cant copy'n'past tags from a relation to ways or other way round
fixed #3137: Paste Tags does not work for relations

File size: 3.0 KB
Line 
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3<svg
4 xmlns:dc="http://purl.org/dc/elements/1.1/"
5 xmlns:cc="http://creativecommons.org/ns#"
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7 xmlns:svg="http://www.w3.org/2000/svg"
8 xmlns="http://www.w3.org/2000/svg"
9 xmlns:xlink="http://www.w3.org/1999/xlink"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="16"
13 height="16"
14 id="svg2"
15 sodipodi:version="0.32"
16 inkscape:version="0.46"
17 version="1.0"
18 sodipodi:docname="tagconflictresolved"
19 inkscape:output_extension="org.inkscape.output.svg.inkscape">
20 <defs
21 id="defs4">
22 <linearGradient
23 inkscape:collect="always"
24 id="linearGradient3276">
25 <stop
26 style="stop-color:#008000;stop-opacity:1;"
27 offset="0"
28 id="stop3278" />
29 <stop
30 style="stop-color:#008000;stop-opacity:0;"
31 offset="1"
32 id="stop3280" />
33 </linearGradient>
34 <inkscape:perspective
35 sodipodi:type="inkscape:persp3d"
36 inkscape:vp_x="0 : 526.18109 : 1"
37 inkscape:vp_y="0 : 1000 : 0"
38 inkscape:vp_z="744.09448 : 526.18109 : 1"
39 inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
40 id="perspective10" />
41 <linearGradient
42 inkscape:collect="always"
43 xlink:href="#linearGradient3276"
44 id="linearGradient3282"
45 x1="5.4927044"
46 y1="5.1408601"
47 x2="12.184965"
48 y2="11.896255"
49 gradientUnits="userSpaceOnUse" />
50 </defs>
51 <sodipodi:namedview
52 id="base"
53 pagecolor="#ffffff"
54 bordercolor="#666666"
55 borderopacity="1.0"
56 inkscape:pageopacity="0.0"
57 inkscape:pageshadow="2"
58 inkscape:zoom="15.839192"
59 inkscape:cx="-5.028404"
60 inkscape:cy="13.711502"
61 inkscape:document-units="px"
62 inkscape:current-layer="layer1"
63 showgrid="false"
64 inkscape:window-width="1680"
65 inkscape:window-height="1000"
66 inkscape:window-x="-8"
67 inkscape:window-y="-8" />
68 <metadata
69 id="metadata7">
70 <rdf:RDF>
71 <cc:Work
72 rdf:about="">
73 <dc:format>image/svg+xml</dc:format>
74 <dc:type
75 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
76 </cc:Work>
77 </rdf:RDF>
78 </metadata>
79 <g
80 inkscape:label="Ebene 1"
81 inkscape:groupmode="layer"
82 id="layer1">
83 <path
84 sodipodi:type="arc"
85 style="opacity:1;fill:url(#linearGradient3282);fill-opacity:1;fill-rule:evenodd;stroke:#c8c8c8;stroke-width:0.10000000000000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
86 id="path2504"
87 sodipodi:cx="8.3968925"
88 sodipodi:cy="9.023634"
89 sodipodi:rx="4.7982244"
90 sodipodi:ry="4.7035227"
91 d="M 13.195117,9.023634 A 4.7982244,4.7035227 0 1 1 3.5986681,9.023634 A 4.7982244,4.7035227 0 1 1 13.195117,9.023634 z"
92 transform="translate(-0.6313453,-1.2626907)" />
93 </g>
94</svg>
Note: See TracBrowser for help on using the repository browser.