Revision 565

View differences:

tags/org.gvsig.app.document.layout2.app-2.0.81/pom.xml
1
<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/maven-v4_0_0.xsd">
2

  
3
    <modelVersion>4.0.0</modelVersion>
4
    <artifactId>org.gvsig.app.document.layout2.app</artifactId>
5
    <packaging>pom</packaging>
6
    <version>2.0.81</version>
7

  
8
    <name>${project.artifactId}</name>
9
    <description>This plugin adds creation/management of layout (map) documents.</description>
10

  
11
    <parent>
12
        <groupId>org.gvsig</groupId>
13
        <artifactId>org.gvsig.desktop</artifactId>
14
        <version>2.0.141</version>
15
    </parent>
16

  
17
	<url>https://devel.gvsig.org/redmine/projects/gvsig-app-document-layout</url>
18

  
19
    <scm>
20
        <connection>scm:svn:https://devel.gvsig.org/svn/gvsig-app-document-layout/tags/org.gvsig.app.document.layout2.app-2.0.81</connection>
21
        <developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-app-document-layout/tags/org.gvsig.app.document.layout2.app-2.0.81</developerConnection>
22
        <url>https://devel.gvsig.org/redmine/projects/gvsig-app-document-layout/repository/show/tags/org.gvsig.app.document.layout2.app-2.0.81</url>
23
    </scm>
24
    <repositories>
25
      <repository>
26
        <id>gvsig-public-http-repository</id>
27
        <name>gvSIG maven public HTTP repository</name>
28
        <url>http://devel.gvsig.org/m2repo/j2se</url>
29
        <releases>
30
          <enabled>true</enabled>
31
          <updatePolicy>daily</updatePolicy>
32
          <checksumPolicy>warn</checksumPolicy>
33
        </releases>
34
        <snapshots>
35
          <enabled>true</enabled>
36
          <updatePolicy>daily</updatePolicy>
37
          <checksumPolicy>warn</checksumPolicy>
38
        </snapshots>
39
      </repository>
40
    </repositories>
41

  
42
	<build>
43
		<plugins>
44
			<plugin>
45
				<groupId>org.apache.maven.plugins</groupId>
46
				<artifactId>maven-release-plugin</artifactId>
47
				<configuration>
48
					<tagBase>https://devel.gvsig.org/svn/gvsig-app-document-layout/tags</tagBase>
49
				</configuration>
50
			</plugin>
51
		</plugins>
52
	</build>
53

  
54
    <dependencyManagement>
55
         <dependencies>
56
            <!--
57
            Versions of child projects
58
            -->
59
            <dependency>
60
                <groupId>org.gvsig</groupId>
61
                <artifactId>org.gvsig.app.document.layout2.app.mainplugin</artifactId>
62
                <version>2.0.81</version>
63
            </dependency>
64

  
65
        </dependencies>
66
    </dependencyManagement>
67

  
68
	<modules>
69
		<module>org.gvsig.app.document.layout2.app.mainplugin</module>
70
	</modules>
71

  
72
</project>
0 73

  
tags/org.gvsig.app.document.layout2.app-2.0.81/org.gvsig.app.document.layout2.app.mainplugin/src/test/resources/README.txt
1
Put into this folder the resources needed by your test classes.
2

  
3
This folder is added to the Tests classpath, so you can load any resources 
4
through the ClassLoader.
5

  
6
By default, in this folder you can find an example of log4j configuration,
7
prepared to log messages through the console, so logging works when you
8
run your tests classes.
tags/org.gvsig.app.document.layout2.app-2.0.81/org.gvsig.app.document.layout2.app.mainplugin/src/test/resources/log4j.xml
1
<?xml version="1.0" encoding="ISO-8859-1" ?>
2
<!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
3

  
4
<!-- 
5
Log4J configuration file for unit tests execution.
6
 -->
7
<log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/">
8

  
9
	<!-- Appender configuration to show logging messages through the console -->
10
	<appender name="CONSOLE" class="org.apache.log4j.ConsoleAppender">
11
		<layout class="org.apache.log4j.PatternLayout">
12
			<param name="ConversionPattern" value="%d{HH:mm:ss,SSS} %-5p [%c{2}.%M()]\n  %m%n" />
13
		</layout>
14
	</appender>
15

  
16
	<!-- 
17
	Activate logging messages of DEBUG level of higher only for the
18
	org.gvsig.tools packages.
19
	You can put full classes names or packages instead, to configure
20
	logging for all the classes and subpackages of the package.
21
	-->
22
	<category name="org.gvsig.tools">
23
		<priority value="DEBUG" />
24
	</category>
25
	<category name="org.gvsig.app.document.layout">
26
		<priority value="DEBUG" />
27
	</category>
28

  
29
	<!-- 
30
	By default, show only logging messages of INFO level or higher, 
31
	through the previously configured CONSOLE appender. 
32
	-->
33
	<root>
34
		<priority value="INFO" />
35
		<appender-ref ref="CONSOLE" />
36
	</root>
37
</log4j:configuration>
0 38

  
tags/org.gvsig.app.document.layout2.app-2.0.81/org.gvsig.app.document.layout2.app.mainplugin/src/main/resources-plugin/i18n/text.properties
1
Encuadre_Vista=Encuadre sobre la vista
2
Zoom_Completo_Vista=Zoom completo sobre la vista
3
Zoom_Mas_Vista=Zoom m\u00e1s sobre la vista
4
Zoom_Menos_Vista=Zoom menos sobre la vista
5
seleccionar_por_rectangulo=Seleccionar por rect\u00e1ngulo
6
pila_de_comandos=Pila de comandos
7
Imprimir=Imprimir
8
tamano_posicion=Tama\u00f1o/posici\u00f3n
9
insertar_localizador=Insertar localizador
10
_Undo_redo_history=Pila de comandos
11
_Error_while_showing_print_dialog=Error al mostrar di?logo de impresi?n
12
_Some_views_excluded_from_list_because_have_editing_layers=Algunas vistas se han exclu?do de la lista por tener capas en edici?n
13
_Cannot_draw_view_if_layers_in_editing_mode=No es posible dibujar vista con capas en edici?n
14
_Layout_template=Plantilla de mapa
15
_Cant_load_layout_template=No se ha podido abrir plantilla de mapa
16
_Bad_format_in_layout_template=Formato inv?lido en plantilla de mapa
17
Mapa=Mapa
18
High_600_dpi=Alta: 600 puntos por pulgada
19
Normal_300_dpi=Normal: 300 puntos por pulgada
20
Low_72_dpi=Baja: 72 puntos por pulgada
21
Create_new_view=Crear nueva Vista
22
Insert_view=Insertar vista
23
Configure_view=Configurar vista
24
Grid_and_ruler=Malla y regla
25
Show_page_config_dialog_when_layout_document_is_created=Mostrar el di?logo de configuraci?n de p?gina cuando se crea un documento Mapa
26
User_interface=Interfaz de usuario
27
Show_table_of_contents_TOC_for_Layout_views=Mostrar tabla de contenidos (TOC) para las vistas del Layout
28
Synchronize_layers=Sincronizar capas
29
Synchronize_extents=Sincronizar extensi?n del mapa
30
Warning_Enabling_layer_synchronization_will_discard_any_change_not_present_in_associated_view=??Cuidado!! Al activar la sincronizaci?n de capas se perder? cualquier cambio que no est? presente en la vista asociada
31
Warning_Layer_sync=Aviso: sincronizaci?n de capas
32
Top_extent_lbl=Superior
33
Bottom_extent_lbl=Inferior
34
Left_extent_lbl=Izquierda
35
Right_extent_lbl=Derecha
36
Synchronization_of_the_view_and_the_frame_view=Sincronizaci?n de la vista y el marco de la vista
37
Fixed_scale_and_extent=Escala y extensi?n fijos
38
Non_fixed=No fija
39
Fixed_scale=Escala fija
40
Fixed_extent=Extensi?n fija
41
1__=1:
42
Extent_cant_be_synchronized_when_using_fixed_scale_or_fixed_extent=La extensi?n no se puede sincronizar en modo escala fija o extensi?n fija
43
Number_format=Formato de n?mero
44
Interval=Intervalo
45
Number_of_horizontal_divisions=N?mero de divisiones horizontales
46
Number_of_vertical_divisions=N?mero de divisiones verticales
47
Label=Etiqueta
48
Horizontal_label_rotation=Rotaci?n horizontal
49
Vertical_label_rotation=Rotaci?n vertical
50
Font_type=Tipo de letra
51
Decimal_separator=Separador decimal
52
Thousands_separator=Separador de miles
53
Decimal_digits=D?gitos decimales
54
Anchor=Anclaje
55
Corner=Lateral
56
Center=Centro
tags/org.gvsig.app.document.layout2.app-2.0.81/org.gvsig.app.document.layout2.app.mainplugin/src/main/resources-plugin/i18n/text_en.properties
1
Encuadre_Vista=View frame pan
2
Zoom_Completo_Vista=Full zoom on view
3
Zoom_Mas_Vista=Zoom in on view
4
Zoom_Menos_Vista=Zoom out on view
5
seleccionar_por_rectangulo=Select by rectangle
6
pila_de_comandos=Command stack
7
Imprimir=Print
8
tamano_posicion=Size/location
9
insertar_localizador=Insert locator
10
_Undo_redo_history=Command stack
11
_Error_while_showing_print_dialog=Error while showing print dialog
12
_Some_views_excluded_from_list_because_have_editing_layers=Some views where excluded from the list because they have layers in editing mode
13
_Cannot_draw_view_if_layers_in_editing_mode=Cannot draw view containing layers in editing mode
14
_Layout_template=Layout template
15
_Cant_load_layout_template=Unable to open layout template
16
_Bad_format_in_layout_template=Bad format in layout template
17
Mapa=Map
18
High_600_dpi=High: 600 dots per inch
19
Normal_300_dpi=Normal: 300 dots per inch
20
Low_72_dpi=Low: 72 dots per inch
21
Create_new_view=Create new View
22
Insert_view=Insert view
23
Configure_view=Configure view
24
Grid_and_ruler=Grid and ruler
25
Show_page_config_dialog_when_layout_document_is_created=Show the page config dialog when layout document is created
26
User_interface=User interface
27
Show_table_of_contents_TOC_for_Layout_views=Show table of contents (TOC) for Layout views
28
Synchronize_layers=Synchronize layers
29
Synchronize_extents=Synchronize map extent
30
Warning_Enabling_layer_synchronization_will_discard_any_change_not_present_in_associated_view=Warning!! Enabling layer synchronization will discard any change not present in the associated view
31
Warning_Layer_sync=Warning: Layer synchronization
32
Top_extent_lbl=Top
33
Bottom_extent_lbl=Bottom
34
Left_extent_lbl=Left
35
Right_extent_lbl=Right
36
Synchronization_of_the_view_and_the_frame_view=Synchronization of the view and the frame view
37
Fixed_scale_and_extent=Fixed scale and extent
38
Non_fixed=Non fixed
39
Fixed_scale=Fixed scale
40
Fixed_extent=Fixed extent
41
1__=1:
42
Extent_cant_be_synchronized_when_using_fixed_scale_or_fixed_extent=Extent can\'t be synchronized when using fixed scale or fixed extent
43
Number_format=Number format
44
Interval=Interval
45
Number_of_horizontal_divisions=Number of horizontal divisions
46
Number_of_vertical_divisions=Number of vertical divisions
47
Label=Label
48
Horizontal_label_rotation=Horizontal label rotation
49
Vertical_label_rotation=Vertical label rotation
50
Font_type=Font type
51
Decimal_separator=Decimal separator
52
Thousands_separator=Thousands separator
53
Decimal_digits=Decimal digits
54
Anchor=Anchor
55
Corner=Corner
56
Center=Center
0 57

  
tags/org.gvsig.app.document.layout2.app-2.0.81/org.gvsig.app.document.layout2.app.mainplugin/src/main/resources-plugin/config.xml
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<plugin-config>
3
    <alternativeNames name="org.gvsig.app.document.layout.app.mainplugin"/>
4
    <libraries library-dir="lib"/>
5
    <depends plugin-name="org.gvsig.app.mainplugin" />
6
	<resourceBundle name="text"/>
7
	<label-set class-name="org.gvsig.app.project.documents.layout.gui.LayoutPanel">
8
		<label id="units" size="80"/>
9
		<label id="2" size="180"/>
10
		<label id="3" size="180"/>
11
		<label id="4" size="50"/>
12
		<label id="5" size="50"/>
13
	</label-set>
14
	<extensions>
15
		<extension class-name="org.gvsig.app.extension.LayoutMainExtension"
16
			description="Extensi?n encargada de gestionar los layouts."
17
			active="true"
18
			priority="10">
19
			
20
			<!-- Makes no sense here (?)
21
			<menu text="Mapa"
22
				position="500"
23
				is_separator="true"/>
24
			-->
25
			
26
			<action 
27
        		name="application-layout-template-open"
28
            	label="abrir_plantilla" 
29
            	tooltip="abrir_plantilla" 
30
        		action-command="application-layout-template-open" 
31
        		icon="application-layout-template-open"
32
        		position="700600000"
33
        		/>
34

  
35
			<menu text="Mapa/abrir_plantilla"
36
				name="application-layout-template-open" />
37
			
38
		</extension>
39

  
40
		<extension class-name="org.gvsig.app.extension.ExportLayoutExtension"
41
			description="Extension for exporting the layout to PDF and PostScript."
42
			active="true">
43

  
44
			<!-- Makes no sense here?
45
			<menu text="Mapa/exportar"
46
				position="50010"
47
				is_separator="true"/>
48
			-->
49
			
50
			<action 
51
        		name="application-export-to-pdf"
52
            	label="exportar_pdf" 
53
            	tooltip="exportar_pdf" 
54
        		action-command="application-export-to-pdf" 
55
        		icon="application-export-to-pdf"
56
        		position="100900200"
57
        		/>
58

  
59
			<action 
60
        		name="application-export-to-postscript"
61
            	label="exportar_ps" 
62
            	tooltip="exportar_ps" 
63
        		action-command="application-export-to-postscript" 
64
        		icon="application-export-to-postscript"
65
        		position="100900300"
66
        		/>
67
				 
68
			<tool-bar name="gvSIG" position="1">
69
				<action-tool name="application-export-to-pdf"/>
70
				<action-tool name="application-export-to-postscript"/>
71
			</tool-bar>
72
		</extension>
73

  
74
		<extension class-name="org.gvsig.app.extension.LayoutExtension"
75
			description="Extensi?n encargada de gestionar los eventos realizados sobre el Layout."
76
			active="true">
77

  
78
			<action 
79
        		name="application-layout-template-save"
80
            	label="guardar_como_plantilla" 
81
            	tooltip="guardar_como_plantilla" 
82
        		action-command="application-layout-template-save" 
83
        		icon="application-layout-template-save"
84
        		position="700650000"
85
        		/>
86
        		
87
			<menu text="Mapa/guardar_como_plantilla"
88
				name="application-layout-template-save"/>
89
				 
90
			<menu text="Mapa/navegacion"
91
				position="700100000" 
92
				is_separator="true"/>
93
				
94
			<!-- ###################### -->
95
			
96
			<action 
97
        		name="layout-navigation-zoom-in-topoint"
98
            	label="Zoom_Mas" 
99
            	tooltip="Zoom_Mas" 
100
        		action-command="layout-navigation-zoom-in-topoint" 
101
        		icon="layout-navigation-zoom-in-topoint"
102
        		position="700100400"
103
        		/>
104
			<action 
105
        		name="layout-navigation-zoom-out-topoint"
106
            	label="Zoom_Menos" 
107
            	tooltip="Zoom_Menos" 
108
        		action-command="layout-navigation-zoom-out-topoint" 
109
        		icon="layout-navigation-zoom-out-topoint"
110
        		position="700100500"
111
        		/>
112
			<action 
113
        		name="layout-navigation-zoom-in-center"
114
            	label="Zoom_Acercar" 
115
            	tooltip="Zoom_Acercar" 
116
        		action-command="layout-navigation-zoom-in-center" 
117
        		icon="layout-navigation-zoom-in-center"
118
        		position="700100200"
119
        		/>
120
			<action 
121
        		name="layout-navigation-zoom-out-center"
122
            	label="Zoom_Alejar" 
123
            	tooltip="Zoom_Alejar" 
124
        		action-command="layout-navigation-zoom-out-center" 
125
        		icon="layout-navigation-zoom-out-center"
126
        		position="700100300"
127
        		/>
128
			<action 
129
        		name="layout-navigation-zoom-all"
130
            	label="Zoom_Completo" 
131
            	tooltip="Zoom_Completo" 
132
        		action-command="layout-navigation-zoom-all" 
133
        		icon="layout-navigation-zoom-all"
134
        		position="700100700"
135
        		/>
136
			<action 
137
        		name="layout-navigation-zoom-real"
138
            	label="Zoom_Real" 
139
            	tooltip="Zoom_Real" 
140
        		action-command="layout-navigation-zoom-real" 
141
        		icon="layout-navigation-zoom-real"
142
        		position="700100800"
143
        		/>
144
			<action 
145
        		name="layout-navigation-zoom-selected"
146
            	label="Zoom_Select" 
147
            	tooltip="Zoom_Select" 
148
        		action-command="layout-navigation-zoom-selected" 
149
        		icon="layout-navigation-zoom-selected"
150
        		position="700100900"
151
        		/>
152

  
153
			<action 
154
				name="layout-navigation-pan"
155
				label="Desplazamiento" 
156
				tooltip="Desplazamiento" 
157
				action-command="layout-navigation-pan" 
158
				icon="layout-navigation-pan"
159
				position="700100100"
160
                />
161

  
162
			<menu text="Mapa/navegacion/Zoom_Mas" name="layout-navigation-zoom-in-topoint"/>
163
			<menu text="Mapa/navegacion/Zoom_Menos" name="layout-navigation-zoom-out-topoint"/>
164
			<menu text="Mapa/navegacion/Zoom_Acercar" name="layout-navigation-zoom-in-center"/>
165
			<menu text="Mapa/navegacion/Zoom_Alejar" name="layout-navigation-zoom-out-center"/>
166
			<menu text="Mapa/navegacion/Zoom_Completo" name="layout-navigation-zoom-all"/>
167
			<menu text="Mapa/navegacion/Zoom_Real" name="layout-navigation-zoom-real"/>
168
			<menu text="Mapa/navegacion/Zoom_Select" name="layout-navigation-zoom-selected"/>
169
			<menu text="Mapa/navegacion/Desplazamiento" name="layout-navigation-pan"/>
170
			
171
			
172
			<tool-bar name="Layout_Tools_Zooms" position="20">
173
				<selectable-tool name="layout-navigation-zoom-in-topoint" />
174
				<selectable-tool name="layout-navigation-zoom-out-topoint" />
175
				<action-tool name="layout-navigation-zoom-in-center" />
176
				<action-tool name="layout-navigation-zoom-out-center" />
177
				<action-tool name="layout-navigation-zoom-all" />
178
				<action-tool name="layout-navigation-zoom-real" />
179
				<action-tool name="layout-navigation-zoom-selected" />
180
				<selectable-tool name="layout-navigation-pan" />
181
			</tool-bar>
182
		</extension>
183

  
184
		<extension class-name="org.gvsig.app.extension.LayoutEditableControls"
185
			description="Extensi?n encargada de gestionar los eventos de edici?n realizados sobre el Layout."
186
			active="true">
187
			
188
			<action 
189
        		name="layout-properties"
190
            	label="propiedades" 
191
            	tooltip="propiedades_mapa" 
192
        		action-command="layout-properties" 
193
        		position="709000000"
194
        		icon="layout-properties"
195
        		/>
196
        		
197
			<menu text="Mapa/propiedades" name="layout-properties"/>
198
		</extension>
199

  
200
		<extension class-name="org.gvsig.app.extension.LayoutEditVertexExtension"
201
			description="Extensi?n encargada de gestionar los eventos de edici?n realizados sobre el Layout."
202
			active="true">
203
				
204
			<action 
205
        		name="layout-graphic-edit-vertex"
206
            	label="editar_vertices" 
207
            	tooltip="editar_vertices" 
208
        		action-command="layout-graphic-edit-vertex" 
209
        		icon="layout-graphic-edit-vertex"
210
        		position="700301000"
211
        		/>
212

  
213
			<menu text="Mapa/edicion/editar_vertices" name="layout-graphic-edit-vertex"/>
214
			<tool-bar name="Tools_Select" position="6">
215
				<selectable-tool name="layout-graphic-edit-vertex"/>
216
			</tool-bar>
217
		</extension>
218

  
219
		<extension class-name="org.gvsig.app.extension.LayoutInsertToolsExtension"
220
			description="Extensi?n encargada de gestionar los eventos de edici?n realizados sobre el Layout."
221
			active="true">
222
			
223
			<action 
224
        		name="selection-select-by-rectangle-layout"
225
            	label="seleccionar_por_rectangulo" 
226
            	tooltip="seleccionar_por_rectangulo" 
227
        		action-command="selection-select-by-rectangle-layout" 
228
        		icon="selection-by-rectangle"
229
        		position="301200000"
230
        		/>
231

  
232
			<action 
233
        		name="edit-delete-layout"
234
            	label="_Delete_selected_objects" 
235
            	tooltip="_Delete_selected_objects" 
236
        		action-command="edit-delete-layout" 
237
        		icon="edit-delete"
238
        		position="200700000"
239
        		/>
240
			
241
			<!-- Position?
242
			<menu text="Mapa/seleccion"
243
				position="50060" 
244
				is_separator="true"/>
245
			-->
246
				
247
			<menu text="Selection/seleccionar_por_rectangulo"
248
				name="selection-select-by-rectangle-layout"/>
249
			
250
			<menu text="Mapa/Insertar"
251
				position="700400000" 
252
				is_separator="true"/>
253
				
254
			<action 
255
        		name="layout-insert-text"
256
            	label="texto" 
257
            	tooltip="insertar_texto" 
258
        		action-command="layout-insert-text" 
259
        		icon="layout-insert-text"
260
        		position="700401300"
261
        		/>
262
			<action 
263
        		name="layout-insert-point"
264
            	label="punto" 
265
            	tooltip="insertar_punto" 
266
        		action-command="layout-insert-point" 
267
        		icon="layout-insert-point"
268
        		position="700400800"
269
        		/>
270
			<action 
271
        		name="layout-insert-rectangle"
272
            	label="rectangulo" 
273
            	tooltip="insertar_rectangulo" 
274
        		action-command="layout-insert-rectangle" 
275
        		icon="layout-insert-rectangle"
276
        		position="700401100"
277
        		/>
278
			<action 
279
        		name="layout-insert-circle"
280
            	label="circulo" 
281
            	tooltip="insertar_circulo" 
282
        		action-command="layout-insert-circle" 
283
        		icon="layout-insert-circle"
284
        		position="700400200"
285
        		/>
286
			<action 
287
        		name="layout-insert-line"
288
            	label="linea" 
289
            	tooltip="insertar_linea" 
290
        		action-command="layout-insert-line" 
291
        		icon="layout-insert-line"
292
        		position="700400500"
293
        		/>
294
			<action 
295
        		name="layout-insert-polyline"
296
            	label="polilinea" 
297
            	tooltip="insertar_polilinea" 
298
        		action-command="layout-insert-polyline" 
299
        		icon="layout-insert-polyline"
300
        		position="700401000"
301
        		/>
302
			<action 
303
        		name="layout-insert-polygon"
304
            	label="poligono" 
305
            	tooltip="insertar_poligono" 
306
        		action-command="layout-insert-polygon" 
307
        		icon="layout-insert-polygon"
308
        		position="700400900"
309
        		/>
310
			<action 
311
        		name="layout-insert-image"
312
            	label="imagen" 
313
            	tooltip="insertar_imagen" 
314
        		action-command="layout-insert-image" 
315
        		icon="layout-insert-image"
316
        		position="700400300"
317
        		/>
318
			<action 
319
        		name="layout-insert-view"
320
            	label="Vista" 
321
            	tooltip="insertar_vista" 
322
        		action-command="layout-insert-view" 
323
        		icon="layout-insert-view"
324
        		position="700401400"
325
        		/>
326
			<action 
327
        		name="layout-insert-locator"
328
            	label="Localizador" 
329
            	tooltip="insertar_localizador" 
330
        		action-command="layout-insert-locator" 
331
        		icon="layout-insert-locator"
332
        		position="700400600"
333
        		/>
334
			<action 
335
        		name="layout-insert-legend"
336
            	label="leyenda" 
337
            	tooltip="insertar_leyenda" 
338
        		action-command="layout-insert-legend" 
339
        		icon="layout-insert-legend"
340
        		position="700400400"
341
        		/>
342
			<action 
343
        		name="layout-insert-scalebar"
344
            	label="escala" 
345
            	tooltip="insertar_escala" 
346
        		action-command="layout-insert-scalebar" 
347
        		icon="layout-insert-scalebar"
348
        		position="700401200"
349
        		/>
350
			<action 
351
        		name="layout-insert-north"
352
            	label="north" 
353
            	tooltip="insertar_norte" 
354
        		action-command="layout-insert-north" 
355
        		icon="layout-insert-north"
356
        		position="700400700"
357
        		/>
358
			<action 
359
        		name="layout-insert-box"
360
            	label="cajetin" 
361
            	tooltip="insertar_cajetin" 
362
        		action-command="layout-insert-box" 
363
        		icon="layout-insert-box"
364
        		position="700400100"
365
        		/>
366
        		
367
			<menu text="Mapa/Insertar/texto" name="layout-insert-text" />
368
			<menu text="Mapa/Insertar/punto" name="layout-insert-point" />
369
			<menu text="Mapa/Insertar/rectangulo" name="layout-insert-rectangle" />
370
			<menu text="Mapa/Insertar/circulo" name="layout-insert-circle" />
371
			<menu text="Mapa/Insertar/linea" name="layout-insert-line" />
372
			<menu text="Mapa/Insertar/polilinea" name="layout-insert-polyline" />
373
			<menu text="Mapa/Insertar/poligono" name="layout-insert-polygon" />
374
			<menu text="Mapa/Insertar/imagen" name="layout-insert-image" />
375
			<menu text="Mapa/Insertar/Vista" name="layout-insert-view" />
376
			<menu text="Mapa/Insertar/Localizador" name="layout-insert-locator" />
377
			<menu text="Mapa/Insertar/leyenda" name="layout-insert-legend" />
378
			<menu text="Mapa/Insertar/escala" name="layout-insert-scalebar" />
379
			<menu text="Mapa/Insertar/north" name="layout-insert-north" />
380
			<menu text="Mapa/Insertar/cajetin" name="layout-insert-box" />
381

  
382
			<tool-bar name="Tools_Select" position="6">
383
				<selectable-tool name="selection-select-by-rectangle-layout" />
384
				<action-tool name="edit-delete-layout" />
385
			</tool-bar>
386

  
387
			<tool-bar name="Layout_Tools_Insert_Simple" position="7">
388
				<selectable-tool name="layout-insert-text" />
389
				<selectable-tool name="layout-insert-image" />
390
				<selectable-tool name="layout-insert-point" />
391
				<selectable-tool name="layout-insert-rectangle" />
392
				<selectable-tool name="layout-insert-circle" />
393
				<selectable-tool name="layout-insert-line" />
394
				<selectable-tool name="layout-insert-polyline" />
395
				<selectable-tool name="layout-insert-polygon" />
396
			</tool-bar>
397

  
398
			<tool-bar name="Layout_Tools_Insert_Cartografy" position="8">
399
				<selectable-tool name="layout-insert-view" />
400
				<selectable-tool name="layout-insert-locator" />
401
				<selectable-tool name="layout-insert-legend" />
402
				<selectable-tool name="layout-insert-scalebar" />
403
				<selectable-tool name="layout-insert-north" />
404
				<selectable-tool name="layout-insert-box" />
405
			</tool-bar>
406
		</extension>
407

  
408
		<extension class-name="org.gvsig.app.extension.FFrameViewExtension"
409
			description="Extensi?n encargada de gestionar los eventos realizados sobre las vistas a?adidas al Layout."
410
			active="true">
411
			<combo-scale name="layout-view-change-scale" label="1:"
412
				elements="1000;2000;5000;10000;25000;50000;100000;200000;500000;1000000;2000000;5000000"
413
				value="10000" action-command="layout-view-change-scale" />
414
			<action 
415
				name="layout-view-change-scale"
416
				label="_Change_scale"
417
				action-command="view-change-scale" />
418
			<menu text="Mapa/navegacion_vista"
419
				position="700200000" 
420
				is_separator="true"/>
421

  
422
			<action 
423
        		name="layout-view-navigation-zoom-in-topoint"
424
            	label="Zoom_Mas_Vista" 
425
            	tooltip="Zoom_Mas_Vista" 
426
        		action-command="layout-view-navigation-zoom-in-topoint" 
427
        		icon="layout-view-navigation-zoom-in-topoint"
428
        		position="700200400"
429
        		/>
430
			<action 
431
        		name="layout-view-navigation-zoom-out-topoint"
432
            	label="Zoom_Menos_Vista" 
433
            	tooltip="Zoom_Menos_Vista" 
434
        		action-command="layout-view-navigation-zoom-out-topoint" 
435
        		icon="layout-view-navigation-zoom-out-topoint"
436
        		position="700200500"
437
        		/>
438
			<action 
439
        		name="layout-view-navigation-zoom-all"
440
            	label="Zoom_Completo_Vista" 
441
            	tooltip="Zoom_Completo_Vista" 
442
        		action-command="layout-view-navigation-zoom-all" 
443
        		icon="layout-view-navigation-zoom-all"
444
        		position="700200600"
445
        		/>
446
				
447
			<menu text="Mapa/navegacion_vista/Zoom_Mas_Vista" name="layout-view-navigation-zoom-in-topoint"/>
448
			<menu text="Mapa/navegacion_vista/Zoom_Menos_Vista" name="layout-view-navigation-zoom-out-topoint"/>
449
			<menu text="Mapa/navegacion_vista/Zoom_Completo_Vista" name="layout-view-navigation-zoom-all"/>
450
			
451
			<tool-bar name="Layout_Tools_View" position="9">
452
				<action-tool name="layout-view-navigation-zoom-all"/>
453
				<selectable-tool name="layout-view-navigation-zoom-in-topoint"/>
454
				<selectable-tool name="layout-view-navigation-zoom-out-topoint"/>
455
			</tool-bar>
456
		</extension>
457

  
458
		<extension class-name="org.gvsig.app.extension.TagExtension"
459
			description="Extensi?n para a?adir un tag a los FFrames."
460
			active="false">
461

  
462
			<action 
463
        		name="layout-graphic-show-tags"
464
            	label="ver_tags" 
465
            	tooltip="ver_tags" 
466
        		action-command="layout-graphic-show-tags" 
467
        		icon="layout-graphic-show-tags"
468
        		position="700301200"
469
        		/>
470
			<action 
471
        		name="layout-insert-tag"
472
            	label="anadir_tag" 
473
            	tooltip="anadir_tag" 
474
        		action-command="layout-insert-tag" 
475
        		icon="layout-insert-tag"
476
        		position="700401500"
477
        		/>
478

  
479
			<menu text="Mapa/anadir_tag" name="layout-insert-tag" />
480
			<tool-bar name="Mapa" position="10">
481
				<action-tool name="layout-insert-tag" />
482
				<action-tool name="layout-graphic-show-tags" />
483
			</tool-bar>
484
		</extension>
485

  
486
		<extension class-name="org.gvsig.app.extension.LayoutGraphicControls"
487
			description="Extensi?n encargada de gestionar los eventos realizados sobre los gr?ficos que contiene el Layout."
488
			active="true">
489
			
490
			<action 
491
        		name="layout-graphic-add-border"
492
            	label="linea_grafica" 
493
            	tooltip="linea_grafica" 
494
        		action-command="layout-graphic-add-border" 
495
        		icon="layout-graphic-add-border"
496
        		position="700300100"
497
        		/>
498
			<action 
499
        		name="layout-graphic-align"
500
            	label="alinear" 
501
            	tooltip="alinear_graficos" 
502
        		action-command="layout-graphic-align" 
503
        		icon="layout-graphic-align"
504
        		position="700300200"
505
        		/>
506
			<action 
507
        		name="layout-graphic-bring-to-front"
508
            	label="colocar_delante" 
509
            	tooltip="colocar_delante" 
510
        		action-command="layout-graphic-bring-to-front" 
511
        		icon="layout-graphic-bring-to-front"
512
        		position="700300300"
513
        		/>
514
			<action 
515
        		name="layout-graphic-send-back"
516
            	label="colocar_detras" 
517
            	tooltip="colocar_detras" 
518
        		action-command="layout-graphic-send-back" 
519
        		icon="layout-graphic-send-back"
520
        		position="700300400"
521
        		/>
522
			<action 
523
        		name="layout-graphic-group"
524
            	label="agrupar" 
525
            	tooltip="agrupar_graficos" 
526
        		action-command="layout-graphic-group" 
527
        		icon="layout-graphic-group"
528
        		position="700300500"
529
        		/>
530
			<action 
531
        		name="layout-graphic-ungroup"
532
            	label="desagrupar" 
533
            	tooltip="desagrupar_graficos" 
534
        		action-command="layout-graphic-ungroup" 
535
        		icon="layout-graphic-ungroup"
536
        		position="700300600"
537
        		/>
538
			<action 
539
        		name="layout-graphic-position"
540
            	label="tamano_posicion" 
541
            	tooltip="tamano_posicion" 
542
        		action-command="layout-graphic-position" 
543
        		icon="layout-graphic-position"
544
        		position="700301100"
545
        		/>
546
			<action 
547
        		name="layout-graphic-properties"
548
            	label="propiedades" 
549
            	tooltip="propiedades" 
550
        		action-command="layout-graphic-properties" 
551
        		icon="layout-graphic-properties"
552
        		position="700302000"
553
        		/>
554
        		
555
			<menu text="Mapa/Graficos"
556
				position="700300000" 
557
				is_separator="true"/>
558
				
559
			<menu text="Mapa/Graficos/propiedades" name="layout-graphic-properties" />
560
			<menu text="Mapa/Graficos/alinear" name="layout-graphic-align" />
561
			<menu text="Mapa/Graficos/agrupar" name="layout-graphic-group" />
562
			<menu text="Mapa/Graficos/desagrupar" name="layout-graphic-ungroup" />
563
			<menu text="Mapa/Graficos/colocar_delante" name="layout-graphic-bring-to-front" />
564
			<menu text="Mapa/Graficos/colocar_detras" name="layout-graphic-send-back" />
565
			<menu text="Mapa/Graficos/tamano_posicion" name="layout-graphic-position" />
566
			<menu text="Mapa/Graficos/linea_grafica" name="layout-graphic-add-border" />
567
			
568
			<tool-bar name="Layout_Tools_Graphics" position="11">
569
				<action-tool name="layout-graphic-bring-to-front" />
570
				<action-tool name="layout-graphic-send-back" />
571
				<action-tool name="layout-graphic-position" />
572
				<action-tool name="layout-graphic-group" />
573
				<action-tool name="layout-graphic-ungroup" />
574
				<action-tool name="layout-graphic-add-border" />
575
			</tool-bar>
576
			
577
		</extension>
578

  
579
		<extension class-name="org.gvsig.app.extension.FFrameLegendExtension"
580
			description="Extensi?n encargada de controlar un FFrameLegend."
581
			active="true">
582
			
583
			<action 
584
        		name="layout-graphic-simplify-legend"
585
            	label="simplificar_leyenda" 
586
            	tooltip="simplificar_leyenda" 
587
        		action-command="layout-graphic-simplify-legend" 
588
        		icon="layout-graphic-simplify-legend"
589
        		position="700301200"
590
        		/>
591
			<menu text="Mapa/Graficos/simplificar_leyenda" name="layout-graphic-simplify-legend" />
592
			
593
		</extension>
594

  
595
		<extension class-name="org.gvsig.app.extension.LayoutRedoExtension"
596
			description="Extensi?n para rehacer cambios sobre el Layout."
597
			active="true">
598
			
599
			<action 
600
	        	name= "edit-redo-layout"
601
    	        label="rehacer" 
602
        	    tooltip="rehacer" 
603
        		action-command="edit-redo-layout" 
604
        		icon="edit-redo"
605
        		position="200200000"
606
        		/>
607
        
608
			<menu text="Edit/_Redo" name="edit-redo-layout"/>
609
			<tool-bar name="Mapa" position="10">
610
				<action-tool name="edit-redo-layout"/>
611
			</tool-bar>
612
		</extension>
613

  
614

  
615
		<extension class-name="org.gvsig.app.extension.LayoutUndoExtension"
616
			description="Extensi?n para deshacer cambios sobre el Layout."
617
			active="true">
618
			
619
			<action 
620
        		name= "edit-undo-layout"
621
            	label="deshacer" 
622
            	tooltip="deshacer" 
623
        		action-command="edit-undo-layout" 
624
        		icon="edit-undo"
625
        		position="200100000"
626
        		/>
627
			
628
			<menu text="Edit/_Undo" name="edit-undo-layout" />
629
			<tool-bar name="Mapa" position="10">
630
				<action-tool name="edit-undo-layout" />
631
			</tool-bar>
632
		</extension>
633

  
634
		<extension class-name="org.gvsig.app.extension.LayoutCommandStackExtension"
635
			description="Extensi?n encargada de abrir el di?logo para gestionar los comandos apilados."
636
			active="true">
637
			
638
			<action 
639
        		name="edit-undo-redo-actions-layout"
640
            	label="_Undo_redo_history" 
641
            	tooltip="_Undo_redo_history" 
642
        		action-command="edit-undo-redo-actions-layout" 
643
        		icon="edit-undo-redo-actions"
644
        		position="200300000"
645
        		/>
646

  
647
			<menu text="Edit/_Undo_redo_history" name="edit-undo-redo-actions-layout" />
648
			<tool-bar name="Mapa" position="10">
649
				<action-tool name="edit-undo-redo-actions-layout" />
650
			</tool-bar>
651
		</extension>
652

  
653
		<extension class-name="org.gvsig.app.extension.Print"
654
			description="Extensi?n encargada de la impresi?n."
655
			active="true">
656
			
657
			<action 
658
        		name="application-print-layout"
659
            	label="Imprimir" 
660
            	tooltip="Imprimir" 
661
        		action-command="application-print-layout" 
662
        		icon="application-print"
663
        		position="700800000"
664
        		/>
665
			
666
			<menu text="Mapa/Imprimir" name="application-print-layout" />
667
			<tool-bar name="Mapa" position="10">
668
				<action-tool name="application-print-layout" />
669
			</tool-bar>
670
		</extension>
671

  
672
		<extension class-name="org.gvsig.app.extension.PrintProperties"
673
			escription="Extensi?n encargada de las propiedades de impresi?n."
674
			active="true">
675
			
676
			<action 
677
        		name="application-page-setup-layout"
678
            	label="preparar_pagina" 
679
            	tooltip="preparar_pagina" 
680
        		action-command="application-page-setup-layout" 
681
        		icon="application-page-setup"
682
        		position="700700000"
683
        		/>
684
			
685
			<menu text="Mapa/preparar_pagina" name="application-page-setup-layout" />
686
			<tool-bar name="Mapa" position="10">
687
				<action-tool name="application-page-setup-layout" />
688
			</tool-bar>
689
		</extension>
690
		
691
		<extension class-name="org.gvsig.app.extension.FFrameViewPanExtension"
692
			description="Extension encargada de gestionar los desplazamientos en la vista del layout."
693
			active="true">
694
			<action 
695
        		name="layout-view-navigation-pan"
696
            	label="Encuadre_Vista" 
697
            	tooltip="Encuadre_Vista" 
698
        		action-command="layout-view-navigation-pan" 
699
        		icon="layout-view-navigation-pan"
700
        		position="700200100"
701
        		/>
702

  
703
			<menu text="Mapa/navegacion_vista/Encuadre_Vista" name="layout-view-navigation-pan"/>
704
			<tool-bar name="Layout_Tools_View" position="9">
705
				<selectable-tool name="layout-view-navigation-pan" />
706
			</tool-bar>
707
		</extension>
708
		
709
		<extension class-name="org.gvsig.app.extension.FFrameViewAddLayerExtension"
710
			description="Extension encargada de gestionar los desplazamientos en la vista del layout."
711
			active="true">
712
		      <action 
713
        		name="layout-view-add-layer"
714
		        label="Add_layer"
715
		        tooltip="Add_layer"
716
		        action-command="layout-view-add-layer" 
717
		        icon="view-layer-add"
718
		        position="700200700"
719
		        />
720
			<menu text="Mapa/Add_layer" name="layout-view-add-layer"/>
721
			<tool-bar name="Layout_Tools_View" position="9">
722
				<action-tool name="layout-view-add-layer" />
723
			</tool-bar>
724
		</extension>
725

  
726
		<extension class-name="org.gvsig.app.extension.FFrameViewZoomPrev"
727
			description="Extension encargada de gestionar los zooms previos al actual."
728
			active="true">
729
			<action name="layout-view-navigation-zoom-back"
730
					label="Zoom_back"
731
					tooltip="Zoom_back"
732
					action-command="layout-view-navigation-zoom-back"
733
					icon="view-navigation-zoom-back"
734
					position="700200550" accelerator="" />
735

  
736
			<menu name="layout-view-navigation-zoom-back" text="Mapa/navegacion_vista/Zoom_Mas_Vista/Zoom_back" />
737
			<tool-bar name="Layout_Tools_View" position="9">
738
				<action-tool name="layout-view-navigation-zoom-back" />
739
			</tool-bar>
740
    	</extension>
741
		
742
	</extensions>
743
</plugin-config>
tags/org.gvsig.app.document.layout2.app-2.0.81/org.gvsig.app.document.layout2.app.mainplugin/src/main/resources-plugin/images/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>
tags/org.gvsig.app.document.layout2.app-2.0.81/org.gvsig.app.document.layout2.app.mainplugin/src/main/resources-plugin/images/northimages/norte_flecha2.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
   sodipodi:version="0.32"
12
   inkscape:version="0.42.2"
13
   sodipodi:docbase="E:\pruebas_gvSIG\nortes"
14
   sodipodi:docname="norte_flecha2.svg"
15
   id="svg2"
16
   viewBox="0 0 450 500"
17
   height="500"
18
   width="450">
19
  <defs
20
     id="defs4" />
21
  <sodipodi:namedview
22
     id="base"
23
     pagecolor="#ffffff"
24
     bordercolor="#666666"
25
     borderopacity="1.0"
26
     inkscape:pageopacity="0.0"
27
     inkscape:pageshadow="2"
28
     inkscape:zoom="1.6580000"
29
     inkscape:cx="225.00000"
30
     inkscape:cy="250.00000"
31
     inkscape:document-units="px"
32
     inkscape:current-layer="g8070"
33
     inkscape:window-width="1280"
34
     inkscape:window-height="998"
35
     inkscape:window-x="-4"
36
     inkscape:window-y="-4" />
37
  <metadata
38
     id="metadata7">
39
    <rdf:RDF>
40
      <cc:Work
41
         rdf:about="">
42
        <dc:format>image/svg+xml</dc:format>
43
        <dc:type
44
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
45
      </cc:Work>
46
    </rdf:RDF>
47
  </metadata>
48
  <g
49
     inkscape:label="Layer 1"
50
     inkscape:groupmode="layer"
51
     id="layer1">
52
    <g
53
       id="g8070">
54
      <g
55
         id="g5117"
56
         transform="matrix(1.430685,0.000000,0.000000,1.549690,-97.11041,-137.4204)">
57
        <path
58
           d="M 191.95198,344.97904 L 191.95198,344.97904 L 191.95198,344.97904 L 191.95198,344.97904"
59
           class="fil0 str1"
60
           id="_53765264"
61
           style="fill:none;stroke:#000000;stroke-width:0.17079458;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" />
62
        <line
63
           y2="359.63187"
64
           x2="203.16617"
65
           y1="359.63187"
66
           x1="203.16617"
67
           class="fil0 str1"
68
           id="_56376032"
69
           style="fill:none;stroke:#000000;stroke-width:0.17079458;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" />
70
        <line
71
           y2="354.43011"
72
           x2="269.43991"
73
           y1="164.02354"
74
           x1="224.30603"
75
           class="fil0 str1"
76
           id="line5099"
77
           style="fill:none;stroke:#000000;stroke-width:0.78856510;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" />
78
        <path
79
           d="M 221.95508,341.05655 L 221.95508,341.05655 L 221.95508,341.05655 L 221.95508,341.05655"
80
           class="fil0 str1"
81
           id="path5101"
82
           style="fill:none;stroke:#000000;stroke-width:0.33584988;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" />
83
        <line
84
           y2="354.43011"
85
           x2="269.45593"
86
           y1="340.59448"
87
           x1="224.46889"
88
           class="fil0 str1"
89
           id="line5103"
90
           style="fill:none;stroke:#000000;stroke-width:0.78856510;stroke-linecap:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" />
91
        <line
92
           y2="354.43527"
93
           x2="269.44662"
94
           y1="354.43527"
95
           x1="269.44662"
96
           class="fil0 str1"
97
           id="line5105"
98
           style="fill:none;stroke:#000000;stroke-width:0.33584988;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" />
99
        <text
100
           transform="scale(1.033833,0.967274)"
101
           id="text5109"
102
           y="164.85939"
103
           x="206.71614"
104
           style="font-size:27.209906px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1.0000000;stroke:#000000;stroke-width:1.0080292;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000;font-family:Bitstream Vera Sans"
105
           xml:space="preserve"><tspan
106
             style="stroke:#000000;stroke-width:1.0080292;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000"
107
             y="164.85939"
108
             x="206.71614"
109
             id="tspan5111"
110
             sodipodi:role="line">N</tspan></text>
111
        <path
112
           style="fill:none;stroke:#000000;stroke-width:0.16981237;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000"
113
           id="path5864"
114
           class="fil0 str1"
115
           d="M 256.02783,344.98481 L 256.02783,344.98481 L 256.02783,344.98481 L 256.02783,344.98481" />
116
        <line
117
           style="fill:none;stroke:#000000;stroke-width:0.16981237;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000"
118
           id="line5866"
119
           class="fil0 str1"
120
           x1="244.94293"
121
           y1="359.63849"
122
           x2="244.94293"
123
           y2="359.63849" />
124
        <line
125
           style="fill:none;stroke:#000000;stroke-width:1.0000000;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000"
126
           id="line5868"
127
           class="fil0 str1"
128
           x1="224.04669"
129
           y1="164.01874"
130
           x2="179.43306"
131
           y2="354.43643" />
132
        <path
133
           style="fill:none;stroke:#000000;stroke-width:0.33391839;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000"
134
           id="path5870"
135
           class="fil0 str1"
136
           d="M 226.37056,341.06210 L 226.37056,341.06210 L 226.37056,341.06210 L 226.37056,341.06210" />
137
        <line
138
           style="fill:none;stroke:#000000;stroke-width:1.0000000;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000"
139
           id="line5872"
140
           class="fil0 str1"
141
           x1="224.75529"
142
           y1="340.60001"
143
           x2="179.42043"
144
           y2="354.43643" />
145
        <line
146
           style="fill:none;stroke:#000000;stroke-width:0.33391839;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000"
147
           id="line5874"
148
           class="fil0 str1"
149
           x1="179.42644"
150
           y1="354.44159"
151
           x2="179.42644"
152
           y2="354.44159" />
153
        <line
154
           style="fill:none;stroke:#000000;stroke-width:2.0000000;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000"
155
           id="line8066"
156
           class="fil0 str1"
157
           x1="224.90660"
158
           y1="164.30489"
159
           x2="270.33414"
160
           y2="355.54733" />
161
        <line
162
           style="fill:none;stroke:#000000;stroke-width:2.0000000;stroke-linecap:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000"
163
           id="line8068"
164
           class="fil0 str1"
165
           x1="224.77315"
166
           y1="341.16119"
167
           x2="270.34756"
168
           y2="355.26199" />
169
      </g>
170
    </g>
171
  </g>
172
</svg>
tags/org.gvsig.app.document.layout2.app-2.0.81/org.gvsig.app.document.layout2.app.mainplugin/src/main/resources-plugin/images/northimages/gvsig_10.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(9.9999996,-8.5714284)"
18
       id="g2421">
19
      <path
20
         d="M 192.21377,222.50546 L 272.13382,222.50546 C 258.81383,206.42742 258.81383,189.75388 272.13382,172.48489 L 313.52105,172.48489 C 271.61562,159.8309 243.63861,147.1769 232.17374,134.52287 C 226.08119,155.03599 192.2695,164.94696 152.25369,172.48489 L 192.21377,172.48489 C 181.48991,189.15839 188.45745,205.83196 192.21377,222.50546 z "
21
         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:8.94164085px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
22
         id="path1872" />
23
      <path
24
         d="M 167.98065,223.03506 C 168.29339,223.95394 169.73159,224.74802 170.9564,225.54571 C 172.26781,226.51525 174.28937,226.91162 176.79205,227.34859 C 178.64749,227.45078 180.55298,227.48053 182.41431,227.52071 C 182.67753,227.56744 182.94076,227.61417 183.20398,227.66091 L 171.40965,230.47679 C 171.21587,230.46098 171.0221,230.44521 170.82822,230.42941 C 168.88661,230.38145 166.91017,230.40754 165.05773,230.15541 C 162.49911,229.58616 160.22429,229.06905 158.84954,228.03347 C 157.48154,227.16482 156.03584,226.3065 155.21122,225.3472 L 167.98065,223.03506 z "
25
         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:3.03800011;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
26
         id="path1921" />
27
      <path
28
         d="M 203.0194,229.79735 C 206.88579,228.8782 211.64035,228.02117 194.37669,231.50224 C 191.62805,232.05648 199.78374,230.33895 202.49766,229.76342 C 210.63418,227.69271 219.54793,226.32166 228.5949,224.92722 C 231.58652,224.42931 234.58146,224.51218 237.68539,224.55656 C 240.01401,225.13262 240.10576,225.93561 240.58194,226.84756 C 240.73134,228.01424 240.61677,229.18335 240.57315,230.35068 C 240.86092,231.57574 240.3409,232.76181 239.77833,233.95279 C 236.74856,236.12035 228.5277,236.535 223.09911,237.52065 C 221.16822,237.56674 219.23154,237.5485 217.29787,237.544 C 211.75513,238.01521 203.7885,239.99611 224.37858,235.82034 C 222.56612,236.34925 222.33184,237.05089 221.82221,237.79995 C 221.46028,238.09371 222.35349,238.31671 222.56162,238.51914 L 210.36463,241.11846 C 209.98919,240.77895 209.01313,240.47947 209.19319,240.05926 C 209.54826,239.23079 209.62479,238.40709 211.25966,237.72526 C 218.23202,236.22174 221.68953,234.80018 228.76199,234.58808 C 230.65012,234.584 232.55293,234.60952 234.42112,234.49221 C 231.97503,235.04101 224.74984,236.72795 226.94557,236.05869 C 227.79526,234.93044 228.56179,233.81168 228.14723,232.59773 C 228.13769,231.4544 228.15923,230.31038 228.04605,229.16766 C 227.76407,228.46873 227.95581,227.82319 226.10498,227.43619 C 223.19921,227.49146 220.33085,227.51972 217.62283,228.00411 C 212.81586,228.73404 195.67096,231.67668 215.26666,228.01572 C 207.49487,229.64009 199.8772,231.78926 191.44338,232.78615 L 203.0194,229.79735 z "
29
         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:3.03800011;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
30
         id="path1923" />
31
      <path
32
         d="M 282.33947,229.79499 C 284.06769,229.87638 285.37728,229.54781 286.89769,229.28988 C 283.35315,230.0082 272.74193,232.17706 276.26386,231.4448 C 281.26675,230.40465 296.37487,227.34524 291.34754,228.37043 C 272.21763,232.27148 279.29931,230.84036 283.45915,229.95797 C 324.23816,221.44646 276.44059,231.61501 289.80613,228.61925 C 291.54464,228.1499 291.68665,227.53933 292.12779,226.83392 C 295.33686,224.37062 303.00008,223.15241 309.48758,224.0353 C 311.45823,224.66023 311.72778,225.44634 312.25777,226.30132 L 299.74213,228.63136 C 299.37345,227.91483 299.30625,227.26991 297.61651,226.76434 C 300.06109,226.06853 305.97016,223.60358 304.88328,224.64747 C 304.50259,225.38837 304.36712,226.15301 302.93513,226.74983 C 295.23387,228.65989 272.59124,232.98846 296.57486,228.15771 C 249.97188,237.94928 315.77948,224.07552 275.8806,232.40261 C 274.15913,232.58448 272.62233,232.88479 270.74513,232.78851 L 282.33947,229.79499 z "
33
         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:3.03800011;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
34
         id="path1925" />
35
      <path
36
         d="M 293.4825,219.52611 C 292.42252,219.56854 291.57733,219.29553 290.62496,219.18028 L 302.41608,216.37674 C 303.28924,216.4279 304.12929,216.63623 305.07684,216.5326 L 293.4825,219.52611 z "
37
         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:3.03800011;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
38
         id="path1927" />
39
      <path
40
         d="M 138.31572,229.15616 C 138.6245,229.50424 139.96506,229.61301 140.74177,229.81868 C 142.54179,230.11957 144.34643,230.39414 146.19254,230.65305 C 148.40638,230.77329 150.502,231.06005 152.6332,231.30426 C 153.54838,231.46095 154.57395,231.37236 155.50671,231.40512 L 144.02018,234.35879 C 143.00726,234.28616 141.94804,234.27512 140.96919,234.13998 C 138.82417,233.88812 136.68503,233.64493 134.47688,233.47522 C 132.60118,233.18 130.71531,232.89153 128.86769,232.57145 C 127.62916,232.23579 126.12976,232.03683 125.5464,231.4683 L 138.31572,229.15616 z "
41
         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:3.03800011;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
42
         id="path1929" />
43
      <path
44
         d="M 162.84261,201.18277 C 187.42888,196.75566 160.64421,201.88631 155.97314,202.88743 C 142.26228,206.12508 128.8529,209.47559 115.84008,212.9447 C 109.60509,214.66577 103.59914,216.45098 97.039304,218.06799 C 90.834004,219.35042 83.900984,220.30263 77.271264,221.38578 C 99.936394,217.65079 77.661594,221.3261 70.340594,222.43778 C 88.053854,219.02417 81.290164,220.49413 77.599434,221.5729 C 75.926414,222.04126 75.039524,222.65804 74.004954,223.24591 C 72.812614,223.75075 72.260234,224.31017 71.685654,224.88045 C 75.102654,227.63843 83.798944,229.81834 90.383754,231.99051 C 108.79441,237.91169 124.40347,244.47289 139.29885,251.14552 C 147.06024,254.67637 155.03342,258.16483 163.94814,261.4627 C 173.06049,264.8153 181.14373,268.37996 189.99768,271.78836 C 195.08417,273.43356 199.35461,275.82436 206.78986,276.5234 C 189.33276,279.88861 209.62382,274.55736 215.90211,272.7312 C 230.04672,268.78795 243.60603,264.68169 256.76643,260.46665 C 267.97226,256.66138 279.97205,253.06636 292.22918,249.54397 C 304.47537,246.04595 316.72852,242.55205 328.69284,238.97378 C 333.4355,237.57927 337.67926,236.05964 341.77908,234.50886 C 343.52134,233.96638 344.87208,233.34629 346.25316,232.73096 C 347.12836,231.85732 345.35362,231.18893 343.97619,230.42537 C 341.49463,229.02941 338.86645,227.65649 336.22798,226.28483 C 334.43599,225.32469 331.84018,224.52334 329.59548,223.65291 C 326.61565,222.49845 323.87419,221.2879 321.15566,220.08028 C 316.97556,218.00405 312.1672,216.04367 307.53579,214.05127 C 304.39691,212.62035 300.56203,211.35403 296.23189,210.2168 C 291.80754,209.22349 287.04077,208.37697 282.61235,207.39075 C 279.93111,206.47994 278.75378,205.32011 276.44617,204.32925 C 274.89082,203.72869 272.61557,203.38877 270.45843,203.00458 C 268.4238,202.6522 266.65185,202.80699 264.44959,202.91352 C 262.06888,203.02705 259.66138,203.05859 257.25805,203.0998 C 255.38965,203.11808 253.51995,203.11477 251.65091,203.11553 C 251.35521,203.11542 251.05961,203.11526 250.76391,203.11515 L 261.37341,200.89434 C 261.66858,200.89442 261.96363,200.89445 262.2588,200.89453 C 264.10791,200.89217 265.95799,200.89487 267.80571,200.86966 C 270.1727,200.82049 272.54452,200.78145 274.88418,200.65725 C 277.33841,200.61581 279.30263,200.51469 281.45548,200.96621 C 283.7004,201.38985 286.03952,201.77658 287.61759,202.42616 C 289.75458,203.41127 290.91155,204.54558 293.52097,205.43377 C 297.90931,206.42738 302.61736,207.29481 307.00141,208.29466 C 311.4219,209.45072 315.36813,210.73028 318.43198,212.21544 C 322.89181,214.23729 327.55955,216.22059 331.91338,218.26212 C 334.76953,219.44331 337.7695,220.59369 340.79413,221.73934 C 343.00153,222.63648 345.51503,223.47641 347.29545,224.4546 C 349.84614,225.83742 352.53176,227.19964 355.12886,228.5753 C 356.75398,229.41656 358.70888,230.17906 358.13645,231.17488 C 356.82214,231.83649 355.63045,232.51786 353.61189,233.0448 C 349.26471,234.64216 344.80317,236.21378 339.78667,237.64413 C 327.53233,241.25024 314.93321,244.75393 302.52261,248.31509 C 290.42625,251.81962 278.76182,255.44055 267.49522,259.16826 C 254.21724,263.35775 240.58516,267.44969 226.6145,271.44825 C 217.01374,274.3243 209.59606,277.24027 196.14446,278.66903 C 189.07414,277.5236 185.05438,275.29777 179.96136,273.50296 C 171.19197,270.07605 162.7081,266.58847 153.52041,263.25213 C 144.6507,259.92718 137.1013,256.36693 129.8565,252.72963 C 115.53088,245.96513 100.14656,239.35176 80.867674,233.65571 C 73.531874,231.483 64.264124,229.38598 59.980924,226.56724 C 60.393874,225.9393 60.670714,225.33608 62.118124,224.79928 C 63.149054,224.1902 64.046664,223.55856 65.489364,223.01754 C 70.016594,221.63034 72.536204,220.97917 80.535214,220.08009 C 96.806944,217.69996 49.314084,225.16591 87.357844,219.04115 C 99.880764,217.04445 74.885624,221.21077 85.105534,219.43592 C 92.155814,217.83216 98.525624,216.01012 105.02298,214.22091 C 118.04791,210.77873 131.44636,207.45241 144.91575,204.15618 C 153.89274,202.16408 163.00005,200.26625 173.18278,198.79929 L 162.84261,201.18277 z "
45
         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:3.03800011;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
46
         id="path1933" />
47
      <path
48
         d="M 173.35447,253.60167 C 176.08608,253.57094 178.42027,253.09195 180.79552,252.66447 C 159.72142,257.4547 177.35998,252.99057 181.89557,251.74928 C 189.63553,249.74907 197.65586,247.71264 206.91247,246.77368 C 210.69023,246.67241 213.84872,247.26405 217.03207,247.89911 C 219.91244,248.60204 220.14694,249.54724 220.73844,250.69633 C 221.10242,252.74354 220.31113,254.77494 219.42778,256.78996 C 219.28535,257.22465 218.8486,257.63359 218.55901,258.0554 L 205.88315,260.1829 C 206.22687,259.76954 206.7724,259.37763 206.91419,258.94287 C 207.97384,256.98611 208.93875,255.01077 208.42023,253.00649 C 207.86913,252.02385 207.71608,251.20856 205.22616,250.62251 C 202.21729,250.03575 199.3455,249.54629 195.80353,249.78765 C 184.98043,251.17908 211.27552,246.28761 194.64303,249.94346 C 186.66557,252.08581 179.387,254.34231 169.92418,255.7671 C 167.29268,256.16435 164.72356,256.61686 161.77846,256.59047 L 173.35447,253.60167 z "
49
         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:3.03800011;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
50
         id="path1935" />
51
      <path
52
         d="M 204.02493,273.5121 C 205.72882,268.78056 211.38988,264.32253 216.49447,259.95186 C 223.38881,253.98909 232.15466,248.46721 245.13179,243.94058 C 254.9454,241.09424 266.08521,238.61002 278.78915,237.9852 C 280.95025,237.88857 283.12593,237.90552 285.29658,237.89055 L 273.975,240.81571 C 271.89567,240.83304 269.80959,240.81414 267.74344,240.92482 C 248.64836,242.26213 275.74973,238.43802 257.17274,242.17937 C 243.743,246.62811 234.47267,252.11998 227.50406,258.14689 C 222.73889,262.30975 217.26529,266.6523 216.7741,271.20361 L 204.02493,273.5121 z "
53
         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:3.03800011;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
54
         id="path1937" />
55
      <path
56
         d="M 140.3734,249.45153 C 137.63183,249.33354 135.68111,248.58433 133.58474,247.99558 C 125.88251,245.35475 119.38869,242.31046 112.56895,239.38855 C 109.47723,238.033 106.42753,236.66633 103.43998,235.28168 L 115.1011,232.828 C 117.90194,234.24369 120.78284,235.63802 123.83983,236.9861 C 130.58594,239.89964 137.15982,242.91658 145.26064,245.37859 C 147.43579,245.89368 149.22028,246.52501 151.96774,246.45801 L 140.3734,249.45153 z "
57
         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:3.03800011;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
58
         id="path1943" />
59
      <path
60
         d="M 92.383024,234.93722 C 89.989454,236.77362 86.107634,238.47782 82.907244,240.1848 C 76.019014,243.8448 69.280834,247.53606 63.536924,251.44062 C 60.363864,253.70089 57.560774,256.0184 54.929374,258.3628 C 52.945114,259.80192 52.937394,260.58464 54.781154,262.01869 C 61.874194,266.88288 67.812624,271.93995 74.751014,276.83069 C 81.498724,281.74836 93.248264,285.1515 105.58308,288.2258 C 111.87241,289.83588 118.37009,291.30223 125.63129,292.25878 C 129.75747,292.33454 133.3333,292.73597 137.12746,293.29067 C 142.94735,294.32012 149.37043,294.72811 155.55151,295.41356 C 166.29605,296.53068 176.58155,298.20963 187.48118,299.13351 C 191.51798,299.45778 195.60633,299.35597 199.67871,299.24247 C 202.91994,298.93884 205.83867,299.09081 208.97433,299.41459 C 223.28989,297.22105 194.50316,303.25356 217.01106,297.64248 C 232.08071,293.92489 247.27521,290.27019 261.15156,285.99554 C 271.12336,282.80397 277.56284,278.67741 284.06276,274.5839 C 293.27597,268.86043 304.5625,263.60832 316.04152,258.44397 C 321.4953,255.94965 327.59653,253.6572 333.80462,251.40291 C 336.85989,250.70444 337.42236,249.69571 338.17184,248.80253 C 336.14213,248.03778 334.00043,247.31211 331.89259,246.57487 C 330.07391,245.86496 328.08343,245.2331 326.01107,244.62143 C 324.9586,244.28363 324.08297,243.88913 323.14185,243.51473 L 335.25621,240.91008 C 336.16528,241.27046 336.9914,241.65689 338.03358,241.9729 C 340.0649,242.60545 342.00704,243.25795 343.83258,243.96724 C 346.05959,244.72933 348.34009,245.47613 350.41717,246.29036 C 350.88886,247.75666 350.23508,248.39272 346.46408,249.53681 C 340.00284,251.83002 333.63067,254.15587 327.80703,256.6594 C 316.10529,261.72012 304.7835,266.93369 295.92419,272.69807 C 289.52855,276.88626 282.9612,281.03251 272.92971,284.29561 C 259.12324,288.58484 243.91963,292.21727 228.94891,295.96768 C 219.5804,298.372 209.04411,302.08456 197.3353,302.23927 C 194.32857,302.07389 191.50469,301.91979 188.44277,302.20365 C 184.32226,302.27251 180.21505,302.33136 176.21287,301.88289 C 165.5904,300.71716 155.40939,299.06754 144.62348,298.07248 C 138.19547,297.47204 131.51784,297.1499 125.59978,296.01983 C 121.78344,295.54618 118.03462,295.28783 114.06674,295.03516 C 107.0559,293.90947 100.81609,292.33476 94.662244,290.69269 C 82.344884,287.49868 70.253784,284.11393 63.733494,279.05866 C 56.971834,274.15047 51.064914,269.07452 42.823054,264.44258 C 40.403334,262.90988 39.998954,262.02707 42.354154,260.43641 C 45.150384,258.0506 48.104924,255.69055 51.392124,253.38271 C 57.202374,249.47412 64.057164,245.79149 70.776374,242.07577 C 73.682034,240.46222 76.421784,238.78963 79.613604,237.24936 L 92.383024,234.93722 z "
61
         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:3.03800011;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
62
         id="path1945" />
63
      <path
64
         d="M 99.225274,257.95306 C 98.116324,257.81843 97.237154,258.12647 96.263244,258.21144 C 93.357904,258.34399 101.41649,257.22111 103.99023,256.72407 C 102.07563,257.08045 100.57709,257.61775 99.010704,258.13047 C 97.323214,258.79825 95.775804,259.5104 94.164944,260.20248 C 92.516144,260.76776 91.414264,261.45881 90.264574,262.14495 C 89.190884,262.6483 90.005104,263.20445 90.032654,263.65033 C 91.059184,263.91881 92.244774,264.11899 93.302924,264.35947 C 95.086014,264.52976 96.690344,264.27968 98.403984,264.09374 C 100.57044,264.00027 102.65299,263.81902 104.74078,263.63955 C 106.61412,263.32587 108.63825,263.26676 110.65199,263.17173 C 112.80184,263.00323 114.61559,263.22521 116.58667,263.39184 C 119.70593,264.02145 122.01601,264.96928 124.26136,265.93597 C 125.79923,266.68323 126.31443,267.56833 126.93948,268.44475 C 127.46797,269.13382 127.53624,269.84509 127.67589,270.5521 C 127.55553,271.29548 127.89314,272.01681 128.17383,272.74716 C 128.87037,273.55624 130.18725,274.2797 131.32032,275.01908 C 132.45971,275.63948 133.36985,276.30326 134.32029,276.95896 C 135.12015,277.62499 135.1747,278.33923 135.34672,279.04704 C 135.29292,279.79305 135.45915,280.53155 135.59794,281.27284 C 135.92461,281.99063 136.11828,282.71496 136.32567,283.43743 C 136.12579,284.02104 137.5911,284.51552 138.08079,284.84916 C 139.0143,284.30639 140.687,284.26202 142.18425,284.04401 C 146.74557,283.99674 163.32201,280.31549 134.91255,285.90048 C 136.12085,285.40786 135.92794,284.7963 136.15965,284.1943 C 136.37551,283.59759 136.64248,283.00096 136.90989,282.40642 C 137.09916,281.75453 137.06958,281.09878 137.10634,280.44464 C 138.11819,277.68559 139.86003,278.69333 151.04324,276.50744 C 152.37298,276.85529 153.91792,276.8746 155.45173,276.9996 C 157.68207,276.97386 159.79355,277.13904 161.9061,277.28754 C 163.55651,277.70928 163.79144,278.37047 164.43172,279.00385 C 164.34833,279.67803 165.99874,280.02374 166.7448,280.42788 C 157.0418,281.43574 155.88976,284.30166 154.62218,281.0917 C 154.14739,280.3514 153.13661,279.68934 152.29538,279.00225 C 151.45448,278.53214 150.26578,278.18079 149.16111,277.7976 C 147.89633,277.42271 147.03248,276.93813 146.05,276.47816 C 145.20834,276.07958 144.22146,275.72289 143.31143,275.34701 C 142.20633,274.93232 141.0619,274.5321 139.94823,274.11993 C 138.26203,273.78168 137.29905,273.24591 136.16694,272.71376 C 134.95617,272.07618 134.73056,271.34705 134.36381,270.61517 C 134.55286,269.98655 133.62986,269.54291 132.99173,269.014 C 132.1803,268.50443 130.78572,268.22316 129.57849,267.86145 C 127.81233,267.40197 127.31664,266.72711 126.50863,266.05495 C 126.0213,265.21738 125.3746,264.39409 124.76573,263.56768 C 124.10606,262.86772 123.97873,262.13645 123.77703,261.40941 C 124.70839,260.66318 122.53828,260.67502 122.02094,260.36831 C 120.11245,260.4609 118.72462,260.10459 117.07068,259.9073 C 115.47107,259.52659 114.03073,259.07807 112.55684,258.64126 C 111.51894,258.22641 109.99425,258.20516 108.70588,258.00159 C 106.95173,257.91699 105.1786,257.93886 103.41405,257.92815 C 102.13983,257.92861 100.86561,257.93067 99.591494,257.93223 L 111.04801,254.97223 C 112.32587,254.97143 113.60384,254.96823 114.88171,254.97211 C 116.72139,255.00026 118.58551,254.9704 120.38725,255.13482 C 121.83638,255.38536 123.40009,255.54349 124.59243,255.969 C 125.99912,256.38411 127.33239,256.83445 128.94186,257.15438 C 130.54361,257.28209 132.15822,257.45988 133.80992,257.55033 C 135.19785,258.0706 136.60443,258.20912 136.36114,259.09944 C 136.54592,259.79175 136.55053,260.49376 137.17493,261.16322 C 137.77652,261.98902 138.43008,262.81017 138.8963,263.64812 C 139.60462,264.22384 140.00021,264.79503 141.58599,265.16619 C 142.88261,265.57715 144.35833,265.92054 145.25475,266.47394 C 146.00252,267.07172 147.10826,267.57572 146.91727,268.28475 C 147.25016,268.93668 147.24684,269.604 148.38451,270.17283 C 149.56421,270.63722 150.48389,271.16172 152.06399,271.49384 C 153.17841,271.89942 154.31019,272.29865 155.41293,272.7082 C 156.40034,273.10605 157.42667,273.49317 158.30637,273.92386 C 159.22284,274.34651 160.01251,274.79719 161.21417,275.13331 C 162.40512,275.56803 163.71299,275.96592 164.59066,276.4991 C 165.5426,277.22275 166.45317,277.94591 167.03021,278.72384 C 168.5669,281.577 166.78252,282.06516 154.82807,283.18793 C 153.53005,282.63685 152.2957,282.168 151.97074,281.4026 C 151.52232,280.93166 151.43626,280.38328 150.15132,280.10974 C 148.06952,280.04012 145.96147,279.9526 143.8636,279.89261 C 142.55787,279.76452 141.00135,279.57675 139.74213,279.58403 C 152.24662,277.01225 152.61648,275.93881 149.73151,278.16144 C 149.71061,278.82827 149.73644,279.49593 149.60633,280.16173 C 149.38576,280.75204 149.29809,281.34962 148.80347,281.92439 C 148.70519,282.60405 148.76167,283.29446 147.98121,283.93283 C 143.00833,285.02272 137.47353,286.83204 130.98646,287.12905 C 129.40272,287.39817 127.88017,287.798 126.14798,287.6177 C 125.21319,287.04339 123.85323,286.54357 123.81593,285.79395 C 123.59472,285.06904 123.38251,284.33948 123.09464,283.61534 C 122.90065,282.86087 122.63388,282.11334 122.75199,281.35092 C 122.60023,280.70249 122.67686,280.04054 121.977,279.42326 C 121.05978,278.78546 120.17526,278.14061 119.0901,277.53309 C 117.88822,276.74648 116.54273,275.9732 115.74941,275.1199 C 115.36325,274.36665 114.89714,273.62895 115.07859,272.85415 C 114.95191,272.17822 114.97388,271.49517 114.49116,270.83329 C 113.9556,270.01652 113.54993,269.18588 112.20144,268.4767 C 110.09628,267.56209 107.94718,266.6838 104.82888,266.1897 C 103.00656,266.15519 101.14502,266.02711 99.289794,266.17675 C 97.362124,266.33329 95.392864,266.42763 93.562294,266.71976 C 91.433764,266.84838 89.286914,266.96584 87.183794,267.1466 C 85.150874,267.29357 83.480844,267.49859 81.473754,267.1573 C 80.247984,266.85988 78.926924,266.60092 77.818504,266.23971 C 77.374904,265.55395 76.332074,265.03075 77.417884,264.25389 C 78.444524,263.49776 79.372774,262.74645 81.174624,262.15862 C 82.801884,261.4641 84.449834,260.78105 85.981274,260.06552 C 87.497284,259.5224 88.861314,258.92154 90.787274,258.546 C 96.278994,257.37243 101.37995,255.89085 107.43145,255.09053 C 108.55294,255.04437 109.65504,254.8991 110.81962,254.95955 L 99.225274,257.95306 z "
65
         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:3.03800011;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
66
         id="path1947" />
67
      <path
68
         d="M 91.426054,274.04433 C 91.766014,274.43281 92.259564,274.85809 92.700054,275.25317 C 93.351904,275.78551 94.536304,276.16386 95.584924,276.58647 C 97.274024,277.1433 98.655744,277.8008 100.07615,278.44138 C 100.5474,278.62321 100.861,278.84389 101.25337,279.04517 L 89.025294,281.58104 C 88.652864,281.39019 88.361014,281.17953 87.907874,281.00852 C 86.542774,280.38404 85.230824,279.73725 83.500354,279.23016 C 82.357644,278.74646 81.057694,278.30777 80.331474,277.71225 C 79.780154,277.25867 79.321334,276.79176 78.656734,276.35643 L 91.426054,274.04433 z "
69
         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:3.03800011;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
70
         id="path1949" />
71
      <path
72
         d="M 143.1004,288.66696 C 143.04038,289.09795 143.05088,289.52966 143.03577,289.961 C 142.99376,290.53581 143.04981,291.11065 143.0736,291.68485 C 142.14835,290.25293 135.29217,292.70771 131.65878,293.40866 C 135.47244,291.69224 142.21019,291.04788 147.27685,290.07537 C 153.26608,289.80282 158.90002,288.13999 139.48716,292.07448 C 140.9723,291.82409 138.79373,291.8097 138.49417,291.69532 C 136.88952,291.47263 135.40513,291.15525 133.87765,290.87383 C 132.94533,290.60006 131.93765,290.36369 130.97564,290.11072 L 142.9197,287.37189 C 143.85996,287.62368 144.7746,287.88888 145.76705,288.11572 C 147.23055,288.38382 148.65653,288.69255 150.24403,288.86143 C 151.69359,289.31988 153.15226,289.34224 152.68497,290.19401 C 144.76688,291.85201 142.87758,292.76397 136.02386,293.15234 C 138.89404,292.54946 147.42786,290.70518 144.72144,291.3971 C 140.67757,292.34189 133.80724,296.03224 130.35777,293.98728 C 130.38145,293.40847 130.43772,292.82909 130.39571,292.24972 C 130.38059,291.82619 130.39185,291.40224 130.33108,290.9791 L 143.1004,288.66696 z "
73
         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:3.03800011;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
74
         id="path1951" />
75
      <path
76
         d="M 78.172834,265.43444 C 74.401184,266.19374 64.891104,268.11374 87.791374,263.46401 C 86.334744,263.79876 85.022904,264.20476 83.666904,264.58784 C 82.180904,264.95302 80.875494,265.39319 79.514144,265.81024 C 78.338204,266.18284 77.219714,266.57678 76.077214,266.96199 C 65.993844,269.58397 66.265104,269.76956 58.726534,269.62735 C 57.098734,269.36085 56.183234,268.80696 55.061634,268.33868 L 67.217154,265.74664 C 68.211424,266.13752 68.938294,266.62964 70.464914,266.77936 C 76.159204,266.42348 82.677774,265.33316 62.884114,268.82451 C 64.031654,268.46376 65.357854,268.13712 66.373884,267.70552 C 67.733094,267.28199 68.976774,266.80945 70.529864,266.46918 C 71.863674,266.07079 73.236714,265.69743 74.547484,265.29355 C 78.859834,264.40849 84.235264,262.67268 89.767174,262.44092 L 78.172834,265.43444 z "
77
         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:3.03800011;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
78
         id="path1953" />
79
      <path
80
         d="M 119.80475,257.23162 C 119.83208,256.26543 120.64983,255.34057 121.30329,254.41239 C 121.95792,253.21147 123.56064,252.24726 125.42068,251.27479 L 138.54636,249.40179 C 136.22514,250.23845 134.54193,251.03797 133.86908,252.28436 C 133.26782,253.1479 132.4178,254.01849 132.57417,254.91952 L 119.80475,257.23162 z "
81
         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:3.03800011;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
82
         id="path1955" />
83
      <path
84
         d="M 76.258984,262.71393 C 74.754864,262.72272 73.685784,262.34365 72.485624,262.07494 C 70.946674,261.55643 69.459604,261.01826 67.991184,260.47564 C 66.339594,259.99993 65.691064,259.36411 64.881134,258.70589 C 64.208384,257.89807 64.518454,257.07531 64.613514,256.25389 C 64.662174,255.20658 65.732004,254.32167 66.952644,253.39673 C 68.988244,252.25541 71.717704,251.31074 74.433874,250.37773 C 79.585304,248.64706 85.905394,247.66579 92.446904,246.95524 C 94.102674,246.76858 95.807954,246.66498 97.505414,246.53278 C 99.803494,246.62213 100.57055,247.13848 101.85538,247.71915 C 102.71097,248.37493 102.70411,249.08666 102.84344,249.7907 C 102.84108,250.64978 103.53698,251.48156 104.0958,252.31049 C 104.58463,253.35993 106.02669,254.1913 107.63519,255.02498 C 108.8406,255.34994 110.30742,255.26931 111.69567,255.34182 L 100.16607,258.26934 C 98.485544,258.13805 96.870824,258.11105 95.560804,257.64532 C 93.917684,256.71467 92.347444,255.8026 91.779734,254.67626 C 91.120064,253.82795 90.268544,252.97564 90.241644,252.0884 C 90.123104,251.46294 90.253754,250.82091 89.558074,250.2279 C 88.397454,249.93181 88.123404,249.34957 86.165934,249.56225 C 84.522384,249.72176 82.868124,249.87129 81.214814,250.01952 C 75.515924,250.75247 70.663404,251.71134 87.454624,248.49452 C 84.689474,249.3861 81.886814,250.27828 79.763324,251.38056 C 78.415154,252.22997 77.324104,253.02587 77.254324,254.03141 C 77.112534,254.78865 76.765494,255.53862 77.321524,256.29251 C 78.096734,256.85353 78.479784,257.44285 80.049704,257.83884 C 81.457684,258.3633 82.843574,258.90059 84.409644,259.36673 C 85.558784,259.51935 86.492294,259.85756 87.853324,259.72041 L 76.258984,262.71393 z "
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff