source: josm/trunk/images/dialogs/conflict/tagconflictunresolved@ 2595

Last change on this file since 2595 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.4 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="tagconflictunresolved"
19 inkscape:output_extension="org.inkscape.output.svg.inkscape"
20 inkscape:export-filename="C:\data\projekte\eclipse-3.4.1-ws\JOSM-new\images\dialogs\conflict\tagconflictunresolved.png"
21 inkscape:export-xdpi="90"
22 inkscape:export-ydpi="90">
23 <defs
24 id="defs4">
25 <linearGradient
26 inkscape:collect="always"
27 id="linearGradient3304">
28 <stop
29 style="stop-color:#c83737;stop-opacity:1;"
30 offset="0"
31 id="stop3306" />
32 <stop
33 style="stop-color:#c83737;stop-opacity:0;"
34 offset="1"
35 id="stop3308" />
36 </linearGradient>
37 <linearGradient
38 id="linearGradient3276">
39 <stop
40 style="stop-color:#c83737;stop-opacity:1;"
41 offset="0"
42 id="stop3278" />
43 <stop
44 style="stop-color:#008000;stop-opacity:0;"
45 offset="1"
46 id="stop3280" />
47 </linearGradient>
48 <inkscape:perspective
49 sodipodi:type="inkscape:persp3d"
50 inkscape:vp_x="0 : 526.18109 : 1"
51 inkscape:vp_y="0 : 1000 : 0"
52 inkscape:vp_z="744.09448 : 526.18109 : 1"
53 inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
54 id="perspective10" />
55 <linearGradient
56 inkscape:collect="always"
57 xlink:href="#linearGradient3304"
58 id="linearGradient3310"
59 x1="5.0507627"
60 y1="5.5828018"
61 x2="11.932426"
62 y2="12.085659"
63 gradientUnits="userSpaceOnUse" />
64 </defs>
65 <sodipodi:namedview
66 id="base"
67 pagecolor="#ffffff"
68 bordercolor="#666666"
69 borderopacity="1.0"
70 inkscape:pageopacity="0.0"
71 inkscape:pageshadow="2"
72 inkscape:zoom="15.839192"
73 inkscape:cx="-5.028404"
74 inkscape:cy="13.711502"
75 inkscape:document-units="px"
76 inkscape:current-layer="layer1"
77 showgrid="false"
78 inkscape:window-width="1680"
79 inkscape:window-height="1000"
80 inkscape:window-x="-8"
81 inkscape:window-y="-8" />
82 <metadata
83 id="metadata7">
84 <rdf:RDF>
85 <cc:Work
86 rdf:about="">
87 <dc:format>image/svg+xml</dc:format>
88 <dc:type
89 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
90 </cc:Work>
91 </rdf:RDF>
92 </metadata>
93 <g
94 inkscape:label="Ebene 1"
95 inkscape:groupmode="layer"
96 id="layer1">
97 <path
98 sodipodi:type="arc"
99 style="opacity:1;fill:url(#linearGradient3310);fill-opacity:1;fill-rule:evenodd;stroke:#c8c8c8;stroke-width:0.10000000000000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
100 id="path2504"
101 sodipodi:cx="8.3968925"
102 sodipodi:cy="9.023634"
103 sodipodi:rx="4.7982244"
104 sodipodi:ry="4.7035227"
105 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"
106 transform="translate(-0.6313453,-1.2626907)" />
107 </g>
108</svg>
Note: See TracBrowser for help on using the repository browser.