Revision 38460

View differences:

tags/v2_0_0_Build_2049/applications/appgvSIG/pom.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2

  
3
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
5
                      http://maven.apache.org/xsd/maven-4.0.0.xsd">
6

  
7
    <modelVersion>4.0.0</modelVersion>
8
    <artifactId>org.gvsig.app</artifactId>
9
    <packaging>jar</packaging>
10
    <version>2.0-SNAPSHOT</version>
11
    <name>Application gvSIG</name>
12
    <description>gvSIG basic extensions</description>
13
    <parent>
14
        <groupId>org.gvsig</groupId>
15
        <artifactId>gvsig-base-extension-pom</artifactId>
16
        <version>2.0-SNAPSHOT</version>
17
    </parent>
18
    <dependencies>
19
        <dependency>
20
            <groupId>org.slf4j</groupId>
21
            <artifactId>slf4j-api</artifactId>
22
            <scope>compile</scope>
23
        </dependency>
24
        <dependency>
25
            <groupId>org.gvsig</groupId>
26
            <artifactId>org.gvsig.andami</artifactId>
27
            <scope>compile</scope>
28
        </dependency>
29
        <dependency>
30
            <groupId>org.gvsig</groupId>
31
            <artifactId>org.gvsig.i18n</artifactId>
32
            <scope>compile</scope>
33
        </dependency>
34
        <dependency>
35
            <groupId>org.gvsig</groupId>
36
            <artifactId>org.gvsig.utils</artifactId>
37
            <scope>compile</scope>
38
        </dependency>
39
        <dependency>
40
            <groupId>org.gvsig</groupId>
41
            <artifactId>org.gvsig.coreplugin</artifactId>
42
            <version>2.0-SNAPSHOT</version>
43
            <scope>compile</scope>
44
        </dependency>
45
        <dependency>
46
            <groupId>org.gvsig</groupId>
47
            <artifactId>org.gvsig.ui</artifactId>
48
            <scope>compile</scope>
49
        </dependency>
50
        <dependency>
51
            <groupId>org.gvsig</groupId>
52
            <artifactId>org.gvsig.fmap.control</artifactId>
53
            <scope>compile</scope>
54
        </dependency>
55
        <dependency>
56
            <groupId>org.gvsig</groupId>
57
            <artifactId>org.gvsig.fmap.mapcontext</artifactId>
58
            <scope>compile</scope>
59
        </dependency>
60
        <dependency>
61
            <groupId>org.gvsig</groupId>
62
            <artifactId>org.gvsig.fmap.mapcontext</artifactId>
63
            <classifier>impl</classifier>
64
        </dependency>
65
        <dependency>
66
            <groupId>org.gvsig</groupId>
67
            <artifactId>org.gvsig.fmap.mapcontext</artifactId>
68
            <classifier>operation</classifier>
69
            <scope>compile</scope>
70
        </dependency>
71
        <dependency>
72
            <groupId>org.gvsig</groupId>
73
            <artifactId>org.gvsig.fmap.dal</artifactId>
74
            <scope>compile</scope>
75
        </dependency>
76
        <dependency>
77
            <groupId>org.gvsig</groupId>
78
            <artifactId>org.gvsig.fmap.dal</artifactId>
79
            <classifier>spi</classifier>
80
            <scope>compile</scope>
81
        </dependency>
82
        <dependency>
83
            <groupId>org.gvsig</groupId>
84
            <artifactId>org.gvsig.fmap.dal</artifactId>
85
            <classifier>impl</classifier>
86
            <scope>compile</scope>
87
        </dependency>
88
        <dependency>
89
            <groupId>org.gvsig</groupId>
90
            <artifactId>org.gvsig.fmap.dal.index.spatial</artifactId>
91
            <classifier>gt2</classifier>
92
        </dependency>
93
        <dependency>
94
            <groupId>org.gvsig</groupId>
95
            <artifactId>org.gvsig.fmap.dal.index.spatial</artifactId>
96
            <classifier>jts</classifier>
97
        </dependency>
98
        <dependency>
99
            <groupId>org.gvsig</groupId>
100
            <artifactId>org.gvsig.fmap.dal.index.spatial</artifactId>
101
            <classifier>jsi</classifier>
102
        </dependency>
103
        <dependency>
104
            <groupId>org.gvsig</groupId>
105
            <artifactId>org.gvsig.fmap.dal.file</artifactId>
106
            <scope>compile</scope>
107
        </dependency>
108
        <dependency>
109
            <groupId>org.gvsig</groupId>
110
            <artifactId>org.gvsig.fmap.dal.file</artifactId>
111
            <classifier>store.dbf</classifier>
112
            <scope>compile</scope>
113
        </dependency>
114
        <dependency>
115
            <groupId>org.gvsig</groupId>
116
            <artifactId>org.gvsig.fmap.dal.file</artifactId>
117
            <classifier>store.dxf</classifier>
118
            <scope>compile</scope>
119
        </dependency>
120
        <dependency>
121
            <groupId>org.gvsig</groupId>
122
            <artifactId>org.gvsig.fmap.dal.file</artifactId>
123
            <classifier>store.dxf.legend</classifier>
124
        </dependency>
125
        <dependency>
126
            <groupId>org.gvsig</groupId>
127
            <artifactId>org.gvsig.fmap.dal.file</artifactId>
128
            <classifier>store.dgn</classifier>
129
            <scope>compile</scope>
130
        </dependency>
131
        <dependency>
132
            <groupId>org.gvsig</groupId>
133
            <artifactId>org.gvsig.fmap.dal.file</artifactId>
134
            <classifier>store.dgn.legend</classifier>
135
        </dependency>
136
        <dependency>
137
            <groupId>org.gvsig</groupId>
138
            <artifactId>org.gvsig.fmap.dal.file</artifactId>
139
            <classifier>store.shp</classifier>
140
            <scope>compile</scope>
141
        </dependency>
142
        <dependency>
143
            <groupId>org.gvsig</groupId>
144
            <artifactId>org.gvsig.symbology.lib.api</artifactId>
145
            <scope>compile</scope>
146
        </dependency>
147
        <dependency>
148
            <groupId>org.gvsig</groupId>
149
            <artifactId>org.gvsig.symbology.lib.impl</artifactId>
150
            <scope>compile</scope>
151
        </dependency>
152
        <dependency>
153
            <groupId>org.gvsig</groupId>
154
            <artifactId>org.gvsig.symbology.swing.api</artifactId>
155
            <scope>compile</scope>
156
        </dependency>
157
        <dependency>
158
            <groupId>org.gvsig</groupId>
159
            <artifactId>org.gvsig.symbology.swing.impl</artifactId>
160
            <scope>compile</scope>
161
        </dependency>
162
        <dependency>
163
            <groupId>org.gvsig</groupId>
164
            <artifactId>org.gvsig.fmap.geometry</artifactId>
165
            <scope>compile</scope>
166
        </dependency>
167
        <dependency>
168
            <groupId>org.gvsig</groupId>
169
            <artifactId>org.gvsig.fmap.geometry</artifactId>
170
            <classifier>impl</classifier>
171
        </dependency>
172
        <dependency>
173
            <groupId>org.gvsig</groupId>
174
            <artifactId>org.gvsig.fmap.geometry</artifactId>
175
            <classifier>operation</classifier>
176
            <scope>compile</scope>
177
        </dependency>
178
        <dependency>
179
            <groupId>org.gvsig</groupId>
180
            <artifactId>org.gvsig.tools.lib</artifactId>
181
            <scope>compile</scope>
182
        </dependency>
183
        <dependency>
184
            <groupId>org.gvsig</groupId>
185
            <artifactId>org.gvsig.tools.lib</artifactId>
186
            <type>test-jar</type>
187
            <scope>test</scope>
188
        </dependency>
189
        <dependency>
190
            <groupId>org.gvsig</groupId>
191
            <artifactId>org.gvsig.tools.swing.api</artifactId>
192
            <scope>compile</scope>
193
        </dependency>
194
        <dependency>
195
            <groupId>org.gvsig</groupId>
196
            <artifactId>org.gvsig.tools.swing.spi</artifactId>
197
            <scope>compile</scope>
198
        </dependency>
199
        <dependency>
200
            <groupId>org.gvsig</groupId>
201
            <artifactId>org.gvsig.tools.swing.serv.field</artifactId>
202
            <scope>compile</scope>
203
        </dependency>
204
        <dependency>
205
            <groupId>org.gvsig</groupId>
206
            <artifactId>org.gvsig.tools.evaluator.sqljep</artifactId>
207
            <scope>compile</scope>
208
        </dependency>
209
        <dependency>
210
            <groupId>org.gvsig</groupId>
211
            <artifactId>org.gvsig.metadata.lib.basic.api</artifactId>
212
            <scope>compile</scope>
213
        </dependency>
214
        <dependency>
215
            <groupId>org.gvsig</groupId>
216
            <artifactId>org.gvsig.metadata.lib.basic.impl</artifactId>
217
        </dependency>
218
        <dependency>
219
            <groupId>org.gvsig</groupId>
220
            <artifactId>org.gvsig.metadata.swing.basic.api</artifactId>
221
            <scope>compile</scope>
222
        </dependency>
223
        <dependency>
224
            <groupId>org.gvsig</groupId>
225
            <artifactId>org.gvsig.metadata.swing.basic.impl</artifactId>
226
        </dependency>
227
        <dependency>
228
            <groupId>org.gvsig</groupId>
229
            <artifactId>org.gvsig.projection</artifactId>
230
            <scope>compile</scope>
231
        </dependency>
232
        <dependency>
233
            <groupId>org.gvsig</groupId>
234
            <artifactId>org.gvsig.projection</artifactId>
235
            <classifier>cresques-impl</classifier>
236
        </dependency>
237
        <dependency>
238
            <groupId>org.gvsig</groupId>
239
            <artifactId>org.gvsig.projection</artifactId>
240
            <classifier>cresques-ui</classifier>
241
            <scope>compile</scope>
242
        </dependency>
243
        <dependency>
244
            <groupId>org.gvsig</groupId>
245
            <artifactId>org.gvsig.compat</artifactId>
246
            <scope>compile</scope>
247
        </dependency>
248
        <dependency>
249
            <groupId>org.gvsig</groupId>
250
            <artifactId>org.gvsig.compat</artifactId>
251
            <classifier>se</classifier>
252
        </dependency>
253
        <dependency>
254
            <groupId>org.gvsig</groupId>
255
            <artifactId>org.gvsig.about.api</artifactId>
256
            <scope>compile</scope>
257
        </dependency>
258
        <dependency>
259
            <groupId>org.gvsig</groupId>
260
            <artifactId>org.gvsig.about.impl</artifactId>
261
        </dependency>
262
        <dependency>
263
            <groupId>org.gvsig</groupId>
264
            <artifactId>org.gvsig.timesupport.lib.api</artifactId>
265
            <scope>compile</scope>
266
        </dependency>
267
         <dependency>
268
            <groupId>org.gvsig</groupId>
269
            <artifactId>org.gvsig.timesupport.lib.impl</artifactId>
270
            <scope>runtime</scope>
271
        </dependency>
272
        <dependency>
273
            <groupId>org.opengis</groupId>
274
            <artifactId>geoapi</artifactId>
275
        </dependency>
276
        <dependency>
277
            <groupId>com.sun</groupId>
278
            <artifactId>jimi</artifactId>
279
            <scope>compile</scope>
280
        </dependency>
281
        <dependency>
282
            <groupId>org.jpedal</groupId>
283
            <artifactId>jpedal_lgpl</artifactId>
284
            <scope>compile</scope>
285
        </dependency>
286
        <dependency>
287
            <groupId>com.vividsolutions</groupId>
288
            <artifactId>jts</artifactId>
289
            <scope>compile</scope>
290
        </dependency>
291
        <dependency>
292
            <groupId>zql</groupId>
293
            <artifactId>zql</artifactId>
294
            <scope>compile</scope>
295
        </dependency>
296
        <dependency>
297
            <groupId>xml-apis</groupId>
298
            <artifactId>xml-apis-ext</artifactId>
299
            <scope>compile</scope>
300
        </dependency>
301
        <dependency>
302
            <groupId>org.geotools</groupId>
303
            <artifactId>gt2-main</artifactId>
304
        </dependency>
305
        <dependency>
306
            <groupId>hsqldb</groupId>
307
            <artifactId>hsqldb</artifactId>
308
        </dependency>
309
        <dependency>
310
            <groupId>java3d</groupId>
311
            <artifactId>vecmath</artifactId>
312
            <scope>compile</scope>
313
        </dependency>
314
        <dependency>
315
            <groupId>javax.media</groupId>
316
            <artifactId>jai_core</artifactId>
317
        </dependency>
318
        <dependency>
319
            <groupId>javax.media</groupId>
320
            <artifactId>jai_codec</artifactId>
321
        </dependency>
322
        <!-- org.gvsig.projection dependencies to copy to the extension -->
323
         <dependency>
324
            <groupId>joda-time</groupId>
325
            <artifactId>joda-time</artifactId>              
326
        </dependency>
327
        <dependency>
328
            <groupId>geojava</groupId>
329
            <artifactId>geojava</artifactId>
330
        </dependency>
331
        <dependency>
332
            <groupId>org.gvsig</groupId>
333
            <artifactId>org.gvsig.remoteclient</artifactId>
334
            <scope>compile</scope>
335
        </dependency>
336
        <dependency>
337
            <groupId>org.gvsig</groupId>
338
            <artifactId>org.gvsig.installer.lib.api</artifactId>
339
            <scope>compile</scope>
340
        </dependency>
341
        <dependency>
342
            <groupId>javax.help</groupId>
343
            <artifactId>javahelp</artifactId>
344
            <scope>compile</scope>
345
        </dependency>
346
        <dependency>
347
            <groupId>jwizardcomponent</groupId>
348
            <artifactId>jwizardcomponent</artifactId>
349
            <scope>compile</scope>
350
        </dependency>
351
        <dependency>
352
            <groupId>castor</groupId>
353
            <artifactId>castor</artifactId>
354
            <scope>compile</scope>
355
        </dependency>
356
        <dependency>
357
            <groupId>jfree</groupId>
358
            <artifactId>jcommon</artifactId>
359
            <scope>compile</scope>
360
        </dependency>
361
        <dependency>
362
            <groupId>net.sf</groupId>
363
            <artifactId>flib-jcalendar</artifactId>
364
            <scope>compile</scope>
365
        </dependency>
366
        
367
    </dependencies>
368
    <properties>
369
        <build-dir>${basedir}/../build</build-dir>
370
        <eclipse.project.name>appgvSIG</eclipse.project.name>
371
        <package.info.state>alpha6</package.info.state>
372

  
373
        <!-- Just in case, those are some available package info property values -->
374
        <!-- <package.info.state>alpha3</package.info.state> <package.info.official>true</package.info.official> 
375
            <package.info.operatingSystem>all</package.info.operatingSystem> <package.info.architecture>all</package.info.architecture> 
376
            <package.info.javaVM>j1_5</package.info.javaVM> <package.info.gvSIGVersion>2.0.0</package.info.gvSIGVersion> 
377
            <package.info.baseDownloadURL> http://gvsig-desktop.forge.osor.eu/gvSIG-desktop/pool/${project.artifactId} 
378
            </package.info.baseDownloadURL> -->
379
    </properties>
380
    <build>
381
        <sourceDirectory>src</sourceDirectory>
382
        <testSourceDirectory>src-test</testSourceDirectory>
383
        <resources>
384
            <resource>
385
                <directory>resources</directory>
386
                <filtering>true</filtering>
387
                <includes>
388
                    <include>**/andami-theme.xml</include>
389
                </includes>
390
            </resource>
391
            <resource>
392
                <directory>resources</directory>
393
                <filtering>false</filtering>
394
                <excludes>
395
                    <exclude>**/andami-theme.xml</exclude>
396
                </excludes>
397
            </resource>
398
        </resources>
399
        <!-- TODO: MAKE TESTS WORK AND REMOVE THIS OPTION -->
400
        <plugins>
401
            <plugin>
402
                <groupId>org.apache.maven.plugins</groupId>
403
                <artifactId>maven-surefire-plugin</artifactId>
404
                <configuration>
405
                    <skipTests>true</skipTests>
406
                </configuration>
407
            </plugin>
408
        </plugins>
409
    </build>
410
</project>
tags/v2_0_0_Build_2049/applications/appgvSIG/resources/plugin-persistence.def
1
<?xml version="1.0"?>
2
<!--
3
Definitions of plugin persistence org.gvsig.editing.  
4
 -->
5
<definitions>
6
  <version>1.0.0</version>
7
  <classes>
8
    <class name="org.gvsig.app">
9
      <description>Persistence for the gvSIG plugin</description>
10
      <fields>
11
        <field name="defaultSymbolLibraryPath" type="String" classOfValue="" mandatory="false">
12
          <description>Default symbol library path</description>
13
        </field>
14
        <field name="defaultSymbolFillColorAleatory" type="Boolean" classOfValue="" mandatory="false">
15
          <description></description>
16
        </field>
17
        <field name="defaultSymbolFillColor" type="OBJECT" classOfValue="java.awt.Color" mandatory="false">
18
          <description></description>
19
        </field>
20
        <field name="defaultSymbolColor" type="OBJECT" classOfValue="java.awt.Color" mandatory="false">
21
          <description></description>
22
        </field>
23
        <field name="defaultSymbolFont" type="OBJECT" classOfValue="java.awt.Font" mandatory="false">
24
          <description></description>
25
        </field>
26
        <field name="symbolLibraryPath" type="String" classOfValue="" mandatory="false">
27
          <description></description>
28
        </field>
29
      </fields>
30
    </class>
31
  </classes>
32
</definitions>  
tags/v2_0_0_Build_2049/applications/appgvSIG/resources/META-INF/services/org.gvsig.tools.library.Library
1
org.gvsig.app.ApplicationLibrary
2
org.gvsig.app.imp.AppgvSIGDefaultImplLibrary
tags/v2_0_0_Build_2049/applications/appgvSIG/resources/northimages/rosas_en.svg
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In  -->
3
<svg
4
   xmlns:dc="http://purl.org/dc/elements/1.1/"
5
   xmlns:cc="http://web.resource.org/cc/"
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:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
10
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
11
   version="1.0"
12
   sodipodi:docbase="D:\Download\datos\PRUEBAS\northimages"
13
   sodipodi:docname="rosas_en.svg"
14
   inkscape:version="0.40+cvs"
15
   sodipodi:version="0.32"
16
   id="svg2"
17
   viewBox="0 0 450 500"
18
   height="500"
19
   width="450">
20
  <metadata
21
     id="metadata19">
22
    <rdf:RDF
23
       id="RDF4">
24
      <cc:Work
25
         id="Work6"
26
         rdf:about="">
27
        <dc:format
28
           id="format8">image/svg+xml</dc:format>
29
        <dc:type
30
           id="type10"
31
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
32
      </cc:Work>
33
    </rdf:RDF>
34
  </metadata>
35
  <defs
36
     id="defs17" />
37
  <sodipodi:namedview
38
     inkscape:current-layer="svg2"
39
     inkscape:window-y="-4"
40
     inkscape:window-x="-4"
41
     inkscape:cy="-90.981528"
42
     inkscape:cx="372.18750"
43
     inkscape:zoom="0.35555853"
44
     id="base"
45
     pagecolor="#ffffff"
46
     bordercolor="#666666"
47
     borderopacity="1.0"
48
     inkscape:pageopacity="0.0"
49
     inkscape:pageshadow="2"
50
     inkscape:window-width="1024"
51
     inkscape:window-height="719" />
52
  <path
53
     style="fill-rule:nonzero;stroke:none;stroke-miterlimit:4.0000000"
54
     d="M -2.0567435,213.70043 L -2.0567435,210.68332 L 25.760450,210.68332 L 25.760450,213.70043 L 24.093173,213.70043 L 23.127908,213.79471 L 22.338145,213.98329 L 21.636134,214.36042 L 21.109625,214.83185 L 20.670868,215.39756 L 20.319863,216.15183 L 20.144360,217.00039 L 20.056608,218.03752 L 20.056608,218.98036 L 20.144360,219.92321 L 20.144360,220.67749 L 20.232111,221.33748 L 20.319863,221.90319 L 20.407614,222.37461 L 20.495366,222.65746 L 20.670868,222.84604 L 30.850031,255.84564 L 42.784221,225.95743 L 40.502685,218.60324 L 40.414933,217.18897 L 40.063928,216.05754 L 39.537420,215.02041 L 38.835409,214.36042 L 38.747657,214.36042 L 38.396652,214.26614 L 37.870143,214.17185 L 37.080380,214.07757 L 35.413104,213.79471 L 33.745827,213.70043 L 31.464291,213.70043 L 31.464291,210.68332 L 61.563025,210.68332 L 61.563025,213.70043 L 59.281487,213.70043 L 58.316223,213.79471 L 57.526454,213.88900 L 56.824447,214.17185 L 56.297935,214.45471 L 55.859183,214.92612 L 55.508172,215.39756 L 55.332670,216.05754 L 55.244923,216.81182 L 67.179111,253.95995 L 75.164490,223.50602 L 75.339991,223.22317 L 75.427746,222.94033 L 75.690996,222.46890 L 75.866496,221.80890 L 76.041998,221.05463 L 76.305254,220.20607 L 76.568512,219.16894 L 76.831767,218.03752 L 76.656258,217.00039 L 76.305254,216.15183 L 75.778750,215.39756 L 75.164490,214.83185 L 74.374729,214.36042 L 73.409456,213.98329 L 72.356447,213.79471 L 71.215673,213.70043 L 71.215673,210.68332 L 87.098675,210.68332 L 87.098675,213.70043 L 86.221165,213.79471 L 85.431399,214.17185 L 84.553890,214.64327 L 83.764128,215.39756 L 83.062114,216.34041 L 82.272352,217.47182 L 81.570337,218.88608 L 80.780576,220.39463 L 62.616035,280.17107 L 59.807992,280.17107 L 45.065761,233.21734 L 26.901218,280.17107 L 24.093173,280.17107 L 4.7878655,219.82893 L 4.4368605,218.79180 L 4.1736065,217.94324 L 3.9103515,217.09468 L 3.5593455,216.43468 L 3.2083405,215.77468 L 2.8573355,215.30327 L 2.5940815,214.92612 L 2.2430755,214.64327 L 1.3655605,214.26614 L 0.40029550,213.98329 L -0.74047250,213.79471 L -2.0567435,213.70043 L -2.0567435,213.70043 z M 91.047494,247.26574 L 208.54661,214.36042 L 238.64534,88.679075 L 271.02561,214.36042 L 386.24319,247.26574 L 271.02561,279.60535 L 238.64534,404.06102 L 208.54661,279.60535 L 91.047494,247.26574 L 91.047494,247.26574 z M 211.35466,218.03752 L 113.77511,245.47433 L 236.36380,245.47433 L 211.35466,218.03752 z M 238.03108,247.92573 L 211.96891,277.15396 L 238.03108,380.20701 L 238.03108,247.92573 z M 239.17185,113.09878 L 239.17185,244.81434 L 265.32177,217.37753 L 239.17185,113.09878 z M 368.07866,247.26574 L 239.78611,247.26574 L 266.46253,275.92826 L 368.07866,247.26574 z M 208.02010,77.082068 L 208.02010,74.630670 L 209.07312,74.536387 L 210.03839,74.253529 L 210.91590,74.064961 L 211.70566,73.782104 L 212.40767,73.404969 L 213.02193,73.027827 L 213.54844,72.650692 L 213.89945,72.179267 L 214.25045,71.707842 L 214.60146,71.047855 L 214.77696,70.387869 L 215.04021,69.445012 L 215.12797,68.502168 L 215.30347,67.465040 L 215.30347,66.239338 L 215.39122,64.919359 L 215.39122,17.305641 L 214.33820,16.457080 L 213.54844,15.514234 L 212.93418,14.571388 L 212.49542,13.628541 L 212.31991,13.251404 L 212.05667,12.779980 L 211.61792,12.308558 L 211.09140,11.837134 L 210.47714,11.365711 L 209.77513,10.894289 L 208.89762,10.422866 L 208.02010,10.045727 L 208.02010,6.9343355 L 226.71116,6.9343355 L 259.09142,50.870955 L 259.09142,18.531339 L 259.00366,17.399925 L 259.00366,16.268510 L 258.82816,15.325664 L 258.74041,14.477103 L 258.47716,13.628541 L 258.30166,12.968549 L 257.95064,12.308558 L 257.68740,11.837134 L 257.24864,11.459997 L 256.72213,11.082858 L 256.10787,10.705719 L 255.31811,10.517150 L 254.44059,10.234297 L 253.47533,10.140012 L 252.33456,10.045727 L 251.10604,10.045727 L 251.10604,6.9343355 L 272.69288,6.9343355 L 272.69288,10.045727 L 271.20111,10.045727 L 269.88484,10.140012 L 268.65632,10.234297 L 267.69105,10.422866 L 266.81354,10.611436 L 266.02378,10.894289 L 265.49727,11.177142 L 265.05851,11.554281 L 264.70750,12.025703 L 264.44424,12.591411 L 264.18100,13.251404 L 264.00549,14.099965 L 263.82999,14.948526 L 263.65449,16.079941 L 263.65449,17.211356 L 263.56674,18.531339 L 263.56674,78.307765 L 260.23218,78.307765 L 220.48080,22.774147 L 220.48080,64.919359 L 220.48080,66.239338 L 220.56855,67.465040 L 220.65630,68.502168 L 220.83180,69.445012 L 221.00731,70.387869 L 221.27056,71.047855 L 221.53381,71.707842 L 221.88482,72.179267 L 222.32358,72.650692 L 222.76234,73.027827 L 223.37660,73.404969 L 224.07861,73.782104 L 224.86837,74.064961 L 225.74589,74.253529 L 226.79890,74.536387 L 227.85192,74.630670 L 227.85192,77.082068 L 208.02010,77.082068 L 208.02010,77.082068 z M 217.67276,493.06566 L 217.67276,468.08025 L 221.00731,468.08025 L 221.70932,470.62593 L 222.41133,473.07733 L 223.20109,475.34016 L 224.07861,477.41442 L 224.95612,479.30011 L 225.92139,481.09152 L 226.88666,482.69435 L 228.02742,484.10863 L 229.08044,485.33433 L 230.30896,486.37146 L 231.53748,487.31430 L 232.85375,488.06857 L 234.17002,488.63429 L 235.66179,489.10571 L 237.06582,489.29428 L 238.64534,489.38856 L 240.04936,489.38856 L 241.45338,489.20000 L 242.68191,489.01142 L 243.82267,488.63429 L 244.96344,488.25715 L 245.92871,487.69144 L 246.80622,487.12573 L 247.59599,486.37146 L 248.29800,485.52290 L 248.91226,484.67433 L 249.35100,483.63720 L 249.78976,482.50578 L 250.14078,481.37437 L 250.40402,480.05439 L 250.49178,478.73441 L 250.57953,477.22585 L 250.40402,475.71730 L 250.05302,474.30303 L 249.43876,472.88876 L 248.56125,471.56878 L 247.42048,470.34308 L 246.10421,469.11738 L 244.43693,467.98596 L 242.59416,466.85454 L 233.55576,461.95176 L 231.80074,460.91462 L 230.22120,459.78320 L 228.72943,458.55750 L 227.32541,457.42608 L 226.00914,456.20039 L 224.86837,454.88040 L 223.81535,453.56042 L 222.85009,452.24043 L 222.06033,450.82616 L 221.35832,449.41189 L 220.74405,447.90335 L 220.21755,446.39479 L 219.86654,444.88624 L 219.51553,443.28340 L 219.42778,441.68056 L 219.34004,439.98344 L 219.42778,437.90918 L 219.60329,435.92920 L 220.04204,433.94923 L 220.56855,432.06354 L 221.18281,430.27212 L 222.06033,428.57501 L 223.02560,426.97216 L 224.16636,425.36933 L 225.39488,423.95506 L 226.79890,422.72936 L 228.20292,421.69223 L 229.78245,420.84367 L 231.44972,420.08939 L 233.11700,419.61797 L 234.95978,419.33511 L 236.89031,419.24084 L 237.24132,419.24084 L 237.68008,419.33511 L 238.20658,419.42940 L 238.82085,419.52368 L 239.43511,419.61797 L 240.22487,419.80654 L 241.10238,419.99511 L 242.06764,420.18367 L 244.17368,420.74938 L 246.45522,421.50367 L 249.00000,422.44650 L 251.72030,423.57793 L 252.24681,423.57793 L 253.03657,423.48364 L 253.73858,423.29506 L 254.35284,422.91793 L 254.79160,422.44650 L 255.14261,421.88080 L 255.40586,421.12652 L 255.58137,420.27797 L 255.66911,419.24084 L 259.09142,419.24084 L 259.09142,441.86913 L 256.19563,441.86913 L 255.40586,439.70058 L 254.61610,437.72060 L 253.73858,435.83492 L 252.77332,434.13780 L 251.80805,432.53495 L 250.84279,431.02641 L 249.78976,429.70642 L 248.73674,428.57501 L 247.59599,427.53788 L 246.45522,426.59503 L 245.22670,425.84075 L 243.99818,425.27504 L 242.68191,424.80362 L 241.36564,424.42649 L 240.04936,424.23791 L 238.64534,424.14363 L 236.36380,424.23791 L 234.43328,424.70933 L 232.76600,425.36933 L 231.36197,426.31217 L 230.30896,427.44359 L 229.60695,428.95215 L 229.16819,430.64927 L 228.99269,432.72353 L 228.99269,433.85494 L 229.08044,434.89207 L 229.16819,435.83492 L 229.34369,436.77776 L 229.51920,437.43776 L 229.78245,438.09775 L 230.04570,438.66345 L 230.39671,439.13488 L 230.83546,439.51202 L 231.27423,439.98344 L 231.88848,440.45486 L 232.59050,441.02057 L 233.38026,441.58628 L 234.25778,442.24627 L 235.31078,442.90626 L 236.36380,443.66054 L 247.15723,449.12904 L 248.73674,450.35474 L 250.22853,451.48616 L 251.54480,452.71186 L 252.86107,454.03184 L 254.00184,455.25754 L 255.14261,456.57752 L 256.10787,457.99179 L 256.89762,459.40606 L 257.68740,460.82034 L 258.38941,462.23460 L 258.91591,463.74315 L 259.35467,465.25171 L 259.70568,466.85454 L 259.96893,468.45738 L 260.14443,470.06022 L 260.23218,471.75734 L 260.14443,474.11446 L 259.88118,476.37729 L 259.44242,478.45155 L 258.74041,480.52581 L 257.95064,482.41150 L 256.98538,484.10863 L 255.84462,485.80574 L 254.52835,487.31430 L 253.03657,488.63429 L 251.36930,489.85998 L 249.52652,490.80283 L 247.59599,491.65139 L 245.40220,492.21710 L 243.12066,492.68852 L 240.66362,492.97138 L 238.03108,493.06566 L 235.83730,492.97138 L 233.55576,492.59424 L 231.27423,492.02853 L 228.99269,491.27425 L 227.93967,490.80283 L 226.97440,490.42569 L 226.09690,490.14283 L 225.39488,489.85998 L 224.86837,489.67142 L 224.42962,489.48285 L 224.07861,489.48285 L 223.90310,489.38856 L 223.20109,489.48285 L 222.67458,489.67142 L 222.14808,489.95427 L 221.70932,490.33141 L 221.44607,490.80283 L 221.18281,491.46283 L 221.09506,492.21710 L 221.00731,493.06566 L 217.67276,493.06566 L 217.67276,493.06566 z M 393.00005,280.17107 L 393.00005,277.15396 L 394.22857,277.15396 L 395.36934,277.05968 L 396.42235,276.87110 L 397.29987,276.68253 L 398.08963,276.49396 L 398.79165,276.11683 L 399.40591,275.73969 L 399.84466,275.36255 L 400.28341,274.79685 L 400.63443,274.23113 L 400.89767,273.47686 L 401.16093,272.62830 L 401.33643,271.59117 L 401.42419,270.55403 L 401.51194,269.32834 L 401.51194,268.00835 L 401.51194,222.84604 L 401.51194,221.24319 L 401.42419,219.82893 L 401.33643,218.60324 L 401.16093,217.47182 L 400.98543,216.52897 L 400.72218,215.77468 L 400.45892,215.11470 L 400.10792,214.64327 L 399.75691,214.26614 L 399.23039,213.98329 L 398.52840,213.70043 L 397.82638,213.51185 L 396.94887,213.32329 L 395.89585,213.22901 L 394.84283,213.13473 L 393.61431,213.13473 L 393.61431,210.68332 L 446.44065,210.68332 L 446.44065,230.76594 L 445.29988,230.76594 L 444.94888,228.31455 L 444.42238,226.05172 L 443.89587,223.97746 L 443.19386,222.18604 L 442.40409,220.58321 L 441.52658,219.16894 L 440.47356,218.03752 L 439.33279,217.09468 L 438.01652,216.34041 L 436.52474,215.58612 L 434.76972,215.02041 L 432.83918,214.54899 L 430.73315,214.17185 L 428.36387,213.98329 L 425.81908,213.79471 L 423.09878,213.70043 L 422.04576,213.70043 L 421.08050,213.79471 L 420.20299,213.88900 L 419.41322,213.98329 L 418.79896,214.07757 L 418.18470,214.26614 L 417.74595,214.45471 L 417.48270,214.64327 L 417.21944,214.92612 L 416.95618,215.39756 L 416.78068,215.86897 L 416.60518,216.52897 L 416.42968,217.37753 L 416.34192,218.22609 L 416.34192,219.26322 L 416.34192,220.39463 L 416.34192,242.36294 L 417.48270,242.36294 L 419.23772,242.36294 L 420.81725,242.17438 L 422.30902,241.89152 L 423.71304,241.51438 L 424.94156,241.04296 L 425.99458,240.47725 L 426.87209,239.81726 L 427.66186,239.06298 L 428.36387,238.12014 L 428.97812,236.98872 L 429.68013,235.66874 L 430.20664,234.25447 L 430.73315,232.55735 L 431.25966,230.76594 L 431.78617,228.69168 L 432.22493,226.52313 L 434.50646,226.52313 L 434.50646,261.31415 L 432.22493,261.31415 L 431.87392,259.14560 L 431.52292,257.07134 L 431.08416,255.27994 L 430.64540,253.58281 L 430.11889,252.16855 L 429.50464,250.84855 L 428.89038,249.71715 L 428.27612,248.77429 L 427.48636,248.02002 L 426.52109,247.36003 L 425.38032,246.79432 L 424.15180,246.32290 L 422.66002,245.94576 L 421.08050,245.66290 L 419.32547,245.47433 L 417.48270,245.47433 L 416.34192,245.47433 L 416.34192,269.23405 L 416.34192,270.27118 L 416.34192,271.11974 L 416.42968,271.96830 L 416.51743,272.62830 L 416.60518,273.28829 L 416.78068,273.75971 L 416.95618,274.13686 L 417.13169,274.41970 L 417.39494,274.60827 L 417.83370,274.79685 L 418.36021,274.98542 L 418.97447,275.07970 L 419.67648,275.17398 L 420.55400,275.26827 L 421.51926,275.26827 L 422.57227,275.36255 L 426.52109,275.36255 L 428.62712,275.26827 L 430.55766,275.07970 L 432.48818,274.70256 L 434.33097,274.23113 L 435.99824,273.66543 L 437.66552,272.91115 L 439.15729,272.06259 L 440.56131,271.02547 L 441.87759,269.89405 L 443.19386,268.66835 L 444.33462,267.25408 L 445.38764,265.74552 L 446.35291,264.04840 L 447.23042,262.25699 L 448.02018,260.27702 L 448.63444,258.20276 L 452.05674,258.20276 L 446.96716,280.17107 L 393.00005,280.17107 L 393.00005,280.17107 z "
55
     id="path14" />
56
</svg>
0 57

  
tags/v2_0_0_Build_2049/applications/appgvSIG/resources/northimages/nordRosas.svg
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://web.resource.org/cc/"
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:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
10
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
11
   version="1.0"
12
   sodipodi:docname="nordRosas.svg"
13
   sodipodi:docbase="D:\Download\datos\PRUEBAS\northimages"
14
   viewBox="0 0 450 500"
15
   height="500"
16
   width="450"
17
   inkscape:version="0.40+cvs"
18
   sodipodi:version="0.32"
19
   id="svg2">
20
  <metadata
21
     id="metadata7">
22
    <rdf:RDF
23
       id="RDF4">
24
      <cc:Work
25
         id="Work6"
26
         rdf:about="">
27
        <dc:format
28
           id="format8">image/svg+xml</dc:format>
29
        <dc:type
30
           id="type10"
31
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
32
      </cc:Work>
33
    </rdf:RDF>
34
  </metadata>
35
  <defs
36
     id="defs5" />
37
  <sodipodi:namedview
38
     inkscape:document-units="cm"
39
     inkscape:current-layer="Extras"
40
     inkscape:window-y="110"
41
     inkscape:window-x="110"
42
     inkscape:cy="301.29578"
43
     inkscape:cx="234.01902"
44
     inkscape:zoom="0.78504222"
45
     id="base"
46
     pagecolor="#ffffff"
47
     bordercolor="#666666"
48
     borderopacity="1.0"
49
     inkscape:pageopacity="0.0"
50
     inkscape:pageshadow="2"
51
     inkscape:window-width="769"
52
     inkscape:window-height="544" />
53
  <g
54
     transform="matrix(1.135655,0,0,1.075187,44.53582,78.01662)"
55
     id="Extras"
56
     style="fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4">
57
    <path
58
       style="stroke:none"
59
       d="M 8.9172838,200.65588 L 135.55805,170.74063 L 160.94769,20.875289 L 186.82912,170.74063 L 313.90022,201.23396 L 186.82912,231.07696 L 160.94769,380.43648 L 135.55805,231.07696 L 8.9172838,200.65588 z M 160.94769,201.23396 L 20.228887,201.23396 L 137.40234,229.415 L 160.94769,201.23396 z M 160.94769,34.098699 L 137.40234,171.89677 L 160.94769,201.23396 L 160.94769,34.098699 z M 160.94769,201.23396 L 160.94769,366.63499 L 184.98484,229.415 L 160.94769,201.23396 L 160.94769,201.23396 z M 184.98484,171.89677 L 160.94769,201.23396 L 302.15829,201.23396 L 184.98484,171.89677 z M 133.22196,-60.994251 L 133.22196,-62.656211 L 145.88604,-62.656211 L 178.83724,-16.771691 L 178.83724,-52.684451 L 178.83724,-54.057371 L 178.71428,-55.285781 L 178.59133,-56.369661 L 178.4069,-57.381291 L 178.09952,-58.320661 L 177.79214,-58.970991 L 177.42327,-59.549071 L 176.99294,-59.910361 L 176.68557,-60.271651 L 176.31671,-60.632951 L 175.94786,-60.921991 L 175.45605,-61.138761 L 174.84128,-61.355541 L 174.22653,-61.427801 L 173.4888,-61.572321 L 172.75111,-61.572321 L 172.2593,-61.572321 L 172.2593,-62.656211 L 189.2267,-62.656211 L 189.2267,-61.572321 L 187.81275,-61.572321 L 186.8906,-61.500061 L 186.02994,-61.427801 L 185.29223,-61.283281 L 184.61599,-60.994251 L 184.00122,-60.705211 L 183.44793,-60.343921 L 183.0176,-59.838101 L 182.58726,-59.332291 L 182.58726,-2.8979511 L 181.17332,-2.8979511 L 146.86966,-49.360531 L 146.86966,-13.953581 L 146.86966,-12.291631 L 146.86966,-10.774181 L 146.93114,-9.5457811 L 146.93114,-8.4618911 L 147.05409,-7.5947811 L 147.11556,-6.9444511 L 147.17704,-6.5109011 L 147.3,-6.2218611 L 148.09917,-5.4992711 L 149.0828,-4.9934611 L 150.25084,-4.7044211 L 151.54183,-4.5599011 L 153.87794,-4.5599011 L 153.87794,-3.4760211 L 135.98838,-3.4760211 L 135.98838,-4.5599011 L 137.40234,-4.5599011 L 138.32448,-4.6321711 L 139.12367,-4.7766811 L 139.86138,-5.0657111 L 140.47615,-5.4270111 L 141.58271,-6.1496011 L 142.62781,-6.7999311 L 142.68928,-7.1612311 L 142.81224,-7.6670411 L 142.87371,-8.3173711 L 142.93519,-9.1122211 L 142.99666,-10.123851 L 143.05815,-11.280001 L 143.05815,-12.508411 L 143.05815,-13.953581 L 143.05815,-54.924491 L 142.68928,-54.996741 L 142.3819,-55.213521 L 142.19748,-55.430301 L 142.13599,-55.502551 L 141.09091,-56.514181 L 140.16877,-57.309031 L 139.554,-58.031621 L 139.06219,-58.537441 L 138.63186,-58.898731 L 137.95563,-59.260031 L 137.09496,-59.621321 L 135.98838,-59.910361 L 135.68102,-60.416171 L 135.06625,-60.705211 L 134.26706,-60.921991 L 133.22196,-60.994251 L 133.22196,-60.994251 z "
60
       id="path1336" />
61
  </g>
62
</svg>
0 63

  
tags/v2_0_0_Build_2049/applications/appgvSIG/resources/northimages/gvsig_20.svg
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
<!-- Copyright © 2008 by Silvio Grosso, under the terms of the GNU GPL version 2. -->
4
<svg
5
   xmlns:svg="http://www.w3.org/2000/svg"
6
   xmlns="http://www.w3.org/2000/svg"
7
   version="1.0"
8
   viewBox="0 0 450 500"
9
   width="450"
10
   height="500"
11
   id="svg2">
12
  <defs
13
     id="defs4" />
14
  <g
15
     id="layer1">
16
    <rect
17
       width="2.1465743"
18
       height="0"
19
       x="-2192.2886"
20
       y="679.51837"
21
       style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:3.33699989;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
22
       id="rect10945" />
23
    <g
24
       transform="translate(11.428571,-31.428571)"
25
       id="g2691">
26
      <path
27
         d="M 368.39001 537.05811 A 8.5231619 8.5231619 0 1 1  351.34369,537.05811 A 8.5231619 8.5231619 0 1 1  368.39001 537.05811 z"
28
         transform="matrix(7.6127586,0,0,4.9447,-2569.3395,-2348.7304)"
29
         style="opacity:0.97000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99897921;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
30
         id="path1872" />
31
      <path
32
         d="M 170.38701,266.10392 L 170.85897,307.35786 L 232.55538,307.0628 C 231.23495,287.06589 219.06732,268.96046 170.38701,266.10392 z "
33
         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.77328086;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
34
         id="path1874" />
35
      <path
36
         d="M 232.17955,308.33172 L 170.4789,308.6562 L 170.92016,351.07171 C 200.82811,350.16397 227.90719,341.79882 232.17955,308.33172 z "
37
         style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.79813766;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
38
         id="path2762" />
39
      <path
40
         d="M 169.07523,351.21743 L 168.60008,307.86897 L 106.49085,308.17902 C 107.82008,329.19117 120.06914,348.21581 169.07523,351.21743 z "
41
         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.82381284;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
42
         id="path2764" />
43
      <path
44
         d="M 107.6676,306.89368 L 169.23133,306.58106 L 168.79106,265.71362 C 138.94945,266.58828 111.93049,274.64807 107.6676,306.89368 z "
45
         style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.76305711;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
46
         id="path2766" />
47
      <path
48
         d="M 369.27388 534.87994 A 0.91545075 0.91545075 0 1 1  367.44298,534.87994 A 0.91545075 0.91545075 0 1 1  369.27388 534.87994 z"
49
         transform="matrix(9.0351562,0,0,7.0465837,-3158.5547,-3463.0081)"
50
         style="opacity:0.97000002;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.30000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
51
         id="path3653" />
52
      <g
53
         transform="matrix(-7.5816931,0,0,5.9450504,2913.1796,-2901.1405)"
54
         id="g6328">
55
        <path
56
           d="M 360,527.36218 L 360,532.36218 L 362,532.36218 L 362,527.36218 L 360,527.36218 z "
57
           style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
58
           id="path6330" />
59
        <path
60
           d="M 362.05536,527.34679 L 362.05536,532.34679 L 364.05536,532.34679 L 364.05536,527.34679 L 362.05536,527.34679 z "
61
           style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
62
           id="path6332" />
63
      </g>
64
      <g
65
         transform="matrix(-7.5816931,0,0,8.0021747,2753.7327,-4118.7553)"
66
         id="g7281">
67
        <path
68
           d="M 335.58543,544.35634 L 340.58543,539.35634 L 340.58543,543.79349 L 335.58543,544.35634 z "
69
           style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
70
           id="path7277" />
71
        <path
72
           d="M 345.85,544.38592 L 340.85,539.38592 L 340.85,543.77616 L 345.85,544.38592 z "
73
           style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
74
           id="path7279" />
75
      </g>
76
      <g
77
         transform="matrix(0,4.9449326,-20.276994,0,11031,-1482.2875)"
78
         id="g6384">
79
        <path
80
           d="M 360,527.36218 L 360,532.36218 L 362,532.36218 L 362,527.36218 L 360,527.36218 z "
81
           style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
82
           id="path6386" />
83
        <path
84
           d="M 362.05536,527.34679 L 362.05536,532.34679 L 364.05536,532.34679 L 364.05536,527.34679 L 362.05536,527.34679 z "
85
           style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
86
           id="path6388" />
87
      </g>
88
      <g
89
         transform="matrix(0,4.9449326,-8.7655457,0,5106.2826,-1378.7352)"
90
         id="g7285">
91
        <path
92
           d="M 335.58543,544.35634 L 340.58543,539.35634 L 340.58543,543.79349 L 335.58543,544.35634 z "
93
           style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
94
           id="path7287" />
95
        <path
96
           d="M 345.85,544.38592 L 340.85,539.38592 L 340.85,543.77616 L 345.85,544.38592 z "
97
           style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
98
           id="path7289" />
99
      </g>
100
      <g
101
         transform="matrix(7.5816931,0,0,3.5607864,-2574.2398,-1531.313)"
102
         id="g6324">
103
        <path
104
           d="M 360,527.36218 L 360,532.36218 L 362,532.36218 L 362,527.36218 L 360,527.36218 z "
105
           style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
106
           id="path5435" />
107
        <path
108
           d="M 362.05536,527.34679 L 362.05536,532.34679 L 364.05536,532.34679 L 364.05536,527.34679 L 362.05536,527.34679 z "
109
           style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
110
           id="path6322" />
111
      </g>
112
      <path
113
         d="M 129.73354,362.40528 L 167.642,386.36978 L 167.642,365.10296 L 129.73354,362.40528 z "
114
         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.80843782;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
115
         id="path7293" />
116
      <path
117
         d="M 207.55636,362.26351 L 169.64789,386.22801 L 169.64789,365.18603 L 207.55636,362.26351 z "
118
         style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.80843782;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
119
         id="path7295" />
120
      <g
121
         transform="matrix(6.1470247,0,0,4.9449326,-2161.6542,-2305.1099)"
122
         id="g7311">
123
        <g
124
           transform="matrix(0,-1,1.091992,0,-211.7912,890.2011)"
125
           id="g6378">
126
          <path
127
             d="M 360,527.36218 L 360,532.36218 L 362,532.36218 L 362,527.36218 L 360,527.36218 z "
128
             style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
129
             id="path6380" />
130
          <path
131
             d="M 362.05536,527.34679 L 362.05536,532.34679 L 364.05536,532.34679 L 364.05536,527.34679 L 362.05536,527.34679 z "
132
             style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
133
             id="path6382" />
134
        </g>
135
        <g
136
           transform="matrix(0,-1,1.346023,0,-368.0639,868.7946)"
137
           id="g7297">
138
          <path
139
             d="M 335.58543,544.35634 L 340.58543,539.35634 L 340.58543,543.79349 L 335.58543,544.35634 z "
140
             style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
141
             id="path7299" />
142
          <path
143
             d="M 345.85,544.38592 L 340.85,539.38592 L 340.85,543.77616 L 345.85,544.38592 z "
144
             style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
145
             id="path7301" />
146
        </g>
147
      </g>
148
      <path
149
         d="M 393.26214,295.13612 L 418.07515,295.13612 L 418.07515,299.809 L 402.54147,299.809 L 402.54147,303.28753 L 416.95101,303.28753 L 416.95101,307.7514 L 402.54147,307.7514 L 402.54147,312.06597 L 418.52481,312.06597 L 418.52481,317.0225 L 393.26214,317.0225 L 393.26214,295.13612 z "
150
         style="font-size:56px;font-family:Arial Black"
151
         id="flowRoot2798" />
152
      <path
153
         d="M 155.67772,169.28237 L 164.32345,169.28237 L 175.60581,181.39004 L 175.60581,169.28237 L 184.33328,169.28237 L 184.33328,191.16875 L 175.60581,191.16875 L 164.38476,179.15065 L 164.38476,191.16875 L 155.67772,191.16875 L 155.67772,169.28237 z "
154
         style="font-size:56px;font-family:Arial Black"
155
         id="flowRoot2790" />
156
    </g>
157
  </g>
158
</svg>
tags/v2_0_0_Build_2049/applications/appgvSIG/resources/northimages/gvsig_21.svg
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
<!-- Copyright © 2008 by Silvio Grosso, under the terms of the GNU GPL version 2. -->
4
<svg
5
   xmlns:svg="http://www.w3.org/2000/svg"
6
   xmlns="http://www.w3.org/2000/svg"
7
   version="1.0"
8
   viewBox="0 0 450 500"
9
   width="450"
10
   height="500"
11
   id="svg2">
12
  <defs
13
     id="defs4" />
14
  <g
15
     id="layer1">
16
    <g
17
       transform="translate(-92.857142,-195.71428)"
18
       id="g2364">
19
      <path
20
         d="M 325.51172,277.64573 L 358.70703,277.64573 L 358.70703,286.20433 L 337.92578,286.20433 L 337.92578,292.57542 L 357.20313,292.57542 L 357.20313,300.7512 L 337.92578,300.7512 L 337.92578,308.65355 L 359.30859,308.65355 L 359.30859,317.73167 L 325.51172,317.73167 L 325.51172,277.64573 z "
21
         transform="translate(120.2025,165.8597)"
22
         style="font-size:56px;font-family:Arial Black"
23
         id="flowRoot2798" />
24
      <path
25
         d="M 325.62109,277.64573 L 337.1875,277.64573 L 352.28125,299.82151 L 352.28125,277.64573 L 363.95703,277.64573 L 363.95703,317.73167 L 352.28125,317.73167 L 337.26953,295.71995 L 337.26953,317.73167 L 325.62109,317.73167 L 325.62109,277.64573 z "
26
         transform="translate(-38.47829,7.819412)"
27
         style="font-size:56px;font-family:Arial Black"
28
         id="flowRoot2790" />
29
      <path
30
         d="M 220.71428 511.11218 A 13.75 13.75 0 1 1  193.21428,511.11218 A 13.75 13.75 0 1 1  220.71428 511.11218 z"
31
         transform="translate(101.7775,-47.67051)"
32
         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:6.4000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
33
         id="path1938" />
34
      <path
35
         d="M 472.75139 523.5473 A 91.418808 91.418808 0 1 1  289.91377,523.5473 A 91.418808 91.418808 0 1 1  472.75139 523.5473 z"
36
         transform="matrix(1.103132,0,0,1.104543,-111.8861,-117.992)"
37
         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:13.62841034;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
38
         id="path1874" />
39
      <path
40
         d="M 308.94088,369.67111 L 308.29193,460.78352 L 220.68561,459.69885 C 223.97374,407.73276 254.12263,376.98009 308.94088,369.67111 z "
41
         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.95903033px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
42
         id="path1878" />
43
      <g
44
         transform="matrix(0.748443,0,0,0.836937,592.2214,44.12846)"
45
         id="g11445">
46
        <path
47
           d="M -379.17633,368.23588 L -368.03889,368.23588 L -368.03889,351.45051 L -379.17633,343.05783 L -379.17633,368.23588 z "
48
           style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.03415477;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
49
           id="path9671" />
50
        <path
51
           d="M -380.00271,368.16549 L -391.14015,368.16549 L -391.14015,351.38012 L -380.00271,342.98744 L -380.00271,368.16549 z "
52
           style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.03415477;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
53
           id="path11443" />
54
      </g>
55
      <g
56
         transform="matrix(0,-0.748443,-0.836937,0,723.9117,180.5106)"
57
         id="g11455">
58
        <path
59
           d="M -379.17633,368.23588 L -368.03889,368.23588 L -368.03889,351.45051 L -379.17633,343.05783 L -379.17633,368.23588 z "
60
           style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.03415477;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
61
           id="path11457" />
62
        <path
63
           d="M -380.00271,368.16549 L -391.14015,368.16549 L -391.14015,351.38012 L -380.00271,342.98744 L -380.00271,368.16549 z "
64
           style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.03415477;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
65
           id="path11459" />
66
      </g>
67
      <g
68
         transform="matrix(-0.748443,0,0,-0.836937,27.8102,872.4654)"
69
         id="g11461">
70
        <path
71
           d="M -379.17633,368.23588 L -368.03889,368.23588 L -368.03889,351.45051 L -379.17633,343.05783 L -379.17633,368.23588 z "
72
           style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.03415477;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
73
           id="path11463" />
74
        <path
75
           d="M -380.00271,368.16549 L -391.14015,368.16549 L -391.14015,351.38012 L -380.00271,342.98744 L -380.00271,368.16549 z "
76
           style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.03415477;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
77
           id="path11465" />
78
      </g>
79
      <g
80
         transform="matrix(0,0.748443,0.836937,0,-106.4708,741.7747)"
81
         id="g11467">
82
        <path
83
           d="M -379.17633,368.23588 L -368.03889,368.23588 L -368.03889,351.45051 L -379.17633,343.05783 L -379.17633,368.23588 z "
84
           style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.03415477;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
85
           id="path11469" />
86
        <path
87
           d="M -380.00271,368.16549 L -391.14015,368.16549 L -391.14015,351.38012 L -380.00271,342.98744 L -380.00271,368.16549 z "
88
           style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.03415477;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
89
           id="path11471" />
90
      </g>
91
      <path
92
         d="M 398.45405,461.44366 L 311.60102,462.08755 L 312.63499,549.01098 C 362.43443,540.42613 393.65787,513.7814 398.45405,461.44366 z "
93
         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.93268889px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
94
         id="path1876" />
95
    </g>
96
  </g>
97
</svg>
tags/v2_0_0_Build_2049/applications/appgvSIG/resources/northimages/gvsig_22.svg
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
<!-- Copyright © 2008 by Silvio Grosso, under the terms of the GNU GPL version 2. -->
4
<svg
5
   xmlns:svg="http://www.w3.org/2000/svg"
6
   xmlns="http://www.w3.org/2000/svg"
7
   version="1.0"
8
   viewBox="0 0 450 500"
9
   width="450"
10
   height="500"
11
   id="svg2">
12
  <defs
13
     id="defs4" />
14
  <g
15
     id="layer1">
16
    <g
17
       transform="matrix(0.7610147,0,0,0.7418529,-2.8013926,-128.06592)"
18
       id="g2293">
19
      <path
20
         d="M 275.19412,366.68346 L 275.19412,336.68346 L 290.89409,326.68346 L 305.19412,336.68346 L 305.19412,366.68346 L 275.19412,366.68346 z "
21
         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
22
         id="path2780" />
23
      <path
24
         d="M 155.58314,526.74089 L 125.58314,526.74089 L 115.58314,511.04092 L 125.58314,496.74089 L 155.58314,496.74089 L 155.58314,526.74089 z "
25
         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26
         id="path2782" />
27
      <path
28
         d="M 308.30616,644.35431 L 308.30616,674.35431 L 292.60619,684.35431 L 278.30616,674.35431 L 278.30616,644.35431 L 308.30616,644.35431 z "
29
         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
30
         id="path2786" />
31
      <path
32
         d="M 432.89731,489.92235 L 462.89731,489.92235 L 472.89731,505.62232 L 462.89731,519.92235 L 432.89731,519.92235 L 432.89731,489.92235 z "
33
         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
34
         id="path2788" />
35
      <path
36
         d="M 325.62109,277.64573 L 337.1875,277.64573 L 352.28125,299.82151 L 352.28125,277.64573 L 363.95703,277.64573 L 363.95703,317.73167 L 352.28125,317.73167 L 337.26953,295.71995 L 337.26953,317.73167 L 325.62109,317.73167 L 325.62109,277.64573 z "
37
         transform="translate(-54.80588,7.726692)"
38
         style="font-size:56px;font-family:Arial Black"
39
         id="flowRoot2790" />
40
      <path
41
         d="M 325.51172,277.64573 L 358.70703,277.64573 L 358.70703,286.20433 L 337.92578,286.20433 L 337.92578,292.57542 L 357.20313,292.57542 L 357.20313,300.7512 L 337.92578,300.7512 L 337.92578,308.65355 L 359.30859,308.65355 L 359.30859,317.73167 L 325.51172,317.73167 L 325.51172,277.64573 z "
42
         transform="translate(153.0974,210.0349)"
43
         style="font-size:56px;font-family:Arial Black"
44
         id="flowRoot2798" />
45
      <path
46
         d="M 432.34531 496.77829 A 129.29953 129.29953 0 1 1  173.74625,496.77829 A 129.29953 129.29953 0 1 1  432.34531 496.77829 z"
47
         transform="translate(-10,8.571429)"
48
         style="opacity:0.97000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:22.97900009;stroke-linejoin:round;stroke-miterlimit:0.89999998;stroke-dasharray:none;stroke-opacity:1"
49
         id="path2010" />
50
      <rect
51
         width="24.999969"
52
         height="59.184189"
53
         x="277.85718"
54
         y="478.17795"
55
         style="opacity:0.97000002;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:1.29999995;stroke-dasharray:none;stroke-opacity:1"
56
         id="rect3784" />
57
      <rect
58
         width="73.387772"
59
         height="119.3559"
60
         x="254.44786"
61
         y="448.84995"
62
         style="opacity:0.97000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:11.91275311;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:1.5;stroke-dasharray:none;stroke-opacity:1"
63
         id="rect5556" />
64
      <rect
65
         width="145.98987"
66
         height="183.63167"
67
         x="219.05891"
68
         y="417.39328"
69
         style="opacity:0.97000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:20.84075737;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:1.5;stroke-dasharray:none;stroke-opacity:1"
70
         id="rect6443" />
71
    </g>
72
  </g>
73
</svg>
tags/v2_0_0_Build_2049/applications/appgvSIG/resources/northimages/gvsig_40.svg
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
<!-- Copyright © 2008 by Silvio Grosso, under the terms of the GNU GPL version 2. -->
4
<svg
5
   xmlns:svg="http://www.w3.org/2000/svg"
6
   xmlns="http://www.w3.org/2000/svg"
7
   version="1.0"
8
   viewBox="0 0 450 500"
9
   width="450"
10
   height="500"
11
   id="svg2">
12
  <defs
13
     id="defs4" />
14
  <g
15
     id="layer1">
16
    <g
17
       transform="matrix(0.8369185,0,0,0.8360407,-85.210991,-36.850036)"
18
       id="g2624">
19
      <g
20
         transform="matrix(0.791217,0,0,0.784707,193.4718,-11.49344)"
21
         id="g7487">
22
        <g
23
           transform="translate(-128.7692,0)"
24
           id="g4677">
25
          <g
26
             transform="matrix(0.971457,0,0,0.854229,7.969158,79.25222)"
27
             id="g2880">
28
            <g
29
               transform="matrix(1,0,0,1.094658,-7.576144,-116.9675)"
30
               id="g2816">
31
              <g
32
                 transform="matrix(0,0.977376,-1.108433,0,946.5542,176.5779)"
33
                 id="g2774">
34
                <g
35
                   id="g2764">
36
                  <path
37
                     d="M 361.26494,521.30569 L 361.26494,531.09724 L 372.73506,531.09724 C 372.17308,525.85757 370.20395,521.47039 361.26494,521.30569 z "
38
                     style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.52988255;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
39
                     id="path1872" />
40
                  <path
41
                     d="M 361.08929,521.27289 L 361.08929,531.06444 L 349.61917,531.06444 C 350.18115,525.82477 352.15028,521.43759 361.08929,521.27289 z "
42
                     style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.52988255;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
43
                     id="path2762" />
44
                </g>
45
                <g
46
                   transform="matrix(-1,0,0,-1,722.3542,1062.297)"
47
                   id="g2768">
48
                  <path
49
                     d="M 361.26494,521.30569 L 361.26494,531.09724 L 372.73506,531.09724 C 372.17308,525.85757 370.20395,521.47039 361.26494,521.30569 z "
50
                     style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.52988255;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
51
                     id="path2770" />
52
                  <path
53
                     d="M 361.08929,521.27289 L 361.08929,531.06444 L 349.61917,531.06444 C 350.18115,525.82477 352.15028,521.43759 361.08929,521.27289 z "
54
                     style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.52988255;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
55
                     id="path2772" />
56
                </g>
57
              </g>
58
              <g
59
                 transform="matrix(2.103961,0,0,2.23862,-402.8135,-659.013)"
60
                 id="g2788">
61
                <g
62
                   id="g2790">
63
                  <path
64
                     d="M 361.26494,521.30569 L 361.26494,531.09724 L 372.73506,531.09724 C 372.17308,525.85757 370.20395,521.47039 361.26494,521.30569 z "
65
                     style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.52988255;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
66
                     id="path2792" />
67
                  <path
68
                     d="M 361.08929,521.27289 L 361.08929,531.06444 L 349.61917,531.06444 C 350.18115,525.82477 352.15028,521.43759 361.08929,521.27289 z "
69
                     style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.52988255;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
70
                     id="path2794" />
71
                </g>
72
                <g
73
                   transform="matrix(-1,0,0,-1,722.3542,1062.297)"
74
                   id="g2796">
75
                  <path
76
                     d="M 361.26494,521.30569 L 361.26494,531.09724 L 372.73506,531.09724 C 372.17308,525.85757 370.20395,521.47039 361.26494,521.30569 z "
77
                     style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.52988255;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
78
                     id="path2798" />
79
                  <path
80
                     d="M 361.08929,521.27289 L 361.08929,531.06444 L 349.61917,531.06444 C 350.18115,525.82477 352.15028,521.43759 361.08929,521.27289 z "
81
                     style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.52988255;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
82
                     id="path2800" />
83
                </g>
84
              </g>
85
            </g>
86
            <g
87
               transform="matrix(0,-7.547046,6.042845,0,-2725.338,3604.531)"
88
               id="g2842">
89
              <path
90
                 d="M 427.36015,509.11223 L 416.50687,509.11223 L 416.50687,520.32285 C 422.3147,519.77359 427.17759,517.84901 427.36015,509.11223 z "
91
                 style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.55152494;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
92
                 id="path2806" />
93
              <path
94
                 d="M 427.27025,508.84857 L 416.41697,508.84857 L 416.41697,497.63795 C 422.22479,498.18721 427.08769,500.11179 427.27025,508.84857 z "
95
                 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.55152494;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
96
                 id="path2808" />
97
            </g>
98
            <g
99
               transform="matrix(0,7.547046,-6.042845,0,3425.287,-2683.494)"
100
               id="g2874">
101
              <path
102
                 d="M 427.36015,509.11223 L 416.50687,509.11223 L 416.50687,520.32285 C 422.3147,519.77359 427.17759,517.84901 427.36015,509.11223 z "
103
                 style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.55152494;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
104
                 id="path2876" />
105
              <path
106
                 d="M 427.27025,508.84857 L 416.41697,508.84857 L 416.41697,497.63795 C 422.22479,498.18721 427.08769,500.11179 427.27025,508.84857 z "
107
                 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.55152494;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
108
                 id="path2878" />
109
            </g>
110
          </g>
111
          <path
112
             d="M 264.65997 434.6539 A 75.00383 84.34774 0 1 1  114.65231,434.6539 A 75.00383 84.34774 0 1 1  264.65997 434.6539 z"
113
             transform="matrix(0.909272,0,0,0.889383,179.589,85.28945)"
114
             style="opacity:0.97000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:12.19096565;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
115
             id="path2903" />
116
        </g>
117
        <path
118
           d="M 321.73359 471.77701 A 98.742409 98.742409 0 1 1  124.24877,471.77701 A 98.742409 98.742409 0 1 1  321.73359 471.77701 z"
119
           style="opacity:0.97000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:10.9630003;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
120
           id="path4675" />
121
        <path
122
           d="M 415.17269 425.81506 A 18.940361 18.940361 0 1 1  377.29197,425.81506 A 18.940361 18.940361 0 1 1  415.17269 425.81506 z"
123
           transform="translate(-177.2818,48.9924)"
124
           style="opacity:0.97000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:10.9630003;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
125
           id="path4702" />
126
        <g
127
           transform="matrix(0.773465,-0.806212,0.773465,0.806212,-489.2498,310.4752)"
128
           id="g7363">
129
          <path
130
             d="M 360.24559,497.35523 L 354.57049,492.29557 L 360.24559,477.11659 L 360.24559,497.35523 z "
131
             style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.414;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
132
             id="path4704" />
133
          <path
134
             d="M 360.24538,497.74427 L 365.67544,492.52265 L 360.24538,476.85781 L 360.24538,497.74427 z "
135
             style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.30639601;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
136
             id="path5591" />
137
        </g>
138
        <g
139
           transform="matrix(0,-1,1.370927,0,-525.4876,834.2622)"
140
           id="g7367">
141
          <path
142
             d="M 360.24559,497.35523 L 354.57049,492.29557 L 360.24559,477.11659 L 360.24559,497.35523 z "
143
             style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.414;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
144
             id="path7369" />
145
          <path
146
             d="M 360.24538,497.74427 L 365.67544,492.52265 L 360.24538,476.85781 L 360.24538,497.74427 z "
147
             style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.30639601;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
148
             id="path7371" />
149
        </g>
150
        <g
151
           transform="matrix(-1,0,0,-1,576.7521,1043.131)"
152
           id="g7373">
153
          <path
154
             d="M 360.24559,497.35523 L 354.57049,492.29557 L 360.24559,477.11659 L 360.24559,497.35523 z "
155
             style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.414;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
156
             id="path7375" />
157
          <path
158
             d="M 360.24538,497.74427 L 365.67544,492.52265 L 360.24538,476.85781 L 360.24538,497.74427 z "
159
             style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.30639601;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
160
             id="path7377" />
161
        </g>
162
        <g
163
           transform="matrix(0,1,-1.320327,0,946.7844,109.6182)"
164
           id="g7379">
165
          <path
166
             d="M 360.24559,497.35523 L 354.57049,492.29557 L 360.24559,477.11659 L 360.24559,497.35523 z "
167
             style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.414;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
168
             id="path7381" />
169
          <path
170
             d="M 360.24538,497.74427 L 365.67544,492.52265 L 360.24538,476.85781 L 360.24538,497.74427 z "
171
             style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.30639601;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
172
             id="path7383" />
173
        </g>
174
        <g
175
           transform="matrix(-6.349602,0,0,7.893866,2509.173,-3511.318)"
176
           id="g7385">
177
          <path
178
             d="M 360.35808,491.65901 L 354.57049,492.29557 L 360.24559,477.11659 L 360.35808,491.65901 z "
179
             style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.414;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
180
             id="path7387" />
181
          <path
182
             d="M 360.35787,491.43225 L 365.67544,492.52265 L 360.24538,476.85781 L 360.35787,491.43225 z "
183
             style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.30639601;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
184
             id="path7389" />
185
        </g>
186
        <g
187
           transform="matrix(0.806212,0.773465,-0.806212,0.773465,380.4122,-244.3374)"
188
           id="g7391">
189
          <path
190
             d="M 360.24559,497.35523 L 354.57049,492.29557 L 360.24559,477.11659 L 360.24559,497.35523 z "
191
             style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.414;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
192
             id="path7393" />
193
          <path
194
             d="M 360.24538,497.74427 L 365.67544,492.52265 L 360.24538,476.85781 L 360.24538,497.74427 z "
195
             style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.30639601;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
196
             id="path7395" />
197
        </g>
198
        <g
199
           transform="matrix(-0.773465,0.806212,-0.773465,-0.806212,938.1283,630.2744)"
200
           id="g7397">
201
          <path
202
             d="M 360.24559,497.35523 L 354.57049,492.29557 L 360.24559,477.11659 L 360.24559,497.35523 z "
203
             style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.414;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
204
             id="path7399" />
205
          <path
206
             d="M 360.24538,497.74427 L 365.67544,492.52265 L 360.24538,476.85781 L 360.24538,497.74427 z "
207
             style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.30639601;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
208
             id="path7401" />
209
        </g>
210
        <g
211
           transform="matrix(-0.806212,-0.773465,0.806212,-0.773465,61.40929,1183.452)"
212
           id="g7403">
213
          <path
214
             d="M 360.24559,497.35523 L 354.57049,492.29557 L 360.24559,477.11659 L 360.24559,497.35523 z "
215
             style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.414;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
216
             id="path7405" />
217
          <path
218
             d="M 360.24538,497.74427 L 365.67544,492.52265 L 360.24538,476.85781 L 360.24538,497.74427 z "
219
             style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.30639601;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
220
             id="path7407" />
221
        </g>
222
        <g
223
           transform="translate(-138.8727,-100.1242)"
224
           id="g7409">
225
          <path
226
             d="M 360.24559,497.35523 L 354.57049,492.29557 L 360.24559,477.11659 L 360.24559,497.35523 z "
227
             style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.414;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
228
             id="path7411" />
229
          <path
230
             d="M 360.24538,497.74427 L 365.67544,492.52265 L 360.24538,476.85781 L 360.24538,497.74427 z "
231
             style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.30639601;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
232
             id="path7413" />
233
        </g>
234
        <g
235
           transform="matrix(6.349602,0,0,-7.893866,-2068.875,4452.955)"
236
           id="g7415">
237
          <path
238
             d="M 360.35808,491.65901 L 354.57049,492.29557 L 360.24559,477.11659 L 360.35808,491.65901 z "
239
             style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.414;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
240
             id="path7417" />
241
          <path
242
             d="M 360.35787,491.43225 L 365.67544,492.52265 L 360.24538,476.85781 L 360.35787,491.43225 z "
243
             style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.30639601;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
244
             id="path7419" />
245
        </g>
246
        <g
247
           transform="matrix(0,-6.349602,-7.893866,0,4204.025,2755.34)"
248
           id="g7421">
249
          <path
250
             d="M 360.35808,491.65901 L 354.57049,492.29557 L 360.24559,477.11659 L 360.35808,491.65901 z "
251
             style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.414;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
252
             id="path7423" />
253
          <path
254
             d="M 360.35787,491.43225 L 365.67544,492.52265 L 360.24538,476.85781 L 360.35787,491.43225 z "
255
             style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.30639601;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
256
             id="path7425" />
257
        </g>
258
        <g
259
           transform="matrix(0,6.349602,7.893866,0,-3760.225,-1814.241)"
260
           id="g7427">
261
          <path
262
             d="M 360.35808,491.65901 L 354.57049,492.29557 L 360.24559,477.11659 L 360.35808,491.65901 z "
263
             style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.414;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
264
             id="path7429" />
265
          <path
266
             d="M 360.35787,491.43225 L 365.67544,492.52265 L 360.24538,476.85781 L 360.35787,491.43225 z "
267
             style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.30639601;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
268
             id="path7431" />
269
        </g>
270
        <g
271
           transform="matrix(0,1,-1,0,697.4462,233.063)"
272
           id="g7459">
273
          <path
274
             d="M 305.70361,545.14042 L 280.24237,567.55227 L 341.6215,582.21057 L 305.70361,545.14042 z "
275
             style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.88635445;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
276
             id="path7447" />
277
          <path
278
             d="M 307.13089,545.75404 L 326.94823,520.3061 L 344.28179,583.86251 L 307.13089,545.75404 z "
279
             style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:1.43641043;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
280
             id="path7449" />
281
        </g>
282
        <g
283
           transform="matrix(-1,0,0,-1,460.0686,944.3811)"
284
           id="g7469">
285
          <path
286
             d="M 305.70361,545.14042 L 280.24237,567.55227 L 341.6215,582.21057 L 305.70361,545.14042 z "
287
             style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.88635445;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
288
             id="path7471" />
289
          <path
290
             d="M 307.13089,545.75404 L 326.94823,520.3061 L 344.28179,583.86251 L 307.13089,545.75404 z "
291
             style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:1.43641043;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
292
             id="path7473" />
293
        </g>
294
        <g
295
           transform="matrix(0,-1,1,0,-252.7986,704.8668)"
296
           id="g7475">
297
          <path
298
             d="M 305.70361,545.14042 L 280.24237,567.55227 L 341.6215,582.21057 L 305.70361,545.14042 z "
299
             style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.88635445;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
300
             id="path7477" />
301
          <path
302
             d="M 307.13089,545.75404 L 326.94823,520.3061 L 344.28179,583.86251 L 307.13089,545.75404 z "
303
             style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:1.43641043;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
304
             id="path7479" />
305
        </g>
306
        <g
307
           transform="translate(-12.50478,-4.722123)"
308
           id="g7481">
309
          <path
310
             d="M 305.70361,545.14042 L 280.24237,567.55227 L 341.6215,582.21057 L 305.70361,545.14042 z "
311
             style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.88635445;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
312
             id="path7483" />
313
          <path
314
             d="M 307.13089,545.75404 L 326.94823,520.3061 L 344.28179,583.86251 L 307.13089,545.75404 z "
315
             style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:1.43641043;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
316
             id="path7485" />
317
        </g>
318
      </g>
319
      <path
320
         d="M 325.62109,277.64573 L 337.1875,277.64573 L 352.28125,299.82151 L 352.28125,277.64573 L 363.95703,277.64573 L 363.95703,317.73167 L 352.28125,317.73167 L 337.26953,295.71995 L 337.26953,317.73167 L 325.62109,317.73167 L 325.62109,277.64573 z "
321
         transform="translate(24.02516,-131.2246)"
322
         style="font-size:56px;font-family:Arial Black"
323
         id="flowRoot2790" />
324
      <path
325
         d="M 325.51172,277.64573 L 358.70703,277.64573 L 358.70703,286.20433 L 337.92578,286.20433 L 337.92578,292.57542 L 357.20313,292.57542 L 357.20313,300.7512 L 337.92578,300.7512 L 337.92578,308.65355 L 359.30859,308.65355 L 359.30859,317.73167 L 325.51172,317.73167 L 325.51172,277.64573 z "
326
         transform="translate(221.9285,59.65504)"
327
         style="font-size:56px;font-family:Arial Black"
328
         id="flowRoot2798" />
329
    </g>
330
  </g>
331
</svg>
tags/v2_0_0_Build_2049/applications/appgvSIG/resources/northimages/gvsig_23.svg
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
<!-- Copyright © 2008 by Silvio Grosso, under the terms of the GNU GPL version 2. -->
4
<svg
5
   xmlns:svg="http://www.w3.org/2000/svg"
6
   xmlns="http://www.w3.org/2000/svg"
7
   version="1.0"
8
   viewBox="0 0 450 500"
9
   width="450"
10
   height="500"
11
   id="svg2">
12
  <defs
13
     id="defs4" />
14
  <g
15
     id="layer1">
16
    <g
17
       transform="matrix(0.8532494,0,0,0.761749,-99.778453,-68.522937)"
18
       id="g2351">
19
      <path
20
         d="M -28.571419 510.93362 A 127.14286 127.14286 0 1 1  -282.85714,510.93362 A 127.14286 127.14286 0 1 1  -28.571419 510.93362 z"
21
         transform="matrix(0.8185667,0,0,0.8477863,506.79762,-8.5147898)"
22
         style="opacity:0.97000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:6.91922426;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
23
         id="path2259" />
24
      <g
25
         transform="matrix(0,-0.758562,0.763105,0,6.8490004,23.428044)"
26
         id="g3314">
27
        <path
28
           d="M -472.14286,541.6479 L -432.85714,533.07647 L -428.57143,604.50504 L -472.14286,541.6479 z "
29
           style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
30
           id="path3308" />
31
        <path
32
           d="M -428.57142,605.93362 L -494.28571,575.21933 L -471.42857,540.93361 L -428.57142,605.93362 z "
33
           style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
34
           id="path3312" />
35
      </g>
36
      <g
37
         transform="matrix(0,0.758562,-0.763105,0,751.15132,828.76865)"
38
         id="g3321">
39
        <path
40
           d="M -472.14286,541.6479 L -432.85714,533.07647 L -428.57143,604.50504 L -472.14286,541.6479 z "
41
           style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
42
           id="path3323" />
43
        <path
44
           d="M -428.57142,605.93362 L -494.28571,575.21933 L -471.42857,540.93361 L -428.57142,605.93362 z "
45
           style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
46
           id="path3325" />
47
      </g>
48
      <g
49
         transform="matrix(0.763105,0,0,0.758562,789.70201,45.208672)"
50
         id="g3327">
51
        <path
52
           d="M -472.14286,541.6479 L -432.85714,533.07647 L -428.57143,604.50504 L -472.14286,541.6479 z "
53
           style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
54
           id="path3329" />
55
        <path
56
           d="M -428.57142,605.93362 L -494.28571,575.21933 L -471.42857,540.93361 L -428.57142,605.93362 z "
57
           style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
58
           id="path3331" />
59
      </g>
60
      <g
61
         transform="matrix(-0.763105,0,0,-0.758562,-30.163195,805.00654)"
62
         id="g3333">
63
        <path
64
           d="M -472.14286,541.6479 L -432.85714,533.07647 L -428.57143,604.50504 L -472.14286,541.6479 z "
65
           style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
66
           id="path3335" />
67
        <path
68
           d="M -428.57142,605.93362 L -494.28571,575.21933 L -471.42857,540.93361 L -428.57142,605.93362 z "
69
           style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
70
           id="path3337" />
71
      </g>
72
      <path
73
         d="M 338.63805,386.97205 L 379.69891,268.42909 L 420.75975,386.97205 L 543.94237,426.48637 L 420.75975,466.0007 L 379.69891,584.54365 L 338.63805,466.0007 L 215.45549,426.48637 L 338.63805,386.97205 z "
74
         style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:8.05603409px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
75
         id="path1872" />
76
      <path
77
         d="M 418.12436,383.16019 L 383.47915,422.84897 L 383.47915,279.96937 L 418.12436,383.16019 z "
78
         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:7.4162693px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
79
         id="path1892" />
80
      <path
81
         d="M 421.1571,460.61889 L 378.46158,428.38341 L 532.16537,428.38341 L 421.1571,460.61889 z "
82
         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:7.41973352px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
83
         id="path1894" />
84
      <path
85
         d="M 335.88577,390.55616 L 377.15359,422.90219 L 228.5895,422.90219 L 335.88577,390.55616 z "
86
         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:7.30712128px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
87
         id="path1896" />
88
      <path
89
         d="M 341.95835,480.83114 L 379.05515,441.08949 L 379.05515,584.15943 L 341.95835,480.83114 z "
90
         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:7.67929459px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
91
         id="path1898" />
92
      <path
93
         d="M 325.51172,277.64573 L 358.70703,277.64573 L 358.70703,286.20433 L 337.92578,286.20433 L 337.92578,292.57542 L 357.20313,292.57542 L 357.20313,300.7512 L 337.92578,300.7512 L 337.92578,308.65355 L 359.30859,308.65355 L 359.30859,317.73167 L 325.51172,317.73167 L 325.51172,277.64573 z "
94
         transform="matrix(1.2766808,0,0,1.2303519,151.83018,56.391499)"
95
         style="font-size:56px;font-family:Arial Black"
96
         id="flowRoot2029" />
97
      <path
98
         d="M 325.62109,277.64573 L 337.1875,277.64573 L 352.28125,299.82151 L 352.28125,277.64573 L 363.95703,277.64573 L 363.95703,317.73167 L 352.28125,317.73167 L 337.26953,295.71995 L 337.26953,317.73167 L 325.62109,317.73167 L 325.62109,277.64573 z "
99
         transform="matrix(1.2766808,0,0,1.2303519,-61.418448,-143.70626)"
100
         style="font-size:56px;font-family:Arial Black"
101
         id="flowRoot2045" />
102
      <path
103
         d="M 79.802052 680.62604 A 24.748737 26.263966 0 1 1  30.304577,680.62604 A 24.748737 26.263966 0 1 1  79.802052 680.62604 z"
104
         transform="matrix(0.763105,0,0,0.758562,340.01378,-89.163903)"
105
         style="opacity:0.97000002;fill:#000000;fill-opacity:1;stroke:none;stroke-width:20.46800041;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
106
         id="path10789" />
107
    </g>
108
  </g>
109
</svg>
tags/v2_0_0_Build_2049/applications/appgvSIG/resources/northimages/gvsig_41.svg
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
<!-- Copyright © 2008 by Silvio Grosso, under the terms of the GNU GPL version 2. -->
4
<svg
5
   xmlns:svg="http://www.w3.org/2000/svg"
6
   xmlns="http://www.w3.org/2000/svg"
7
   version="1.0"
8
   viewBox="0 0 450 500"
9
   width="450"
10
   height="500"
11
   id="svg2">
12
  <defs
13
     id="defs4" />
14
  <g
15
     id="layer1">
16
    <g
17
       transform="matrix(1.082866,0,0,1.1213034,-202.9737,-324.75211)"
18
       id="g2552">
19
      <path
20
         d="M 420.22346 526.07269 A 72.225906 72.225906 0 1 1  275.77165,526.07269 A 72.225906 72.225906 0 1 1  420.22346 526.07269 z"
21
         transform="matrix(1.793901,0,0,1.759529,-226.3569,-421.2793)"
22
         style="opacity:0.97000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:9.39999962;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
23
         id="path1872" />
24
      <path
25
         d="M 349.00772 525.31506 A 4.2931485 5.8083773 0 1 1  340.42142,525.31506 A 4.2931485 5.8083773 0 1 1  349.00772 525.31506 z"
26
         transform="matrix(2.024842,0,0,1.476896,-305.6869,-268.054)"
27
         style="opacity:0.97000002;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:9.39999962;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
28
         id="path1874" />
29
      <path
30
         d="M 391.3786,491.58647 L 384.2245,481.4665 L 391.3786,451.10659 L 391.3786,491.58647 z "
31
         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
32
         id="path1876" />
33
      <path
34
         d="M 391.07227,491.58647 L 398.22637,481.4665 L 391.07227,451.10659 L 391.07227,491.58647 z "
35
         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
36
         id="path1878" />
37
      <g
38
         transform="matrix(0,1.57571,-3.576656,-1.556359e-4,2364.573,-90.43622)"
39
         id="g1884">
40
        <path
41
           d="M 380,547.36218 L 375,542.36218 L 380,527.36218 L 380,547.36218 z "
42
           style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
43
           id="path1886" />
44
        <path
45
           d="M 379.91071,547.36218 L 384.91071,542.36218 L 379.91071,527.36218 L 379.91071,547.36218 z "
46
           style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
47
           id="path1888" />
48
      </g>
49
      <path
50
         d="M 325.51172,277.64573 L 358.70703,277.64573 L 358.70703,286.20433 L 337.92578,286.20433 L 337.92578,292.57542 L 357.20313,292.57542 L 357.20313,300.7512 L 337.92578,300.7512 L 337.92578,308.65355 L 359.30859,308.65355 L 359.30859,317.73167 L 325.51172,317.73167 L 325.51172,277.64573 z "
51
         transform="translate(156.2568,208.1376)"
52
         style="font-size:56px;font-family:Arial Black"
53
         id="flowRoot2029" />
54
      <path
55
         d="M 323.37891,304.46995 L 335.16406,303.73167 C 335.41926,305.64575 335.93879,307.10408 336.72266,308.10667 C 337.99868,309.72908 339.8216,310.54027 342.19141,310.54026 C 343.95961,310.54027 345.32224,310.12556 346.2793,309.29612 C 347.2363,308.46671 347.71482,307.50512 347.71484,306.41136 C 347.71482,305.37231 347.25909,304.44262 346.34766,303.6223 C 345.43617,302.802 343.32159,302.02726 340.00391,301.29808 C 334.5716,300.07674 330.69791,298.45435 328.38281,296.43089 C 326.04947,294.40748 324.88281,291.82805 324.88281,288.69261 C 324.88281,286.63274 325.47981,284.68678 326.67383,282.85472 C 327.86783,281.02272 329.6634,279.58262 332.06055,278.53441 C 334.45767,277.48627 337.74347,276.96218 341.91797,276.96214 C 347.04034,276.96218 350.94593,277.91465 353.63477,279.81956 C 356.32353,281.72455 357.92314,284.75514 358.43359,288.91136 L 346.75781,289.59495 C 346.44789,287.79029 345.7962,286.4778 344.80273,285.65745 C 343.80922,284.83717 342.43748,284.42702 340.6875,284.42698 C 339.24738,284.42702 338.16274,284.73236 337.43359,285.343 C 336.70441,285.95371 336.33983,286.69655 336.33984,287.57151 C 336.33983,288.20957 336.64061,288.78378 337.24219,289.29417 C 337.8255,289.82284 339.21092,290.31503 341.39844,290.77073 C 346.81247,291.93743 350.69073,293.11776 353.0332,294.31175 C 355.37562,295.50578 357.08004,296.9869 358.14648,298.75511 C 359.21285,300.52336 359.74606,302.50122 359.74609,304.6887 C 359.74606,307.25903 359.03512,309.62881 357.61328,311.79808 C 356.19137,313.96735 354.20439,315.61253 351.65234,316.73362 C 349.10023,317.85472 345.88279,318.41526 342,318.41526 C 335.18228,318.41526 330.46093,317.10277 327.83594,314.47776 C 325.21093,311.85277 323.72526,308.51684 323.37891,304.46995 L 323.37891,304.46995 z "
56
         transform="translate(53.67975,300.184)"
57
         style="font-size:56px;font-family:Arial Black"
58
         id="flowRoot2037" />
59
      <path
60
         d="M 325.62109,277.64573 L 337.1875,277.64573 L 352.28125,299.82151 L 352.28125,277.64573 L 363.95703,277.64573 L 363.95703,317.73167 L 352.28125,317.73167 L 337.26953,295.71995 L 337.26953,317.73167 L 325.62109,317.73167 L 325.62109,277.64573 z "
61
         transform="translate(48.7288,113.1833)"
62
         style="font-size:56px;font-family:Arial Black"
63
         id="flowRoot2045" />
64
      <path
65
         d="M 323.98047,297.71605 C 323.98047,291.1718 325.80338,286.07675 329.44922,282.43089 C 333.09504,278.7851 338.17186,276.96218 344.67969,276.96214 C 351.35153,276.96218 356.49215,278.75319 360.10156,282.33519 C 363.7109,285.91725 365.51558,290.93482 365.51563,297.38792 C 365.51558,302.07283 364.72717,305.91463 363.15039,308.91331 C 361.57353,311.91202 359.29488,314.24535 356.31445,315.91331 C 353.33395,317.58128 349.61976,318.41526 345.17188,318.41526 C 340.65102,318.41526 336.90949,317.69521 333.94727,316.25511 C 330.98502,314.81501 328.58333,312.53636 326.74219,309.41917 C 324.90104,306.302 323.98047,302.40096 323.98047,297.71605 L 323.98047,297.71605 z M 336.36719,297.77073 C 336.36717,301.81762 337.11912,304.72517 338.62305,306.49339 C 340.12693,308.26163 342.17316,309.14574 344.76172,309.14573 C 347.42315,309.14574 349.48304,308.27986 350.94141,306.54808 C 352.39971,304.81632 353.12887,301.70825 353.12891,297.22386 C 353.12887,293.45045 352.36781,290.69329 350.8457,288.95237 C 349.32354,287.21152 347.25909,286.34108 344.65234,286.34105 C 342.15493,286.34108 340.14972,287.22519 338.63672,288.99339 C 337.12368,290.76165 336.36717,293.68742 336.36719,297.77073 L 336.36719,297.77073 z "
66
         transform="translate(-40.88264,207.4234)"
67
         style="font-size:56px;font-family:Arial Black"
68
         id="flowRoot2053" />
69
      <path
70
         d="M 356.25001 526.20148 A 6.1607141 6.1607141 0 1 1  343.92858,526.20148 A 6.1607141 6.1607141 0 1 1  356.25001 526.20148 z"
71
         transform="matrix(0.235703,0.235703,-0.502149,0.502149,671.0318,92.90989)"
72
         style="opacity:0.97000002;fill:#000000;fill-opacity:1;stroke-width:9.39999962;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
73
         id="path2584" />
74
      <path
75
         d="M 356.25001 526.20148 A 6.1607141 6.1607141 0 1 1  343.92858,526.20148 A 6.1607141 6.1607141 0 1 1  356.25001 526.20148 z"
76
         transform="matrix(0.235703,0.235703,-0.502149,0.502149,633.139,62.37056)"
77
         style="opacity:0.97000002;fill:#000000;fill-opacity:1;stroke-width:9.39999962;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
78
         id="path2586" />
79
      <path
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff