Revision 40340

View differences:

tags/v2_0_0_Build_2066/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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4

  
5
    <modelVersion>4.0.0</modelVersion>
6
    <artifactId>org.gvsig.app</artifactId>
7
    <packaging>jar</packaging>
8
    <version>2.0.1-SNAPSHOT</version>
9
    <name>appgvSIG</name>
10
    <description>gvSIG basic extensions</description>
11
    <url>https://devel.gvsig.org/redmine/projects/gvsig-desktop</url>
12
    
13
    
14
    <parent>
15
        <groupId>org.gvsig</groupId>
16
        <artifactId>gvsig-base-extension-pom</artifactId>
17
        <version>2.0.1-SNAPSHOT</version>
18
    </parent>
19
    
20
	<scm>
21
        <connection>scm:svn:https://devel.gvsig.org/svn/gvsig-desktop/branches/v2_0_0_prep/applications/appgvSIG/</connection>
22
        <developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-desktop/branches/v2_0_0_prep/applications/appgvSIG/</developerConnection>
23
        <url>https://devel.gvsig.org/redmine/projects/gvsig-desktop/repository/show/branches/v2_0_0_prep/applications/appgvSIG</url>
24
    </scm>
25

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

  
399
        
400
        <!-- alpha-devel -->
401

  
402
        <!-- Just in case, those are some available package info property values -->
403
        <!-- <package.info.state>alpha3</package.info.state> <package.info.official>true</package.info.official> 
404
            <package.info.operatingSystem>all</package.info.operatingSystem> <package.info.architecture>all</package.info.architecture> 
405
            <package.info.javaVM>j1_5</package.info.javaVM> <package.info.gvSIGVersion>2.0.0</package.info.gvSIGVersion> 
406
            <package.info.baseDownloadURL> http://gvsig-desktop.forge.osor.eu/gvSIG-desktop/pool/${project.artifactId} 
407
            </package.info.baseDownloadURL> -->
408
    </properties>
409
    <build>
410
        <sourceDirectory>src</sourceDirectory>
411
        <testSourceDirectory>src-test</testSourceDirectory>
412
        <resources>
413
            <resource>
414
                <directory>resources</directory>
415
                <filtering>true</filtering>
416
                <includes>
417
                    <include>**/andami-theme.xml</include>
418
                </includes>
419
            </resource>
420
            <resource>
421
                <directory>resources</directory>
422
                <filtering>false</filtering>
423
                <excludes>
424
                    <exclude>**/andami-theme.xml</exclude>
425
                </excludes>
426
            </resource>
427
        </resources>
428
        <!-- TODO: MAKE TESTS WORK AND REMOVE THIS OPTION -->
429
        <plugins>
430
            <plugin>
431
                <groupId>org.apache.maven.plugins</groupId>
432
                <artifactId>maven-surefire-plugin</artifactId>
433
                <configuration>
434
                    <skipTests>true</skipTests>
435
                </configuration>
436
            </plugin>
437
            
438
		    <plugin>
439
		      <artifactId>maven-release-plugin</artifactId>
440
		      <version>2.0</version>
441
		      <configuration>
442
		        <tagBase>https://devel.gvsig.org/svn/gvsig-desktop/tags/applications/${artifactId}</tagBase>
443
		        <goals>deploy</goals>
444
		      </configuration>
445
		    </plugin>			
446

  
447
        </plugins>
448
    </build>
449
</project>
tags/v2_0_0_Build_2066/applications/appgvSIG/resources/Symbols/gvSIG Basic/Square 1.svg
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<!-- Created with Inkscape (http://www.inkscape.org/) -->
3

  
4
<svg
5
   xmlns:dc="http://purl.org/dc/elements/1.1/"
6
   xmlns:cc="http://creativecommons.org/ns#"
7
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
   xmlns:svg="http://www.w3.org/2000/svg"
9
   xmlns="http://www.w3.org/2000/svg"
10
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
   width="16px"
13
   height="16px"
14
   id="svg9288"
15
   version="1.1"
16
   inkscape:version="0.48.3.1 r9886"
17
   sodipodi:docname="Nuevo documento 94">
18
  <defs
19
     id="defs9290" />
20
  <sodipodi:namedview
21
     id="base"
22
     pagecolor="#ffffff"
23
     bordercolor="#666666"
24
     borderopacity="1.0"
25
     inkscape:pageopacity="0.0"
26
     inkscape:pageshadow="2"
27
     inkscape:zoom="11.098901"
28
     inkscape:cx="9.1123694"
29
     inkscape:cy="7.4234485"
30
     inkscape:current-layer="layer1"
31
     showgrid="true"
32
     inkscape:grid-bbox="true"
33
     inkscape:document-units="px"
34
     inkscape:window-width="675"
35
     inkscape:window-height="383"
36
     inkscape:window-x="49"
37
     inkscape:window-y="24"
38
     inkscape:window-maximized="0" />
39
  <metadata
40
     id="metadata9293">
41
    <rdf:RDF>
42
      <cc:Work
43
         rdf:about="">
44
        <dc:format>image/svg+xml</dc:format>
45
        <dc:type
46
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
47
        <dc:title></dc:title>
48
      </cc:Work>
49
    </rdf:RDF>
50
  </metadata>
51
  <g
52
     id="layer1"
53
     inkscape:label="Layer 1"
54
     inkscape:groupmode="layer">
55
    <rect
56
       style="fill:#000000;fill-opacity:1"
57
       id="rect3056"
58
       width="16"
59
       height="16"
60
       x="0"
61
       y="0" />
62
  </g>
63
</svg>
tags/v2_0_0_Build_2066/applications/appgvSIG/resources/Symbols/gvSIG Basic/Handicapped 2.svg
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<!-- Created with Inkscape (http://www.inkscape.org/) -->
3

  
4
<svg
5
   xmlns:dc="http://purl.org/dc/elements/1.1/"
6
   xmlns:cc="http://creativecommons.org/ns#"
7
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
   xmlns:svg="http://www.w3.org/2000/svg"
9
   xmlns="http://www.w3.org/2000/svg"
10
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
   width="16px"
13
   height="16px"
14
   id="svg4805"
15
   version="1.1"
16
   inkscape:version="0.48.3.1 r9886"
17
   sodipodi:docname="Nuevo documento 101">
18
  <defs
19
     id="defs4807" />
20
  <sodipodi:namedview
21
     id="base"
22
     pagecolor="#ffffff"
23
     bordercolor="#666666"
24
     borderopacity="1.0"
25
     inkscape:pageopacity="0.0"
26
     inkscape:pageshadow="2"
27
     inkscape:zoom="22.197802"
28
     inkscape:cx="1.8282178"
29
     inkscape:cy="8"
30
     inkscape:current-layer="layer1"
31
     showgrid="true"
32
     inkscape:grid-bbox="true"
33
     inkscape:document-units="px"
34
     inkscape:window-width="1317"
35
     inkscape:window-height="744"
36
     inkscape:window-x="49"
37
     inkscape:window-y="24"
38
     inkscape:window-maximized="1" />
39
  <metadata
40
     id="metadata4810">
41
    <rdf:RDF>
42
      <cc:Work
43
         rdf:about="">
44
        <dc:format>image/svg+xml</dc:format>
45
        <dc:type
46
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
47
        <dc:title></dc:title>
48
      </cc:Work>
49
    </rdf:RDF>
50
  </metadata>
51
  <g
52
     id="layer1"
53
     inkscape:label="Layer 1"
54
     inkscape:groupmode="layer">
55
    <g
56
       id="g4621"
57
       transform="matrix(0.02413273,0,0,0.02234637,28.195591,-7.8090193)"
58
       inkscape:transform-center-x="193.03424"
59
       inkscape:transform-center-y="182.80778">
60
      <path
61
         inkscape:connector-curvature="0"
62
         style="fill:#fafcfc"
63
         d="m -1168.3548,707.45356 0,-358.00001 331.49996,0 331.5,0 0,358.00001 0,358.00004 -331.5,0 -331.49996,0 0,-358.00004 z"
64
         id="path1877" />
65
      <path
66
         inkscape:connector-curvature="0"
67
         style="fill:#015ba0"
68
         d="m -1165.8548,707.45358 0,-358 328.99998,0 328.99999,0 0,358 0,357.99992 -328.99999,0 -328.99998,0 0,-357.99992 z m 644.17123,343.34492 c 1.76484,-1.5971 1.82874,-13.5702 1.82874,-342.67117 0,-315.91592 -0.12181,-341.15087 -1.65499,-342.84501 -1.59661,-1.76424 -12.70644,-1.82874 -314.99999,-1.82874 -312.01169,0 -313.35349,0.009 -315.34499,2 -1.9922,1.99216 -2,3.33333 -2,342.27749 0,306.35923 0.1551,340.49903 1.5567,342.49993 l 1.5567,2.2225 313.61454,0 c 290.41833,0 313.74981,-0.1224 315.44329,-1.655 z m -619.70803,-10.5933 c -0.2613,-0.6884 -0.36,-150.65166 -0.2192,-333.25162 l 0.2559,-332 305.00008,0 304.99999,0 0,333 0,332.99992 -304.78075,0.2517 c -243.30062,0.2008 -304.87662,-9e-4 -305.25602,-1 z m 236.70014,-53.76396 c 21.1762,-2.458 20.7817,-2.3808 34.3366,-6.7188 10.4557,-3.3461 38.97066,-17.05281 51.50004,-24.7552 20.50829,-12.6075 37.17635,-29.1242 53.43555,-52.9505 4.98473,-7.30461 14.56445,-25.61061 14.56445,-27.8312 0,-1.8122 -25.68072,-64.64233 -27.14018,-66.40087 -1.72932,-2.0837 -5.112,-1.21244 -6.47949,1.66891 -0.65257,1.375 -2.65797,6.325 -4.45644,11 -7.14467,18.57206 -23.02325,47.48166 -33.19375,60.43456 -22.55555,28.72629 -44.30408,41.7695 -80.20488,48.1009 -16.9725,2.99319 -22.4071,3.0536 -38.5253,0.42779 -17.0932,-2.78459 -29.0446,-6.82899 -43.2229,-14.6267 -16.33784,-8.98529 -26.93554,-17.99019 -39.23324,-33.33659 -11.657,-14.5467 -21.0334,-36.8647 -24.5777,-58.49996 -2.4584,-15.00708 -2.4662,-23.01907 -0.036,-37.13222 4.8252,-28.02309 12.7682,-44.13976 33.3699,-67.70906 l 4.8,-5.4914 -5.515,-30.68906 c -3.0333,-16.87897 -6.0359,-31.31662 -6.6724,-32.08365 -2.383,-2.87134 -5.4011,-1.45793 -12.5032,5.85539 -16.5409,17.03294 -29.3118,32.98698 -43.1502,53.90567 -10.8734,16.43658 -16.001,28.80293 -19.2163,46.34433 -1.2098,6.6 -2.6216,13.8 -3.1373,16 -1.9847,8.4668 -3.224,41.26939 -1.9987,52.90048 3.4502,32.74818 4.7111,37.58948 15.6491,60.08358 9.7969,20.1474 17.7918,31.03739 36.3614,49.5285 18.5558,18.4774 24.7228,22.7187 51.46114,35.3922 19.4383,9.21339 32.9248,13.37749 50.6215,15.63009 16.1554,2.0563 20.4941,2.5706 23.6634,2.80511 1.1898,0.088 9.9648,-0.7455 19.5,-1.8523 z m 276.7682,-69.8144 c 41.62584,-14.0019 64.79223,-22.26781 65.45052,-23.35291 0.76898,-1.26759 -0.65525,-6.90989 -5.80574,-23 -3.75358,-11.7262 -7.69263,-23.6601 -8.75344,-26.51979 -2.00576,-5.407 -4.75854,-7.4288 -7.27313,-5.3419 -1.4172,1.1762 -76.20324,27.03829 -78.19279,27.0402 -0.62866,6e-4 -1.37152,-0.5614 -1.6508,-1.2489 -38.49343,-94.75795 -65.17894,-159.76169 -66.29755,-161.49542 l -1.44878,-2.24546 -106.20093,-0.25454 -106.20096,-0.25454 -1.3209,-7.9195 c -0.7265,-4.35572 -1.0912,-8.51822 -0.8104,-9.25 0.4191,-1.09215 14.9909,-1.3305 81.342,-1.3305 61.53548,0 81.1178,-0.28646 82.03134,-1.2 1.70979,-1.70979 1.70979,-53.89021 0,-55.6 -0.9148,-0.9148 -21.71809,-1.2 -87.53134,-1.2 -68.1652,0 -86.4235,-0.26303 -86.7689,-1.25 -1.0787,-3.08266 -9.56,-63.15067 -9.0896,-64.37655 0.2899,-0.7554 1.8839,-1.37345 3.5424,-1.37345 7.6585,0 27.1493,-11.0103 35.6705,-20.1502 4.2928,-4.6046 11.203,-16.44363 12.445,-21.32193 0.564,-2.21533 1.511,-5.27005 2.1043,-6.78827 0.5934,-1.51821 1.0328,-7.36821 0.9765,-13 -0.0864,-8.63156 -0.5813,-11.63802 -3.1518,-19.14437 -3.6845,-10.75983 -9.6683,-20.04202 -18.2039,-28.23837 -7.6987,-7.39263 -15.6642,-11.5773 -26.1501,-13.73793 -22.6371,-4.66438 -41.75314,0.76134 -58.15264,16.50556 -13.065,12.54288 -18.0908,23.81534 -19.1413,42.93253 -0.5514,10.03401 -0.3592,12.47197 1.4587,18.5 1.1516,3.81864 10.4742,60.26798 20.7168,125.44298 13.5373,86.13922 19.05374,118.97673 20.20024,120.24571 1.4803,1.63825 8.4772,1.76136 113.6762,2 l 112.09894,0.25429 34.64006,86.49996 c 19.05204,47.575 35.3436,87.7375 36.20348,89.25 0.85989,1.5125 2.37186,2.7155 3.35994,2.6733 0.98808,-0.0422 30.79072,-9.8297 66.22808,-21.75 z"
69
         id="path1875" />
70
    </g>
71
  </g>
72
</svg>
tags/v2_0_0_Build_2066/applications/appgvSIG/resources/Symbols/gvSIG Basic/Square 3.svg
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<!-- Created with Inkscape (http://www.inkscape.org/) -->
3

  
4
<svg
5
   xmlns:dc="http://purl.org/dc/elements/1.1/"
6
   xmlns:cc="http://creativecommons.org/ns#"
7
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
   xmlns:svg="http://www.w3.org/2000/svg"
9
   xmlns="http://www.w3.org/2000/svg"
10
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
   width="16px"
13
   height="16px"
14
   id="svg10014"
15
   version="1.1"
16
   inkscape:version="0.48.3.1 r9886"
17
   sodipodi:docname="Nuevo documento 138">
18
  <defs
19
     id="defs10016" />
20
  <sodipodi:namedview
21
     id="base"
22
     pagecolor="#ffffff"
23
     bordercolor="#666666"
24
     borderopacity="1.0"
25
     inkscape:pageopacity="0.0"
26
     inkscape:pageshadow="2"
27
     inkscape:zoom="22.197802"
28
     inkscape:cx="8"
29
     inkscape:cy="8"
30
     inkscape:current-layer="layer1"
31
     showgrid="true"
32
     inkscape:grid-bbox="true"
33
     inkscape:document-units="px"
34
     inkscape:window-width="1317"
35
     inkscape:window-height="744"
36
     inkscape:window-x="49"
37
     inkscape:window-y="24"
38
     inkscape:window-maximized="1" />
39
  <metadata
40
     id="metadata10019">
41
    <rdf:RDF>
42
      <cc:Work
43
         rdf:about="">
44
        <dc:format>image/svg+xml</dc:format>
45
        <dc:type
46
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
47
        <dc:title></dc:title>
48
      </cc:Work>
49
    </rdf:RDF>
50
  </metadata>
51
  <g
52
     id="layer1"
53
     inkscape:label="Layer 1"
54
     inkscape:groupmode="layer">
55
    <rect
56
       style="fill:#00ff00;fill-opacity:1;stroke:#000000;stroke-width:0.94117647;stroke-opacity:1"
57
       id="rect3056-7-8"
58
       width="15.058824"
59
       height="15.058824"
60
       x="0.47058824"
61
       y="0.47058818" />
62
    <rect
63
       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.85422039;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
64
       id="rect3954-9"
65
       width="3.8516622"
66
       height="3.8516622"
67
       x="6.0741615"
68
       y="6.0741687"
69
       rx="2.9798386" />
70
  </g>
71
</svg>
tags/v2_0_0_Build_2066/applications/appgvSIG/resources/Symbols/gvSIG Basic/Rnd Square 1.svg
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<!-- Created with Inkscape (http://www.inkscape.org/) -->
3

  
4
<svg
5
   xmlns:dc="http://purl.org/dc/elements/1.1/"
6
   xmlns:cc="http://creativecommons.org/ns#"
7
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
   xmlns:svg="http://www.w3.org/2000/svg"
9
   xmlns="http://www.w3.org/2000/svg"
10
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
   width="16px"
13
   height="16px"
14
   id="svg9532"
15
   version="1.1"
16
   inkscape:version="0.48.3.1 r9886"
17
   sodipodi:docname="Nuevo documento 110">
18
  <defs
19
     id="defs9534" />
20
  <sodipodi:namedview
21
     id="base"
22
     pagecolor="#ffffff"
23
     bordercolor="#666666"
24
     borderopacity="1.0"
25
     inkscape:pageopacity="0.0"
26
     inkscape:pageshadow="2"
27
     inkscape:zoom="7.8481082"
28
     inkscape:cx="7.6246837"
29
     inkscape:cy="1.6161263"
30
     inkscape:current-layer="layer1"
31
     showgrid="true"
32
     inkscape:grid-bbox="true"
33
     inkscape:document-units="px"
34
     inkscape:window-width="675"
35
     inkscape:window-height="383"
36
     inkscape:window-x="49"
37
     inkscape:window-y="24"
38
     inkscape:window-maximized="0" />
39
  <metadata
40
     id="metadata9537">
41
    <rdf:RDF>
42
      <cc:Work
43
         rdf:about="">
44
        <dc:format>image/svg+xml</dc:format>
45
        <dc:type
46
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
47
        <dc:title></dc:title>
48
      </cc:Work>
49
    </rdf:RDF>
50
  </metadata>
51
  <g
52
     id="layer1"
53
     inkscape:label="Layer 1"
54
     inkscape:groupmode="layer">
55
    <rect
56
       style="fill:#000000;fill-opacity:1"
57
       id="rect3074"
58
       width="16"
59
       height="16"
60
       x="0"
61
       y="0"
62
       rx="3" />
63
  </g>
64
</svg>
tags/v2_0_0_Build_2066/applications/appgvSIG/resources/Symbols/gvSIG Basic/Rnd Square 3.svg
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<!-- Created with Inkscape (http://www.inkscape.org/) -->
3

  
4
<svg
5
   xmlns:dc="http://purl.org/dc/elements/1.1/"
6
   xmlns:cc="http://creativecommons.org/ns#"
7
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
   xmlns:svg="http://www.w3.org/2000/svg"
9
   xmlns="http://www.w3.org/2000/svg"
10
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
   width="16px"
13
   height="16px"
14
   id="svg3167"
15
   version="1.1"
16
   inkscape:version="0.48.3.1 r9886"
17
   sodipodi:docname="Nuevo documento 5">
18
  <defs
19
     id="defs3169" />
20
  <sodipodi:namedview
21
     id="base"
22
     pagecolor="#ffffff"
23
     bordercolor="#666666"
24
     borderopacity="1.0"
25
     inkscape:pageopacity="0.0"
26
     inkscape:pageshadow="2"
27
     inkscape:zoom="22.197802"
28
     inkscape:cx="1.8282178"
29
     inkscape:cy="8"
30
     inkscape:current-layer="layer1"
31
     showgrid="true"
32
     inkscape:grid-bbox="true"
33
     inkscape:document-units="px"
34
     inkscape:window-width="1317"
35
     inkscape:window-height="744"
36
     inkscape:window-x="49"
37
     inkscape:window-y="24"
38
     inkscape:window-maximized="1" />
39
  <metadata
40
     id="metadata3172">
41
    <rdf:RDF>
42
      <cc:Work
43
         rdf:about="">
44
        <dc:format>image/svg+xml</dc:format>
45
        <dc:type
46
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
47
        <dc:title></dc:title>
48
      </cc:Work>
49
    </rdf:RDF>
50
  </metadata>
51
  <g
52
     id="layer1"
53
     inkscape:label="Layer 1"
54
     inkscape:groupmode="layer">
55
    <rect
56
       style="fill:#00ff00;fill-opacity:1;stroke:#000000;stroke-width:0.94117647;stroke-opacity:1"
57
       id="rect3074-2-5"
58
       width="15.058824"
59
       height="15.058824"
60
       x="0.47058821"
61
       y="0.47058821"
62
       rx="2.8235295" />
63
    <rect
64
       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.85422039;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
65
       id="rect3954-36"
66
       width="3.8516622"
67
       height="3.8516622"
68
       x="6.0741692"
69
       y="6.0741692"
70
       rx="2.9798386" />
71
  </g>
72
</svg>
tags/v2_0_0_Build_2066/applications/appgvSIG/resources/Symbols/gvSIG Basic/Triangle 1_sel.svg
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<!-- Created with Inkscape (http://www.inkscape.org/) -->
3

  
4
<svg
5
   xmlns:dc="http://purl.org/dc/elements/1.1/"
6
   xmlns:cc="http://creativecommons.org/ns#"
7
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
   xmlns:svg="http://www.w3.org/2000/svg"
9
   xmlns="http://www.w3.org/2000/svg"
10
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
   width="16px"
13
   height="16px"
14
   id="svg9333"
15
   version="1.1"
16
   inkscape:version="0.48.3.1 r9886"
17
   sodipodi:docname="Triangle 1.svg">
18
  <defs
19
     id="defs9335" />
20
  <sodipodi:namedview
21
     id="base"
22
     pagecolor="#ffffff"
23
     bordercolor="#666666"
24
     borderopacity="1.0"
25
     inkscape:pageopacity="0.0"
26
     inkscape:pageshadow="2"
27
     inkscape:zoom="31.392433"
28
     inkscape:cx="12.66197"
29
     inkscape:cy="8.2987201"
30
     inkscape:current-layer="layer1"
31
     showgrid="true"
32
     inkscape:grid-bbox="true"
33
     inkscape:document-units="px"
34
     inkscape:window-width="1317"
35
     inkscape:window-height="744"
36
     inkscape:window-x="49"
37
     inkscape:window-y="24"
38
     inkscape:window-maximized="1" />
39
  <metadata
40
     id="metadata9338">
41
    <rdf:RDF>
42
      <cc:Work
43
         rdf:about="">
44
        <dc:format>image/svg+xml</dc:format>
45
        <dc:type
46
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
47
        <dc:title></dc:title>
48
      </cc:Work>
49
    </rdf:RDF>
50
  </metadata>
51
  <g
52
     id="layer1"
53
     inkscape:label="Layer 1"
54
     inkscape:groupmode="layer">
55
    <path
56
       sodipodi:type="star"
57
       style="fill:#000000;fill-opacity:1"
58
       id="path3070"
59
       sodipodi:sides="3"
60
       sodipodi:cx="193.11055"
61
       sodipodi:cy="-19.388611"
62
       sodipodi:r1="16.360126"
63
       sodipodi:r2="8.1800623"
64
       sodipodi:arg1="0.5485494"
65
       sodipodi:arg2="1.595747"
66
       inkscape:flatsided="false"
67
       inkscape:rounded="0"
68
       inkscape:randomized="0"
69
       d="m 207.07035,-10.857623 -14.16388,-0.353472 -14.16387,-0.35347 7.38805,-12.08954 7.38805,-12.08954 6.77583,12.443012 z"
70
       inkscape:transform-center-x="0.00064665227"
71
       inkscape:transform-center-y="-2.3095583"
72
       transform="matrix(0.56446761,-0.01401176,0.0140074,0.56464334,-100.73242,23.963027)" />
73
    <path
74
       style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.03185481;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
75
       d="M 0.13719149,14.730044 C 0.19595282,14.629303 1.981394,11.536599 4.1048384,7.8573685 6.2282833,4.1781379 7.9756126,1.1573836 7.9877933,1.1445812 c 0.015147,-0.01592 7.7453757,13.3332328 7.9593037,13.7447368 0.0068,0.01314 -3.571642,0.02389 -7.9521619,0.02389 l -7.96458239,0 0.10683878,-0.183165 0,0 z"
76
       id="path5055"
77
       inkscape:connector-curvature="0" />
78
  </g>
79
</svg>
tags/v2_0_0_Build_2066/applications/appgvSIG/resources/Symbols/gvSIG Basic/Triangle 2_sel.svg
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<!-- Created with Inkscape (http://www.inkscape.org/) -->
3

  
4
<svg
5
   xmlns:dc="http://purl.org/dc/elements/1.1/"
6
   xmlns:cc="http://creativecommons.org/ns#"
7
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
   xmlns:svg="http://www.w3.org/2000/svg"
9
   xmlns="http://www.w3.org/2000/svg"
10
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
   width="16px"
13
   height="16px"
14
   id="svg9685"
15
   version="1.1"
16
   inkscape:version="0.48.3.1 r9886"
17
   sodipodi:docname="Triangle 2.svg">
18
  <defs
19
     id="defs9687" />
20
  <sodipodi:namedview
21
     id="base"
22
     pagecolor="#ffffff"
23
     bordercolor="#666666"
24
     borderopacity="1.0"
25
     inkscape:pageopacity="0.0"
26
     inkscape:pageshadow="2"
27
     inkscape:zoom="22.197802"
28
     inkscape:cx="4.3866281"
29
     inkscape:cy="2.6684057"
30
     inkscape:current-layer="layer1"
31
     showgrid="true"
32
     inkscape:grid-bbox="true"
33
     inkscape:document-units="px"
34
     inkscape:window-width="1317"
35
     inkscape:window-height="744"
36
     inkscape:window-x="49"
37
     inkscape:window-y="24"
38
     inkscape:window-maximized="1" />
39
  <metadata
40
     id="metadata9690">
41
    <rdf:RDF>
42
      <cc:Work
43
         rdf:about="">
44
        <dc:format>image/svg+xml</dc:format>
45
        <dc:type
46
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
47
        <dc:title></dc:title>
48
      </cc:Work>
49
    </rdf:RDF>
50
  </metadata>
51
  <g
52
     id="layer1"
53
     inkscape:label="Layer 1"
54
     inkscape:groupmode="layer">
55
    <path
56
       sodipodi:type="star"
57
       style="fill:#00ff00;fill-opacity:1;stroke:#000000;stroke-opacity:1"
58
       id="path3070-2"
59
       sodipodi:sides="3"
60
       sodipodi:cx="193.11055"
61
       sodipodi:cy="-19.388611"
62
       sodipodi:r1="16.360126"
63
       sodipodi:r2="8.1800623"
64
       sodipodi:arg1="0.5485494"
65
       sodipodi:arg2="1.595747"
66
       inkscape:flatsided="false"
67
       inkscape:rounded="0"
68
       inkscape:randomized="0"
69
       d="m 207.07035,-10.857623 -14.16388,-0.353472 -14.16387,-0.35347 7.38805,-12.08954 7.38805,-12.08954 6.77583,12.443012 z"
70
       inkscape:transform-center-x="-0.0095350151"
71
       inkscape:transform-center-y="-2.3891145"
72
       transform="matrix(0.50984193,-0.01674065,0.0138891,0.58749679,-90.196097,25.012659)" />
73
    <path
74
       style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.04504951;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
75
       d="m 4.5895232,8.2300617 c 1.8348184,-3.6882686 3.3496521,-6.7197911 3.366297,-6.7367168 0.016645,-0.016926 1.5476127,2.9796853 3.4021508,6.6591357 1.854538,3.6794504 3.364823,6.6962264 3.356188,6.7039454 -0.0086,0.0077 -3.040818,0.02878 -6.7381841,0.04681 l -6.7224854,0.03277 3.3360337,-6.7059423 z"
76
       id="path3022"
77
       inkscape:connector-curvature="0" />
78
  </g>
79
</svg>
tags/v2_0_0_Build_2066/applications/appgvSIG/resources/Symbols/gvSIG Basic/Triangle 3_sel.svg
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<!-- Created with Inkscape (http://www.inkscape.org/) -->
3

  
4
<svg
5
   xmlns:dc="http://purl.org/dc/elements/1.1/"
6
   xmlns:cc="http://creativecommons.org/ns#"
7
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
   xmlns:svg="http://www.w3.org/2000/svg"
9
   xmlns="http://www.w3.org/2000/svg"
10
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
   width="16px"
13
   height="16px"
14
   id="svg10068"
15
   version="1.1"
16
   inkscape:version="0.48.3.1 r9886"
17
   sodipodi:docname="Triangle 3.svg">
18
  <defs
19
     id="defs10070" />
20
  <sodipodi:namedview
21
     id="base"
22
     pagecolor="#ffffff"
23
     bordercolor="#666666"
24
     borderopacity="1.0"
25
     inkscape:pageopacity="0.0"
26
     inkscape:pageshadow="2"
27
     inkscape:zoom="22.197802"
28
     inkscape:cx="8"
29
     inkscape:cy="8"
30
     inkscape:current-layer="layer1"
31
     showgrid="true"
32
     inkscape:grid-bbox="true"
33
     inkscape:document-units="px"
34
     inkscape:window-width="1317"
35
     inkscape:window-height="744"
36
     inkscape:window-x="49"
37
     inkscape:window-y="24"
38
     inkscape:window-maximized="1" />
39
  <metadata
40
     id="metadata10073">
41
    <rdf:RDF>
42
      <cc:Work
43
         rdf:about="">
44
        <dc:format>image/svg+xml</dc:format>
45
        <dc:type
46
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
47
        <dc:title></dc:title>
48
      </cc:Work>
49
    </rdf:RDF>
50
  </metadata>
51
  <g
52
     id="layer1"
53
     inkscape:label="Layer 1"
54
     inkscape:groupmode="layer">
55
    <path
56
       sodipodi:type="star"
57
       style="fill:#00ff00;fill-opacity:1;stroke:#000000;stroke-opacity:1"
58
       id="path3070-2-9"
59
       sodipodi:sides="3"
60
       sodipodi:cx="193.11055"
61
       sodipodi:cy="-19.388611"
62
       sodipodi:r1="16.360126"
63
       sodipodi:r2="8.1800623"
64
       sodipodi:arg1="0.5485494"
65
       sodipodi:arg2="1.595747"
66
       inkscape:flatsided="false"
67
       inkscape:rounded="0"
68
       inkscape:randomized="0"
69
       d="m 207.07035,-10.857623 -14.16388,-0.353472 -14.16387,-0.35347 7.38805,-12.08954 7.38805,-12.08954 6.77583,12.443012 z"
70
       inkscape:transform-center-x="-0.016708589"
71
       inkscape:transform-center-y="-2.0767927"
72
       transform="matrix(-0.26836373,-0.43522408,0.43522408,-0.26836373,68.376246,89.249808)" />
73
    <rect
74
       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.82187068;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
75
       id="rect3954-3"
76
       width="3.7057979"
77
       height="3.7057979"
78
       x="-13.648422"
79
       y="-0.086942852"
80
       rx="2.8669908"
81
       transform="matrix(-0.52485406,-0.85119223,0.85119223,-0.52485406,0,0)" />
82
    <path
83
       style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.04504951;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
84
       d="m 1.4007598,14.293404 c 0.00963,-0.02557 1.5162227,-2.664953 3.3479859,-5.8652922 L 8.0792241,2.6093133 8.1575859,2.7345824 C 8.4537093,3.2079637 14.864618,14.250795 14.85114,14.264272 c -0.0093,0.0093 -3.043423,0.03016 -6.7424265,0.0463 -4.6159322,0.02013 -6.7199698,0.01475 -6.7079537,-0.01716 l 0,0 z M 8.22801,11.333755 C 8.6333289,11.225837 8.9383596,11.057294 9.241408,10.773807 9.7228972,10.323398 9.9704901,9.744329 9.9620001,9.0884907 9.9455688,7.8192046 8.9606384,6.8467327 7.6915226,6.8467327 c -1.6987903,0 -2.7918347,1.7707082 -2.0313735,3.2907803 0.4622988,0.924082 1.5998065,1.453991 2.5678609,1.196242 l 0,0 z"
85
       id="path3082"
86
       inkscape:connector-curvature="0" />
87
  </g>
88
</svg>
tags/v2_0_0_Build_2066/applications/appgvSIG/resources/Symbols/gvSIG Basic/Star 1_sel.svg
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<!-- Created with Inkscape (http://www.inkscape.org/) -->
3

  
4
<svg
5
   xmlns:dc="http://purl.org/dc/elements/1.1/"
6
   xmlns:cc="http://creativecommons.org/ns#"
7
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
   xmlns:svg="http://www.w3.org/2000/svg"
9
   xmlns="http://www.w3.org/2000/svg"
10
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
   width="16px"
13
   height="16px"
14
   id="svg3220"
15
   version="1.1"
16
   inkscape:version="0.48.3.1 r9886"
17
   sodipodi:docname="Star 1.svg">
18
  <defs
19
     id="defs3222" />
20
  <sodipodi:namedview
21
     id="base"
22
     pagecolor="#ffffff"
23
     bordercolor="#666666"
24
     borderopacity="1.0"
25
     inkscape:pageopacity="0.0"
26
     inkscape:pageshadow="2"
27
     inkscape:zoom="37.3125"
28
     inkscape:cx="8"
29
     inkscape:cy="8"
30
     inkscape:current-layer="layer1"
31
     showgrid="true"
32
     inkscape:grid-bbox="true"
33
     inkscape:document-units="px"
34
     inkscape:window-width="1317"
35
     inkscape:window-height="744"
36
     inkscape:window-x="49"
37
     inkscape:window-y="24"
38
     inkscape:window-maximized="1" />
39
  <metadata
40
     id="metadata3225">
41
    <rdf:RDF>
42
      <cc:Work
43
         rdf:about="">
44
        <dc:format>image/svg+xml</dc:format>
45
        <dc:type
46
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
47
        <dc:title></dc:title>
48
      </cc:Work>
49
    </rdf:RDF>
50
  </metadata>
51
  <g
52
     id="layer1"
53
     inkscape:label="Layer 1"
54
     inkscape:groupmode="layer">
55
    <path
56
       sodipodi:type="star"
57
       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.86000001;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
58
       id="path4015"
59
       sodipodi:sides="5"
60
       sodipodi:cx="443.61139"
61
       sodipodi:cy="-48.083752"
62
       sodipodi:r1="17.219879"
63
       sodipodi:r2="8.6099396"
64
       sodipodi:arg1="0.94531129"
65
       sodipodi:arg2="1.5736298"
66
       inkscape:flatsided="false"
67
       inkscape:rounded="0"
68
       inkscape:randomized="0"
69
       d="m 453.69347,-34.123953 -10.10648,-5.349894 -10.13663,5.292535 1.96498,-11.265035 -8.16589,-8.005023 11.3209,-1.612281 5.08983,-10.239911 5.03172,10.26859 11.31158,1.676411 -8.21112,7.958618 z"
70
       inkscape:transform-center-x="-0.006718572"
71
       inkscape:transform-center-y="-0.76362005"
72
       transform="matrix(0.44595779,0,0,0.46847646,-189.83868,31.289725)" />
73
    <path
74
       style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.02680067;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
75
       d="m 3.2264587,15.561102 c 0.00755,-0.03278 0.2127276,-1.259594 0.4559534,-2.726261 C 3.9256378,11.368174 4.1299747,10.144054 4.1364939,10.114573 4.1456959,10.07296 3.7204444,9.6203814 2.2352219,8.0911223 1.1830031,7.0077052 0.33645918,6.1184563 0.35401322,6.1150137 0.37156725,6.1115712 1.5616241,5.9332637 2.9985839,5.7187749 4.4355439,5.504286 5.6186656,5.320168 5.6277432,5.3096239 5.6368209,5.2990794 6.1714235,4.1748744 6.8157491,2.8113903 7.4600745,1.4479062 7.9960898,0.32334209 8.0068942,0.31235894 8.0176986,0.30137579 8.5566478,1.4285063 9.2045591,2.8170935 l 1.1780209,2.5247038 2.519263,0.3924443 c 1.385594,0.2158446 2.57795,0.4012208 2.649679,0.4119475 l 0.130417,0.019503 -0.506001,0.5138037 c -0.2783,0.2825921 -1.143739,1.1622708 -1.923198,1.9548417 l -1.417197,1.4410375 0.443793,2.766668 c 0.244087,1.521667 0.439346,2.771125 0.433909,2.776572 -0.0054,0.0054 -1.067906,-0.578283 -2.361045,-1.297181 C 8.2408153,13.147646 7.9940178,13.017032 7.9321785,13.04067 7.8778305,13.06144 3.6514809,15.369919 3.3001694,15.57072 l -0.087435,0.04998 0.013725,-0.05959 0,0 z"
76
       id="path4701"
77
       inkscape:connector-curvature="0" />
78
  </g>
79
</svg>
tags/v2_0_0_Build_2066/applications/appgvSIG/resources/Symbols/gvSIG Basic/Star 2_sel.svg
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<!-- Created with Inkscape (http://www.inkscape.org/) -->
3

  
4
<svg
5
   xmlns:dc="http://purl.org/dc/elements/1.1/"
6
   xmlns:cc="http://creativecommons.org/ns#"
7
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
   xmlns:svg="http://www.w3.org/2000/svg"
9
   xmlns="http://www.w3.org/2000/svg"
10
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
   width="16px"
13
   height="16px"
14
   id="svg3265"
15
   version="1.1"
16
   inkscape:version="0.48.3.1 r9886"
17
   sodipodi:docname="Star 2.svg">
18
  <defs
19
     id="defs3267" />
20
  <sodipodi:namedview
21
     id="base"
22
     pagecolor="#ffffff"
23
     bordercolor="#666666"
24
     borderopacity="1.0"
25
     inkscape:pageopacity="0.0"
26
     inkscape:pageshadow="2"
27
     inkscape:zoom="37.3125"
28
     inkscape:cx="4.3283082"
29
     inkscape:cy="8"
30
     inkscape:current-layer="layer1"
31
     showgrid="true"
32
     inkscape:grid-bbox="true"
33
     inkscape:document-units="px"
34
     inkscape:window-width="1317"
35
     inkscape:window-height="744"
36
     inkscape:window-x="49"
37
     inkscape:window-y="24"
38
     inkscape:window-maximized="1" />
39
  <metadata
40
     id="metadata3270">
41
    <rdf:RDF>
42
      <cc:Work
43
         rdf:about="">
44
        <dc:format>image/svg+xml</dc:format>
45
        <dc:type
46
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
47
        <dc:title></dc:title>
48
      </cc:Work>
49
    </rdf:RDF>
50
  </metadata>
51
  <g
52
     id="layer1"
53
     inkscape:label="Layer 1"
54
     inkscape:groupmode="layer">
55
    <path
56
       sodipodi:type="star"
57
       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.86000001;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
58
       id="path4015-5"
59
       sodipodi:sides="5"
60
       sodipodi:cx="443.61139"
61
       sodipodi:cy="-48.083752"
62
       sodipodi:r1="17.219879"
63
       sodipodi:r2="8.6099396"
64
       sodipodi:arg1="0.94531129"
65
       sodipodi:arg2="1.5736298"
66
       inkscape:flatsided="false"
67
       inkscape:rounded="0"
68
       inkscape:randomized="0"
69
       d="m 453.69347,-34.123953 -10.10648,-5.349894 -10.13663,5.292535 1.96498,-11.265035 -8.16589,-8.005023 11.3209,-1.612281 5.08983,-10.239911 5.03172,10.26859 11.31158,1.676411 -8.21112,7.958618 z"
70
       inkscape:transform-center-x="-0.0067283124"
71
       inkscape:transform-center-y="-0.76361922"
72
       transform="matrix(0.44595779,0,0,0.46847646,-189.83868,31.289725)" />
73
    <path
74
       style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.02680067;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
75
       d="M 10.087945,13.728668 C 8.9382906,13.088099 7.9794967,12.56928 7.9572912,12.575737 c -0.022205,0.0065 -0.9750467,0.525239 -2.1174252,1.152849 -1.1423786,0.627611 -2.0804297,1.131426 -2.084558,1.11959 -0.00413,-0.01184 0.1737611,-1.108627 0.3953099,-2.437313 0.2215488,-1.328685 0.4028159,-2.4339909 0.4028159,-2.4562344 0,-0.022243 -0.762814,-0.8258399 -1.6951424,-1.7857699 C 1.9259631,7.2089289 1.1672362,6.4158247 1.1722316,6.4064056 1.177227,6.3969863 2.2358412,6.2315701 3.5247075,6.0388138 4.8135737,5.8460578 5.8784201,5.6772135 5.8910325,5.6636044 5.9036452,5.6499956 6.3825444,4.6469012 6.9552536,3.4345059 7.5279627,2.2221106 8.0039418,1.2301508 8.0129852,1.2301508 c 0.00904,0 0.4844762,1.0040201 1.0565175,2.2311557 0.572041,1.2271357 1.0411983,2.2326556 1.0425723,2.2344885 0.0014,0.00183 1.063295,0.1681581 2.359826,0.3696115 1.29653,0.2014534 2.362359,0.3713104 2.368509,0.3774598 0.0061,0.00615 -0.667989,0.7021358 -1.498084,1.5466361 -0.830095,0.8445007 -1.602859,1.6319381 -1.717253,1.7498611 l -0.207989,0.2144053 0.386487,2.4120602 c 0.212568,1.326633 0.391198,2.439196 0.396955,2.472362 0.0058,0.03317 0.0031,0.05914 -0.0059,0.05772 -0.009,-0.0014 -0.957011,-0.526679 -2.106664,-1.167248 l 0,0 z"
76
       id="path4759"
77
       inkscape:connector-curvature="0" />
78
  </g>
79
</svg>
tags/v2_0_0_Build_2066/applications/appgvSIG/resources/Symbols/gvSIG Basic/Pattern 1.svg
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<!-- Created with Inkscape (http://www.inkscape.org/) -->
3

  
4
<svg
5
   xmlns:dc="http://purl.org/dc/elements/1.1/"
6
   xmlns:cc="http://creativecommons.org/ns#"
7
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
   xmlns:svg="http://www.w3.org/2000/svg"
9
   xmlns="http://www.w3.org/2000/svg"
10
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
   width="16px"
13
   height="16px"
14
   id="svg4657"
15
   version="1.1"
16
   inkscape:version="0.48.3.1 r9886"
17
   sodipodi:docname="Nuevo documento 2">
18
  <defs
19
     id="defs4659">
20
    <clipPath
21
       clipPathUnits="userSpaceOnUse"
22
       id="clipPath538">
23
      <path
24
         inkscape:connector-curvature="0"
25
         d="m 270.188,684.275 40.085,0 0,39.916 -40.085,0 0,-39.916 z"
26
         id="path540" />
27
    </clipPath>
28
    <clipPath
29
       clipPathUnits="userSpaceOnUse"
30
       id="clipPath544">
31
      <path
32
         inkscape:connector-curvature="0"
33
         d="m 299.373,662.819 c 8.805,0.172 25.366,2.9 25.104,10.071 -0.469,12.891 -23.302,12.016 -28.416,12.016 -18.19,0 -25.866,-8.084 -22.326,-14.083 7.12,-8.36 19.106,-8.134 25.638,-8.004"
34
         id="path546" />
35
    </clipPath>
36
    <clipPath
37
       clipPathUnits="userSpaceOnUse"
38
       id="clipPath492">
39
      <path
40
         inkscape:connector-curvature="0"
41
         d="m 310.069,644.515 40.085,0 0,39.916 -40.085,0 0,-39.916 z"
42
         id="path494" />
43
    </clipPath>
44
    <clipPath
45
       clipPathUnits="userSpaceOnUse"
46
       id="clipPath498">
47
      <path
48
         inkscape:connector-curvature="0"
49
         d="m 299.373,662.819 c 8.805,0.172 25.366,2.9 25.104,10.071 -0.469,12.891 -23.302,12.016 -28.416,12.016 -18.19,0 -25.866,-8.084 -22.326,-14.083 7.12,-8.36 19.106,-8.134 25.638,-8.004"
50
         id="path500" />
51
    </clipPath>
52
    <clipPath
53
       clipPathUnits="userSpaceOnUse"
54
       id="clipPath394">
55
      <path
56
         inkscape:connector-curvature="0"
57
         d="m 270.188,644.515 40.085,0 0,39.916 -40.085,0 0,-39.916 z"
58
         id="path396" />
59
    </clipPath>
60
    <clipPath
61
       clipPathUnits="userSpaceOnUse"
62
       id="clipPath400">
63
      <path
64
         inkscape:connector-curvature="0"
65
         d="m 299.373,662.819 c 8.805,0.172 25.366,2.9 25.104,10.071 -0.469,12.891 -23.302,12.016 -28.416,12.016 -18.19,0 -25.866,-8.084 -22.326,-14.083 7.12,-8.36 19.106,-8.134 25.638,-8.004"
66
         id="path402" />
67
    </clipPath>
68
  </defs>
69
  <sodipodi:namedview
70
     id="base"
71
     pagecolor="#ffffff"
72
     bordercolor="#666666"
73
     borderopacity="1.0"
74
     inkscape:pageopacity="0.0"
75
     inkscape:pageshadow="2"
76
     inkscape:zoom="7.8481082"
77
     inkscape:cx="36.743488"
78
     inkscape:cy="-4.1654024"
79
     inkscape:current-layer="layer1"
80
     showgrid="true"
81
     inkscape:grid-bbox="true"
82
     inkscape:document-units="px"
83
     inkscape:window-width="1317"
84
     inkscape:window-height="744"
85
     inkscape:window-x="49"
86
     inkscape:window-y="24"
87
     inkscape:window-maximized="1" />
88
  <metadata
89
     id="metadata4662">
90
    <rdf:RDF>
91
      <cc:Work
92
         rdf:about="">
93
        <dc:format>image/svg+xml</dc:format>
94
        <dc:type
95
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
96
        <dc:title></dc:title>
97
      </cc:Work>
98
    </rdf:RDF>
99
  </metadata>
100
  <g
101
     id="layer1"
102
     inkscape:label="Layer 1"
103
     inkscape:groupmode="layer">
104
    <path
105
       id="path422"
106
       style="fill:#918f90;fill-opacity:1;fill-rule:nonzero;stroke:none"
107
       d="m 13.228911,14.115688 c 0.607128,0.404211 1.325456,0.814916 1.732914,0.203729 0.408269,-0.611187 0.816539,-2.189884 0.408269,-2.903341 -0.408269,-0.712645 -0.509728,-1.171239 -1.121727,-1.222374 -0.611999,-0.05033 -1.325456,0.917187 -1.325456,1.732102 0,0.814917 0,1.986155 0.306,2.189884"
108
       inkscape:connector-curvature="0" />
109
    <path
110
       id="path442"
111
       style="fill:#918f90;fill-opacity:1;fill-rule:nonzero;stroke:none"
112
       d="m 7.9262753,14.217147 c 0.3092457,-0.353076 1.4780498,-1.171239 2.1923177,-1.272697 0.713458,-0.102271 1.223186,0 1.325457,0.560051 0.10227,0.560052 -0.509728,2.189884 -1.121728,2.189884 -0.6119978,0 -2.7531812,-1.06978 -2.3960467,-1.477238"
113
       inkscape:connector-curvature="0" />
114
    <path
115
       id="path444"
116
       style="fill:#918f90;fill-opacity:1;fill-rule:nonzero;stroke:none"
117
       d="m 4.8670939,10.143379 c 1.2321139,0.662322 2.5486414,2.138748 2.0389131,2.801071 -0.5097283,0.66151 -2.8554524,1.782425 -2.8554524,1.018644 0,-0.764592 0.1534055,-4.1768486 0.8165393,-3.819715"
118
       inkscape:connector-curvature="0" />
119
    <path
120
       id="path446"
121
       style="fill:#918f90;fill-opacity:1;fill-rule:nonzero;stroke:none"
122
       d="m 9.5577301,8.8187354 c 0.5600519,-0.05519 2.0389129,0.764592 1.9374549,1.3749666 -0.10227,0.611188 -1.070592,1.222374 -1.6314557,1.27351 C 9.302866,11.518352 8.2825977,11.518352 8.0277339,10.90716 7.7728698,10.295973 9.0480019,8.8698704 9.5577301,8.8187354"
123
       inkscape:connector-curvature="0" />
124
    <path
125
       id="path448"
126
       style="fill:#918f90;fill-opacity:1;fill-rule:nonzero;stroke:none"
127
       d="m 11.698914,6.8325804 c 0.626608,-0.125808 1.529997,-0.6111866 2.09086,-0.4074577 0.560863,0.2037287 1.044619,0.8027407 0.84089,1.3627927 -0.203729,0.560052 -0.790567,1.03082 -1.555159,0.929361 -0.764593,-0.10227 -1.631455,-0.509728 -1.784049,-0.814916 -0.153405,-0.305999 -0.10227,-0.96751 0.407458,-1.06978"
128
       inkscape:connector-curvature="0" />
129
    <path
130
       id="path450"
131
       style="fill:#918f90;fill-opacity:1;fill-rule:nonzero;stroke:none"
132
       d="m 14.554367,4.1849157 c 0.509728,0.050323 1.37659,0.3051876 1.223997,0.9163746 C 15.624958,5.7124771 14.554367,5.865071 13.891232,5.5598833 13.228911,5.253884 12.668046,5.253884 13.075505,4.5923736 c 0.40827,-0.662322 0.969133,-0.4585931 1.478862,-0.4074579"
133
       inkscape:connector-curvature="0" />
134
    <path
135
       id="path464"
136
       style="fill:#918f90;fill-opacity:1;fill-rule:nonzero;stroke:none"
137
       d="M 0.48164516,8.7172764 C 0.99137336,8.4112774 1.502725,8.2586834 1.9093712,8.6150064 2.3176408,8.9721404 3.0310981,10.652295 2.8273691,11.314618 2.6236401,11.976128 1.9093712,13.300772 1.4507782,12.689586 0.99137336,12.078398 -0.53781164,9.3284634 0.48164516,8.7172764"
138
       inkscape:connector-curvature="0" />
139
    <path
140
       id="path466"
141
       style="fill:#918f90;fill-opacity:1;fill-rule:nonzero;stroke:none"
142
       d="M 5.6828215,6.9859864 C 6.1925498,6.0688 8.2582484,4.7660708 8.9205698,5.1223937 9.583704,5.4795281 9.6088652,6.4762579 8.9457335,7.3423094 8.2826002,8.2075484 6.1925517,9.7359214 5.8865524,8.7684114 5.5805514,7.8000904 5.6828217,6.9859864 5.6828217,6.9859864"
143
       inkscape:connector-curvature="0" />
144
    <path
145
       id="path468"
146
       style="fill:#918f90;fill-opacity:1;fill-rule:nonzero;stroke:none"
147
       d="m 10.832051,2.3002198 c 0.590895,-0.186684 1.78486,-0.3051877 1.937454,0.2037289 0.153406,0.5097283 0,1.477238 -0.764592,2.1387484 C 11.240321,5.3050192 10.474917,5.9162062 10.373457,5.253884 10.271187,4.5923736 9.8637293,2.606219 10.832051,2.3002198"
148
       inkscape:connector-curvature="0" />
149
    <path
150
       id="path470"
151
       style="fill:#918f90;fill-opacity:1;fill-rule:nonzero;stroke:none"
152
       d="M 8.7931378,1.3838452 C 8.4132771,1.0429442 8.0277339,1.1801163 7.2120063,1.7913031 6.3962787,2.4024901 5.2745518,3.6248639 5.7842801,4.1337805 c 0.5097283,0.5089166 0.969133,0.5600517 1.8359959,0 0.8668626,-0.5600518 1.68259,-2.2921538 1.1728618,-2.7499353"
153
       inkscape:connector-curvature="0" />
154
    <path
155
       id="path472"
156
       style="fill:#918f90;fill-opacity:1;fill-rule:nonzero;stroke:none"
157
       d="m 1.603372,2.2490846 c 0.5097282,-0.4577815 2.141995,-0.5089166 2.5494529,0 C 4.5610946,2.7588128 4.5099595,3.5225936 3.949096,4.1849157 3.3882326,4.8464261 2.6739636,3.5737287 1.9605064,3.4714584 1.2462375,3.3699998 0.53278026,3.3699998 1.0425086,2.809948 1.5522368,2.2490846 1.603372,2.2490846 1.603372,2.2490846"
158
       inkscape:connector-curvature="0" />
159
    <path
160
       id="path474"
161
       style="fill:#918f90;fill-opacity:1;fill-rule:nonzero;stroke:none"
162
       d="m 3.4896912,5.8139358 c 0.5641101,-0.1404188 0.9179978,0 1.0714034,0.5608634 C 4.7136884,6.9348504 4.8670939,7.8000904 4.3565539,8.1060894 3.8468256,8.4112774 3.2859622,8.2586834 3.1333684,7.5460384 2.9799629,6.8325804 2.8785042,5.9673413 3.4896912,5.8139358"
163
       inkscape:connector-curvature="0" />
164
  </g>
165
</svg>
tags/v2_0_0_Build_2066/applications/appgvSIG/resources/Symbols/gvSIG Basic/Star 3_sel.svg
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<!-- Created with Inkscape (http://www.inkscape.org/) -->
3

  
4
<svg
5
   xmlns:dc="http://purl.org/dc/elements/1.1/"
6
   xmlns:cc="http://creativecommons.org/ns#"
7
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
   xmlns:svg="http://www.w3.org/2000/svg"
9
   xmlns="http://www.w3.org/2000/svg"
10
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
   width="16px"
13
   height="16px"
14
   id="svg3310"
15
   version="1.1"
16
   inkscape:version="0.48.3.1 r9886"
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff