summaryrefslogtreecommitdiffstats
path: root/share/screens/keys.fr.svg
blob: 5ec04eb383a6b8d4592b77c999ab005429a5e68b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
<?xml version="1.0" encoding="utf-8"?>
<!--

Do not edit this file.
It is generated automatically from doc/keys.xml by doc/keys-svg.xsl.

-->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:h="http://www.w3.org/1999/xhtml" version="1.0" x="0" y="0" width="744.094482" height="1052.36218" id="svg559" sodipodi:version="0.32" inkscape:version="0.37cvs" sodipodi:docname="keys-sample.svg" sodipodi:docbase="/home/d/ink/inkscape"><sodipodi:namedview id="base" inkscape:zoom="0.48" inkscape:cx="736" inkscape:cy="588" inkscape:window-width="780" inkscape:window-height="580" inkscape:window-x="0" inkscape:window-y="0" showborder="false"/><defs id="defs561"><linearGradient id="linearGradient711"><stop style="stop-color:#ffffff;stop-opacity:1;" offset="0.00000000" id="stop712"/><stop style="stop-color:#868686;stop-opacity:1;" offset="1.00000000" id="stop713"/></linearGradient><linearGradient id="linearGradient607"><stop style="stop-color:#cfcfcf;stop-opacity:1;" offset="0.000000" id="stop608"/><stop style="stop-color:#efefef;stop-opacity:1;" offset="1.000000" id="stop609"/></linearGradient><linearGradient id="linearGradient565"><stop style="stop-color:#9d9d9f;stop-opacity:1;" offset="0.000000" id="stop566"/><stop style="stop-color:#e5e5e5;stop-opacity:1;" offset="1.000000" id="stop567"/></linearGradient><radialGradient id="radialGradient568" xlink:href="#linearGradient711" cx="0.69677418" cy="0.30366492" r="0.87194777" fx="0.69677418" fy="0.30366492" spreadMethod="reflect"/><linearGradient id="linearGradient569" xlink:href="#linearGradient565" y2="-0.03731298" x2="0.72092992" y1="0.99253702" x1="-0.08527008" spreadMethod="pad" gradientUnits="objectBoundingBox"/><linearGradient id="linearGradient580" xlink:href="#linearGradient565" y2="0.00000002" x2="-0.04651194" y1="0.99253708" x1="-0.00775294" spreadMethod="pad" gradientUnits="objectBoundingBox"/><linearGradient xlink:href="#linearGradient565" id="linearGradient576"/><linearGradient xlink:href="#linearGradient607" id="linearGradient610" x1="0.11764701" y1="0.86885244" x2="0.78280514" y2="0.12295082" gradientUnits="objectBoundingBox" spreadMethod="pad"/><linearGradient xlink:href="#linearGradient565" id="linearGradient611" x1="0.10837435" y1="0.94531250" x2="0.76847297" y2="0.28125000" gradientUnits="objectBoundingBox" spreadMethod="pad"/><linearGradient xlink:href="#linearGradient607" id="linearGradient613" x1="0.23529346" y1="0.85156250" x2="0.82805431" y2="0.12499999" gradientUnits="objectBoundingBox" spreadMethod="pad"/><linearGradient xlink:href="#linearGradient565" id="linearGradient615" x1="0.10731713" y1="0.82031238" x2="0.87804890" y2="0.07812499" gradientUnits="objectBoundingBox" spreadMethod="pad"/><linearGradient xlink:href="#linearGradient607" id="linearGradient620"/></defs><g id="left-click"><path style="font-size:12;fill:url(#radialGradient568);fill-rule:evenodd;stroke-width:1pt;" d="M 3.6677089 0.69866497 C 2.5111219 0.70247797 0.60176688 0.87400498 0.48616554 2.6404201 C 0.36648452 4.20794 0.58434883 5.5470015 1.1224739 6.7127964 C 1.6478125 7.8945497 2.3280327 8.770865 3.7101306 8.791406 C 3.7261892 8.791406 3.7366738 8.791641 3.7525494 8.791406 C 5.1346474 8.770865 5.8148662 7.8945497 6.3402062 6.7127964 C 6.8783313 5.5470015 7.0961985 4.20794 6.9765161 2.6404201 C 6.8609133 0.87400498 4.9515568 0.70247797 3.7949711 0.69866497 C 3.7582543 0.69854407 3.702741 0.69866497 3.6677089 0.69866497 z " id="path742" transform="matrix(0.886947,0.000000,0.000000,0.886947,0.279045,1.170720)"/><path style="font-size:12;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:0.137792;" d="M 4.9596784 0.75757138 L 4.9596784 4.5604601 " id="path741" transform="matrix(0.886947,0.000000,0.000000,0.886947,0.279045,1.170720)"/><path style="font-size:12;fill-rule:evenodd;stroke-width:1pt;" d="M 2.5836552 0.75683638 C 1.5807894 0.90294429 0.56647766 1.3378565 0.48232843 2.6236796 C 0.42599755 3.3614571 0.43206257 3.9104527 0.52347935 4.5527658 L 2.5836552 4.5527658 L 2.5836552 0.75683638 z " id="path740" transform="matrix(0.886947,0.000000,0.000000,0.886947,0.279045,1.170720)"/><path style="font-size:12;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:0.137792;" d="M 2.5571164 0.75757138 L 2.5571164 4.5604601 " id="path739" transform="matrix(0.886947,0.000000,0.000000,0.886947,0.279045,1.170720)"/><path style="font-size:12;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:0.137792;" d="M 0.52620977 4.5687418 L 6.9386881 4.5687418 " id="path738" transform="matrix(0.886947,0.000000,0.000000,0.886947,0.279045,1.170720)"/><text xml:space="preserve" style="font-size:1.2;font-weight:normal;stroke-width:1pt;font-family:Bitstream Vera Sans;" x="0.44536325" y="0.10000575" id="text743" sodipodi:linespacing="100%" transform="matrix(1.288158,0.000000,0.000000,1.288158,0.279045,1.170720)"><tspan x="0.44536325" y="0.10000575" sodipodi:role="line" id="tspan748">click</tspan></text></g><g id="left-drag" transform="translate(0.000000,1.125000e-6)"><path style="font-size:12;fill:url(#radialGradient568);fill-rule:evenodd;stroke-width:1pt;" d="M 4.2811092,3.6456834 C 3.5204235,3.6481912 2.2646447,3.7610042 2.1886133,4.9227722 C 2.1098991,5.9537272 2.2531880,6.8344255 2.6071123,7.6011667 C 2.9526262,8.3784037 3.4000056,8.9547546 4.3090093,8.9682645 C 4.3195716,8.9682645 4.3264664,8.9684190 4.3369079,8.9682645 C 5.2459115,8.9547546 5.6932901,8.3784037 6.0388055,7.6011667 C 6.3927298,6.8344255 6.5360202,5.9537272 6.4573052,4.9227722 C 6.3812739,3.7610042 5.1254936,3.6481912 4.3648094,3.6456834 C 4.3406607,3.6456039 4.3041493,3.6456834 4.2811092,3.6456834 z " id="path737"/><path style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:0.0906254;" d="M 5.1308348,3.6844260 L 5.1308348,6.1855791" id="path736"/><path style="font-size:12;fill-rule:evenodd;stroke-width:1pt;" d="M 3.5681284,3.6839426 C 2.9085453,3.7800375 2.2414340,4.0660784 2.1860899,4.9117621 C 2.1490409,5.3969969 2.1530295,5.7580703 2.2131543,6.1805185 L 3.5681284,6.1805185 L 3.5681284,3.6839426 z " id="path735"/><path style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:0.0906254;" d="M 2.2149502,6.1910258 L 6.4324262,6.1910258" id="path733"/><path style="font-size:12;fill-rule:evenodd;stroke-width:1pt;" d="M 0.87308887,0.18494458 C 1.9614707,0.76553855 2.1048185,1.7016907 2.2121750,2.6779119 C 2.6396563,2.5147384 2.5518759,2.6983745 2.9793570,2.5352012 C 3.0152194,1.1271410 2.9896720,0.37476438 2.2995828,-0.38186391 C 1.8611988,-0.016212694 1.4403488,0.10428085 0.87308887,0.18494458 z " id="path732" sodipodi:nodetypes="ccccc"/><path style="font-size:12;fill-rule:evenodd;stroke-width:1pt;" d="M 1.5112588,2.4479293 L 4.3111764,2.3405949 L 2.5176694,3.6888367 L 1.5112588,2.4479293 z " id="path731" sodipodi:nodetypes="cccc"/><text xml:space="preserve" style="font-size:1.2;font-weight:normal;stroke-width:1pt;font-family:Bitstream Vera Sans;" x="2.55886233" y="1.00883842" id="text750" sodipodi:linespacing="100%" transform="scale(1.288158,1.288158)"><tspan x="2.55886245" y="1.00883842" sodipodi:role="line" id="tspan751">drag</tspan></text></g><g id="mid-click"><path style="font-size:12;fill:url(#radialGradient568);fill-rule:evenodd;stroke-width:1pt;" d="M 3.5020868 1.7911048 C 2.4762557 1.7944862 0.78275968 1.9466216 0.68022768 3.5133391 C 0.57407668 4.9036459 0.76731068 6.0913227 1.2445987 7.125321 C 1.7105457 8.1734737 2.3138647 8.9507193 3.5397118 8.9689372 C 3.5539558 8.9689372 3.5632548 8.9691456 3.5773358 8.9689372 C 4.8031828 8.9507193 5.4065018 8.1734737 5.8724498 7.125321 C 6.3497388 6.0913227 6.5429749 4.9036459 6.4368238 3.5133391 C 6.3342898 1.9466216 4.6407908 1.7944862 3.6149618 1.7911048 C 3.5823958 1.7909978 3.5331588 1.7911048 3.5020868 1.7911048 z " id="path753"/><path style="font-size:12;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:0.122214;" d="M 0.71574468 5.2236579 L 6.4032718 5.2236579 " id="path757"/><text xml:space="preserve" style="font-size:1.3;font-weight:normal;stroke-width:1pt;font-family:Bitstream Vera Sans;" x="1.24093144" y="1.00938547" id="text765" sodipodi:linespacing="100%" transform="scale(1.288158,1.288158)"><tspan x="1.24093139" y="1.00938547" sodipodi:role="line" id="tspan766">click</tspan></text><path style="font-size:12;fill-rule:evenodd;stroke-width:1pt;" d="M 2.4989727 1.8559797 L 2.4989727 5.265219 L 4.6627718 5.265219 L 4.6627718 1.8559797 C 3.9666658 1.7238863 3.2453998 1.7238863 2.4989727 1.8559797 z " id="path772" sodipodi:nodetypes="ccccc"/></g><g id="mid-drag" transform="translate(-1.125000e-6,1.125000e-6)"><path style="font-size:12;fill:url(#radialGradient568);fill-rule:evenodd;stroke-width:1pt;" d="M 4.2312960,3.5918108 C 3.4643678,3.5943388 2.1982835,3.7080776 2.1216282,4.8793802 C 2.0422680,5.9187954 2.1867335,6.8067213 2.5435616,7.5797547 C 2.8919109,8.3633701 3.3429624,8.9444505 4.2594258,8.9580711 C 4.2700748,8.9580711 4.2770261,8.9582270 4.2875525,8.9580711 C 5.2040158,8.9444505 5.6550659,8.3633701 6.0034166,7.5797547 C 6.3602447,6.8067213 6.5047117,5.9187954 6.4253508,4.8793802 C 6.3486955,3.7080776 5.0826097,3.5943388 4.3156823,3.5918108 C 4.2913355,3.5917309 4.2545251,3.5918108 4.2312960,3.5918108 z " id="path758"/><path style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:0.0913691;" d="M 2.1481820,6.1580415 L 6.4002675,6.1580415" id="path762"/><path style="font-size:12;fill-rule:evenodd;stroke-width:1pt;" d="M 2.6941421,0.077840626 C 3.2444435,0.89346617 3.7063783,1.4221344 3.8046827,2.4788033 C 4.1961179,2.3256075 4.1391312,2.6208327 4.5305676,2.4676346 C 4.6094779,1.3820095 4.6609893,0.26064772 4.2105546,-0.46832581 C 3.9270868,0.098242238 3.3768906,0.24398760 2.6941421,0.077840626 z " id="path763" sodipodi:nodetypes="ccccc"/><path style="font-size:12;fill-rule:evenodd;stroke-width:1pt;" d="M 2.7030627,2.3593309 L 5.5454954,2.2669081 L 4.2415509,3.3675109 L 2.7030627,2.3593309 z " id="path764" sodipodi:nodetypes="cccc"/><text xml:space="preserve" style="font-size:1.2;font-weight:normal;stroke-width:1pt;font-family:Bitstream Vera Sans;" x="3.72539061" y="0.98140591" id="text768" sodipodi:linespacing="100%" transform="scale(1.288158,1.288158)"><tspan x="3.72539067" y="0.98140591" sodipodi:role="line" id="tspan769">drag</tspan></text><path style="font-size:12;fill-rule:evenodd;stroke-width:1pt;" d="M 3.4954917,3.6403128 L 3.4954917,6.1891133 L 5.1131813,6.1891133 L 5.1131813,3.6403128 C 4.5927615,3.5415570 4.0535324,3.5415570 3.4954917,3.6403128 z " id="path773" sodipodi:nodetypes="ccccc"/></g><g id="right-click"><path style="font-size:12;fill:url(#radialGradient568);fill-rule:evenodd;stroke-width:1pt;" d="M 3.5470928 1.7706068 C 2.5212607 1.7739882 0.82776368 1.9261236 0.72523168 3.4928414 C 0.61908168 4.8831481 0.81231568 6.0708248 1.2896037 7.1048231 C 1.7555517 8.1529757 2.3588707 8.9302211 3.5847188 8.948439 C 3.5989618 8.948439 3.6082608 8.9486483 3.6223418 8.948439 C 4.8481898 8.9302211 5.4515078 8.1529757 5.9174568 7.1048231 C 6.3947448 6.0708248 6.5879819 4.8831481 6.4818299 3.4928414 C 6.3792958 1.9261236 4.6857978 1.7739882 3.6599678 1.7706068 C 3.6274018 1.7705 3.5781648 1.7706068 3.5470928 1.7706068 z " id="path774"/><path style="font-size:12;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:0.122214;" d="M 0.76074868 5.2031601 L 6.4482788 5.2031601 " id="path775"/><text xml:space="preserve" style="font-size:1.2;font-weight:normal;stroke-width:1pt;font-family:Bitstream Vera Sans;" x="2.13629596" y="0.99347234" id="text780" sodipodi:linespacing="100%" transform="scale(1.288158,1.288158)"><tspan x="2.13629603" y="0.99347234" sodipodi:role="line" id="tspan813">click</tspan></text><path style="font-size:12;fill-rule:evenodd;stroke-width:1pt;" d="M 4.5998098 1.8222014 C 5.4892978 1.9517915 6.3889388 2.3375356 6.4635749 3.4779927 C 6.5135369 4.132363 6.5081579 4.619292 6.4270768 5.1889904 L 4.5998098 5.1889904 L 4.5998098 1.8222014 z " id="path788"/><path style="font-size:12;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:0.122214;" d="M 2.5620557 1.8228546 L 2.5620557 5.1958163 " id="path789"/></g><g id="right-drag" transform="translate(1.125000e-6,1.125000e-6)"><path style="font-size:12;fill:url(#radialGradient568);fill-rule:evenodd;stroke-width:1pt;" d="M 4.3685855,3.7242673 C 3.6248392,3.7267190 2.3970228,3.8370198 2.3226845,4.9729187 C 2.2457230,5.9809166 2.3858220,6.8420041 2.7318645,7.5916719 C 3.0696846,8.3516015 3.5071027,8.9151187 4.3958651,8.9283270 C 4.4061923,8.9283270 4.4129335,8.9284789 4.4231424,8.9283270 C 5.3119040,8.9151187 5.7493213,8.3516015 6.0871422,7.5916719 C 6.4331854,6.8420041 6.5732851,5.9809166 6.4963237,4.9729187 C 6.4219845,3.8370198 5.1941675,3.7267190 4.4504219,3.7242673 C 4.4268110,3.7241898 4.3911133,3.7242673 4.3685855,3.7242673 z " id="path776"/><path style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:0.0886073;" d="M 2.3484358,6.2129311 L 6.4719977,6.2129311" id="path777"/><path style="font-size:12;fill-rule:evenodd;stroke-width:1pt;" d="M 4.1311923,0.26532657 C 5.1283963,0.70189914 5.7345773,1.4458530 5.6790143,2.6209236 C 6.0994583,2.4561351 6.0854903,2.8238471 6.5059344,2.6590563 C 6.4931134,1.7804446 6.7046664,0.84138473 5.7023623,-0.30709515 C 5.1736773,0.064120851 4.6683523,0.21983456 4.1311923,0.26532657 z " id="path778" sodipodi:nodetypes="ccccc"/><path style="font-size:12;fill-rule:evenodd;stroke-width:1pt;" d="M 4.4887093,2.5180790 L 7.1399773,2.4849831 L 6.2899294,3.7543860 L 4.4887093,2.5180790 z " id="path779" sodipodi:nodetypes="cccc"/><text xml:space="preserve" style="font-size:1.2;font-weight:normal;stroke-width:1pt;font-family:Bitstream Vera Sans;" x="0.49732296" y="0.95831662" id="text783" sodipodi:linespacing="100%" transform="scale(1.288158,1.288158)"><tspan x="0.49732295" y="0.95831662" sodipodi:role="line" id="tspan784">drag</tspan></text><path style="font-size:12;fill-rule:evenodd;stroke-width:1pt;" d="M 5.1310314,3.7616744 C 5.7759272,3.8556295 6.4281828,4.1353010 6.4822960,4.9621532 C 6.5185187,5.4365836 6.5146188,5.7896161 6.4558335,6.2026579 L 5.1310314,6.2026579 L 5.1310314,3.7616744 z " id="path790"/><path style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:0.0886073;" d="M 3.6536224,3.7621480 L 3.6536224,6.2076068" id="path791"/></g><g id="wheel"><path style="font-size:12;fill:url(#radialGradient568);fill-rule:evenodd;stroke-width:1pt;" d="M 3.5370048 1.7303644 C 2.5111727 1.7337458 0.81767667 1.8858811 0.71514468 3.4525986 C 0.60899368 4.8429053 0.80222768 6.0305822 1.2795157 7.0645805 C 1.7454637 8.112733 2.3487827 8.8899785 3.5746308 8.9081964 C 3.5888738 8.9081964 3.5981728 8.9084057 3.6122538 8.9081964 C 4.8381018 8.8899785 5.4414198 8.112733 5.9073688 7.0645805 C 6.3846568 6.0305822 6.5778939 4.8429053 6.4717419 3.4525986 C 6.3692078 1.8858811 4.6757098 1.7337458 3.6498798 1.7303644 C 3.6173138 1.7302575 3.5680768 1.7303644 3.5370048 1.7303644 z " id="path792"/><path style="font-size:12;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:0.122214;" d="M 0.75066068 5.1629174 L 2.6033227 5.1629174 " id="path793" sodipodi:nodetypes="cc"/><text xml:space="preserve" style="font-size:1.2;font-weight:normal;stroke-width:1pt;font-family:Bitstream Vera Sans;" x="0.97063343" y="0.96223223" id="text794" sodipodi:linespacing="100%" transform="scale(1.288158,1.288158)"><tspan x="0.97063345" y="0.96223223" sodipodi:role="line" id="tspan795">wheel</tspan></text><path style="font-size:12;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:0.122214;" d="M 6.4381888 5.1629174 L 4.5855278 5.1629174 " id="path799" sodipodi:nodetypes="cc"/><rect style="font-size:12;fill:url(#radialGradient568);fill-rule:evenodd;stroke-width:1pt;" id="rect801" width="1.10310698" height="2.92336941" x="3.06589717" y="2.08157873"/><path style="font-size:12;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:0.064408;" d="M 3.0713508 2.0980692 L 4.1477788 2.0980692 " id="path802"/><path style="font-size:12;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:0.064408;" d="M 3.0713508 2.1870294 L 4.1477788 2.1870294 " id="path803"/><path style="font-size:12;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:0.064408;" d="M 3.0713508 2.3115737 L 4.1477788 2.3115737 " id="path804"/><path style="font-size:12;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:0.064408;" d="M 3.0713508 2.5428703 L 4.1477788 2.5428703 " id="path805"/><path style="font-size:12;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:0.064408;" d="M 3.0713508 2.9165032 L 4.1477788 2.9165032 " id="path806"/><path style="font-size:12;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:0.064408;" d="M 3.0713508 3.5214326 L 4.1477788 3.5214326 " id="path807"/><path style="font-size:12;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:0.064408;" d="M 3.0713508 4.9892801 L 4.1477788 4.9892801 " id="path808"/><path style="font-size:12;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:0.064408;" d="M 3.0713508 4.9003199 L 4.1477788 4.9003199 " id="path809"/><path style="font-size:12;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:0.064408;" d="M 3.0713508 4.7757756 L 4.1477788 4.7757756 " id="path810"/><path style="font-size:12;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:0.064408;" d="M 3.0713508 4.544479 L 4.1477788 4.544479 " id="path811"/><path style="font-size:12;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:0.064408;" d="M 3.0713508 4.1708461 L 4.1477788 4.1708461 " id="path812"/></g><g id="shift"><rect style="font-size:12;fill:url(#linearGradient615);fill-rule:evenodd;stroke:none;stroke-width:0.0625pt;" id="rect682" width="14.46854401" height="6.57892704" x="0.03756316" y="0.07391790" ry="0.68839085"/><rect style="font-size:12;fill:url(#linearGradient613);fill-rule:evenodd;stroke:none;stroke-width:0.15625;" id="rect683" width="12.71428394" height="5.05001116" x="0.84218349" y="0.77243602" ry="0.38310501"/><text style="fill:black;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:normal;font-size:4;fill-opacity:1;stroke-opacity:1;stroke-width:1pt;stroke-linejoin:miter;stroke-linecap:butt;text-anchor:start;writing-mode:lr;" x="1.37996908" y="4.35733509" id="text685" sodipodi:linespacing="100%"><tspan x="1.37996912" y="4.35733509" sodipodi:role="line" id="tspan692">Shift</tspan></text></g><g id="ctrl"><rect style="font-size:12;fill:url(#linearGradient615);fill-rule:evenodd;stroke:none;stroke-width:0.0625pt;" id="rect695" width="11.38750172" height="6.57892704" x="0" y="0" ry="0.68839085"/><rect style="font-size:12;fill:url(#linearGradient613);fill-rule:evenodd;stroke:none;stroke-width:0.15625;" id="rect696" width="9.74373341" height="5.05001116" x="0.77" y="0.77" ry="0.38310501"/><text style="fill:black;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:normal;font-size:4;fill-opacity:1;stroke-opacity:1;stroke-width:1pt;stroke-linejoin:miter;stroke-linecap:butt;text-anchor:start;writing-mode:lr;" x="1.3" y="4.35733509" id="text697" sodipodi:linespacing="100%"><tspan x="1.3" y="4.35733509" sodipodi:role="line" id="tspan698">Ctrl</tspan></text></g><g id="alt"><rect style="font-size:12;fill:url(#linearGradient615);fill-rule:evenodd;stroke:none;stroke-width:0.0625pt;" id="rect703" width="9.67487087" height="6.57892704" x="0" y="0" ry="0.68839085"/><rect style="font-size:12;fill:url(#linearGradient613);fill-rule:evenodd;stroke:none;stroke-width:0.15625;" id="rect704" width="7.97585612" height="5.05001116" x="0.77" y="0.77" ry="0.38310501"/><text style="fill:black;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:normal;font-size:4;fill-opacity:1;stroke-opacity:1;stroke-width:1pt;stroke-linejoin:miter;stroke-linecap:butt;text-anchor:start;writing-mode:lr;" x="1.3" y="4.35733509" id="text705" sodipodi:linespacing="100%"><tspan x="1.3" y="4.35733509" sodipodi:role="line" id="tspan706">Alt</tspan></text></g><g id="left"><text style="fill:black;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:normal;font-size:4;fill-opacity:1;stroke-opacity:1;stroke-width:1pt;stroke-linejoin:miter;stroke-linecap:butt;text-anchor:start;writing-mode:lr;letter-spacing:-0.3;" x="1.3" y="4.35733509" sodipodi:linespacing="100%"><tspan x="1.3" y="4.35733509" sodipodi:role="line">Left</tspan></text></g><g id="right"><text style="fill:black;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:normal;font-size:4;fill-opacity:1;stroke-opacity:1;stroke-width:1pt;stroke-linejoin:miter;stroke-linecap:butt;text-anchor:start;writing-mode:lr;letter-spacing:-0.3;" x="1.3" y="4.35733509" sodipodi:linespacing="100%"><tspan x="1.3" y="4.35733509" sodipodi:role="line">Right</tspan></text></g><g id="letterkey"><rect style="font-size:12;fill:url(#linearGradient615);fill-rule:evenodd;stroke:none;stroke-width:0.0625pt;" id="rect708" width="7.00721359" height="6.57892704" x="0" y="0" ry="0.97501397"/><rect style="font-size:12;fill:url(#linearGradient613);fill-rule:evenodd;stroke:none;stroke-width:0.15625;" id="rect709" width="5.07888126" height="5.05001116" x="0.77" y="0.77" ry="0.48707163" rx="0.35459363"/></g><g id="misc-wide"><rect style="font-size:12;fill:url(#linearGradient615);fill-rule:evenodd;stroke:none;stroke-width:0.0625pt;" width="16.46854401" height="6.57892704" x="0.0" y="0.0" ry="0.68839085"/><rect style="font-size:12;fill:url(#linearGradient613);fill-rule:evenodd;stroke:none;stroke-width:0.15625;" width="14.7" height="5.0" x="0.77" y="0.77" ry="0.38310501"/></g><g id="misc"><rect style="font-size:12;fill:url(#linearGradient615);fill-rule:evenodd;stroke:none;stroke-width:0.0625pt;" width="11.4" height="6.57892704" x="0.0" y="0.0" ry="0.68839085"/><rect style="font-size:12;fill:url(#linearGradient613);fill-rule:evenodd;stroke:none;stroke-width:0.15625;" width="9.7" height="5.0" x="0.77" y="0.77" ry="0.38310501"/></g><g id="arrows"><rect style="font-size:12;fill:url(#linearGradient615);fill-rule:evenodd;stroke-width:0.0625pt;" id="rect708" width="3.50360680" height="3.28946352" x="3.72818561" y="0.09945580" ry="0.48750699"/><rect style="font-size:12;fill:url(#linearGradient613);fill-rule:evenodd;stroke-width:0.15625;" id="rect709" width="2.53944063" height="2.52500558" x="4.19200130" y="0.44871032" ry="0.24353582" rx="0.17729682"/><rect style="font-size:12;fill:url(#linearGradient615);fill-rule:evenodd;stroke-width:0.0625pt;" id="rect787" width="3.50360680" height="3.28946352" x="3.72818561" y="3.64276290" ry="0.48750699"/><rect style="font-size:12;fill:url(#linearGradient613);fill-rule:evenodd;stroke-width:0.15625;" id="rect788" width="2.53944063" height="2.52500558" x="4.19200130" y="3.99201751" ry="0.24353582" rx="0.17729682"/><rect style="font-size:12;fill:url(#linearGradient615);fill-rule:evenodd;stroke-width:0.0625pt;" id="rect789" width="3.50360680" height="3.28946352" x="-0.00256788" y="3.64276290" ry="0.48750699"/><rect style="font-size:12;fill:url(#linearGradient613);fill-rule:evenodd;stroke-width:0.15625;" id="rect790" width="2.53944063" height="2.52500558" x="0.46125068" y="3.99201751" ry="0.24353582" rx="0.17729682"/><rect style="font-size:12;fill:url(#linearGradient615);fill-rule:evenodd;stroke-width:0.0625pt;" id="rect791" width="3.50360680" height="3.28946352" x="7.45893283" y="3.64276290" ry="0.48750699"/><rect style="font-size:12;fill:url(#linearGradient613);fill-rule:evenodd;stroke-width:0.15625;" id="rect792" width="2.53944063" height="2.52500558" x="7.92275138" y="3.99201751" ry="0.24353582" rx="0.17729682"/><text xml:space="preserve" style="font-size:1.2;font-weight:normal;stroke-width:1pt;font-family:Bitstream Vera Sans;" x="2.21508991" y="6.47878742" id="text796" sodipodi:linespacing="100%" transform="scale(1.288158,1.288158)"><tspan x="2.21508980" y="6.47878742" sodipodi:role="line" id="tspan797">arrows</tspan></text><path style="font-size:12;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:0.122214;" d="M 5.1322313 0.90289456 L 5.1322313 2.6190467 " id="path801" sodipodi:nodetypes="cc"/><path style="fill:#000000;fill-rule:evenodd;stroke:none;stroke-opacity:1;stroke-width:0;stroke-linejoin:miter;stroke-linecap:butt;fill-opacity:1;stroke-dasharray:none;" d="M 4.6182793 1.3212845 L 5.1418233 0.81871946 L 5.6541543 1.3212845 L 4.6182793 1.3212845 z " id="path813" sodipodi:nodetypes="cccc"/><path style="font-size:12;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:0.122214;" d="M 5.1322313 6.0781819 L 5.1322313 4.3620297 " id="path814" sodipodi:nodetypes="cc"/><path style="fill:#000000;fill-rule:evenodd;stroke:none;stroke-opacity:1;stroke-width:0;stroke-linejoin:miter;stroke-linecap:butt;fill-opacity:1;stroke-dasharray:none;" d="M 4.6182793 5.6597919 L 5.1418233 6.162357 L 5.6541543 5.6597919 L 4.6182793 5.6597919 z " id="path815" sodipodi:nodetypes="cccc"/><path style="font-size:12;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:0.122214;" d="M 9.868405 5.2661777 L 8.1522594 5.2661777 " id="path816" sodipodi:nodetypes="cc"/><path style="fill:#000000;fill-rule:evenodd;stroke:none;stroke-opacity:1;stroke-width:0;stroke-linejoin:miter;stroke-linecap:butt;fill-opacity:1;stroke-dasharray:none;" d="M 9.4500205 5.7801297 L 9.952579 5.2565857 L 9.4500205 4.7442547 L 9.4500205 5.7801297 z " id="path817" sodipodi:nodetypes="cccc"/><path style="font-size:12;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:0.122214;" d="M 0.76312022 5.2661777 L 2.4792643 5.2661777 " id="path818" sodipodi:nodetypes="cc"/><path style="fill:#000000;fill-rule:evenodd;stroke:none;stroke-opacity:1;stroke-width:0;stroke-linejoin:miter;stroke-linecap:butt;fill-opacity:1;stroke-dasharray:none;" d="M 1.1815105 5.7801297 L 0.67894514 5.2565857 L 1.1815105 4.7442547 L 1.1815105 5.7801297 z " id="path819" sodipodi:nodetypes="cccc"/></g><g id="up"><rect style="font-size:12;fill:url(#linearGradient615);fill-rule:evenodd;stroke:none;stroke-width:0.0625pt;" id="rect800" width="7.00721359" height="6.57892704" x="-0.00741097" y="0.11458590" ry="0.97501397"/><rect style="font-size:12;fill:url(#linearGradient613);fill-rule:evenodd;stroke:none;stroke-width:0.15625;" id="rect802" width="5.07888126" height="5.05001116" x="0.92021832" y="0.81310272" ry="0.48707163" rx="0.35459363"/><path style="font-size:12;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:0.244428;" d="M 2.8349462 1.7275401 L 2.8349462 5.1598442 " id="path825" sodipodi:nodetypes="cc"/><path style="font-size:12;fill-rule:evenodd;stroke-width:0;" d="M 1.8070423 2.5643198 L 2.8541302 1.5591899 L 3.8787922 2.5643198 L 1.8070423 2.5643198 z " id="path826" sodipodi:nodetypes="cccc"/><text xml:space="preserve" style="font-size:1.2;font-weight:normal;stroke-width:1pt;font-family:Bitstream Vera Sans;" x="1.82973492" y="6.29683936" id="text827" sodipodi:linespacing="100%" transform="scale(1.288158,1.288158)"><tspan x="1.82973492" y="6.29683924" sodipodi:role="line" id="tspan828">up</tspan></text></g><g id="down"><rect style="font-size:12;fill:url(#linearGradient615);fill-rule:evenodd;stroke-width:0.0625pt;" id="rect839" width="7.00721359" height="6.57892704" x="-0.00740963" y="0.11458590" ry="0.97501397"/><rect style="font-size:12;fill:url(#linearGradient613);fill-rule:evenodd;stroke-width:0.15625;" id="rect840" width="5.07888126" height="5.05001116" x="0.92021960" y="0.81310272" ry="0.48707163" rx="0.35459363"/><path style="font-size:12;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:0.244428;" d="M 2.8349477 4.9915303 L 2.8349477 1.5592262 " id="path841" sodipodi:nodetypes="cc"/><path style="font-size:12;fill-rule:evenodd;stroke-width:0;" d="M 1.8070437 4.1547506 L 2.8541317 5.1598805 L 3.8787938 4.1547506 L 1.8070437 4.1547506 z " id="path842" sodipodi:nodetypes="cccc"/><text xml:space="preserve" style="font-size:1.2;font-weight:normal;stroke-width:1pt;font-family:Bitstream Vera Sans;" x="1.04129975" y="6.29683924" id="text843" sodipodi:linespacing="100%" transform="scale(1.288158,1.288158)"><tspan x="1.04129970" y="6.29683924" sodipodi:role="line" id="tspan844">down</tspan></text></g><g id="left-arrow"><rect style="font-size:12.000000;fill:url(#linearGradient615);fill-rule:evenodd;stroke-width:0.062500000pt;" id="rect4608" width="7.0072136" height="6.5789270" x="-0.0074096299" y="0.11458590" ry="0.97501397" rx="0.97501397"/><rect style="font-size:12.000000;fill:url(#linearGradient613);fill-rule:evenodd;stroke-width:0.15625000;" id="rect4609" width="5.0788813" height="5.0500112" x="0.92021960" y="0.81310272" ry="0.48707163" rx="0.35459363"/><path style="font-size:12.000000;fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.24442799;" d="M 1.6924937,3.3980186 L 5.1247978,3.3980185" id="path4610" sodipodi:nodetypes="cc"/><path style="font-size:12.000000;fill-rule:evenodd;stroke-width:0.0000000;" d="M 2.5292733,2.3701144 L 1.5241435,3.4172024 L 2.5292733,4.4418646 L 2.5292733,2.3701144 z " id="path4611" sodipodi:nodetypes="cccc"/><text xml:space="preserve" style="font-size:1.2000000;font-weight:normal;stroke-width:1.0000000pt;font-family:Bitstream Vera Sans;" x="1.0412997" y="6.2968392" id="text4612" sodipodi:linespacing="100%" transform="matrix(1.288158,0.000000,0.000000,1.288158,0.717169,2.842171e-14)"><tspan x="1.0412997" y="6.2968392" sodipodi:role="line" id="tspan4613">left</tspan></text></g><g id="right-arrow"><rect style="font-size:12.000000;fill:url(#linearGradient615);fill-rule:evenodd;stroke-width:0.062500000pt;" id="rect4598" width="7.0072136" height="6.5789270" x="-0.0074096299" y="0.11458590" ry="0.97501397" rx="0.97501397"/><rect style="font-size:12.000000;fill:url(#linearGradient613);fill-rule:evenodd;stroke-width:0.15625000;" id="rect4599" width="5.0788813" height="5.0500112" x="0.92021960" y="0.81310272" ry="0.48707163" rx="0.35459363"/><path style="font-size:12.000000;fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.24442799;" d="M 5.1234847,3.4139604 L 1.6911806,3.4139605" id="path4600" sodipodi:nodetypes="cc"/><path style="font-size:12.000000;fill-rule:evenodd;stroke-width:0.0000000;" d="M 4.2867051,4.4418646 L 5.2918349,3.3947766 L 4.2867051,2.3701144 L 4.2867051,4.4418646 z " id="path4601" sodipodi:nodetypes="cccc"/><text xml:space="preserve" style="font-size:1.2000000;font-weight:normal;stroke-width:1.0000000pt;font-family:Bitstream Vera Sans;" x="1.0412997" y="6.2968392" id="text4602" sodipodi:linespacing="100%" transform="scale(1.288158,1.288158)"><tspan x="1.0412997" y="6.2968392" sodipodi:role="line" id="tspan4603">right</tspan></text></g><g transform="translate(0,0)"><rect style="fill:#f5f5f5;fill-rule:evenodd;stroke:none" width="215" height="159" x="0" y="0"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:bold;font-size:24;text-anchor:start;writing-mode:lr;letter-spacing:-2;" x="33" y="21" id="sect1"><tspan x="33" y="21" sodipodi:role="line" id="sect-tspan1">Outils</tspan></text>


<use xlink:href="#letterkey" transform="translate(25,27.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.3;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="25.9" y="31"><tspan x="25.9" y="31" sodipodi:role="line">F1</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="32.5"><tspan x="32" y="32.5" sodipodi:role="line">,</tspan></text><use xlink:href="#letterkey" transform="translate(56,27.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="32.16851145"><tspan x="57.7" y="32.16851145" sodipodi:role="line">s</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="32.5" id="action1"><tspan x="67" y="32.5" sodipodi:role="line" id="action-tspan1">sélecteur</tspan></text>
<use xlink:href="#misc-wide" transform="translate(46.54,35.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="47.64" y="39.2"><tspan x="47.64" y="39.2" sodipodi:role="line">Espace</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="40.5" id="action2"><tspan x="67" y="40.5" sodipodi:role="line" id="action-tspan2">sélecteur (temporaire)</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="45.5" id="note1"><tspan x="8" y="45.5" sodipodi:role="line" id="note-tspan1">Espace bascule temporairement vers le sélecteur, puis de nouveau à l'outil précédent lors d'un nouvel appui.</tspan></text>
<use xlink:href="#letterkey" transform="translate(25,47.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.3;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="25.9" y="51"><tspan x="25.9" y="51" sodipodi:role="line">F2</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="52.5"><tspan x="32" y="52.5" sodipodi:role="line">,</tspan></text><use xlink:href="#letterkey" transform="translate(56,47.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="52.16851145"><tspan x="57.7" y="52.16851145" sodipodi:role="line">n</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="52.5" id="action3"><tspan x="67" y="52.5" sodipodi:role="line" id="action-tspan3">nœud</tspan></text>
<use xlink:href="#letterkey" transform="translate(25,55.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.3;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="25.9" y="59"><tspan x="25.9" y="59" sodipodi:role="line">F3</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="60.5"><tspan x="32" y="60.5" sodipodi:role="line">,</tspan></text><use xlink:href="#letterkey" transform="translate(56,55.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="60.16851145"><tspan x="57.7" y="60.16851145" sodipodi:role="line">z</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="60.5" id="action4"><tspan x="67" y="60.5" sodipodi:role="line" id="action-tspan4">zoom</tspan></text>
<use xlink:href="#letterkey" transform="translate(25,63.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.3;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="25.9" y="67"><tspan x="25.9" y="67" sodipodi:role="line">F4</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="68.5"><tspan x="32" y="68.5" sodipodi:role="line">,</tspan></text><use xlink:href="#letterkey" transform="translate(56,63.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="68.16851145"><tspan x="57.7" y="68.16851145" sodipodi:role="line">r</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="68.5" id="action5"><tspan x="67" y="68.5" sodipodi:role="line" id="action-tspan5">rectangle</tspan></text>
<use xlink:href="#letterkey" transform="translate(25,71.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.3;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="25.9" y="75"><tspan x="25.9" y="75" sodipodi:role="line">F5</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="76.5"><tspan x="32" y="76.5" sodipodi:role="line">,</tspan></text><use xlink:href="#letterkey" transform="translate(56,71.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="76.16851145"><tspan x="57.7" y="76.16851145" sodipodi:role="line">e</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="76.5" id="action6"><tspan x="67" y="76.5" sodipodi:role="line" id="action-tspan6">ellipse/arc</tspan></text>
<use xlink:href="#letterkey" transform="translate(25,79.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.3;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="25.9" y="83"><tspan x="25.9" y="83" sodipodi:role="line">F6</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="84.5"><tspan x="32" y="84.5" sodipodi:role="line">,</tspan></text><use xlink:href="#letterkey" transform="translate(56,79.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="84.16851145"><tspan x="57.7" y="84.16851145" sodipodi:role="line">p</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="84.5" id="action7"><tspan x="67" y="84.5" sodipodi:role="line" id="action-tspan7">crayon (main levée)</tspan></text>
<use xlink:href="#shift" transform="translate(9.54,87.5)"/><use xlink:href="#letterkey" transform="translate(25,87.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.3;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="25.9" y="91"><tspan x="25.9" y="91" sodipodi:role="line">F6</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="92.5"><tspan x="32" y="92.5" sodipodi:role="line">,</tspan></text><use xlink:href="#letterkey" transform="translate(56,87.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="92.16851145"><tspan x="57.7" y="92.16851145" sodipodi:role="line">b</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="92.5" id="action8"><tspan x="67" y="92.5" sodipodi:role="line" id="action-tspan8">stylo (Bézier)</tspan></text>
<use xlink:href="#ctrl" transform="translate(12.62,95.5)"/><use xlink:href="#letterkey" transform="translate(25,95.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.3;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="25.9" y="99"><tspan x="25.9" y="99" sodipodi:role="line">F6</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="100.5" id="action9"><tspan x="67" y="100.5" sodipodi:role="line" id="action-tspan9">plume calligraphique</tspan></text>
<use xlink:href="#ctrl" transform="translate(12.62,103.5)"/><use xlink:href="#letterkey" transform="translate(25,103.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.3;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="25.9" y="107"><tspan x="25.9" y="107" sodipodi:role="line">F1</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="108.5"><tspan x="32" y="108.5" sodipodi:role="line">,</tspan></text><use xlink:href="#letterkey" transform="translate(56,103.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="108.16851145"><tspan x="57.7" y="108.16851145" sodipodi:role="line">g</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="108.5" id="action10"><tspan x="67" y="108.5" sodipodi:role="line" id="action-tspan10">dégradé</tspan></text>
<use xlink:href="#letterkey" transform="translate(25,111.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.3;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="25.9" y="115"><tspan x="25.9" y="115" sodipodi:role="line">F7</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="116.5"><tspan x="32" y="116.5" sodipodi:role="line">,</tspan></text><use xlink:href="#letterkey" transform="translate(56,111.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="116.16851145"><tspan x="57.7" y="116.16851145" sodipodi:role="line">d</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="116.5" id="action11"><tspan x="67" y="116.5" sodipodi:role="line" id="action-tspan11">pipette</tspan></text>
<use xlink:href="#letterkey" transform="translate(25,119.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.3;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="25.9" y="123"><tspan x="25.9" y="123" sodipodi:role="line">F8</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="124.5"><tspan x="32" y="124.5" sodipodi:role="line">,</tspan></text><use xlink:href="#letterkey" transform="translate(56,119.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="124.16851145"><tspan x="57.7" y="124.16851145" sodipodi:role="line">t</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="124.5" id="action12"><tspan x="67" y="124.5" sodipodi:role="line" id="action-tspan12">texte</tspan></text>
<use xlink:href="#letterkey" transform="translate(25,127.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.3;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="25.9" y="131"><tspan x="25.9" y="131" sodipodi:role="line">F9</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="132.5"><tspan x="32" y="132.5" sodipodi:role="line">,</tspan></text><use xlink:href="#letterkey" transform="translate(56,127.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="132.16851145"><tspan x="57.7" y="132.16851145" sodipodi:role="line">i</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="132.5" id="action13"><tspan x="67" y="132.5" sodipodi:role="line" id="action-tspan13">spirale</tspan></text>
<use xlink:href="#shift" transform="translate(9.54,135.5)"/><use xlink:href="#letterkey" transform="translate(25,135.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.3;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="25.9" y="139"><tspan x="25.9" y="139" sodipodi:role="line">F9</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="140.5"><tspan x="32" y="140.5" sodipodi:role="line">,</tspan></text><use xlink:href="#letterkey" transform="translate(56,135.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="140.16851145"><tspan x="57.7" y="140.16851145" sodipodi:role="line">*</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="140.5" id="action14"><tspan x="67" y="140.5" sodipodi:role="line" id="action-tspan14">étoile</tspan></text>
<use xlink:href="#ctrl" transform="translate(12.62,143.5)"/><use xlink:href="#letterkey" transform="translate(25,143.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.3;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="25.9" y="147"><tspan x="25.9" y="147" sodipodi:role="line">F2</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="148.5"><tspan x="32" y="148.5" sodipodi:role="line">,</tspan></text><use xlink:href="#letterkey" transform="translate(56,143.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="148.16851145"><tspan x="57.7" y="148.16851145" sodipodi:role="line">o</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="148.5" id="action15"><tspan x="67" y="148.5" sodipodi:role="line" id="action-tspan15">connecteur</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="153.5" id="note2"><tspan x="8" y="153.5" sodipodi:role="line" id="note-tspan2">Un double clic sur le bouton d'un outil ouvre la boîte de dialogue des préférences à l'onglet de l'outil correspondant.</tspan></text>

<rect style="fill:#f0eae7;fill-rule:evenodd;stroke:none" width="215" height="243" x="0" y="159"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:bold;font-size:24;text-anchor:start;writing-mode:lr;letter-spacing:-2;" x="33" y="180" id="sect2"><tspan x="33" y="180" sodipodi:role="line" id="sect-tspan2">Dialogues</tspan></text>

<use xlink:href="#shift" transform="translate(28.16,186.5)"/><use xlink:href="#ctrl" transform="translate(43.62,186.5)"/><use xlink:href="#letterkey" transform="translate(56,186.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="191.16851145"><tspan x="57.7" y="191.16851145" sodipodi:role="line">F</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="191.5" id="action16"><tspan x="67" y="191.5" sodipodi:role="line" id="action-tspan16">Remplissage et contour</tspan></text>
<use xlink:href="#shift" transform="translate(28.16,194.5)"/><use xlink:href="#ctrl" transform="translate(43.62,194.5)"/><use xlink:href="#letterkey" transform="translate(56,194.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="199.16851145"><tspan x="57.7" y="199.16851145" sodipodi:role="line">W</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="199.5" id="action17"><tspan x="67" y="199.5" sodipodi:role="line" id="action-tspan17">Palettes</tspan></text>
<use xlink:href="#shift" transform="translate(28.16,202.5)"/><use xlink:href="#ctrl" transform="translate(43.62,202.5)"/><use xlink:href="#letterkey" transform="translate(56,202.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="207.16851145"><tspan x="57.7" y="207.16851145" sodipodi:role="line">T</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="207.5" id="action18"><tspan x="67" y="207.5" sodipodi:role="line" id="action-tspan18">Texte et police</tspan></text>
<use xlink:href="#shift" transform="translate(28.16,210.5)"/><use xlink:href="#ctrl" transform="translate(43.62,210.5)"/><use xlink:href="#letterkey" transform="translate(56,210.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="215.16851145"><tspan x="57.7" y="215.16851145" sodipodi:role="line">M</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="215.5" id="action19"><tspan x="67" y="215.5" sodipodi:role="line" id="action-tspan19">Transformer</tspan></text>
<use xlink:href="#shift" transform="translate(28.16,218.5)"/><use xlink:href="#ctrl" transform="translate(43.62,218.5)"/><use xlink:href="#letterkey" transform="translate(56,218.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="223.16851145"><tspan x="57.7" y="223.16851145" sodipodi:role="line">L</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="223.5" id="action20"><tspan x="67" y="223.5" sodipodi:role="line" id="action-tspan20">Calques</tspan></text>
<use xlink:href="#shift" transform="translate(28.16,226.5)"/><use xlink:href="#ctrl" transform="translate(43.62,226.5)"/><use xlink:href="#letterkey" transform="translate(56,226.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="231.16851145"><tspan x="57.7" y="231.16851145" sodipodi:role="line">A</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="231.5" id="action21"><tspan x="67" y="231.5" sodipodi:role="line" id="action-tspan21">Aligner et distribuer</tspan></text>
<use xlink:href="#shift" transform="translate(28.16,234.5)"/><use xlink:href="#ctrl" transform="translate(43.62,234.5)"/><use xlink:href="#letterkey" transform="translate(56,234.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="239.16851145"><tspan x="57.7" y="239.16851145" sodipodi:role="line">O</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="239.5" id="action22"><tspan x="67" y="239.5" sodipodi:role="line" id="action-tspan22">Propriétés de l'objet</tspan></text>
<use xlink:href="#shift" transform="translate(28.16,242.5)"/><use xlink:href="#ctrl" transform="translate(43.62,242.5)"/><use xlink:href="#letterkey" transform="translate(56,242.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="247.16851145"><tspan x="57.7" y="247.16851145" sodipodi:role="line">X</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="247.5" id="action23"><tspan x="67" y="247.5" sodipodi:role="line" id="action-tspan23">Editeur XML</tspan></text>
<use xlink:href="#shift" transform="translate(28.16,250.5)"/><use xlink:href="#ctrl" transform="translate(43.62,250.5)"/><use xlink:href="#letterkey" transform="translate(56,250.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="255.16851145"><tspan x="57.7" y="255.16851145" sodipodi:role="line">D</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="255.5" id="action24"><tspan x="67" y="255.5" sodipodi:role="line" id="action-tspan24">Préférences du document</tspan></text>
<use xlink:href="#shift" transform="translate(28.16,258.5)"/><use xlink:href="#ctrl" transform="translate(43.62,258.5)"/><use xlink:href="#letterkey" transform="translate(56,258.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="263.16851145"><tspan x="57.7" y="263.16851145" sodipodi:role="line">P</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="263.5" id="action25"><tspan x="67" y="263.5" sodipodi:role="line" id="action-tspan25">Préférences d'Inkscape</tspan></text>
<use xlink:href="#shift" transform="translate(28.16,266.5)"/><use xlink:href="#ctrl" transform="translate(43.62,266.5)"/><use xlink:href="#letterkey" transform="translate(56,266.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="271.16851145"><tspan x="57.7" y="271.16851145" sodipodi:role="line">E</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="271.5" id="action26"><tspan x="67" y="271.5" sodipodi:role="line" id="action-tspan26">Exporter en PNG</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,274.5)"/><use xlink:href="#letterkey" transform="translate(56,274.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="279.16851145"><tspan x="57.7" y="279.16851145" sodipodi:role="line">F</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="279.5" id="action27"><tspan x="67" y="279.5" sodipodi:role="line" id="action-tspan27">Rechercher</tspan></text>
<use xlink:href="#shift" transform="translate(29.87,282.5)"/><use xlink:href="#alt" transform="translate(45.33,282.5)"/><use xlink:href="#letterkey" transform="translate(56,282.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="287.16851145"><tspan x="57.7" y="287.16851145" sodipodi:role="line">B</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="287.5" id="action28"><tspan x="67" y="287.5" sodipodi:role="line" id="action-tspan28">Vectoriser un bitmap</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="292.5" id="note3"><tspan x="8" y="292.5" sodipodi:role="line" id="note-tspan3">Ces raccourcis ouvrent si nécessaire une nouvelle boîte de dialogue, sinon réactivent la boîte correspondante.</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="301.5" id="title1"><tspan x="33" y="301.5" sodipodi:role="line" id="title-tspan1">(Dés)afficher</tspan></text>
<use xlink:href="#letterkey" transform="translate(56,304.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.3;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="56.9" y="308"><tspan x="56.9" y="308" sodipodi:role="line">F12</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="309.5" id="action29"><tspan x="67" y="309.5" sodipodi:role="line" id="action-tspan29">(dés)afficher les boîtes de dialogue</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="314.5" id="note4"><tspan x="8" y="314.5" sodipodi:role="line" id="note-tspan4">Masque temporairement les boîtes de dialogue ouvertes. Un appui de plus sur F12 les rend de nouveau visibles.</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="323.5" id="title2"><tspan x="33" y="323.5" sodipodi:role="line" id="title-tspan2">Dans une boîte de dialogue</tspan></text>
<use xlink:href="#misc" transform="translate(51.62,326.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="52.72" y="330.2"><tspan x="52.72" y="330.2" sodipodi:role="line">Esc</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="331.5" id="action30"><tspan x="67" y="331.5" sodipodi:role="line" id="action-tspan30">retourner au canevas</tspan></text>
<use xlink:href="#ctrl" transform="translate(12.62,334.5)"/><use xlink:href="#letterkey" transform="translate(25,334.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.3;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="25.9" y="338"><tspan x="25.9" y="338" sodipodi:role="line">F4</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="339.5"><tspan x="32" y="339.5" sodipodi:role="line">,</tspan></text><use xlink:href="#ctrl" transform="translate(43.62,334.5)"/><use xlink:href="#letterkey" transform="translate(56,334.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="339.16851145"><tspan x="57.7" y="339.16851145" sodipodi:role="line">W</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="339.5" id="action31"><tspan x="67" y="339.5" sodipodi:role="line" id="action-tspan31">fermer le dialogue</tspan></text>
<use xlink:href="#misc" transform="translate(51.62,342.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="52.72" y="346.2"><tspan x="52.72" y="346.2" sodipodi:role="line">Tab</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="347.5" id="action32"><tspan x="67" y="347.5" sodipodi:role="line" id="action-tspan32">passer au champ suivant</tspan></text>
<use xlink:href="#shift" transform="translate(36.16,350.5)"/><use xlink:href="#misc" transform="translate(51.62,350.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="52.72" y="354.2"><tspan x="52.72" y="354.2" sodipodi:role="line">Tab</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="355.5" id="action33"><tspan x="67" y="355.5" sodipodi:role="line" id="action-tspan33">passer au champ précédent</tspan></text>
<use xlink:href="#misc-wide" transform="translate(46.54,358.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="47.64" y="362.2"><tspan x="47.64" y="362.2" sodipodi:role="line">Entrée</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="363.5" id="action34"><tspan x="67" y="363.5" sodipodi:role="line" id="action-tspan34">valider la nouvelle valeur</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="368.5" id="note5"><tspan x="8" y="368.5" sodipodi:role="line" id="note-tspan5">Valide la nouvelle valeur entrée dans un champ et retourne au canevas.</tspan></text>
<use xlink:href="#ctrl" transform="translate(34.16,370.5)"/><use xlink:href="#misc-wide" transform="translate(46.54,370.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="47.64" y="374.2"><tspan x="47.64" y="374.2" sodipodi:role="line">Entrée</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="375.5" id="action35"><tspan x="67" y="375.5" sodipodi:role="line" id="action-tspan35">définir la valeur d'un attribut (éditeur XML)</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="380.5" id="note6"><tspan x="8" y="380.5" sodipodi:role="line" id="note-tspan6">Valide la nouvelle valeur d'un attribut dans l'éditeur XML (comme un clic sur le bouton "Définir l'attribut".</tspan></text>
<use xlink:href="#misc-wide" transform="translate(15.54,382.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="16.64" y="386.2"><tspan x="16.64" y="386.2" sodipodi:role="line">Espace</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="387.5"><tspan x="32" y="387.5" sodipodi:role="line">,</tspan></text><use xlink:href="#misc-wide" transform="translate(46.54,382.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="47.64" y="386.2"><tspan x="47.64" y="386.2" sodipodi:role="line">Entrée</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="387.5" id="action36"><tspan x="67" y="387.5" sodipodi:role="line" id="action-tspan36">activer bouton/liste courant</tspan></text>
<use xlink:href="#ctrl" transform="translate(8.24,390.5)"/><use xlink:href="#misc" transform="translate(20.62,390.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="21.72" y="394.2"><tspan x="21.72" y="394.2" sodipodi:role="line">Préc.</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="395.5"><tspan x="32" y="395.5" sodipodi:role="line">,</tspan></text><use xlink:href="#ctrl" transform="translate(39.24,390.5)"/><use xlink:href="#misc" transform="translate(51.62,390.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="52.72" y="394.2"><tspan x="52.72" y="394.2" sodipodi:role="line">Suiv.</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="395.5" id="action37"><tspan x="67" y="395.5" sodipodi:role="line" id="action-tspan37">naviguer parmi les onglets d'un dialogue</tspan></text>

<rect style="fill:#f8f3e9;fill-rule:evenodd;stroke:none" width="215" height="128.5" x="0" y="402"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:bold;font-size:24;text-anchor:start;writing-mode:lr;letter-spacing:-2;" x="33" y="423" id="sect3"><tspan x="33" y="423" sodipodi:role="line" id="sect-tspan3">Contrôles</tspan></text>

<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="431.5" id="note7"><tspan x="8" y="431.5" sodipodi:role="line" id="note-tspan7">La barre des contrôles en haut de la fenêtre document affiche des champs et des contrôles pour chacun des outils.</tspan></text>
<use xlink:href="#alt" transform="translate(45.33,433.5)"/><use xlink:href="#letterkey" transform="translate(56,433.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="438.16851145"><tspan x="57.7" y="438.16851145" sodipodi:role="line">X</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="438.5" id="action38"><tspan x="67" y="438.5" sodipodi:role="line" id="action-tspan38">aller au premier champ</tspan></text>
<use xlink:href="#misc-wide" transform="translate(46.54,441.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="47.64" y="445.2"><tspan x="47.64" y="445.2" sodipodi:role="line">Entrée</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="446.5" id="action39"><tspan x="67" y="446.5" sodipodi:role="line" id="action-tspan39">valider la nouvelle valeur</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="451.5" id="note8"><tspan x="8" y="451.5" sodipodi:role="line" id="note-tspan8">Valide la nouvelle valeur entrée dans un champ et retourne au canevas.</tspan></text>
<use xlink:href="#misc" transform="translate(51.62,453.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="52.72" y="457.2"><tspan x="52.72" y="457.2" sodipodi:role="line">Esc</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="458.5" id="action40"><tspan x="67" y="458.5" sodipodi:role="line" id="action-tspan40">annuler les modifications, retourner au canevas</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="463.5" id="note9"><tspan x="8" y="463.5" sodipodi:role="line" id="note-tspan9">Annule toute modification d'un champ et retourne au canevas.</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,465.5)"/><use xlink:href="#letterkey" transform="translate(56,465.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="470.16851145"><tspan x="57.7" y="470.16851145" sodipodi:role="line">Z</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="470.5" id="action41"><tspan x="67" y="470.5" sodipodi:role="line" id="action-tspan41">annuler les modifications</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="475.5" id="note10"><tspan x="8" y="475.5" sodipodi:role="line" id="note-tspan10">Annule toute modification d'un champ mais reste dans ce champ.</tspan></text>
<use xlink:href="#misc" transform="translate(51.62,477.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="52.72" y="481.2"><tspan x="52.72" y="481.2" sodipodi:role="line">Tab</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="482.5" id="action42"><tspan x="67" y="482.5" sodipodi:role="line" id="action-tspan42">passer au champ suivant</tspan></text>
<use xlink:href="#shift" transform="translate(36.16,485.5)"/><use xlink:href="#misc" transform="translate(51.62,485.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="52.72" y="489.2"><tspan x="52.72" y="489.2" sodipodi:role="line">Tab</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="490.5" id="action43"><tspan x="67" y="490.5" sodipodi:role="line" id="action-tspan43">passer au champ précédent</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="495.5" id="note11"><tspan x="8" y="495.5" sodipodi:role="line" id="note-tspan11">Permet de naviguer entre les différents champs de la barre de contrôle (toute modification du champ quitté est validée).</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="504.5" id="title3"><tspan x="33" y="504.5" sodipodi:role="line" id="title-tspan3">Modification des valeurs</tspan></text>
<use xlink:href="#up" transform="translate(25,508)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="513"><tspan x="32" y="513" sodipodi:role="line">,</tspan></text><use xlink:href="#down" transform="translate(56,508)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="513" id="action44"><tspan x="67" y="513" sodipodi:role="line" id="action-tspan44">modifier la valeur de 0,1</tspan></text>
<use xlink:href="#misc" transform="translate(20.62,519)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="21.72" y="522.7"><tspan x="21.72" y="522.7" sodipodi:role="line">Préc.</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="524"><tspan x="32" y="524" sodipodi:role="line">,</tspan></text><use xlink:href="#misc" transform="translate(51.62,519)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="52.72" y="522.7"><tspan x="52.72" y="522.7" sodipodi:role="line">Suiv.</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="524" id="action45"><tspan x="67" y="524" sodipodi:role="line" id="action-tspan45">modifier la valeur de 5,0</tspan></text>

<rect style="fill:#e5f1e7;fill-rule:evenodd;stroke:none" width="215" height="333" x="0" y="530.5"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:bold;font-size:24;text-anchor:start;writing-mode:lr;letter-spacing:-2;" x="33" y="551.5" id="sect4"><tspan x="33" y="551.5" sodipodi:role="line" id="sect-tspan4">Canevas</tspan></text>


<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="562" id="title4"><tspan x="33" y="562" sodipodi:role="line" id="title-tspan4">Zoom</tspan></text>
<use xlink:href="#letterkey" transform="translate(25,565)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="26.7" y="569.66851145"><tspan x="26.7" y="569.66851145" sodipodi:role="line">=</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="570"><tspan x="32" y="570" sodipodi:role="line">,</tspan></text><use xlink:href="#letterkey" transform="translate(56,565)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="569.66851145"><tspan x="57.7" y="569.66851145" sodipodi:role="line">+</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="570" id="action46"><tspan x="67" y="570" sodipodi:role="line" id="action-tspan46">zoommer</tspan></text>
<use xlink:href="#letterkey" transform="translate(56,573)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="577.66851145"><tspan x="57.7" y="577.66851145" sodipodi:role="line">-</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="578" id="action47"><tspan x="67" y="578" sodipodi:role="line" id="action-tspan47">dézoommer</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="583" id="note12"><tspan x="8" y="583" sodipodi:role="line" id="note-tspan12">Les touches +/- du pavé numérique permettent de zoommer même pendant l'édition d'un objet texte, sauf si NumLock est actif.</tspan></text>
<use xlink:href="#mid-click" transform="translate(26,585.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32.6" y="590.5"><tspan x="32.6" y="590.5" sodipodi:role="line">,</tspan></text><use xlink:href="#ctrl" transform="translate(44.62,585.5)"/><use xlink:href="#right-click" transform="translate(57,585.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="590.5" id="action48"><tspan x="67" y="590.5" sodipodi:role="line" id="action-tspan48">zoommer</tspan></text>
<use xlink:href="#shift" transform="translate(10.54,597)"/><use xlink:href="#mid-click" transform="translate(26,597)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32.6" y="602"><tspan x="32.6" y="602" sodipodi:role="line">,</tspan></text><use xlink:href="#shift" transform="translate(41.54,597)"/><use xlink:href="#right-click" transform="translate(57,597)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="602" id="action49"><tspan x="67" y="602" sodipodi:role="line" id="action-tspan49">dézoommer</tspan></text>
<use xlink:href="#ctrl" transform="translate(44.62,608.5)"/><use xlink:href="#wheel" transform="translate(57,608.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="613.5" id="action50"><tspan x="67" y="613.5" sodipodi:role="line" id="action-tspan50">(dé)zoommer</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,620)"/><use xlink:href="#mid-drag" transform="translate(57,620)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="625" id="action51"><tspan x="67" y="625" sodipodi:role="line" id="action-tspan51">zoommer sur la zone</tspan></text>
<use xlink:href="#alt" transform="translate(45.33,631)"/><use xlink:href="#letterkey" transform="translate(56,631)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="635.66851145"><tspan x="57.7" y="635.66851145" sodipodi:role="line">Z</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="636" id="action52"><tspan x="67" y="636" sodipodi:role="line" id="action-tspan52">activer le champ de zoom</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="641" id="note13"><tspan x="8" y="641" sodipodi:role="line" id="note-tspan13">Le champ zoom dans le coin inférieur gauche de la fenêtre vous permet de spécifier précisément la valeur de zoom.</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="650" id="title5"><tspan x="33" y="650" sodipodi:role="line" id="title-tspan5">Zooms prédéfinis</tspan></text>
<use xlink:href="#letterkey" transform="translate(56,653)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="657.66851145"><tspan x="57.7" y="657.66851145" sodipodi:role="line">1</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="658" id="action53"><tspan x="67" y="658" sodipodi:role="line" id="action-tspan53">zoommer à 1:1</tspan></text>
<use xlink:href="#letterkey" transform="translate(56,661)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="665.66851145"><tspan x="57.7" y="665.66851145" sodipodi:role="line">2</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="666" id="action54"><tspan x="67" y="666" sodipodi:role="line" id="action-tspan54">zoommer à 1:2</tspan></text>
<use xlink:href="#letterkey" transform="translate(56,669)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="673.66851145"><tspan x="57.7" y="673.66851145" sodipodi:role="line">3</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="674" id="action55"><tspan x="67" y="674" sodipodi:role="line" id="action-tspan55">zoommer sur la sélection</tspan></text>
<use xlink:href="#letterkey" transform="translate(56,677)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="681.66851145"><tspan x="57.7" y="681.66851145" sodipodi:role="line">4</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="682" id="action56"><tspan x="67" y="682" sodipodi:role="line" id="action-tspan56">zoommmer sur le dessin</tspan></text>
<use xlink:href="#letterkey" transform="translate(56,685)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="689.66851145"><tspan x="57.7" y="689.66851145" sodipodi:role="line">5</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="690" id="action57"><tspan x="67" y="690" sodipodi:role="line" id="action-tspan57">zoommer sur la page</tspan></text>
<use xlink:href="#ctrl" transform="translate(12.62,693)"/><use xlink:href="#letterkey" transform="translate(25,693)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="26.7" y="697.66851145"><tspan x="26.7" y="697.66851145" sodipodi:role="line">E</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="698"><tspan x="32" y="698" sodipodi:role="line">,</tspan></text><use xlink:href="#letterkey" transform="translate(56,693)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="697.66851145"><tspan x="57.7" y="697.66851145" sodipodi:role="line">6</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="698" id="action58"><tspan x="67" y="698" sodipodi:role="line" id="action-tspan58">zoommer sur la largeur de page</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="708" id="title6"><tspan x="33" y="708" sodipodi:role="line" id="title-tspan6">Historique du zoom</tspan></text>
<use xlink:href="#letterkey" transform="translate(56,711)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="715.66851145"><tspan x="57.7" y="715.66851145" sodipodi:role="line">`</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="716" id="action59"><tspan x="67" y="716" sodipodi:role="line" id="action-tspan59">(guillement inversé) zoom précédent</tspan></text>
<use xlink:href="#shift" transform="translate(40.54,719)"/><use xlink:href="#letterkey" transform="translate(56,719)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="723.66851145"><tspan x="57.7" y="723.66851145" sodipodi:role="line">`</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="724" id="action60"><tspan x="67" y="724" sodipodi:role="line" id="action-tspan60">zoom suivant</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="729" id="note14"><tspan x="8" y="729" sodipodi:role="line" id="note-tspan14">Ces raccourcis permettent de naviguer parmi les différents niveaux de zoom utilisés pendant la session.</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="738" id="title7"><tspan x="33" y="738" sodipodi:role="line" id="title-tspan7">Défilement</tspan></text>
<use xlink:href="#ctrl" transform="translate(39.24,741.5)"/><use xlink:href="#arrows" transform="translate(51.62,741.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="746.5" id="action61"><tspan x="67" y="746.5" sodipodi:role="line" id="action-tspan61">faire défiler le canevas</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="754.5" id="note15"><tspan x="8" y="754.5" sodipodi:role="line" id="note-tspan15">Ces raccourcis peuvent être accélérés, par une répétition rapide ou un appui continu</tspan></text>
<use xlink:href="#mid-drag" transform="translate(57,757)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="762" id="action62"><tspan x="67" y="762" sodipodi:role="line" id="action-tspan62">faire défiler le canevas</tspan></text>
<use xlink:href="#shift" transform="translate(10.54,768.5)"/><use xlink:href="#right-drag" transform="translate(26,768.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32.6" y="773.5"><tspan x="32.6" y="773.5" sodipodi:role="line">,</tspan></text><use xlink:href="#ctrl" transform="translate(44.62,768.5)"/><use xlink:href="#right-drag" transform="translate(57,768.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="773.5" id="action63"><tspan x="67" y="773.5" sodipodi:role="line" id="action-tspan63">faire défiler le canevas</tspan></text>
<use xlink:href="#wheel" transform="translate(57,780)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="785" id="action64"><tspan x="67" y="785" sodipodi:role="line" id="action-tspan64">faire défiler le canevas verticalement</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,791.5)"/><use xlink:href="#wheel" transform="translate(57,791.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="796.5" id="action65"><tspan x="67" y="796.5" sodipodi:role="line" id="action-tspan65">faire défiler le canevas horizontalement</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="809.5" id="title8"><tspan x="33" y="809.5" sodipodi:role="line" id="title-tspan8">Guides et grille</tspan></text>
<use xlink:href="#left-drag" transform="translate(57,813)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="818" id="action66"><tspan x="67" y="818" sodipodi:role="line" id="action-tspan66">créer un guide en le tirant depuis une règle</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="826" id="note16"><tspan x="8" y="826" sodipodi:role="line" id="note-tspan16">Cliquer-déplacer d'une règle vers le canevas pour créer un nouveau guide. Déplacer un guide vers la règle pour le supprimer.</tspan></text>
<use xlink:href="#letterkey" transform="translate(25,828)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="26.7" y="832.66851145"><tspan x="26.7" y="832.66851145" sodipodi:role="line">|</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="833"><tspan x="32" y="833" sodipodi:role="line">,</tspan></text><use xlink:href="#shift" transform="translate(40.54,828)"/><use xlink:href="#letterkey" transform="translate(56,828)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="832.66851145"><tspan x="57.7" y="832.66851145" sodipodi:role="line">\</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="833" id="action67"><tspan x="67" y="833" sodipodi:role="line" id="action-tspan67">(dés)activer affichage et adhérence des guides</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="838" id="note17"><tspan x="8" y="838" sodipodi:role="line" id="note-tspan17">Pour des valeurs différentes d'affichage/adhérence des guides, les régler dans les Préférences du document.</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="842" id="note18"><tspan x="8" y="842" sodipodi:role="line" id="note-tspan18">Lors de la création de guides par cliquer-déplacer depuis une règle, l'affichage et l'adhérence des guides sont activés.</tspan></text>
<use xlink:href="#letterkey" transform="translate(25,844)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="26.7" y="848.66851145"><tspan x="26.7" y="848.66851145" sodipodi:role="line">#</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="849"><tspan x="32" y="849" sodipodi:role="line">,</tspan></text><use xlink:href="#shift" transform="translate(40.54,844)"/><use xlink:href="#letterkey" transform="translate(56,844)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="848.66851145"><tspan x="57.7" y="848.66851145" sodipodi:role="line">3</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="849" id="action68"><tspan x="67" y="849" sodipodi:role="line" id="action-tspan68">(dés)activer affichage et adhérence de la grille</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="854" id="note19"><tspan x="8" y="854" sodipodi:role="line" id="note-tspan19">Pour des valeurs différentes d'affichage/adhérence de la grille, les régler dans les Préférences du document.</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="858" id="note20"><tspan x="8" y="858" sodipodi:role="line" id="note-tspan20">Notez que seule la touche 3 du clavier principal a une action, pas celle du pavé numérique.</tspan></text>

<rect style="fill:#efcfdf;fill-rule:evenodd;stroke:none" width="215" height="93" x="0" y="863.5"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:bold;font-size:24;text-anchor:start;writing-mode:lr;letter-spacing:-2;" x="33" y="884.5" id="sect5"><tspan x="33" y="884.5" sodipodi:role="line" id="sect-tspan5">Palette</tspan></text>

<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="893" id="note21"><tspan x="8" y="893" sodipodi:role="line" id="note-tspan21">Ces raccourcis pour la palette fonctionnent dans le dialogue flottant et dans le cadre en bas de la fenêtre.</tspan></text>
<use xlink:href="#left-click" transform="translate(57,895.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="900.5" id="action69"><tspan x="67" y="900.5" sodipodi:role="line" id="action-tspan69">appliquer une couleur de remplissage à la sélection</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,907)"/><use xlink:href="#left-click" transform="translate(57,907)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="912" id="action70"><tspan x="67" y="912" sodipodi:role="line" id="action-tspan70">appliquer une couleur de contour à la sélection</tspan></text>
<use xlink:href="#left-drag" transform="translate(57,918.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="923.5" id="action71"><tspan x="67" y="923.5" sodipodi:role="line" id="action-tspan71">déplacer une couleur de remplissage sur des objets</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,930)"/><use xlink:href="#left-drag" transform="translate(57,930)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="935" id="action72"><tspan x="67" y="935" sodipodi:role="line" id="action-tspan72">déplacer une couleur de contour sur des objetss</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="943" id="note22"><tspan x="8" y="943" sodipodi:role="line" id="note-tspan22">L'objet sur lequel vous déplacez une couleur de remplissage/contour n'a pas besoin d'être sélectionné.</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="947" id="note23"><tspan x="8" y="947" sodipodi:role="line" id="note-tspan23">Vous pouvez aussi déplacer des couleurs sur les indicateurs remplissage (R) et contour (C) de la barre de statut</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="951" id="note24"><tspan x="8" y="951" sodipodi:role="line" id="note-tspan24"> pour affecter la sélection.</tspan></text>

</g><g transform="translate(215,-956.5)"><rect style="fill:#f3f2e2;fill-rule:evenodd;stroke:none" width="215" height="95" x="0" y="956.5"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:bold;font-size:24;text-anchor:start;writing-mode:lr;letter-spacing:-2;" x="33" y="977.5" id="sect1"><tspan x="33" y="977.5" sodipodi:role="line" id="sect-tspan1">Fichier</tspan></text>

<use xlink:href="#ctrl" transform="translate(43.62,984)"/><use xlink:href="#letterkey" transform="translate(56,984)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="988.66851145"><tspan x="57.7" y="988.66851145" sodipodi:role="line">N</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="989" id="action73"><tspan x="67" y="989" sodipodi:role="line" id="action-tspan73">créer un nouveau document</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,992)"/><use xlink:href="#letterkey" transform="translate(56,992)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="996.66851145"><tspan x="57.7" y="996.66851145" sodipodi:role="line">O</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="997" id="action74"><tspan x="67" y="997" sodipodi:role="line" id="action-tspan74">ouvrir un document SVG</tspan></text>
<use xlink:href="#shift" transform="translate(28.16,1000)"/><use xlink:href="#ctrl" transform="translate(43.62,1000)"/><use xlink:href="#letterkey" transform="translate(56,1000)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="1004.66851145"><tspan x="57.7" y="1004.66851145" sodipodi:role="line">E</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1005" id="action75"><tspan x="67" y="1005" sodipodi:role="line" id="action-tspan75">exporter en PNG</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,1008)"/><use xlink:href="#letterkey" transform="translate(56,1008)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="1012.66851145"><tspan x="57.7" y="1012.66851145" sodipodi:role="line">I</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1013" id="action76"><tspan x="67" y="1013" sodipodi:role="line" id="action-tspan76">importer un bitmap ou SVG</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,1016)"/><use xlink:href="#letterkey" transform="translate(56,1016)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="1020.66851145"><tspan x="57.7" y="1020.66851145" sodipodi:role="line">P</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1021" id="action77"><tspan x="67" y="1021" sodipodi:role="line" id="action-tspan77">imprimer le document</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,1024)"/><use xlink:href="#letterkey" transform="translate(56,1024)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="1028.66851145"><tspan x="57.7" y="1028.66851145" sodipodi:role="line">S</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1029" id="action78"><tspan x="67" y="1029" sodipodi:role="line" id="action-tspan78">enregistrer le document</tspan></text>
<use xlink:href="#shift" transform="translate(28.16,1032)"/><use xlink:href="#ctrl" transform="translate(43.62,1032)"/><use xlink:href="#letterkey" transform="translate(56,1032)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="1036.66851145"><tspan x="57.7" y="1036.66851145" sodipodi:role="line">S</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1037" id="action79"><tspan x="67" y="1037" sodipodi:role="line" id="action-tspan79">enregistrer sous un autre nom</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,1040)"/><use xlink:href="#letterkey" transform="translate(56,1040)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="1044.66851145"><tspan x="57.7" y="1044.66851145" sodipodi:role="line">Q</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1045" id="action80"><tspan x="67" y="1045" sodipodi:role="line" id="action-tspan80">quitter Inkscape</tspan></text>

<rect style="fill:#e8fae1;fill-rule:evenodd;stroke:none" width="215" height="113" x="0" y="1051.5"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:bold;font-size:24;text-anchor:start;writing-mode:lr;letter-spacing:-2;" x="33" y="1072.5" id="sect2"><tspan x="33" y="1072.5" sodipodi:role="line" id="sect-tspan2">Fenêtre</tspan></text>

<use xlink:href="#ctrl" transform="translate(43.62,1079)"/><use xlink:href="#letterkey" transform="translate(56,1079)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="1083.66851145"><tspan x="57.7" y="1083.66851145" sodipodi:role="line">R</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1084" id="action81"><tspan x="67" y="1084" sodipodi:role="line" id="action-tspan81">(dés)afficher les règles</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,1087)"/><use xlink:href="#letterkey" transform="translate(56,1087)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="1091.66851145"><tspan x="57.7" y="1091.66851145" sodipodi:role="line">B</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1092" id="action82"><tspan x="67" y="1092" sodipodi:role="line" id="action-tspan82">(dés)afficher les barres de défilement</tspan></text>
<use xlink:href="#letterkey" transform="translate(56,1095)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.3;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="56.9" y="1098.5"><tspan x="56.9" y="1098.5" sodipodi:role="line">F11</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1100" id="action83"><tspan x="67" y="1100" sodipodi:role="line" id="action-tspan83">(dés)afficher en plein écran</tspan></text>



<use xlink:href="#letterkey" transform="translate(56,1106)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.3;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="56.9" y="1109.5"><tspan x="56.9" y="1109.5" sodipodi:role="line">F10</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1111" id="action84"><tspan x="67" y="1111" sodipodi:role="line" id="action-tspan84">menu principal</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="1116" id="note25"><tspan x="8" y="1116" sodipodi:role="line" id="note-tspan25">Les menus peuvent aussi être activés en appuyant simultanément sur Alt et la lettre soulignée dans le nom du menu.</tspan></text>
<use xlink:href="#shift" transform="translate(9.54,1118)"/><use xlink:href="#letterkey" transform="translate(25,1118)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.3;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="25.9" y="1121.5"><tspan x="25.9" y="1121.5" sodipodi:role="line">F10</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="1123"><tspan x="32" y="1123" sodipodi:role="line">,</tspan></text><use xlink:href="#right-click" transform="translate(57,1118)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1123" id="action85"><tspan x="67" y="1123" sodipodi:role="line" id="action-tspan85">menu contextuel</tspan></text>



<use xlink:href="#ctrl" transform="translate(12.62,1129)"/><use xlink:href="#letterkey" transform="translate(25,1129)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.3;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="25.9" y="1132.5"><tspan x="25.9" y="1132.5" sodipodi:role="line">F4</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="1134"><tspan x="32" y="1134" sodipodi:role="line">,</tspan></text><use xlink:href="#ctrl" transform="translate(43.62,1129)"/><use xlink:href="#letterkey" transform="translate(56,1129)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="1133.66851145"><tspan x="57.7" y="1133.66851145" sodipodi:role="line">W</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1134" id="action86"><tspan x="67" y="1134" sodipodi:role="line" id="action-tspan86">fermer la fenêtre (document)</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="1139" id="note26"><tspan x="8" y="1139" sodipodi:role="line" id="note-tspan26">Quitte Inkscape si la fenêtre courante est le seul document ouvert.</tspan></text>
<use xlink:href="#ctrl" transform="translate(39.24,1141)"/><use xlink:href="#misc" transform="translate(51.62,1141)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="52.72" y="1144.7"><tspan x="52.72" y="1144.7" sodipodi:role="line">Tab</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1146" id="action87"><tspan x="67" y="1146" sodipodi:role="line" id="action-tspan87">fenêtre (document) suivante</tspan></text>
<use xlink:href="#shift" transform="translate(23.78,1149)"/><use xlink:href="#ctrl" transform="translate(39.24,1149)"/><use xlink:href="#misc" transform="translate(51.62,1149)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="52.72" y="1152.7"><tspan x="52.72" y="1152.7" sodipodi:role="line">Tab</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1154" id="action88"><tspan x="67" y="1154" sodipodi:role="line" id="action-tspan88">fenêtre (document) précédente</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="1159" id="note27"><tspan x="8" y="1159" sodipodi:role="line" id="note-tspan27">Permet de circuler entre les fenêtres (documents) en avant ou en arrière.</tspan></text>

<rect style="fill:#f6f9d9;fill-rule:evenodd;stroke:none" width="215" height="87" x="0" y="1164.5"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:bold;font-size:24;text-anchor:start;writing-mode:lr;letter-spacing:-2;" x="33" y="1185.5" id="sect3"><tspan x="33" y="1185.5" sodipodi:role="line" id="sect-tspan3">Calques</tspan></text>

<use xlink:href="#shift" transform="translate(36.16,1192)"/><use xlink:href="#misc" transform="translate(51.62,1192)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="52.72" y="1195.7"><tspan x="52.72" y="1195.7" sodipodi:role="line">Préc.</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1197" id="action89"><tspan x="67" y="1197" sodipodi:role="line" id="action-tspan89">déplacer au calque supérieur</tspan></text>
<use xlink:href="#shift" transform="translate(36.16,1200)"/><use xlink:href="#misc" transform="translate(51.62,1200)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="52.72" y="1203.7"><tspan x="52.72" y="1203.7" sodipodi:role="line">Suiv.</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1205" id="action90"><tspan x="67" y="1205" sodipodi:role="line" id="action-tspan90">déplacer au calque inférieur</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="1210" id="note28"><tspan x="8" y="1210" sodipodi:role="line" id="note-tspan28">Ces commandes déplacent les objets sélectionnés d'un calque à un autre.</tspan></text>

<use xlink:href="#shift" transform="translate(23.78,1212)"/><use xlink:href="#ctrl" transform="translate(39.24,1212)"/><use xlink:href="#misc" transform="translate(51.62,1212)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="52.72" y="1215.7"><tspan x="52.72" y="1215.7" sodipodi:role="line">Préc.</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1217" id="action91"><tspan x="67" y="1217" sodipodi:role="line" id="action-tspan91">monter le calque</tspan></text>
<use xlink:href="#shift" transform="translate(23.78,1220)"/><use xlink:href="#ctrl" transform="translate(39.24,1220)"/><use xlink:href="#misc" transform="translate(51.62,1220)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="52.72" y="1223.7"><tspan x="52.72" y="1223.7" sodipodi:role="line">Suiv.</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1225" id="action92"><tspan x="67" y="1225" sodipodi:role="line" id="action-tspan92">descendre le calque</tspan></text>
<use xlink:href="#shift" transform="translate(23.78,1228)"/><use xlink:href="#ctrl" transform="translate(39.24,1228)"/><use xlink:href="#misc" transform="translate(51.62,1228)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="52.72" y="1231.7"><tspan x="52.72" y="1231.7" sodipodi:role="line">Début</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1233" id="action93"><tspan x="67" y="1233" sodipodi:role="line" id="action-tspan93">monter le calque au premier plan</tspan></text>
<use xlink:href="#shift" transform="translate(23.78,1236)"/><use xlink:href="#ctrl" transform="translate(39.24,1236)"/><use xlink:href="#misc" transform="translate(51.62,1236)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="52.72" y="1239.7"><tspan x="52.72" y="1239.7" sodipodi:role="line">Fin</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1241" id="action94"><tspan x="67" y="1241" sodipodi:role="line" id="action-tspan94">descendre le calque à l'arrière plan</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="1246" id="note29"><tspan x="8" y="1246" sodipodi:role="line" id="note-tspan29">Ces commandes déplacent le calque courant parmi sa hiérarchie (normalement d'autres calques)</tspan></text>

<rect style="fill:#f4ecf5;fill-rule:evenodd;stroke:none" width="215" height="356" x="0" y="1251.5"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:bold;font-size:24;text-anchor:start;writing-mode:lr;letter-spacing:-2;" x="33" y="1272.5" id="sect4"><tspan x="33" y="1272.5" sodipodi:role="line" id="sect-tspan4">Objet</tspan></text>

<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="1283" id="title9"><tspan x="33" y="1283" sodipodi:role="line" id="title-tspan9">Annuler/refaire</tspan></text>
<use xlink:href="#shift" transform="translate(-2.84,1286)"/><use xlink:href="#ctrl" transform="translate(12.62,1286)"/><use xlink:href="#letterkey" transform="translate(25,1286)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="26.7" y="1290.66851145"><tspan x="26.7" y="1290.66851145" sodipodi:role="line">Y</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="1291"><tspan x="32" y="1291" sodipodi:role="line">,</tspan></text><use xlink:href="#ctrl" transform="translate(43.62,1286)"/><use xlink:href="#letterkey" transform="translate(56,1286)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="1290.66851145"><tspan x="57.7" y="1290.66851145" sodipodi:role="line">Z</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1291" id="action95"><tspan x="67" y="1291" sodipodi:role="line" id="action-tspan95">annuler</tspan></text>
<use xlink:href="#shift" transform="translate(-2.84,1294)"/><use xlink:href="#ctrl" transform="translate(12.62,1294)"/><use xlink:href="#letterkey" transform="translate(25,1294)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="26.7" y="1298.66851145"><tspan x="26.7" y="1298.66851145" sodipodi:role="line">Z</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="1299"><tspan x="32" y="1299" sodipodi:role="line">,</tspan></text><use xlink:href="#ctrl" transform="translate(43.62,1294)"/><use xlink:href="#letterkey" transform="translate(56,1294)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="1298.66851145"><tspan x="57.7" y="1298.66851145" sodipodi:role="line">Y</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1299" id="action96"><tspan x="67" y="1299" sodipodi:role="line" id="action-tspan96">refaire</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="1309" id="title10"><tspan x="33" y="1309" sodipodi:role="line" id="title-tspan10">Presse-papiers</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,1312)"/><use xlink:href="#letterkey" transform="translate(56,1312)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="1316.66851145"><tspan x="57.7" y="1316.66851145" sodipodi:role="line">C</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1317" id="action97"><tspan x="67" y="1317" sodipodi:role="line" id="action-tspan97">copier la sélection</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="1322" id="note30"><tspan x="8" y="1322" sodipodi:role="line" id="note-tspan30">Copie la sélection dans le presse-papiers Inkscape (et aussi dans le presse-papiers système pour les textes).</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,1324)"/><use xlink:href="#letterkey" transform="translate(56,1324)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="1328.66851145"><tspan x="57.7" y="1328.66851145" sodipodi:role="line">X</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1329" id="action98"><tspan x="67" y="1329" sodipodi:role="line" id="action-tspan98">couper la sélection</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="1334" id="note31"><tspan x="8" y="1334" sodipodi:role="line" id="note-tspan31">Fonctionne comme un "copier la sélection" suivi de la suppression de la sélection.</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,1336)"/><use xlink:href="#letterkey" transform="translate(56,1336)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="1340.66851145"><tspan x="57.7" y="1340.66851145" sodipodi:role="line">V</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1341" id="action99"><tspan x="67" y="1341" sodipodi:role="line" id="action-tspan99">coller le presse-papiers</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="1346" id="note32"><tspan x="8" y="1346" sodipodi:role="line" id="note-tspan32">Ceci place les objets du presse-papier sous la souris, ou au centre de la fenêtre si la souris est hors du canevas.</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="1350" id="note33"><tspan x="8" y="1350" sodipodi:role="line" id="note-tspan33">Lors de l'édition d'un texte avec l'outil texte, colle le texte du presse-papiers système dans l'objet texte courant.</tspan></text>
<use xlink:href="#ctrl" transform="translate(32.95,1352)"/><use xlink:href="#alt" transform="translate(45.33,1352)"/><use xlink:href="#letterkey" transform="translate(56,1352)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="1356.66851145"><tspan x="57.7" y="1356.66851145" sodipodi:role="line">V</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1357" id="action100"><tspan x="67" y="1357" sodipodi:role="line" id="action-tspan100">coller sur place</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="1362" id="note34"><tspan x="8" y="1362" sodipodi:role="line" id="note-tspan34">Ceci place les objets du presse-papiers au même emplacement que lorsque qu'ils ont été copiés.</tspan></text>
<use xlink:href="#shift" transform="translate(28.16,1364)"/><use xlink:href="#ctrl" transform="translate(43.62,1364)"/><use xlink:href="#letterkey" transform="translate(56,1364)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="1368.66851145"><tspan x="57.7" y="1368.66851145" sodipodi:role="line">V</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1369" id="action101"><tspan x="67" y="1369" sodipodi:role="line" id="action-tspan101">coller le style</tspan></text> 
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="1374" id="note35"><tspan x="8" y="1374" sodipodi:role="line" id="note-tspan35">Ceci applique le style du premier des objet copiés à la sélection courante.</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="1378" id="note36"><tspan x="8" y="1378" sodipodi:role="line" id="note-tspan36">Si une poignée de dégradé ou une plage de texte sont sélectionnés, le style leur est appliqué plutôt qu'à l'objet entier.</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="1387" id="title11"><tspan x="33" y="1387" sodipodi:role="line" id="title-tspan11">Duplication</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,1390)"/><use xlink:href="#letterkey" transform="translate(56,1390)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="1394.66851145"><tspan x="57.7" y="1394.66851145" sodipodi:role="line">D</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1395" id="action102"><tspan x="67" y="1395" sodipodi:role="line" id="action-tspan102">dupliquer la sélection</tspan></text> 
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="1400" id="note37"><tspan x="8" y="1400" sodipodi:role="line" id="note-tspan37">Les nouveaux objet(s) sont placés exactement au même endroit, au dessus des originaux et sont sélectionnés.</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="1409" id="title12"><tspan x="33" y="1409" sodipodi:role="line" id="title-tspan12">Clonage</tspan></text>
<use xlink:href="#alt" transform="translate(45.33,1412)"/><use xlink:href="#letterkey" transform="translate(56,1412)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="1416.66851145"><tspan x="57.7" y="1416.66851145" sodipodi:role="line">D</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1417" id="action103"><tspan x="67" y="1417" sodipodi:role="line" id="action-tspan103">cloner l'objet</tspan></text> 
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="1422" id="note38"><tspan x="8" y="1422" sodipodi:role="line" id="note-tspan38">Un clone peut être déplacé/redimensionné/tourné/incliné indépendament, mais reçoit ses tracé/remplissage/contour de l'original.</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="1426" id="note39"><tspan x="8" y="1426" sodipodi:role="line" id="note-tspan39">Le clone est placé exactement au même endroit, au dessus de l'original et est sélectionné.</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="1430" id="note40"><tspan x="8" y="1430" sodipodi:role="line" id="note-tspan40">Vous ne pouvez cloner qu'un objet à la fois; si vous voulez cloner plusieurs objets ensemble, groupez-les puis clonez le groupe.</tspan></text>
<use xlink:href="#shift" transform="translate(29.87,1432)"/><use xlink:href="#alt" transform="translate(45.33,1432)"/><use xlink:href="#letterkey" transform="translate(56,1432)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="1436.66851145"><tspan x="57.7" y="1436.66851145" sodipodi:role="line">D</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1437" id="action104"><tspan x="67" y="1437" sodipodi:role="line" id="action-tspan104">délier le clone</tspan></text> 
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="1442" id="note41"><tspan x="8" y="1442" sodipodi:role="line" id="note-tspan41">Délier un clone supprime le lien vers son original, le clone devenant alors une simple copie.</tspan></text>
<use xlink:href="#shift" transform="translate(40.54,1444)"/><use xlink:href="#letterkey" transform="translate(56,1444)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="1448.66851145"><tspan x="57.7" y="1448.66851145" sodipodi:role="line">D</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1449" id="action105"><tspan x="67" y="1449" sodipodi:role="line" id="action-tspan105">sélectionner l'original</tspan></text> 
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="1454" id="note42"><tspan x="8" y="1454" sodipodi:role="line" id="note-tspan42">Après sélection d'un clone, cette commande sélectionne l'objet original dont le clone est issu.</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="1463" id="title13"><tspan x="33" y="1463" sodipodi:role="line" id="title-tspan13">Bitmaps</tspan></text>
<use xlink:href="#alt" transform="translate(45.33,1466)"/><use xlink:href="#letterkey" transform="translate(56,1466)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="1470.66851145"><tspan x="57.7" y="1470.66851145" sodipodi:role="line">B</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1471" id="action106"><tspan x="67" y="1471" sodipodi:role="line" id="action-tspan106">créer une copie bitmap</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="1476" id="note43"><tspan x="8" y="1476" sodipodi:role="line" id="note-tspan43">Exporte en PNG les objet(s) sélectionnés (les autres objets étant masqués) dans le répertoire du document et réimporte ce PNG.</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="1480" id="note44"><tspan x="8" y="1480" sodipodi:role="line" id="note-tspan44">Le bitmap importé est placé exactement au même endroit, au dessus de la sélection originale, et est sélectionné.</tspan></text>
<use xlink:href="#shift" transform="translate(29.87,1482)"/><use xlink:href="#alt" transform="translate(45.33,1482)"/><use xlink:href="#letterkey" transform="translate(56,1482)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="1486.66851145"><tspan x="57.7" y="1486.66851145" sodipodi:role="line">B</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1487" id="action107"><tspan x="67" y="1487" sodipodi:role="line" id="action-tspan107">vectoriser un bitmap</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="1492" id="note45"><tspan x="8" y="1492" sodipodi:role="line" id="note-tspan45">Ceci ouvre la boîte de dialogue vectoriser un bitmap, vous permettant de convertir une image bitmap en chemins.</tspan></text> 



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="1501" id="title14"><tspan x="33" y="1501" sodipodi:role="line" id="title-tspan14">Motifs</tspan></text>
<use xlink:href="#alt" transform="translate(45.33,1504)"/><use xlink:href="#letterkey" transform="translate(56,1504)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="1508.66851145"><tspan x="57.7" y="1508.66851145" sodipodi:role="line">I</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1509" id="action108"><tspan x="67" y="1509" sodipodi:role="line" id="action-tspan108">objet(s) en motif</tspan></text> 
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="1514" id="note46"><tspan x="8" y="1514" sodipodi:role="line" id="note-tspan46">Ceci convertit la sélection en un rectangle rempli avec la sélection comme motif de remplissage.</tspan></text>
<use xlink:href="#shift" transform="translate(29.87,1516)"/><use xlink:href="#alt" transform="translate(45.33,1516)"/><use xlink:href="#letterkey" transform="translate(56,1516)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="1520.66851145"><tspan x="57.7" y="1520.66851145" sodipodi:role="line">I</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1521" id="action109"><tspan x="67" y="1521" sodipodi:role="line" id="action-tspan109">motif en objet(s)</tspan></text> 
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="1526" id="note47"><tspan x="8" y="1526" sodipodi:role="line" id="note-tspan47">Sépare tout objet sélectionné rempli avec un motif en deux objets : ce même objet sans remplissage et le motif seul.</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="1535" id="title15"><tspan x="33" y="1535" sodipodi:role="line" id="title-tspan15">Groupes</tspan></text>
<use xlink:href="#shift" transform="translate(-2.84,1538)"/><use xlink:href="#ctrl" transform="translate(12.62,1538)"/><use xlink:href="#letterkey" transform="translate(25,1538)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="26.7" y="1542.66851145"><tspan x="26.7" y="1542.66851145" sodipodi:role="line">U</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="1543"><tspan x="32" y="1543" sodipodi:role="line">,</tspan></text><use xlink:href="#ctrl" transform="translate(43.62,1538)"/><use xlink:href="#letterkey" transform="translate(56,1538)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="1542.66851145"><tspan x="57.7" y="1542.66851145" sodipodi:role="line">G</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1543" id="action110"><tspan x="67" y="1543" sodipodi:role="line" id="action-tspan110">grouper les objets sélectionnés</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="1548" id="note48"><tspan x="8" y="1548" sodipodi:role="line" id="note-tspan48">Ctrl+cliquer permet de sélectionner des objets au sein d'un groupe.</tspan></text>
<use xlink:href="#shift" transform="translate(-2.84,1550)"/><use xlink:href="#ctrl" transform="translate(12.62,1550)"/><use xlink:href="#letterkey" transform="translate(25,1550)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="26.7" y="1554.66851145"><tspan x="26.7" y="1554.66851145" sodipodi:role="line">G</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="1555"><tspan x="32" y="1555" sodipodi:role="line">,</tspan></text><use xlink:href="#ctrl" transform="translate(43.62,1550)"/><use xlink:href="#letterkey" transform="translate(56,1550)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="1554.66851145"><tspan x="57.7" y="1554.66851145" sodipodi:role="line">U</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1555" id="action111"><tspan x="67" y="1555" sodipodi:role="line" id="action-tspan111">dégrouper les groupe(s) sélectionnés</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="1560" id="note49"><tspan x="8" y="1560" sodipodi:role="line" id="note-tspan49">Retire un niveau de regroupement; répéter plusieurs fois Ctrl+U permet de dégrouper des groupes imbriqués.</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="1569" id="title16"><tspan x="33" y="1569" sodipodi:role="line" id="title-tspan16">Ordre-Z (superposition)</tspan></text>
<use xlink:href="#misc" transform="translate(51.62,1572)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="52.72" y="1575.7"><tspan x="52.72" y="1575.7" sodipodi:role="line">Début</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1577" id="action112"><tspan x="67" y="1577" sodipodi:role="line" id="action-tspan112">monter la sélection au premier plan</tspan></text>
<use xlink:href="#misc" transform="translate(51.62,1580)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="52.72" y="1583.7"><tspan x="52.72" y="1583.7" sodipodi:role="line">Fin</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1585" id="action113"><tspan x="67" y="1585" sodipodi:role="line" id="action-tspan113">descendre la sélection à l'arrière plan</tspan></text>
<use xlink:href="#misc" transform="translate(51.62,1588)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="52.72" y="1591.7"><tspan x="52.72" y="1591.7" sodipodi:role="line">Préc.</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1593" id="action114"><tspan x="67" y="1593" sodipodi:role="line" id="action-tspan114">monter la sélection d'un cran</tspan></text>
<use xlink:href="#misc" transform="translate(51.62,1596)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="52.72" y="1599.7"><tspan x="52.72" y="1599.7" sodipodi:role="line">Suiv.</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1601" id="action115"><tspan x="67" y="1601" sodipodi:role="line" id="action-tspan115">descendre la sélection d'un cran</tspan></text>
 
<rect style="fill:#f9f1d9;fill-rule:evenodd;stroke:none" width="215" height="322" x="0" y="1607.5"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:bold;font-size:24;text-anchor:start;writing-mode:lr;letter-spacing:-2;" x="33" y="1628.5" id="sect5"><tspan x="33" y="1628.5" sodipodi:role="line" id="sect-tspan5">Chemin</tspan></text>

<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="1639" id="title17"><tspan x="33" y="1639" sodipodi:role="line" id="title-tspan17">Convertir en chemin</tspan></text>
<use xlink:href="#shift" transform="translate(28.16,1642)"/><use xlink:href="#ctrl" transform="translate(43.62,1642)"/><use xlink:href="#letterkey" transform="translate(56,1642)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="1646.66851145"><tspan x="57.7" y="1646.66851145" sodipodi:role="line">C</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1647" id="action116"><tspan x="67" y="1647" sodipodi:role="line" id="action-tspan116">convertir les objet(s) sélectionnés en chemin</tspan></text>
<use xlink:href="#ctrl" transform="translate(32.95,1650)"/><use xlink:href="#alt" transform="translate(45.33,1650)"/><use xlink:href="#letterkey" transform="translate(56,1650)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="1654.66851145"><tspan x="57.7" y="1654.66851145" sodipodi:role="line">C</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1655" id="action117"><tspan x="67" y="1655" sodipodi:role="line" id="action-tspan117">convertir un contour en chemin</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="1665" id="title18"><tspan x="33" y="1665" sodipodi:role="line" id="title-tspan18">Booléens</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,1668)"/><use xlink:href="#letterkey" transform="translate(56,1668)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="1672.66851145"><tspan x="57.7" y="1672.66851145" sodipodi:role="line">+</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1673" id="action118"><tspan x="67" y="1673" sodipodi:role="line" id="action-tspan118">union</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="1678" id="note50"><tspan x="8" y="1678" sodipodi:role="line" id="note-tspan50">L'union combine plusieurs objets en un seul chemin, fusionnant les recouvrements.</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,1680)"/><use xlink:href="#letterkey" transform="translate(56,1680)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="1684.66851145"><tspan x="57.7" y="1684.66851145" sodipodi:role="line">-</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1685" id="action119"><tspan x="67" y="1685" sodipodi:role="line" id="action-tspan119">différence</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="1690" id="note51"><tspan x="8" y="1690" sodipodi:role="line" id="note-tspan51">La différence s'applique à deux objets, extrayant celui du dessus de celui du dessous.</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,1692)"/><use xlink:href="#letterkey" transform="translate(56,1692)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="1696.66851145"><tspan x="57.7" y="1696.66851145" sodipodi:role="line">*</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1697" id="action120"><tspan x="67" y="1697" sodipodi:role="line" id="action-tspan120">intersection</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="1702" id="note52"><tspan x="8" y="1702" sodipodi:role="line" id="note-tspan52">L'intersection crée un chemin représentant l'intersection des objets sélectionnés.</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,1704)"/><use xlink:href="#letterkey" transform="translate(56,1704)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="1708.66851145"><tspan x="57.7" y="1708.66851145" sodipodi:role="line">^</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1709" id="action121"><tspan x="67" y="1709" sodipodi:role="line" id="action-tspan121">exclusion (ou exclusif)</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="1714" id="note53"><tspan x="8" y="1714" sodipodi:role="line" id="note-tspan53">L'exclusion est similaire à l'union, mais ne s'applique qu'à deux objets et supprime les recouvrements.</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,1716)"/><use xlink:href="#letterkey" transform="translate(56,1716)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="1720.66851145"><tspan x="57.7" y="1720.66851145" sodipodi:role="line">/</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1721" id="action122"><tspan x="67" y="1721" sodipodi:role="line" id="action-tspan122">division (coupe)</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="1726" id="note54"><tspan x="8" y="1726" sodipodi:role="line" id="note-tspan54">La division découpe l'objet du dessous en morceaux selon l'objet du dessus, et préserve ses remplissage et contour.</tspan></text>
<use xlink:href="#ctrl" transform="translate(32.95,1728)"/><use xlink:href="#alt" transform="translate(45.33,1728)"/><use xlink:href="#letterkey" transform="translate(56,1728)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="1732.66851145"><tspan x="57.7" y="1732.66851145" sodipodi:role="line">/</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1733" id="action123"><tspan x="67" y="1733" sodipodi:role="line" id="action-tspan123">découpe des chemins</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="1738" id="note55"><tspan x="8" y="1738" sodipodi:role="line" id="note-tspan55">Découper en chemin découpe le contour de l'objet du dessous aux points d'intersection avec celui du dessus.</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="1742" id="note56"><tspan x="8" y="1742" sodipodi:role="line" id="note-tspan56"> Le résultat est sans remplissage.</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="1746" id="note57"><tspan x="8" y="1746" sodipodi:role="line" id="note-tspan57">Le résultat d'une union/différence/intersection/exclusion hérite de l'attribut id (et donc des clones) de l'objet du dessous.</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="1750" id="note58"><tspan x="8" y="1750" sodipodi:role="line" id="note-tspan58">Les division et découpe en chemin peuvent produire plusieurs objets. L'un d'eux, au hasard, hérite de l'id de l'objet du dessous.</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="1759" id="title19"><tspan x="33" y="1759" sodipodi:role="line" id="title-tspan19">Offsets</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,1762)"/><use xlink:href="#letterkey" transform="translate(56,1762)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="1766.66851145"><tspan x="57.7" y="1766.66851145" sodipodi:role="line">(</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1767" id="action124"><tspan x="67" y="1767" sodipodi:role="line" id="action-tspan124">éroder le chemin</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,1770)"/><use xlink:href="#letterkey" transform="translate(56,1770)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="1774.66851145"><tspan x="57.7" y="1774.66851145" sodipodi:role="line">)</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1775" id="action125"><tspan x="67" y="1775" sodipodi:role="line" id="action-tspan125">dilater le chemin</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="1780" id="note59"><tspan x="8" y="1780" sodipodi:role="line" id="note-tspan59">La distance d'offset par défaut est de 2 px (en pixels SVG, pas en pixels à l'écran).</tspan></text>
<use xlink:href="#alt" transform="translate(45.33,1782)"/><use xlink:href="#letterkey" transform="translate(56,1782)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="1786.66851145"><tspan x="57.7" y="1786.66851145" sodipodi:role="line">(</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1787" id="action126"><tspan x="67" y="1787" sodipodi:role="line" id="action-tspan126">éroder le chemin d'1 pixel</tspan></text>
<use xlink:href="#alt" transform="translate(45.33,1790)"/><use xlink:href="#letterkey" transform="translate(56,1790)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="1794.66851145"><tspan x="57.7" y="1794.66851145" sodipodi:role="line">)</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1795" id="action127"><tspan x="67" y="1795" sodipodi:role="line" id="action-tspan127">dilater le chemin d'1 pixel</tspan></text>
<use xlink:href="#shift" transform="translate(29.87,1798)"/><use xlink:href="#alt" transform="translate(45.33,1798)"/><use xlink:href="#letterkey" transform="translate(56,1798)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="1802.66851145"><tspan x="57.7" y="1802.66851145" sodipodi:role="line">(</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1803" id="action128"><tspan x="67" y="1803" sodipodi:role="line" id="action-tspan128">éroder le chemin de 10 pixels</tspan></text>
<use xlink:href="#shift" transform="translate(29.87,1806)"/><use xlink:href="#alt" transform="translate(45.33,1806)"/><use xlink:href="#letterkey" transform="translate(56,1806)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="1810.66851145"><tspan x="57.7" y="1810.66851145" sodipodi:role="line">)</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1811" id="action129"><tspan x="67" y="1811" sodipodi:role="line" id="action-tspan129">dilater le chemin de 10 pixels</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="1816" id="note60"><tspan x="8" y="1816" sodipodi:role="line" id="note-tspan60">L'offset réel à l'échelle du pixel dépend du niveau de zoom. Zommer pour ajuster plus finement.</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="1820" id="note61"><tspan x="8" y="1820" sodipodi:role="line" id="note-tspan61">Toutes les commandes (, ) convertissent l'objet en chemin si nécessaire, et produisent un chemin normal.</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,1822)"/><use xlink:href="#letterkey" transform="translate(56,1822)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="1826.66851145"><tspan x="57.7" y="1826.66851145" sodipodi:role="line">J</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1827" id="action130"><tspan x="67" y="1827" sodipodi:role="line" id="action-tspan130">créer un offset dynamique</tspan></text>
<use xlink:href="#ctrl" transform="translate(32.95,1830)"/><use xlink:href="#alt" transform="translate(45.33,1830)"/><use xlink:href="#letterkey" transform="translate(56,1830)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="1834.66851145"><tspan x="57.7" y="1834.66851145" sodipodi:role="line">J</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1835" id="action131"><tspan x="67" y="1835" sodipodi:role="line" id="action-tspan131">créer un offset lié</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="1840" id="note62"><tspan x="8" y="1840" sodipodi:role="line" id="note-tspan62">Ces commandes produisent un objet offset (autonome ou lié à l'original) que l'on peut éditer avec l'outil nœud.
</tspan></text>
<use xlink:href="#shift" transform="translate(40.54,1842)"/><use xlink:href="#letterkey" transform="translate(56,1842)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="1846.66851145"><tspan x="57.7" y="1846.66851145" sodipodi:role="line">D</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1847" id="action132"><tspan x="67" y="1847" sodipodi:role="line" id="action-tspan132">sélectionner l'objet source</tspan></text> 
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="1852" id="note63"><tspan x="8" y="1852" sodipodi:role="line" id="note-tspan63">Après sélection d'un offset lié, cette commande sélectionne l'objet original dont il est issu.</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="1861" id="title20"><tspan x="33" y="1861" sodipodi:role="line" id="title-tspan20">Combinaison</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,1864)"/><use xlink:href="#letterkey" transform="translate(56,1864)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="1868.66851145"><tspan x="57.7" y="1868.66851145" sodipodi:role="line">K</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1869" id="action133"><tspan x="67" y="1869" sodipodi:role="line" id="action-tspan133">combiner les chemins</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="1874" id="note64"><tspan x="8" y="1874" sodipodi:role="line" id="note-tspan64">Cette commande est différente de grouper : des chemins combinés créent un objet, pas un groupe.</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="1878" id="note65"><tspan x="8" y="1878" sodipodi:role="line" id="note-tspan65">Différente aussi d'une union : les recouvrements ne sont pas affectés.</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="1882" id="note66"><tspan x="8" y="1882" sodipodi:role="line" id="note-tspan66">Le remplissage des recouvrements est géré par le champ remplissage (complet/alternatif) du dialogue Remplissage et contour.</tspan></text>
<use xlink:href="#shift" transform="translate(28.16,1884)"/><use xlink:href="#ctrl" transform="translate(43.62,1884)"/><use xlink:href="#letterkey" transform="translate(56,1884)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="1888.66851145"><tspan x="57.7" y="1888.66851145" sodipodi:role="line">K</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1889" id="action134"><tspan x="67" y="1889" sodipodi:role="line" id="action-tspan134">séparer les chemins</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="1894" id="note67"><tspan x="8" y="1894" sodipodi:role="line" id="note-tspan67">Sépare les sous-chemins d'un chemin composé; ceci échouera si l'objet est constitué d'un seul chemin.</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="1903" id="title21"><tspan x="33" y="1903" sodipodi:role="line" id="title-tspan21">Simplification</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,1906)"/><use xlink:href="#letterkey" transform="translate(56,1906)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="1910.66851145"><tspan x="57.7" y="1910.66851145" sodipodi:role="line">L</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1911" id="action135"><tspan x="67" y="1911" sodipodi:role="line" id="action-tspan135">simplifier</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="1916" id="note68"><tspan x="8" y="1916" sodipodi:role="line" id="note-tspan68">Simplifie les chemin(s) sélectionnés en supprimant quelques nœuds. Si nécessaire, les objets sont convertis en chemins.</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="1920" id="note69"><tspan x="8" y="1920" sodipodi:role="line" id="note-tspan69">En invoquant cette commande plusieurs fois de suite rapidement, elle agira de plus en plus agressivement.</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="1924" id="note70"><tspan x="8" y="1924" sodipodi:role="line" id="note-tspan70">Le seuil par défaut (réglable dans les préférences d'Inkscape) est restauré après une pause.</tspan></text>

</g><g transform="translate(430,-1929.5)"><rect style="fill:#eee4dc;fill-rule:evenodd;stroke:none" width="215" height="892" x="0" y="1929.5"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:bold;font-size:24;text-anchor:start;writing-mode:lr;letter-spacing:-2;" x="33" y="1950.5" id="sect1"><tspan x="33" y="1950.5" sodipodi:role="line" id="sect-tspan1">Sélecteur</tspan></text>

<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="1961" id="title22"><tspan x="33" y="1961" sodipodi:role="line" id="title-tspan22">Sélection au clavier</tspan></text>
<use xlink:href="#misc" transform="translate(51.62,1964)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="52.72" y="1967.7"><tspan x="52.72" y="1967.7" sodipodi:role="line">Tab</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1969" id="action136"><tspan x="67" y="1969" sodipodi:role="line" id="action-tspan136">sélectionner l'objet suivant</tspan></text>
<use xlink:href="#shift" transform="translate(36.16,1972)"/><use xlink:href="#misc" transform="translate(51.62,1972)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="52.72" y="1975.7"><tspan x="52.72" y="1975.7" sodipodi:role="line">Tab</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1977" id="action137"><tspan x="67" y="1977" sodipodi:role="line" id="action-tspan137">sélectionner l'objet précédent</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="1982" id="note71"><tspan x="8" y="1982" sodipodi:role="line" id="note-tspan71">Sélectionne les objets selon leur ordre-z (Tab circule de l'arrière au premier plan, Maj+Tab fait l'inverse).</tspan></text> 
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="1986" id="note72"><tspan x="8" y="1986" sodipodi:role="line" id="note-tspan72">A moins d'avoir fait des réarrangements manuels, le dernier objet créé est au tout premier plan</tspan></text> 
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="1990" id="note73"><tspan x="8" y="1990" sodipodi:role="line" id="note-tspan73">Aussi, si rien n'est sélectionné, Maj+Tab est une façon pratique de sélectionner le dernier objet créé.</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="1994" id="note74"><tspan x="8" y="1994" sodipodi:role="line" id="note-tspan74">Cette commande s'applique aux objets du calque courant (sauf modification des préférences).</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,1996)"/><use xlink:href="#letterkey" transform="translate(56,1996)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="2000.66851145"><tspan x="57.7" y="2000.66851145" sodipodi:role="line">A</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2001" id="action138"><tspan x="67" y="2001" sodipodi:role="line" id="action-tspan138">tout sélectionner (calque courant)</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="2006" id="note75"><tspan x="8" y="2006" sodipodi:role="line" id="note-tspan75">Cette commande s'applique aux objets du calque courant  (sauf modification des préférences).</tspan></text>
<use xlink:href="#ctrl" transform="translate(32.95,2008)"/><use xlink:href="#alt" transform="translate(45.33,2008)"/><use xlink:href="#letterkey" transform="translate(56,2008)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="2012.66851145"><tspan x="57.7" y="2012.66851145" sodipodi:role="line">A</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2013" id="action139"><tspan x="67" y="2013" sodipodi:role="line" id="action-tspan139">tout sélectionner (tous les calques)</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="2018" id="note76"><tspan x="8" y="2018" sodipodi:role="line" id="note-tspan76">Cette commande s'applique aux objets de tout calque visible et déverrouillé.</tspan></text>
<use xlink:href="#letterkey" transform="translate(56,2020)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="2024.66851145"><tspan x="57.7" y="2024.66851145" sodipodi:role="line">!</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2025" id="action140"><tspan x="67" y="2025" sodipodi:role="line" id="action-tspan140">inverser la sélection (calque courant)</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="2030" id="note77"><tspan x="8" y="2030" sodipodi:role="line" id="note-tspan77">Inverse la sélection (désélectionne ce qui était sélectionné, et sélectionne tout le reste) du calque courant.</tspan></text>
<use xlink:href="#alt" transform="translate(45.33,2032)"/><use xlink:href="#letterkey" transform="translate(56,2032)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="2036.66851145"><tspan x="57.7" y="2036.66851145" sodipodi:role="line">!</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2037" id="action141"><tspan x="67" y="2037" sodipodi:role="line" id="action-tspan141">inverser la sélection (tous les calques)</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="2042" id="note78"><tspan x="8" y="2042" sodipodi:role="line" id="note-tspan78">Inverse la sélection dans tout calque visible et déverrouillé.</tspan></text>
<use xlink:href="#misc" transform="translate(51.62,2044)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="52.72" y="2047.7"><tspan x="52.72" y="2047.7" sodipodi:role="line">Esc</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2049" id="action142"><tspan x="67" y="2049" sodipodi:role="line" id="action-tspan142">désélectionner</tspan></text>
<use xlink:href="#misc-wide" transform="translate(15.54,2052)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="16.64" y="2055.7"><tspan x="16.64" y="2055.7" sodipodi:role="line">Backspace</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="2057"><tspan x="32" y="2057" sodipodi:role="line">,</tspan></text><use xlink:href="#misc" transform="translate(51.62,2052)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="52.72" y="2055.7"><tspan x="52.72" y="2055.7" sodipodi:role="line">Suppr.</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2057" id="action143"><tspan x="67" y="2057" sodipodi:role="line" id="action-tspan143">supprimer la sélection</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="2067" id="title23"><tspan x="33" y="2067" sodipodi:role="line" id="title-tspan23">Déplacement au clavier</tspan></text>
<use xlink:href="#arrows" transform="translate(51.62,2070.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2075.5" id="action144"><tspan x="67" y="2075.5" sodipodi:role="line" id="action-tspan144">déplacer la sélection par incrément(s)</tspan></text>
<use xlink:href="#shift" transform="translate(36.16,2082)"/><use xlink:href="#arrows" transform="translate(51.62,2082)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2087" id="action145"><tspan x="67" y="2087" sodipodi:role="line" id="action-tspan145">déplacer la sélection de 10x l'incrément</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="2095" id="note79"><tspan x="8" y="2095" sodipodi:role="line" id="note-tspan79">L'incrément de déplacement par défaut est de 2 px (en pixels SVG, pas en pixels à l'écran).</tspan></text>
<use xlink:href="#alt" transform="translate(40.95,2097.5)"/><use xlink:href="#arrows" transform="translate(51.62,2097.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2102.5" id="action146"><tspan x="67" y="2102.5" sodipodi:role="line" id="action-tspan146">déplacer la sélection d'1 pixel</tspan></text>
<use xlink:href="#alt" transform="translate(25.49,2109)"/><use xlink:href="#shift" transform="translate(36.16,2109)"/><use xlink:href="#arrows" transform="translate(51.62,2109)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2114" id="action147"><tspan x="67" y="2114" sodipodi:role="line" id="action-tspan147">déplacer la sélection de 10 pixels</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="2122" id="note80"><tspan x="8" y="2122" sodipodi:role="line" id="note-tspan80">Le déplacement réel à l'échelle du pixel dépend du niveau de zoom. Zommer pour déplacer plus finement.</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="2131" id="title24"><tspan x="33" y="2131" sodipodi:role="line" id="title-tspan24">Redimensionnement au clavier</tspan></text>
<use xlink:href="#letterkey" transform="translate(25,2134)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="26.7" y="2138.66851145"><tspan x="26.7" y="2138.66851145" sodipodi:role="line">.</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="2139"><tspan x="32" y="2139" sodipodi:role="line">,</tspan></text><use xlink:href="#letterkey" transform="translate(56,2134)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="2138.66851145"><tspan x="57.7" y="2138.66851145" sodipodi:role="line">&gt;</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2139" id="action148"><tspan x="67" y="2139" sodipodi:role="line" id="action-tspan148">agrandir la sélection par incrément(s)</tspan></text> 
<use xlink:href="#letterkey" transform="translate(25,2142)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="26.7" y="2146.66851145"><tspan x="26.7" y="2146.66851145" sodipodi:role="line">,</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="2147"><tspan x="32" y="2147" sodipodi:role="line">,</tspan></text><use xlink:href="#letterkey" transform="translate(56,2142)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="2146.66851145"><tspan x="57.7" y="2146.66851145" sodipodi:role="line">&lt;</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2147" id="action149"><tspan x="67" y="2147" sodipodi:role="line" id="action-tspan149">rétrécir la sélection par incrément(s)</tspan></text> 
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="2152" id="note81"><tspan x="8" y="2152" sodipodi:role="line" id="note-tspan81">L'incrément de redimensionnement par défaut est de 2 px (en pixels SVG, pas en pixels à l'écran).</tspan></text>
<use xlink:href="#ctrl" transform="translate(12.62,2154)"/><use xlink:href="#letterkey" transform="translate(25,2154)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="26.7" y="2158.66851145"><tspan x="26.7" y="2158.66851145" sodipodi:role="line">.</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="2159"><tspan x="32" y="2159" sodipodi:role="line">,</tspan></text><use xlink:href="#ctrl" transform="translate(43.62,2154)"/><use xlink:href="#letterkey" transform="translate(56,2154)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="2158.66851145"><tspan x="57.7" y="2158.66851145" sodipodi:role="line">&gt;</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2159" id="action150"><tspan x="67" y="2159" sodipodi:role="line" id="action-tspan150">agrandir la sélection à 200%</tspan></text>
<use xlink:href="#ctrl" transform="translate(12.62,2162)"/><use xlink:href="#letterkey" transform="translate(25,2162)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="26.7" y="2166.66851145"><tspan x="26.7" y="2166.66851145" sodipodi:role="line">,</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="2167"><tspan x="32" y="2167" sodipodi:role="line">,</tspan></text><use xlink:href="#ctrl" transform="translate(43.62,2162)"/><use xlink:href="#letterkey" transform="translate(56,2162)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="2166.66851145"><tspan x="57.7" y="2166.66851145" sodipodi:role="line">&lt;</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2167" id="action151"><tspan x="67" y="2167" sodipodi:role="line" id="action-tspan151">rétrécir la sélection à 50%</tspan></text>
<use xlink:href="#alt" transform="translate(14.33,2170)"/><use xlink:href="#letterkey" transform="translate(25,2170)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="26.7" y="2174.66851145"><tspan x="26.7" y="2174.66851145" sodipodi:role="line">.</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="2175"><tspan x="32" y="2175" sodipodi:role="line">,</tspan></text><use xlink:href="#alt" transform="translate(45.33,2170)"/><use xlink:href="#letterkey" transform="translate(56,2170)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="2174.66851145"><tspan x="57.7" y="2174.66851145" sodipodi:role="line">&gt;</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2175" id="action152"><tspan x="67" y="2175" sodipodi:role="line" id="action-tspan152">agrandir la sélection d'1 pixel</tspan></text>
<use xlink:href="#alt" transform="translate(14.33,2178)"/><use xlink:href="#letterkey" transform="translate(25,2178)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="26.7" y="2182.66851145"><tspan x="26.7" y="2182.66851145" sodipodi:role="line">,</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="2183"><tspan x="32" y="2183" sodipodi:role="line">,</tspan></text><use xlink:href="#alt" transform="translate(45.33,2178)"/><use xlink:href="#letterkey" transform="translate(56,2178)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="2182.66851145"><tspan x="57.7" y="2182.66851145" sodipodi:role="line">&lt;</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2183" id="action153"><tspan x="67" y="2183" sodipodi:role="line" id="action-tspan153">rétrécir la sélection d'1 pixel</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="2188" id="note82"><tspan x="8" y="2188" sodipodi:role="line" id="note-tspan82">Le redimensionnement réel à l'échelle du pixel dépend du niveau de zoom. Zommer pour dimensionner plus finement.</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="2192" id="note83"><tspan x="8" y="2192" sodipodi:role="line" id="note-tspan83">Le redimensionnement est uniforme autour du centre : il est donc appliqué à la plus grande des deux dimensions.</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="2201" id="title25"><tspan x="33" y="2201" sodipodi:role="line" id="title-tspan25">Rotation au clavier</tspan></text>
<use xlink:href="#letterkey" transform="translate(25,2204)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="26.7" y="2208.66851145"><tspan x="26.7" y="2208.66851145" sodipodi:role="line">[</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="2209"><tspan x="32" y="2209" sodipodi:role="line">,</tspan></text><use xlink:href="#letterkey" transform="translate(56,2204)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="2208.66851145"><tspan x="57.7" y="2208.66851145" sodipodi:role="line">]</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2209" id="action154"><tspan x="67" y="2209" sodipodi:role="line" id="action-tspan154">tourner la sélection par incrément(s)</tspan></text> 
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="2214" id="note84"><tspan x="8" y="2214" sodipodi:role="line" id="note-tspan84">L'incrément de rotation par défaut est 15°. ] tourne en sens horaire, [ en sens anti-horaire.</tspan></text>
<use xlink:href="#ctrl" transform="translate(12.62,2216)"/><use xlink:href="#letterkey" transform="translate(25,2216)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="26.7" y="2220.66851145"><tspan x="26.7" y="2220.66851145" sodipodi:role="line">[</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="2221"><tspan x="32" y="2221" sodipodi:role="line">,</tspan></text><use xlink:href="#ctrl" transform="translate(43.62,2216)"/><use xlink:href="#letterkey" transform="translate(56,2216)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="2220.66851145"><tspan x="57.7" y="2220.66851145" sodipodi:role="line">]</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2221" id="action155"><tspan x="67" y="2221" sodipodi:role="line" id="action-tspan155">tourner la sélection de 90 degrés</tspan></text>
<use xlink:href="#alt" transform="translate(14.33,2224)"/><use xlink:href="#letterkey" transform="translate(25,2224)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="26.7" y="2228.66851145"><tspan x="26.7" y="2228.66851145" sodipodi:role="line">[</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="2229"><tspan x="32" y="2229" sodipodi:role="line">,</tspan></text><use xlink:href="#alt" transform="translate(45.33,2224)"/><use xlink:href="#letterkey" transform="translate(56,2224)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="2228.66851145"><tspan x="57.7" y="2228.66851145" sodipodi:role="line">]</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2229" id="action156"><tspan x="67" y="2229" sodipodi:role="line" id="action-tspan156">tourner la sélection d'1 pixel</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="2234" id="note85"><tspan x="8" y="2234" sodipodi:role="line" id="note-tspan85">La rotation réelle à l'échelle du pixel dépend du niveau de zoom. Zommer pour tourner plus finement.</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="2238" id="note86"><tspan x="8" y="2238" sodipodi:role="line" id="note-tspan86">Ces commandes utilisent le centre de rotation (par défaut le centre  de géométrie), qui peut être déplacé dans le sélecteur.</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="2247" id="title26"><tspan x="33" y="2247" sodipodi:role="line" id="title-tspan26">Retournement au clavier</tspan></text>
<use xlink:href="#letterkey" transform="translate(56,2250)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="2254.66851145"><tspan x="57.7" y="2254.66851145" sodipodi:role="line">h</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2255" id="action157"><tspan x="67" y="2255" sodipodi:role="line" id="action-tspan157">retourner la sélection horizontalement</tspan></text>
<use xlink:href="#letterkey" transform="translate(56,2258)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="2262.66851145"><tspan x="57.7" y="2262.66851145" sodipodi:role="line">v</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2263" id="action158"><tspan x="67" y="2263" sodipodi:role="line" id="action-tspan158">retourner la sélection verticalement</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="2273" id="title27"><tspan x="33" y="2273" sodipodi:role="line" id="title-tspan27">Sélection à la souris</tspan></text>
<use xlink:href="#left-click" transform="translate(57,2276.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2281.5" id="action159"><tspan x="67" y="2281.5" sodipodi:role="line" id="action-tspan159">sélectionner un objet</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="2289.5" id="note87"><tspan x="8" y="2289.5" sodipodi:role="line" id="note-tspan87">En cliquant (bouton gauche) sur un objet, la sélection précédente est désélectionnée.</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,2292)"/><use xlink:href="#left-click" transform="translate(57,2292)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2297" id="action160"><tspan x="67" y="2297" sodipodi:role="line" id="action-tspan160">alterner la sélection</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="2305" id="note88"><tspan x="8" y="2305" sodipodi:role="line" id="note-tspan88">Maj+cliquer ajoute un objet à la sélection courante s'il n'était pas sélectionné, le retire sinon.</tspan></text>
<use xlink:href="#left-click" transform="translate(50,2307.5)"/><use xlink:href="#left-click" transform="translate(57,2307.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2312.5" id="action161"><tspan x="67" y="2312.5" sodipodi:role="line" id="action-tspan161">editer l'objet</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="2320.5" id="note89"><tspan x="8" y="2320.5" sodipodi:role="line" id="note-tspan89">Passe à l'outil chemin en double-cliquant sur un chemin; à l'outil forme correspondant pour une forme; à l'outil texte pour un texte.</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="2324.5" id="note90"><tspan x="8" y="2324.5" sodipodi:role="line" id="note-tspan90">Entrer dans le groupe (qui devient un calque temporaire) en double-cliquant sur un groupe.</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="2328.5" id="note91"><tspan x="8" y="2328.5" sodipodi:role="line" id="note-tspan91">Passe au calque parent dans la hiérarchie (s'il y en a un) en double-cliquant sur un emplacement vide.</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="2337.5" id="title28"><tspan x="33" y="2337.5" sodipodi:role="line" id="title-tspan28">Sélection dans un groupe, en-dessous</tspan></text>
<use xlink:href="#ctrl" transform="translate(44.62,2341)"/><use xlink:href="#left-click" transform="translate(57,2341)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2346" id="action162"><tspan x="67" y="2346" sodipodi:role="line" id="action-tspan162">sélectionner dans un groupe</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="2354" id="note92"><tspan x="8" y="2354" sodipodi:role="line" id="note-tspan92">Sélectionne l'objet sous le curseur, quel que soit le groupe auquel cet objet peut appartenir.</tspan></text>
<use xlink:href="#ctrl" transform="translate(29.16,2356.5)"/><use xlink:href="#shift" transform="translate(41.54,2356.5)"/><use xlink:href="#left-click" transform="translate(57,2356.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2361.5" id="action163"><tspan x="67" y="2361.5" sodipodi:role="line" id="action-tspan163">alterner la sélection (dans un groupe)</tspan></text>
<use xlink:href="#alt" transform="translate(46.33,2368)"/><use xlink:href="#left-click" transform="translate(57,2368)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2373" id="action164"><tspan x="67" y="2373" sodipodi:role="line" id="action-tspan164">sélectionner en-dessous</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="2381" id="note93"><tspan x="8" y="2381" sodipodi:role="line" id="note-tspan93">Sélectionne l'objet (sous le curseur) juste en dessous (dans l'ordre-z) l'objet sélectionné le plus bas.</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="2385" id="note94"><tspan x="8" y="2385" sodipodi:role="line" id="note-tspan94">Si l'objet le plus en bas atteint, un Alt+Cliquer de plus sélectionne l'objet au premier plan, circulant ainsi dans l'ordre-z.</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="2389" id="note95"><tspan x="8" y="2389" sodipodi:role="line" id="note-tspan95">Sous Linux, Alt+cliquer et Alt+cliquer-déplacer peuvent être préemptés par le gestionnaire de fenêtre.</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="2393" id="note96"><tspan x="8" y="2393" sodipodi:role="line" id="note-tspan96">Reconfigurez celui-ci afin de pouvoir utiliser ces raccourcis dans Inkscape.</tspan></text>
<use xlink:href="#shift" transform="translate(30.87,2395.5)"/><use xlink:href="#alt" transform="translate(46.33,2395.5)"/><use xlink:href="#left-click" transform="translate(57,2395.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2400.5" id="action165"><tspan x="67" y="2400.5" sodipodi:role="line" id="action-tspan165">alterner en-dessous</tspan></text>
<use xlink:href="#ctrl" transform="translate(33.95,2407)"/><use xlink:href="#alt" transform="translate(46.33,2407)"/><use xlink:href="#left-click" transform="translate(57,2407)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2412" id="action166"><tspan x="67" y="2412" sodipodi:role="line" id="action-tspan166">sélectionner en-dessous, dans des groupes</tspan></text>
<use xlink:href="#shift" transform="translate(18.49,2418.5)"/><use xlink:href="#ctrl" transform="translate(33.95,2418.5)"/><use xlink:href="#alt" transform="translate(46.33,2418.5)"/><use xlink:href="#left-click" transform="translate(57,2418.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2423.5" id="action167"><tspan x="67" y="2423.5" sodipodi:role="line" id="action-tspan167">alterner en-dessous, dans des groupes</tspan></text>
<use xlink:href="#ctrl" transform="translate(34.16,2429.5)"/><use xlink:href="#misc-wide" transform="translate(46.54,2429.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="47.64" y="2433.2"><tspan x="47.64" y="2433.2" sodipodi:role="line">Entrée</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2434.5" id="action168"><tspan x="67" y="2434.5" sodipodi:role="line" id="action-tspan168">entrer dans le groupe</tspan></text>
<use xlink:href="#ctrl" transform="translate(34.16,2437.5)"/><use xlink:href="#misc-wide" transform="translate(46.54,2437.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="47.64" y="2441.2"><tspan x="47.64" y="2441.2" sodipodi:role="line">Backspace</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2442.5" id="action169"><tspan x="67" y="2442.5" sodipodi:role="line" id="action-tspan169">aller au calque/groupe parent</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="2452.5" id="title29"><tspan x="33" y="2452.5" sodipodi:role="line" id="title-tspan29">Bande étirable</tspan></text>
<use xlink:href="#left-drag" transform="translate(57,2456)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2461" id="action170"><tspan x="67" y="2461" sodipodi:role="line" id="action-tspan170">sélectionner plusieurs objets</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="2469" id="note97"><tspan x="8" y="2469" sodipodi:role="line" id="note-tspan97">Cliquer-déplacer autour d'objets les sélectionne par bande étirable; la sélection précédente est désélectionnée.</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,2471.5)"/><use xlink:href="#left-drag" transform="translate(57,2471.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2476.5" id="action171"><tspan x="67" y="2476.5" sodipodi:role="line" id="action-tspan171">ajouter des objets à la sélection</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="2484.5" id="note98"><tspan x="8" y="2484.5" sodipodi:role="line" id="note-tspan98">Normalement, vous devez commencer une bande étirable sur une zone vide.</tspan></text> 
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="2488.5" id="note99"><tspan x="8" y="2488.5" sodipodi:role="line" id="note-tspan99">Mais, en appuyant sur Maj avant, Inkscape effectuera une zone étirable, même si elle commence sur un objet.</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="2497.5" id="title30"><tspan x="33" y="2497.5" sodipodi:role="line" id="title-tspan30">Déplacement à la souris</tspan></text>
<use xlink:href="#left-drag" transform="translate(57,2501)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2506" id="action172"><tspan x="67" y="2506" sodipodi:role="line" id="action-tspan172">sélectionner + déplacer</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="2514" id="note100"><tspan x="8" y="2514" sodipodi:role="line" id="note-tspan100">Cliquer-déplacer sur un objet le sélectionne s'il n'était pas sélectionné, puis déplace la sélection.</tspan></text>
<use xlink:href="#alt" transform="translate(46.33,2516.5)"/><use xlink:href="#left-drag" transform="translate(57,2516.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2521.5" id="action173"><tspan x="67" y="2521.5" sodipodi:role="line" id="action-tspan173">déplacer la sélection</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="2529.5" id="note101"><tspan x="8" y="2529.5" sodipodi:role="line" id="note-tspan101">Déplace la sélection courante  (sans sélectionner ce qui est sous le curseur), quel que soit le point de départ.</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="2533.5" id="note102"><tspan x="8" y="2533.5" sodipodi:role="line" id="note-tspan102">Sous Linux, Alt+cliquer et Alt+cliquer-déplacer peuvent être utilisés par le gestionnaire de fenêtre.</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="2537.5" id="note103"><tspan x="8" y="2537.5" sodipodi:role="line" id="note-tspan103">Reconfigurez celui-ci afin de pouvoir utiliser ces raccourcis dans Inkscape.</tspan></text>
<use xlink:href="#ctrl" transform="translate(44.62,2540)"/><use xlink:href="#left-drag" transform="translate(57,2540)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2545" id="action174"><tspan x="67" y="2545" sodipodi:role="line" id="action-tspan174">restreindre à un mouvement vertical/horizontal</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,2551.5)"/><use xlink:href="#left-drag" transform="translate(57,2551.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2556.5" id="action175"><tspan x="67" y="2556.5" sodipodi:role="line" id="action-tspan175">désactiver temporairement l'adhérence</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="2564.5" id="note104"><tspan x="8" y="2564.5" sodipodi:role="line" id="note-tspan104">Désactive temporairement l'adhérence à la grille ou aux guides lors de déplacements (grille/guides étant actifs).</tspan></text>
<use xlink:href="#left-drag" transform="translate(38.54,2567)"/><use xlink:href="#misc-wide" transform="translate(46.54,2567)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="47.64" y="2570.7"><tspan x="47.64" y="2570.7" sodipodi:role="line">Espace</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2572" id="action176"><tspan x="67" y="2572" sodipodi:role="line" id="action-tspan176">tamponner une copie</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="2580" id="note105"><tspan x="8" y="2580" sodipodi:role="line" id="note-tspan105">Lors de déplacements/transformations à la souris, un appui sur la barre d'espace dépose une copie de l'objet sélectionné.</tspan></text> 
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="2584" id="note106"><tspan x="8" y="2584" sodipodi:role="line" id="note-tspan106">Vous pouvez maintenir la barre d'espace appuyée lors d'un déplacement pour obtenir une belle "trainée".</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="2593" id="title31"><tspan x="33" y="2593" sodipodi:role="line" id="title-tspan31">Transformation à la souris</tspan></text>
<use xlink:href="#left-click" transform="translate(57,2596.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2601.5" id="action177"><tspan x="67" y="2601.5" sodipodi:role="line" id="action-tspan177">alterner poignées rotation/redimensionnement</tspan></text>
<use xlink:href="#left-drag" transform="translate(57,2608)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2613" id="action178"><tspan x="67" y="2613" sodipodi:role="line" id="action-tspan178">redimensionner</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="2621" id="note107"><tspan x="8" y="2621" sodipodi:role="line" id="note-tspan107">S'applique aux poignées de redimensionnement.</tspan></text>
<use xlink:href="#left-drag" transform="translate(57,2623.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2628.5" id="action179"><tspan x="67" y="2628.5" sodipodi:role="line" id="action-tspan179">tourner ou incliner</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="2636.5" id="note108"><tspan x="8" y="2636.5" sodipodi:role="line" id="note-tspan108">S'applique aux poignées de rotation/inclinaison.</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="2645.5" id="title32"><tspan x="33" y="2645.5" sodipodi:role="line" id="title-tspan32">Poignées de redimensionnement</tspan></text>
<use xlink:href="#left-drag" transform="translate(57,2649)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2654" id="action180"><tspan x="67" y="2654" sodipodi:role="line" id="action-tspan180">redimensionner</tspan></text>
<use xlink:href="#ctrl" transform="translate(44.62,2660.5)"/><use xlink:href="#left-drag" transform="translate(57,2660.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2665.5" id="action181"><tspan x="67" y="2665.5" sodipodi:role="line" id="action-tspan181">redimensionner en préservant le ratio</tspan></text>
 
<use xlink:href="#shift" transform="translate(41.54,2672)"/><use xlink:href="#left-drag" transform="translate(57,2672)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2677" id="action182"><tspan x="67" y="2677" sodipodi:role="line" id="action-tspan182">transformation symétrique</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="2685" id="note109"><tspan x="8" y="2685" sodipodi:role="line" id="note-tspan109">Appuyer sur Maj pendant une transformation rend cette transformation symétrique autour du centre de la sélection.</tspan></text>

<use xlink:href="#alt" transform="translate(46.33,2687.5)"/><use xlink:href="#left-drag" transform="translate(57,2687.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2692.5" id="action183"><tspan x="67" y="2692.5" sodipodi:role="line" id="action-tspan183">mouvement lent</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="2700.5" id="note110"><tspan x="8" y="2700.5" sodipodi:role="line" id="note-tspan110">Force un ralentissement des mouvements de la souris, permettant ainsi des modifications plus fines.</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="2709.5" id="title33"><tspan x="33" y="2709.5" sodipodi:role="line" id="title-tspan33">Poignées de rotation</tspan></text>
<use xlink:href="#left-drag" transform="translate(57,2713)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2718" id="action184"><tspan x="67" y="2718" sodipodi:role="line" id="action-tspan184">tourner ou incliner</tspan></text>
<use xlink:href="#ctrl" transform="translate(44.62,2724.5)"/><use xlink:href="#left-drag" transform="translate(57,2724.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2729.5" id="action185"><tspan x="67" y="2729.5" sodipodi:role="line" id="action-tspan185">incliner par incrément(s)</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="2737.5" id="note111"><tspan x="8" y="2737.5" sodipodi:role="line" id="note-tspan111">Appuyer sur Ctrl tout en déplaçant une poignée d'inclinaison (pas un coin) pour incliner par incréments (15 degrés par défaut).</tspan></text>
<use xlink:href="#ctrl" transform="translate(44.62,2740)"/><use xlink:href="#left-drag" transform="translate(57,2740)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2745" id="action186"><tspan x="67" y="2745" sodipodi:role="line" id="action-tspan186">tourner par incrément(s)</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="2753" id="note112"><tspan x="8" y="2753" sodipodi:role="line" id="note-tspan112">Appuyer sur Ctrl tout en déplaçant une poignée de rotation (coin) pour tourer par incréments (15 degrés par défaut).</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="2762" id="title34"><tspan x="33" y="2762" sodipodi:role="line" id="title-tspan34">Centre de rotation</tspan></text>
<use xlink:href="#left-drag" transform="translate(57,2765.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2770.5" id="action187"><tspan x="67" y="2770.5" sodipodi:role="line" id="action-tspan187">déplacer le centre de rotation</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="2778.5" id="note113"><tspan x="8" y="2778.5" sodipodi:role="line" id="note-tspan113">Une fois déplacé, le centre de rotation retient sa position pour tous les objets sélectionnés, jusqu'à sa remise à zéro.</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,2781)"/><use xlink:href="#left-click" transform="translate(57,2781)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2786" id="action188"><tspan x="67" y="2786" sodipodi:role="line" id="action-tspan188">r-à-z du centre de rotation</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="2794" id="note114"><tspan x="8" y="2794" sodipodi:role="line" id="note-tspan114">Remettre à zéro un centre de rotation revient à le remettre au centre géométrique de l'objet/boîte de contour de la sélection.</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="2803" id="title35"><tspan x="33" y="2803" sodipodi:role="line" id="title-tspan35">Annulation</tspan></text>
<use xlink:href="#misc" transform="translate(51.62,2806)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="52.72" y="2809.7"><tspan x="52.72" y="2809.7" sodipodi:role="line">Esc</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2811" id="action189"><tspan x="67" y="2811" sodipodi:role="line" id="action-tspan189">annuler bande étirable/déplacer/transformer</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="2816" id="note115"><tspan x="8" y="2816" sodipodi:role="line" id="note-tspan115">Un appui sur Esc (le bouton de la souris étant encore pressé) annule la bande étirable, le déplacement ou la transformation.</tspan></text>

</g><g transform="translate(645,-2821.5)"><rect style="fill:#f9f1d9;fill-rule:evenodd;stroke:none" width="215" height="1056.5" x="0" y="2821.5"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:bold;font-size:24;text-anchor:start;writing-mode:lr;letter-spacing:-2;" x="33" y="2842.5" id="sect1"><tspan x="33" y="2842.5" sodipodi:role="line" id="sect-tspan1">Nœud</tspan></text>


<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="2853" id="title36"><tspan x="33" y="2853" sodipodi:role="line" id="title-tspan36">Sélection au clavier</tspan></text>
<use xlink:href="#misc" transform="translate(51.62,2856)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="52.72" y="2859.7"><tspan x="52.72" y="2859.7" sodipodi:role="line">Tab</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2861" id="action190"><tspan x="67" y="2861" sodipodi:role="line" id="action-tspan190">sélectionner le nœud suivant</tspan></text> 
<use xlink:href="#shift" transform="translate(36.16,2864)"/><use xlink:href="#misc" transform="translate(51.62,2864)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="52.72" y="2867.7"><tspan x="52.72" y="2867.7" sodipodi:role="line">Tab</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2869" id="action191"><tspan x="67" y="2869" sodipodi:role="line" id="action-tspan191">sélectionner le nœud précédent</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="2874" id="note116"><tspan x="8" y="2874" sodipodi:role="line" id="note-tspan116">Ces raccourcis vous permettent de sélectionner n'importe quel nœud du chemin sélectionné.</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,2876)"/><use xlink:href="#letterkey" transform="translate(56,2876)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="2880.66851145"><tspan x="57.7" y="2880.66851145" sodipodi:role="line">A</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2881" id="action192"><tspan x="67" y="2881" sodipodi:role="line" id="action-tspan192">sélectionner tous les nœuds du sous-chemin</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="2886" id="note117"><tspan x="8" y="2886" sodipodi:role="line" id="note-tspan117">Si le chemin a plusieurs sous-chemins, sélectionne tous les nœuds uniquement dans le sous-chemin qui a déjà des nœuds sélectionnés.</tspan></text>
<use xlink:href="#ctrl" transform="translate(32.95,2888)"/><use xlink:href="#alt" transform="translate(45.33,2888)"/><use xlink:href="#letterkey" transform="translate(56,2888)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="2892.66851145"><tspan x="57.7" y="2892.66851145" sodipodi:role="line">A</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2893" id="action193"><tspan x="67" y="2893" sodipodi:role="line" id="action-tspan193">sélectionner tous les nœuds du chemin</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="2898" id="note118"><tspan x="8" y="2898" sodipodi:role="line" id="note-tspan118">Sélectionne tous les nœuds du chemin entier.</tspan></text>
<use xlink:href="#letterkey" transform="translate(56,2900)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="2904.66851145"><tspan x="57.7" y="2904.66851145" sodipodi:role="line">!</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2905" id="action194"><tspan x="67" y="2905" sodipodi:role="line" id="action-tspan194">inverser la sélection dans le(s) sous-chemin(s)</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="2910" id="note119"><tspan x="8" y="2910" sodipodi:role="line" id="note-tspan119">Si le chemin a plusieurs sous-chemins, inverse la sélection uniquement dans les sous-chemins qui ont déjà des nœuds sélectionnés.</tspan></text>
<use xlink:href="#alt" transform="translate(45.33,2912)"/><use xlink:href="#letterkey" transform="translate(56,2912)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="2916.66851145"><tspan x="57.7" y="2916.66851145" sodipodi:role="line">!</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2917" id="action195"><tspan x="67" y="2917" sodipodi:role="line" id="action-tspan195">inverser la sélection dans le chemin</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="2922" id="note120"><tspan x="8" y="2922" sodipodi:role="line" id="note-tspan120">Inverse la sélection (désélectionne ce qui était sélectionné et vice versa) dans le chemin entier.</tspan></text>
<use xlink:href="#misc" transform="translate(51.62,2924)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="52.72" y="2927.7"><tspan x="52.72" y="2927.7" sodipodi:role="line">Esc</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2929" id="action196"><tspan x="67" y="2929" sodipodi:role="line" id="action-tspan196">désélectionner tous les nœuds</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="2939" id="title37"><tspan x="33" y="2939" sodipodi:role="line" id="title-tspan37">Déplacement au clavier</tspan></text>
<use xlink:href="#arrows" transform="translate(51.62,2942.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2947.5" id="action197"><tspan x="67" y="2947.5" sodipodi:role="line" id="action-tspan197">déplacer les nœuds sélect. par incrément(s)</tspan></text>
<use xlink:href="#shift" transform="translate(36.16,2954)"/><use xlink:href="#arrows" transform="translate(51.62,2954)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2959" id="action198"><tspan x="67" y="2959" sodipodi:role="line" id="action-tspan198">déplacer les nœuds sélect. de 10x l'incrément</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="2967" id="note121"><tspan x="8" y="2967" sodipodi:role="line" id="note-tspan121">L'incrément de déplacement par défaut est de 2 px (en pixels SVG, pas en pixels à l'écran).</tspan></text>
<use xlink:href="#alt" transform="translate(40.95,2969.5)"/><use xlink:href="#arrows" transform="translate(51.62,2969.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2974.5" id="action199"><tspan x="67" y="2974.5" sodipodi:role="line" id="action-tspan199">déplacer les nœuds sélectionnés d'1 pixel</tspan></text>
<use xlink:href="#alt" transform="translate(25.49,2981)"/><use xlink:href="#shift" transform="translate(36.16,2981)"/><use xlink:href="#arrows" transform="translate(51.62,2981)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2986" id="action200"><tspan x="67" y="2986" sodipodi:role="line" id="action-tspan200">déplacer les nœuds sélectionnés de 10 pixels</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="2994" id="note122"><tspan x="8" y="2994" sodipodi:role="line" id="note-tspan122">Le déplacement réel à l'échelle du pixel dépend du niveau de zoom. Zommer pour déplacer plus finement.</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="3003" id="title38"><tspan x="33" y="3003" sodipodi:role="line" id="title-tspan38">Redim. poignées clavier (1 nœud sélect.)</tspan></text>
<use xlink:href="#letterkey" transform="translate(25,3006)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="26.7" y="3010.66851145"><tspan x="26.7" y="3010.66851145" sodipodi:role="line">&lt;</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="3011"><tspan x="32" y="3011" sodipodi:role="line">,</tspan></text><use xlink:href="#letterkey" transform="translate(56,3006)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="3010.66851145"><tspan x="57.7" y="3010.66851145" sodipodi:role="line">&gt;</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3011" id="action201"><tspan x="67" y="3011" sodipodi:role="line" id="action-tspan201">redim. les deux poignées par incrément(s)</tspan></text> 
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="3016" id="note123"><tspan x="8" y="3016" sodipodi:role="line" id="note-tspan123">L'incrément de redimensionnement par défaut est de 2 px (en pixels SVG, pas en pixels à l'écran). Applicable à plusieurs nœuds.</tspan></text>
<use xlink:href="#left" transform="translate(3.92,3018)"/><use xlink:href="#ctrl" transform="translate(12.62,3018)"/><use xlink:href="#letterkey" transform="translate(25,3018)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="26.7" y="3022.66851145"><tspan x="26.7" y="3022.66851145" sodipodi:role="line">&lt;</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="3023"><tspan x="32" y="3023" sodipodi:role="line">,</tspan></text><use xlink:href="#left" transform="translate(34.92,3018)"/><use xlink:href="#ctrl" transform="translate(43.62,3018)"/><use xlink:href="#letterkey" transform="translate(56,3018)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="3022.66851145"><tspan x="57.7" y="3022.66851145" sodipodi:role="line">&gt;</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3023" id="action202"><tspan x="67" y="3023" sodipodi:role="line" id="action-tspan202">redim. la poignée gauche par incrément(s)</tspan></text>
<use xlink:href="#right" transform="translate(1.72,3026)"/><use xlink:href="#ctrl" transform="translate(12.62,3026)"/><use xlink:href="#letterkey" transform="translate(25,3026)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="26.7" y="3030.66851145"><tspan x="26.7" y="3030.66851145" sodipodi:role="line">&lt;</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="3031"><tspan x="32" y="3031" sodipodi:role="line">,</tspan></text><use xlink:href="#right" transform="translate(32.72,3026)"/><use xlink:href="#ctrl" transform="translate(43.62,3026)"/><use xlink:href="#letterkey" transform="translate(56,3026)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="3030.66851145"><tspan x="57.7" y="3030.66851145" sodipodi:role="line">&gt;</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3031" id="action203"><tspan x="67" y="3031" sodipodi:role="line" id="action-tspan203">redim. la poignée droite par incrément(s)</tspan></text>
<use xlink:href="#left" transform="translate(5.63,3034)"/><use xlink:href="#alt" transform="translate(14.33,3034)"/><use xlink:href="#letterkey" transform="translate(25,3034)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="26.7" y="3038.66851145"><tspan x="26.7" y="3038.66851145" sodipodi:role="line">&lt;</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="3039"><tspan x="32" y="3039" sodipodi:role="line">,</tspan></text><use xlink:href="#left" transform="translate(36.63,3034)"/><use xlink:href="#alt" transform="translate(45.33,3034)"/><use xlink:href="#letterkey" transform="translate(56,3034)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="3038.66851145"><tspan x="57.7" y="3038.66851145" sodipodi:role="line">&gt;</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3039" id="action204"><tspan x="67" y="3039" sodipodi:role="line" id="action-tspan204">redimensionner la poignée gauche d'1 pixel</tspan></text>
<use xlink:href="#right" transform="translate(3.43,3042)"/><use xlink:href="#alt" transform="translate(14.33,3042)"/><use xlink:href="#letterkey" transform="translate(25,3042)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="26.7" y="3046.66851145"><tspan x="26.7" y="3046.66851145" sodipodi:role="line">&lt;</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="3047"><tspan x="32" y="3047" sodipodi:role="line">,</tspan></text><use xlink:href="#right" transform="translate(34.43,3042)"/><use xlink:href="#alt" transform="translate(45.33,3042)"/><use xlink:href="#letterkey" transform="translate(56,3042)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="3046.66851145"><tspan x="57.7" y="3046.66851145" sodipodi:role="line">&gt;</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3047" id="action205"><tspan x="67" y="3047" sodipodi:role="line" id="action-tspan205">redimensionner la poignée droite d'1 pixel</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="3052" id="note124"><tspan x="8" y="3052" sodipodi:role="line" id="note-tspan124">Le redimensionnement réel à l'échelle du pixel dépend du niveau de zoom. Zommer pour dimensionner plus finement.</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="3056" id="note125"><tspan x="8" y="3056" sodipodi:role="line" id="note-tspan125">A la place des touches &lt; et &gt;, vous pouvez utiliser respectivement , (virgule) et . (point).</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="3065" id="title39"><tspan x="33" y="3065" sodipodi:role="line" id="title-tspan39">Rotation poignées clavier (1 nœud sélect.)</tspan></text>
<use xlink:href="#letterkey" transform="translate(25,3068)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="26.7" y="3072.66851145"><tspan x="26.7" y="3072.66851145" sodipodi:role="line">[</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="3073"><tspan x="32" y="3073" sodipodi:role="line">,</tspan></text><use xlink:href="#letterkey" transform="translate(56,3068)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="3072.66851145"><tspan x="57.7" y="3072.66851145" sodipodi:role="line">]</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3073" id="action206"><tspan x="67" y="3073" sodipodi:role="line" id="action-tspan206">tourner les deux poignées par incrément(s)</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="3078" id="note126"><tspan x="8" y="3078" sodipodi:role="line" id="note-tspan126">L'incrément de rotation par défaut est 15 degrés. ] tourne en sens horaire, [ en sens anti-horaire. Applicable à plusieurs nœuds.</tspan></text>
<use xlink:href="#left" transform="translate(3.92,3080)"/><use xlink:href="#ctrl" transform="translate(12.62,3080)"/><use xlink:href="#letterkey" transform="translate(25,3080)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="26.7" y="3084.66851145"><tspan x="26.7" y="3084.66851145" sodipodi:role="line">[</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="3085"><tspan x="32" y="3085" sodipodi:role="line">,</tspan></text><use xlink:href="#left" transform="translate(34.92,3080)"/><use xlink:href="#ctrl" transform="translate(43.62,3080)"/><use xlink:href="#letterkey" transform="translate(56,3080)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="3084.66851145"><tspan x="57.7" y="3084.66851145" sodipodi:role="line">]</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3085" id="action207"><tspan x="67" y="3085" sodipodi:role="line" id="action-tspan207">tourner la poignée gauche par incrément(s)</tspan></text>
<use xlink:href="#right" transform="translate(1.72,3088)"/><use xlink:href="#ctrl" transform="translate(12.62,3088)"/><use xlink:href="#letterkey" transform="translate(25,3088)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="26.7" y="3092.66851145"><tspan x="26.7" y="3092.66851145" sodipodi:role="line">[</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="3093"><tspan x="32" y="3093" sodipodi:role="line">,</tspan></text><use xlink:href="#right" transform="translate(32.72,3088)"/><use xlink:href="#ctrl" transform="translate(43.62,3088)"/><use xlink:href="#letterkey" transform="translate(56,3088)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="3092.66851145"><tspan x="57.7" y="3092.66851145" sodipodi:role="line">]</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3093" id="action208"><tspan x="67" y="3093" sodipodi:role="line" id="action-tspan208">tourner la poignée droite par incrément(s)</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="3098" id="note127"><tspan x="8" y="3098" sodipodi:role="line" id="note-tspan127">L'incrément de rotation par défaut est 15 degrés.</tspan></text>
<use xlink:href="#left" transform="translate(5.63,3100)"/><use xlink:href="#alt" transform="translate(14.33,3100)"/><use xlink:href="#letterkey" transform="translate(25,3100)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="26.7" y="3104.66851145"><tspan x="26.7" y="3104.66851145" sodipodi:role="line">[</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="3105"><tspan x="32" y="3105" sodipodi:role="line">,</tspan></text><use xlink:href="#left" transform="translate(36.63,3100)"/><use xlink:href="#alt" transform="translate(45.33,3100)"/><use xlink:href="#letterkey" transform="translate(56,3100)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="3104.66851145"><tspan x="57.7" y="3104.66851145" sodipodi:role="line">]</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3105" id="action209"><tspan x="67" y="3105" sodipodi:role="line" id="action-tspan209">tourner la poignée gauche d'1 pixel</tspan></text>
<use xlink:href="#right" transform="translate(3.43,3108)"/><use xlink:href="#alt" transform="translate(14.33,3108)"/><use xlink:href="#letterkey" transform="translate(25,3108)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="26.7" y="3112.66851145"><tspan x="26.7" y="3112.66851145" sodipodi:role="line">[</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="3113"><tspan x="32" y="3113" sodipodi:role="line">,</tspan></text><use xlink:href="#right" transform="translate(34.43,3108)"/><use xlink:href="#alt" transform="translate(45.33,3108)"/><use xlink:href="#letterkey" transform="translate(56,3108)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="3112.66851145"><tspan x="57.7" y="3112.66851145" sodipodi:role="line">]</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3113" id="action210"><tspan x="67" y="3113" sodipodi:role="line" id="action-tspan210">tourner la poignée droite d'1 pixel</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="3118" id="note128"><tspan x="8" y="3118" sodipodi:role="line" id="note-tspan128">La rotation réelle à l'échelle du pixel dépend du niveau de zoom. Zommer pour tourner plus finement.</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="3127" id="title40"><tspan x="33" y="3127" sodipodi:role="line" id="title-tspan40">Redim. au clavier (&gt;1 nœuds sélect.)</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="3132" id="note129"><tspan x="8" y="3132" sodipodi:role="line" id="note-tspan129">Ces commandes redimensionnent les nœuds sélectionnés comme s'ils formaient un objet autour du centre de cet objet.</tspan></text>
<use xlink:href="#letterkey" transform="translate(25,3134)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="26.7" y="3138.66851145"><tspan x="26.7" y="3138.66851145" sodipodi:role="line">.</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="3139"><tspan x="32" y="3139" sodipodi:role="line">,</tspan></text><use xlink:href="#letterkey" transform="translate(56,3134)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="3138.66851145"><tspan x="57.7" y="3138.66851145" sodipodi:role="line">&gt;</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3139" id="action211"><tspan x="67" y="3139" sodipodi:role="line" id="action-tspan211">agrandir les nœuds par incrément(s)</tspan></text> 
<use xlink:href="#letterkey" transform="translate(25,3142)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="26.7" y="3146.66851145"><tspan x="26.7" y="3146.66851145" sodipodi:role="line">,</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="3147"><tspan x="32" y="3147" sodipodi:role="line">,</tspan></text><use xlink:href="#letterkey" transform="translate(56,3142)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="3146.66851145"><tspan x="57.7" y="3146.66851145" sodipodi:role="line">&lt;</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3147" id="action212"><tspan x="67" y="3147" sodipodi:role="line" id="action-tspan212">rétrécir les nœuds par incrément(s)</tspan></text> 
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="3152" id="note130"><tspan x="8" y="3152" sodipodi:role="line" id="note-tspan130">L'incrément de redimensionnement par défaut est de 2 px (en pixels SVG, pas en pixels à l'écran).</tspan></text>
<use xlink:href="#alt" transform="translate(14.33,3154)"/><use xlink:href="#letterkey" transform="translate(25,3154)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="26.7" y="3158.66851145"><tspan x="26.7" y="3158.66851145" sodipodi:role="line">.</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="3159"><tspan x="32" y="3159" sodipodi:role="line">,</tspan></text><use xlink:href="#alt" transform="translate(45.33,3154)"/><use xlink:href="#letterkey" transform="translate(56,3154)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="3158.66851145"><tspan x="57.7" y="3158.66851145" sodipodi:role="line">&gt;</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3159" id="action213"><tspan x="67" y="3159" sodipodi:role="line" id="action-tspan213">agrandir les nœuds d'1 pixel</tspan></text>
<use xlink:href="#alt" transform="translate(14.33,3162)"/><use xlink:href="#letterkey" transform="translate(25,3162)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="26.7" y="3166.66851145"><tspan x="26.7" y="3166.66851145" sodipodi:role="line">,</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="3167"><tspan x="32" y="3167" sodipodi:role="line">,</tspan></text><use xlink:href="#alt" transform="translate(45.33,3162)"/><use xlink:href="#letterkey" transform="translate(56,3162)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="3166.66851145"><tspan x="57.7" y="3166.66851145" sodipodi:role="line">&lt;</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3167" id="action214"><tspan x="67" y="3167" sodipodi:role="line" id="action-tspan214">rétrécir les nœuds d'1 pixel</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="3172" id="note131"><tspan x="8" y="3172" sodipodi:role="line" id="note-tspan131">Le redimensionnement réel à l'échelle du pixel dépend du niveau de zoom. Zommer pour dimensionner plus finement.</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="3176" id="note132"><tspan x="8" y="3176" sodipodi:role="line" id="note-tspan132">Le redimensionnement est uniforme autour du centre : il est donc appliqué à la plus grande des deux dimensions.</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="3185" id="title41"><tspan x="33" y="3185" sodipodi:role="line" id="title-tspan41">Rotation au clavier (&gt;1 nœuds sélect.)</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="3190" id="note133"><tspan x="8" y="3190" sodipodi:role="line" id="note-tspan133">Ces commandes font tourner les nœuds sélectionnés comme s'ils formaient un objet autour du centre de cet objet.</tspan></text>
<use xlink:href="#letterkey" transform="translate(25,3192)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="26.7" y="3196.66851145"><tspan x="26.7" y="3196.66851145" sodipodi:role="line">[</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="3197"><tspan x="32" y="3197" sodipodi:role="line">,</tspan></text><use xlink:href="#letterkey" transform="translate(56,3192)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="3196.66851145"><tspan x="57.7" y="3196.66851145" sodipodi:role="line">]</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3197" id="action215"><tspan x="67" y="3197" sodipodi:role="line" id="action-tspan215">tourner les nœuds par incrément(s)</tspan></text> 
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="3202" id="note134"><tspan x="8" y="3202" sodipodi:role="line" id="note-tspan134">L'incrément de rotation par défaut est 15 degrés. ] tourne en sens horaire, [ en sens anti-horaire.</tspan></text>
<use xlink:href="#alt" transform="translate(14.33,3204)"/><use xlink:href="#letterkey" transform="translate(25,3204)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="26.7" y="3208.66851145"><tspan x="26.7" y="3208.66851145" sodipodi:role="line">[</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="3209"><tspan x="32" y="3209" sodipodi:role="line">,</tspan></text><use xlink:href="#alt" transform="translate(45.33,3204)"/><use xlink:href="#letterkey" transform="translate(56,3204)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="3208.66851145"><tspan x="57.7" y="3208.66851145" sodipodi:role="line">]</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3209" id="action216"><tspan x="67" y="3209" sodipodi:role="line" id="action-tspan216">tourner les nœuds d'1 pixel</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="3214" id="note135"><tspan x="8" y="3214" sodipodi:role="line" id="note-tspan135">La rotation réelle à l'échelle du pixel dépend du niveau de zoom. Zommer pour tourner plus finement.</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="3223" id="title42"><tspan x="33" y="3223" sodipodi:role="line" id="title-tspan42">Retournement au clavier (&gt;1 nœuds sélect.)</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="3228" id="note136"><tspan x="8" y="3228" sodipodi:role="line" id="note-tspan136">Ces commandes retournent les nœuds sélectionnés comme s'ils formaient un objet autour du centre de cet objet.</tspan></text>
<use xlink:href="#letterkey" transform="translate(56,3230)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="3234.66851145"><tspan x="57.7" y="3234.66851145" sodipodi:role="line">h</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3235" id="action217"><tspan x="67" y="3235" sodipodi:role="line" id="action-tspan217">retourner les nœuds horizontalement</tspan></text>
<use xlink:href="#letterkey" transform="translate(56,3238)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="3242.66851145"><tspan x="57.7" y="3242.66851145" sodipodi:role="line">v</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3243" id="action218"><tspan x="67" y="3243" sodipodi:role="line" id="action-tspan218">retourner les nœuds verticalement</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="3253" id="title43"><tspan x="33" y="3253" sodipodi:role="line" id="title-tspan43">Modification du type de segment</tspan></text>
<use xlink:href="#shift" transform="translate(40.54,3256)"/><use xlink:href="#letterkey" transform="translate(56,3256)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="3260.66851145"><tspan x="57.7" y="3260.66851145" sodipodi:role="line">L</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3261" id="action219"><tspan x="67" y="3261" sodipodi:role="line" id="action-tspan219">rendre rectiligne</tspan></text>
<use xlink:href="#shift" transform="translate(40.54,3264)"/><use xlink:href="#letterkey" transform="translate(56,3264)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="3268.66851145"><tspan x="57.7" y="3268.66851145" sodipodi:role="line">U</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3269" id="action220"><tspan x="67" y="3269" sodipodi:role="line" id="action-tspan220">rendre courbe</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="3274" id="note137"><tspan x="8" y="3274" sodipodi:role="line" id="note-tspan137">Ces commandes exigent que plus de deux nœuds adjacents soient sélectionnés.</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="3283" id="title44"><tspan x="33" y="3283" sodipodi:role="line" id="title-tspan44">Modification du type de nœud</tspan></text>
<use xlink:href="#shift" transform="translate(40.54,3286)"/><use xlink:href="#letterkey" transform="translate(56,3286)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="3290.66851145"><tspan x="57.7" y="3290.66851145" sodipodi:role="line">C</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3291" id="action221"><tspan x="67" y="3291" sodipodi:role="line" id="action-tspan221">rendre dur</tspan></text>
<use xlink:href="#shift" transform="translate(40.54,3294)"/><use xlink:href="#letterkey" transform="translate(56,3294)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="3298.66851145"><tspan x="57.7" y="3298.66851145" sodipodi:role="line">S</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3299" id="action222"><tspan x="67" y="3299" sodipodi:role="line" id="action-tspan222">rendre doux</tspan></text>
<use xlink:href="#shift" transform="translate(40.54,3302)"/><use xlink:href="#letterkey" transform="translate(56,3302)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="3306.66851145"><tspan x="57.7" y="3306.66851145" sodipodi:role="line">Y</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3307" id="action223"><tspan x="67" y="3307" sodipodi:role="line" id="action-tspan223">rendre symétrique</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="3312" id="note138"><tspan x="8" y="3312" sodipodi:role="line" id="note-tspan138">Quand vous rendez un nœud doux ou symétrique, passer la souris au-dessus d'une des poignées pour en préserver la position.</tspan></text>
<use xlink:href="#ctrl" transform="translate(44.62,3314.5)"/><use xlink:href="#left-click" transform="translate(57,3314.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3319.5" id="action224"><tspan x="67" y="3319.5" sodipodi:role="line" id="action-tspan224">alterner doux/dur/symétrique</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="3332.5" id="title45"><tspan x="33" y="3332.5" sodipodi:role="line" id="title-tspan45">Joindre/briser</tspan></text>
<use xlink:href="#shift" transform="translate(40.54,3335.5)"/><use xlink:href="#letterkey" transform="translate(56,3335.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="3340.16851145"><tspan x="57.7" y="3340.16851145" sodipodi:role="line">J</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3340.5" id="action225"><tspan x="67" y="3340.5" sodipodi:role="line" id="action-tspan225">joindre les nœuds sélectionnés</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="3345.5" id="note139"><tspan x="8" y="3345.5" sodipodi:role="line" id="note-tspan139">Nécessite que deux (et seulement deux) nœuds terminaux du chemin soient sélectionnés.</tspan></text>
<use xlink:href="#shift" transform="translate(40.54,3347.5)"/><use xlink:href="#letterkey" transform="translate(56,3347.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="3352.16851145"><tspan x="57.7" y="3352.16851145" sodipodi:role="line">B</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3352.5" id="action226"><tspan x="67" y="3352.5" sodipodi:role="line" id="action-tspan226">briser les nœud(s) sélectionnés</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="3357.5" id="note140"><tspan x="8" y="3357.5" sodipodi:role="line" id="note-tspan140">Après brisure, un seul des deux nœuds est sélectionné. Applicable à plus d'un nœud à la fois.</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="3366.5" id="title46"><tspan x="33" y="3366.5" sodipodi:role="line" id="title-tspan46">Suppression, création, duplication</tspan></text>
<use xlink:href="#misc-wide" transform="translate(15.54,3369.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="16.64" y="3373.2"><tspan x="16.64" y="3373.2" sodipodi:role="line">Backspace</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="3374.5"><tspan x="32" y="3374.5" sodipodi:role="line">,</tspan></text><use xlink:href="#misc" transform="translate(51.62,3369.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="52.72" y="3373.2"><tspan x="52.72" y="3373.2" sodipodi:role="line">Suppr.</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3374.5" id="action227"><tspan x="67" y="3374.5" sodipodi:role="line" id="action-tspan227">supprimer le(s) nœud(s) sélectionné(s)</tspan></text>
<use xlink:href="#ctrl" transform="translate(3.16,3377.5)"/><use xlink:href="#misc-wide" transform="translate(15.54,3377.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="16.64" y="3381.2"><tspan x="16.64" y="3381.2" sodipodi:role="line">Backspace</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="3382.5"><tspan x="32" y="3382.5" sodipodi:role="line">,</tspan></text><use xlink:href="#ctrl" transform="translate(39.24,3377.5)"/><use xlink:href="#misc" transform="translate(51.62,3377.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="52.72" y="3381.2"><tspan x="52.72" y="3381.2" sodipodi:role="line">Suppr.</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3382.5" id="action228"><tspan x="67" y="3382.5" sodipodi:role="line" id="action-tspan228">supprimer sans préserver la forme</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="3387.5" id="note141"><tspan x="8" y="3387.5" sodipodi:role="line" id="note-tspan141">Supprimer sans Ctrl ajuste les poignées des nœuds restant afin de préserver au mieux la forme de la courbe.</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="3391.5" id="note142"><tspan x="8" y="3391.5" sodipodi:role="line" id="note-tspan142">Supprimer avec Ctrl ne modifie pas les nœuds restant.</tspan></text>
<use xlink:href="#ctrl" transform="translate(33.95,3394)"/><use xlink:href="#alt" transform="translate(46.33,3394)"/><use xlink:href="#left-click" transform="translate(57,3394)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3399" id="action229"><tspan x="67" y="3399" sodipodi:role="line" id="action-tspan229">insérer/supprimer un nœud</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="3407" id="note143"><tspan x="8" y="3407" sodipodi:role="line" id="note-tspan143">Ctrl+Alt+click sur un nœud le supprime;</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="3411" id="note144"><tspan x="8" y="3411" sodipodi:role="line" id="note-tspan144">Ctrl+Alt+click sur un chemin entre deux nœuds y insère un nouveau nœud.</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="3415" id="note145"><tspan x="8" y="3415" sodipodi:role="line" id="note-tspan145">La suppression de nœuds de cette manière essaie toujours de préserver la forme de la courbe (comme Suppr./Backspace).</tspan></text>
<use xlink:href="#left-click" transform="translate(50,3417.5)"/><use xlink:href="#left-click" transform="translate(57,3417.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3422.5" id="action230"><tspan x="67" y="3422.5" sodipodi:role="line" id="action-tspan230">insérer un nœud</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="3430.5" id="note146"><tspan x="8" y="3430.5" sodipodi:role="line" id="note-tspan146">Double cliquer sur un chemin entre deux nœuds y insère un nouveau nœud.</tspan></text>
<use xlink:href="#misc" transform="translate(51.62,3432.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="52.72" y="3436.2"><tspan x="52.72" y="3436.2" sodipodi:role="line">Ins.</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3437.5" id="action231"><tspan x="67" y="3437.5" sodipodi:role="line" id="action-tspan231">insérer des nouveaux nœuds </tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="3442.5" id="note147"><tspan x="8" y="3442.5" sodipodi:role="line" id="note-tspan147">Ajoute de nouveaux nœud(s) au milieu des segment(s) sélectionnés (nécessite donc la sélection de plus de deux nœuds adjacents).</tspan></text>
<use xlink:href="#shift" transform="translate(40.54,3444.5)"/><use xlink:href="#letterkey" transform="translate(56,3444.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="3449.16851145"><tspan x="57.7" y="3449.16851145" sodipodi:role="line">D</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3449.5" id="action232"><tspan x="67" y="3449.5" sodipodi:role="line" id="action-tspan232">dupliquer les nœud(s) sélectionnés</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="3454.5" id="note148"><tspan x="8" y="3454.5" sodipodi:role="line" id="note-tspan148">Les nouveaux nœuds sont créés sur le même chemin; ils sont placés au-dessus des précédents et sont sélectionnés.</tspan></text>





<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="3463.5" id="title47"><tspan x="33" y="3463.5" sodipodi:role="line" id="title-tspan47">Sélection à la souris : objets</tspan></text>
<use xlink:href="#left-click" transform="translate(57,3467)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3472" id="action233"><tspan x="67" y="3472" sodipodi:role="line" id="action-tspan233">sélectionner un objet non sélectionné</tspan></text> 
<use xlink:href="#alt" transform="translate(46.33,3478.5)"/><use xlink:href="#left-click" transform="translate(57,3478.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3483.5" id="action234"><tspan x="67" y="3483.5" sodipodi:role="line" id="action-tspan234">sélectionner en dessous</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,3490)"/><use xlink:href="#left-click" transform="translate(57,3490)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3495" id="action235"><tspan x="67" y="3495" sodipodi:role="line" id="action-tspan235">alterner la sélection</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="3503" id="note149"><tspan x="8" y="3503" sodipodi:role="line" id="note-tspan149">Ces raccourcis fonctionnent comme ceux du sélecteur. Les nœuds et poignées de l'objet sélectionné deviennent éditables.</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="3512" id="title48"><tspan x="33" y="3512" sodipodi:role="line" id="title-tspan48">Sélection à la souris : nœuds</tspan></text>
<use xlink:href="#left-click" transform="translate(57,3515.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3520.5" id="action236"><tspan x="67" y="3520.5" sodipodi:role="line" id="action-tspan236">sélectionner un nœud</tspan></text> 
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="3528.5" id="note150"><tspan x="8" y="3528.5" sodipodi:role="line" id="note-tspan150">Cliquer sur un nœud pour le sélectionner.</tspan></text>
<use xlink:href="#left-click" transform="translate(57,3531)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3536" id="action237"><tspan x="67" y="3536" sodipodi:role="line" id="action-tspan237">sélectionner deux nœuds adjacents</tspan></text> 
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="3544" id="note151"><tspan x="8" y="3544" sodipodi:role="line" id="note-tspan151">Cliquer sur un chemin sélectionné entre deux nœuds sélectionne les deux nœuds les plus proches.</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,3546.5)"/><use xlink:href="#left-click" transform="translate(57,3546.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3551.5" id="action238"><tspan x="67" y="3551.5" sodipodi:role="line" id="action-tspan238">alterner la sélection</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="3559.5" id="note152"><tspan x="8" y="3559.5" sodipodi:role="line" id="note-tspan152">(Dé)sélectionne un nœud (clic sur un nœud) ou deux (clic sur le chemin entre deux nœuds).</tspan></text>
<use xlink:href="#left-click" transform="translate(57,3562)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3567" id="action239"><tspan x="67" y="3567" sodipodi:role="line" id="action-tspan239">désélectionner</tspan></text> 
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="3575" id="note153"><tspan x="8" y="3575" sodipodi:role="line" id="note-tspan153">Cliquer sur une zone vide désélectionne tous les nœuds sélectionnés. Le clic suivant désélectionne l'objet.</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="3584" id="title49"><tspan x="33" y="3584" sodipodi:role="line" id="title-tspan49">Bande étirable</tspan></text>
<use xlink:href="#left-drag" transform="translate(57,3587.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3592.5" id="action240"><tspan x="67" y="3592.5" sodipodi:role="line" id="action-tspan240">sélectionner plusieurs nœuds</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="3600.5" id="note154"><tspan x="8" y="3600.5" sodipodi:role="line" id="note-tspan154">Cliquer-déplacer autour de nœuds les sélectionne par bande étirable; la sélection précédente est désélectionnée.</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,3603)"/><use xlink:href="#left-drag" transform="translate(57,3603)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3608" id="action241"><tspan x="67" y="3608" sodipodi:role="line" id="action-tspan241">ajouter des nœuds à la sélection</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="3616" id="note155"><tspan x="8" y="3616" sodipodi:role="line" id="note-tspan155">Normalement, vous devez commencer la bande étirable d'un point en dehors d'un chemin ou d'un nœud.</tspan></text> 
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="3620" id="note156"><tspan x="8" y="3620" sodipodi:role="line" id="note-tspan156">Sauf si vous appuyez sur Maj avant de la commencer.</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="3629" id="title50"><tspan x="33" y="3629" sodipodi:role="line" id="title-tspan50">Déplacement des nœuds à la souris</tspan></text>
<use xlink:href="#left-drag" transform="translate(57,3632.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3637.5" id="action242"><tspan x="67" y="3637.5" sodipodi:role="line" id="action-tspan242">déplacer les nœuds sélectionnés</tspan></text>
<use xlink:href="#ctrl" transform="translate(44.62,3644)"/><use xlink:href="#left-drag" transform="translate(57,3644)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3649" id="action243"><tspan x="67" y="3649" sodipodi:role="line" id="action-tspan243">restreindre à des mouvements horiz./vert.    </tspan></text>
<use xlink:href="#ctrl" transform="translate(33.95,3655.5)"/><use xlink:href="#alt" transform="translate(46.33,3655.5)"/><use xlink:href="#left-drag" transform="translate(57,3655.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3660.5" id="action244"><tspan x="67" y="3660.5" sodipodi:role="line" id="action-tspan244">déplacer le long des poignées</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="3668.5" id="note157"><tspan x="8" y="3668.5" sodipodi:role="line" id="note-tspan157">Restreint les déplacements selon les directions des poignées et leurs perpendiculaires (soit 8 directions).</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="3672.5" id="note158"><tspan x="8" y="3672.5" sodipodi:role="line" id="note-tspan158">Si le nœud a des droites d'un côté ou des deux, le déplacement sera restreint à ces droites et leurs perpendiculaires.</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,3675)"/><use xlink:href="#left-drag" transform="translate(57,3675)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3680" id="action245"><tspan x="67" y="3680" sodipodi:role="line" id="action-tspan245">désactiver temporairement l'adhérence</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="3688" id="note159"><tspan x="8" y="3688" sodipodi:role="line" id="note-tspan159">L'adhérence des nœuds est activable dans les préférences du document. </tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="3692" id="note160"><tspan x="8" y="3692" sodipodi:role="line" id="note-tspan160">Par défaut, seules les boîtes de contour des objets adhèrent à la grille ou aux guides.</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,3694.5)"/><use xlink:href="#left-drag" transform="translate(57,3694.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3699.5" id="action246"><tspan x="67" y="3699.5" sodipodi:role="line" id="action-tspan246">extraire une poignée</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="3707.5" id="note161"><tspan x="8" y="3707.5" sodipodi:role="line" id="note-tspan161">Si un nœud possède une poignée rétractée, Maj+déplacer vous permet de la faire ressortir.</tspan></text>
<use xlink:href="#left-drag" transform="translate(38.54,3710)"/><use xlink:href="#misc-wide" transform="translate(46.54,3710)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="47.64" y="3713.7"><tspan x="47.64" y="3713.7" sodipodi:role="line">Espace</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3715" id="action247"><tspan x="67" y="3715" sodipodi:role="line" id="action-tspan247">tamponner une copie</tspan></text>
 <text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="3723" id="note162"><tspan x="8" y="3723" sodipodi:role="line" id="note-tspan162">Lors du déplacement nœuds de à la souris, un appui sur la barre d'espace dépose une copie de l'objet sélectionné.</tspan></text> 
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="3727" id="note163"><tspan x="8" y="3727" sodipodi:role="line" id="note-tspan163">Vous pouvez maintenir la barre d'espace appuyée lors d'un déplacement pour obtenir une belle "trainée".</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="3736" id="title51"><tspan x="33" y="3736" sodipodi:role="line" id="title-tspan51">Déplacement des poignées à la souris</tspan></text>
<use xlink:href="#left-drag" transform="translate(57,3739.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3744.5" id="action248"><tspan x="67" y="3744.5" sodipodi:role="line" id="action-tspan248">déplacer une poignée de nœud</tspan></text>
<use xlink:href="#ctrl" transform="translate(44.62,3751)"/><use xlink:href="#left-drag" transform="translate(57,3751)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3756" id="action249"><tspan x="67" y="3756" sodipodi:role="line" id="action-tspan249">tourner la poignée par incrément(s)</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="3764" id="note164"><tspan x="8" y="3764" sodipodi:role="line" id="note-tspan164">L'incrément de rotation par défaut est 15 degrés.</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="3768" id="note165"><tspan x="8" y="3768" sodipodi:role="line" id="note-tspan165"> Permet aussi de forcer le déplacement selon la direction de la poignée et sa perpendiculaire.</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,3770.5)"/><use xlink:href="#left-drag" transform="translate(57,3770.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3775.5" id="action250"><tspan x="67" y="3775.5" sodipodi:role="line" id="action-tspan250">tourner les deux poignées</tspan></text> 
<use xlink:href="#alt" transform="translate(46.33,3782)"/><use xlink:href="#left-drag" transform="translate(57,3782)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3787" id="action251"><tspan x="67" y="3787" sodipodi:role="line" id="action-tspan251">préserver la longueur de la poignée</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="3795" id="note166"><tspan x="8" y="3795" sodipodi:role="line" id="note-tspan166">Ctrl, Maj, Alt peuvent être combinés lors du cliquer-déplacer de contrôles.</tspan></text>
<use xlink:href="#ctrl" transform="translate(44.62,3797.5)"/><use xlink:href="#left-click" transform="translate(57,3797.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3802.5" id="action252"><tspan x="67" y="3802.5" sodipodi:role="line" id="action-tspan252">rétracter une poignée</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="3810.5" id="note167"><tspan x="8" y="3810.5" sodipodi:role="line" id="note-tspan167">Une poignée rétractée a une longueur nulle; Maj+déplacer permet de l'extraire à nouveau.</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="3819.5" id="title52"><tspan x="33" y="3819.5" sodipodi:role="line" id="title-tspan52">Inversion</tspan></text>
<use xlink:href="#letterkey" transform="translate(56,3822.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="3827.16851145"><tspan x="57.7" y="3827.16851145" sodipodi:role="line">r</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3827.5" id="action253"><tspan x="67" y="3827.5" sodipodi:role="line" id="action-tspan253">inverser la direction du chemin</tspan></text> 



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="3837.5" id="title53"><tspan x="33" y="3837.5" sodipodi:role="line" id="title-tspan53">Edition de formes</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="3842.5" id="note168"><tspan x="8" y="3842.5" sodipodi:role="line" id="note-tspan168">
L'outil nœud agit aussi sur les poignées des formes (rectangles, ellipses, étoiles, spirales).</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="3846.5" id="note169"><tspan x="8" y="3846.5" sodipodi:role="line" id="note-tspan169">Cliquer sur une forme pour la sélectionner.</tspan></text> 
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="3850.5" id="note170"><tspan x="8" y="3850.5" sodipodi:role="line" id="note-tspan170">Consultez les raccourcis des outils de formes correspondant, qui fonctionnent aussi dans l'outil nœud.</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="3859.5" id="title54"><tspan x="33" y="3859.5" sodipodi:role="line" id="title-tspan54">Annulation</tspan></text>
<use xlink:href="#misc" transform="translate(51.62,3862.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="52.72" y="3866.2"><tspan x="52.72" y="3866.2" sodipodi:role="line">Esc</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3867.5" id="action254"><tspan x="67" y="3867.5" sodipodi:role="line" id="action-tspan254">annuler bande étirable/déplacer</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="3872.5" id="note171"><tspan x="8" y="3872.5" sodipodi:role="line" id="note-tspan171">Un appui sur Esc (le bouton de la souris étant encore pressé) annule la bande étirable, le déplacement de nœud/poignée.</tspan></text>

</g><g transform="translate(860,-3878)"><rect style="fill:#ebf1fd;fill-rule:evenodd;stroke:none" width="215" height="191.5" x="0" y="3878"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:bold;font-size:24;text-anchor:start;writing-mode:lr;letter-spacing:-2;" x="33" y="3899" id="sect1"><tspan x="33" y="3899" sodipodi:role="line" id="sect-tspan1">Rectangle</tspan></text>

<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="3909.5" id="title55"><tspan x="33" y="3909.5" sodipodi:role="line" id="title-tspan55">Création</tspan></text>
<use xlink:href="#left-drag" transform="translate(57,3913)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3918" id="action255"><tspan x="67" y="3918" sodipodi:role="line" id="action-tspan255">dessiner un rectangle</tspan></text>
<use xlink:href="#ctrl" transform="translate(44.62,3924.5)"/><use xlink:href="#left-drag" transform="translate(57,3924.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3929.5" id="action256"><tspan x="67" y="3929.5" sodipodi:role="line" id="action-tspan256">dessiner un rectangle de ratio entier</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="3937.5" id="note172"><tspan x="8" y="3937.5" sodipodi:role="line" id="note-tspan172">Ceci force le rectangle à garder un rapport hauteur/largeur entier (permet aussi de dessiner un carré).</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,3940)"/><use xlink:href="#left-drag" transform="translate(57,3940)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3945" id="action257"><tspan x="67" y="3945" sodipodi:role="line" id="action-tspan257">dessiner autour du point de départ</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="3953" id="note173"><tspan x="8" y="3953" sodipodi:role="line" id="note-tspan173">Ceci crée un rectangle symétriquement autour du point de départ.</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="3962" id="title56"><tspan x="33" y="3962" sodipodi:role="line" id="title-tspan56">Edition</tspan></text>
<use xlink:href="#left-click" transform="translate(57,3965.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3970.5" id="action258"><tspan x="67" y="3970.5" sodipodi:role="line" id="action-tspan258">cliquer sur un rectangle à sélectionner</tspan></text>
<use xlink:href="#alt" transform="translate(46.33,3977)"/><use xlink:href="#left-click" transform="translate(57,3977)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3982" id="action259"><tspan x="67" y="3982" sodipodi:role="line" id="action-tspan259">sélectionner en dessous</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,3988.5)"/><use xlink:href="#left-click" transform="translate(57,3988.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3993.5" id="action260"><tspan x="67" y="3993.5" sodipodi:role="line" id="action-tspan260">alterner la sélection</tspan></text>
<use xlink:href="#left-drag" transform="translate(57,4000)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4005" id="action261"><tspan x="67" y="4005" sodipodi:role="line" id="action-tspan261">redimensionner ou arrondir les coins</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="4013" id="note174"><tspan x="8" y="4013" sodipodi:role="line" id="note-tspan174">Les deux poignées d'arrondi sont en haut à droite; celles de redimensionnement, en haut à gauche et en bas à droite.</tspan></text>
<use xlink:href="#ctrl" transform="translate(44.62,4015.5)"/><use xlink:href="#left-drag" transform="translate(57,4015.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4020.5" id="action262"><tspan x="67" y="4020.5" sodipodi:role="line" id="action-tspan262">préserver largeur, hauteur ou ratio</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="4028.5" id="note175"><tspan x="8" y="4028.5" sodipodi:role="line" id="note-tspan175">S'applique aux poignées de redimensionnement.</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="4032.5" id="note176"><tspan x="8" y="4032.5" sodipodi:role="line" id="note-tspan176">Celles-ci redimensionnent le rectangle dans son propre système de coordonnées, avant d'appliquer toute transformation.</tspan></text>
<use xlink:href="#ctrl" transform="translate(44.62,4035)"/><use xlink:href="#left-drag" transform="translate(57,4035)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4040" id="action263"><tspan x="67" y="4040" sodipodi:role="line" id="action-tspan263">préserver l'arrondi</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="4048" id="note177"><tspan x="8" y="4048" sodipodi:role="line" id="note-tspan177">S'applique aux poignées d'arrondi.</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="4052" id="note178"><tspan x="8" y="4052" sodipodi:role="line" id="note-tspan178">Lors de l'arrondi des coins, ne déplacer qu'une poignée (l'autre restant dans le coin) préserve la circularité du coin.</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="4056" id="note179"><tspan x="8" y="4056" sodipodi:role="line" id="note-tspan179">Déplacez les deux poignées pour un arrondi elliptique, ou une seule en appuyant sur Ctrl pour synchroniser la deuxième.
</tspan></text>
<use xlink:href="#misc" transform="translate(51.62,4058)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="52.72" y="4061.7"><tspan x="52.72" y="4061.7" sodipodi:role="line">Esc</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4063" id="action264"><tspan x="67" y="4063" sodipodi:role="line" id="action-tspan264">désélectionner</tspan></text>

<rect style="fill:#ffece8;fill-rule:evenodd;stroke:none" width="215" height="187.5" x="0" y="4069.5"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:bold;font-size:24;text-anchor:start;writing-mode:lr;letter-spacing:-2;" x="33" y="4090.5" id="sect2"><tspan x="33" y="4090.5" sodipodi:role="line" id="sect-tspan2">Ellipse</tspan></text>

<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="4101" id="title57"><tspan x="33" y="4101" sodipodi:role="line" id="title-tspan57">Création</tspan></text>
<use xlink:href="#left-drag" transform="translate(57,4104.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4109.5" id="action265"><tspan x="67" y="4109.5" sodipodi:role="line" id="action-tspan265">dessiner une ellipse</tspan></text>
<use xlink:href="#ctrl" transform="translate(44.62,4116)"/><use xlink:href="#left-drag" transform="translate(57,4116)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4121" id="action266"><tspan x="67" y="4121" sodipodi:role="line" id="action-tspan266">dessiner une ellipse de ratio entier</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="4129" id="note180"><tspan x="8" y="4129" sodipodi:role="line" id="note-tspan180">Ceci force l'ellipse à garder un rapport hauteur/largeur entier (permet aussi de dessiner un cercle).</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,4131.5)"/><use xlink:href="#left-drag" transform="translate(57,4131.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4136.5" id="action267"><tspan x="67" y="4136.5" sodipodi:role="line" id="action-tspan267">dessiner autour du point de départ</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="4144.5" id="note181"><tspan x="8" y="4144.5" sodipodi:role="line" id="note-tspan181">Ceci crée une ellipse symétriquement autour du point de départ.</tspan></text>


<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="4153.5" id="title58"><tspan x="33" y="4153.5" sodipodi:role="line" id="title-tspan58">Edition</tspan></text>
<use xlink:href="#left-click" transform="translate(57,4157)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4162" id="action268"><tspan x="67" y="4162" sodipodi:role="line" id="action-tspan268">cliquer sur une ellipse à sélectionner</tspan></text>
<use xlink:href="#alt" transform="translate(46.33,4168.5)"/><use xlink:href="#left-click" transform="translate(57,4168.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4173.5" id="action269"><tspan x="67" y="4173.5" sodipodi:role="line" id="action-tspan269">sélectionner en dessous</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,4180)"/><use xlink:href="#left-click" transform="translate(57,4180)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4185" id="action270"><tspan x="67" y="4185" sodipodi:role="line" id="action-tspan270">alterner la sélection</tspan></text>
<use xlink:href="#left-drag" transform="translate(57,4191.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4196.5" id="action271"><tspan x="67" y="4196.5" sodipodi:role="line" id="action-tspan271">redimensionner, former un arc ou camembert</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="4204.5" id="note182"><tspan x="8" y="4204.5" sodipodi:role="line" id="note-tspan182">Les deux poignées d'arc/camembert sont tout à droite; celles de redimensionnement, tout en haut et tout à gauche.</tspan></text>
<use xlink:href="#ctrl" transform="translate(44.62,4207)"/><use xlink:href="#left-drag" transform="translate(57,4207)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4212" id="action272"><tspan x="67" y="4212" sodipodi:role="line" id="action-tspan272">forcer la circularité</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="4220" id="note183"><tspan x="8" y="4220" sodipodi:role="line" id="note-tspan183">S'applique aux poignées de redimensionnement.</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="4224" id="note184"><tspan x="8" y="4224" sodipodi:role="line" id="note-tspan184">Celles-ci redimensionnent l'ellipse dans son propre système de coordonnées, avant d'appliquer toute transformation.</tspan></text>
<use xlink:href="#ctrl" transform="translate(44.62,4226.5)"/><use xlink:href="#left-drag" transform="translate(57,4226.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4231.5" id="action273"><tspan x="67" y="4231.5" sodipodi:role="line" id="action-tspan273">modifier l'angle par incréments</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="4239.5" id="note185"><tspan x="8" y="4239.5" sodipodi:role="line" id="note-tspan185">S'applique aux poignées d'arc/camembert.</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="4243.5" id="note186"><tspan x="8" y="4243.5" sodipodi:role="line" id="note-tspan186">L'incrément d'angle par défaut est de 15 degrés.</tspan></text>
<use xlink:href="#misc" transform="translate(51.62,4245.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="52.72" y="4249.2"><tspan x="52.72" y="4249.2" sodipodi:role="line">Esc</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4250.5" id="action274"><tspan x="67" y="4250.5" sodipodi:role="line" id="action-tspan274">désélectionner</tspan></text>

<rect style="fill:#f8f7d5;fill-rule:evenodd;stroke:none" width="215" height="186.5" x="0" y="4257"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:bold;font-size:24;text-anchor:start;writing-mode:lr;letter-spacing:-2;" x="33" y="4278" id="sect3"><tspan x="33" y="4278" sodipodi:role="line" id="sect-tspan3">Etoile</tspan></text>

<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="4288.5" id="title59"><tspan x="33" y="4288.5" sodipodi:role="line" id="title-tspan59">Création</tspan></text>
<use xlink:href="#left-drag" transform="translate(57,4292)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4297" id="action275"><tspan x="67" y="4297" sodipodi:role="line" id="action-tspan275">dessiner une étoile</tspan></text>
<use xlink:href="#ctrl" transform="translate(44.62,4303.5)"/><use xlink:href="#left-drag" transform="translate(57,4303.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4308.5" id="action276"><tspan x="67" y="4308.5" sodipodi:role="line" id="action-tspan276">tourner l'étoile par incréments</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="4316.5" id="note187"><tspan x="8" y="4316.5" sodipodi:role="line" id="note-tspan187">L'incrément d'angle par défaut est de 15 degrés.</tspan></text>


<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="4325.5" id="title60"><tspan x="33" y="4325.5" sodipodi:role="line" id="title-tspan60">Edition</tspan></text>
<use xlink:href="#left-click" transform="translate(57,4329)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4334" id="action277"><tspan x="67" y="4334" sodipodi:role="line" id="action-tspan277">cliquer sur une étoile à sélectionner</tspan></text>
<use xlink:href="#alt" transform="translate(46.33,4340.5)"/><use xlink:href="#left-click" transform="translate(57,4340.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4345.5" id="action278"><tspan x="67" y="4345.5" sodipodi:role="line" id="action-tspan278">sélectionner en dessous</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,4352)"/><use xlink:href="#left-click" transform="translate(57,4352)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4357" id="action279"><tspan x="67" y="4357" sodipodi:role="line" id="action-tspan279">alterner la sélection</tspan></text>
<use xlink:href="#left-drag" transform="translate(57,4363.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4368.5" id="action280"><tspan x="67" y="4368.5" sodipodi:role="line" id="action-tspan280">déplacer une poignée pour modifier l'étoile</tspan></text>
<use xlink:href="#ctrl" transform="translate(44.62,4375)"/><use xlink:href="#left-drag" transform="translate(57,4375)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4380" id="action281"><tspan x="67" y="4380" sodipodi:role="line" id="action-tspan281">garder l'étoile strictement radiale</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,4386.5)"/><use xlink:href="#left-drag" transform="translate(57,4386.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4391.5" id="action282"><tspan x="67" y="4391.5" sodipodi:role="line" id="action-tspan282">arrondir l'étoile</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,4398)"/><use xlink:href="#left-click" transform="translate(57,4398)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4403" id="action283"><tspan x="67" y="4403" sodipodi:role="line" id="action-tspan283">supprimer l'arrondi</tspan></text>
<use xlink:href="#alt" transform="translate(46.33,4409.5)"/><use xlink:href="#left-drag" transform="translate(57,4409.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4414.5" id="action284"><tspan x="67" y="4414.5" sodipodi:role="line" id="action-tspan284">rendre l'étoile aléatoire</tspan></text>
<use xlink:href="#alt" transform="translate(46.33,4421)"/><use xlink:href="#left-click" transform="translate(57,4421)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4426" id="action285"><tspan x="67" y="4426" sodipodi:role="line" id="action-tspan285">supprimer le hasard</tspan></text>
<use xlink:href="#misc" transform="translate(51.62,4432)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="52.72" y="4435.7"><tspan x="52.72" y="4435.7" sodipodi:role="line">Esc</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4437" id="action286"><tspan x="67" y="4437" sodipodi:role="line" id="action-tspan286">désélectionner</tspan></text>

<rect style="fill:#f3f3f3;fill-rule:evenodd;stroke:none" width="215" height="222" x="0" y="4443.5"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:bold;font-size:24;text-anchor:start;writing-mode:lr;letter-spacing:-2;" x="33" y="4464.5" id="sect4"><tspan x="33" y="4464.5" sodipodi:role="line" id="sect-tspan4">Spirale</tspan></text>

<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="4475" id="title61"><tspan x="33" y="4475" sodipodi:role="line" id="title-tspan61">Création</tspan></text>
<use xlink:href="#left-drag" transform="translate(57,4478.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4483.5" id="action287"><tspan x="67" y="4483.5" sodipodi:role="line" id="action-tspan287">dessiner une spirale</tspan></text>
<use xlink:href="#ctrl" transform="translate(44.62,4490)"/><use xlink:href="#left-drag" transform="translate(57,4490)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4495" id="action288"><tspan x="67" y="4495" sodipodi:role="line" id="action-tspan288">tourner la spirale par incréments</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="4503" id="note188"><tspan x="8" y="4503" sodipodi:role="line" id="note-tspan188">L'incrément d'angle par défaut est de 15 degrés.</tspan></text>


<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="4512" id="title62"><tspan x="33" y="4512" sodipodi:role="line" id="title-tspan62">Edition</tspan></text>
<use xlink:href="#left-click" transform="translate(57,4515.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4520.5" id="action289"><tspan x="67" y="4520.5" sodipodi:role="line" id="action-tspan289">cliquer sur une spirale à sélectionner</tspan></text>
<use xlink:href="#alt" transform="translate(46.33,4527)"/><use xlink:href="#left-click" transform="translate(57,4527)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4532" id="action290"><tspan x="67" y="4532" sodipodi:role="line" id="action-tspan290">sélectionner en dessous</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,4538.5)"/><use xlink:href="#left-click" transform="translate(57,4538.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4543.5" id="action291"><tspan x="67" y="4543.5" sodipodi:role="line" id="action-tspan291">alterner la sélection</tspan></text>
<use xlink:href="#left-drag" transform="translate(57,4550)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4555" id="action292"><tspan x="67" y="4555" sodipodi:role="line" id="action-tspan292">enrouler/dérouler (poignée intérieure)</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="4563" id="note189"><tspan x="8" y="4563" sodipodi:role="line" id="note-tspan189">Déplacer la poignée intérieure pour modifier le paramètre "rayon intérieur".
</tspan></text>
<use xlink:href="#alt" transform="translate(46.33,4565.5)"/><use xlink:href="#left-drag" transform="translate(57,4565.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4570.5" id="action293"><tspan x="67" y="4570.5" sodipodi:role="line" id="action-tspan293">converger/diverger (poignée intérieure)</tspan></text>
<use xlink:href="#alt" transform="translate(46.33,4577)"/><use xlink:href="#left-click" transform="translate(57,4577)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4582" id="action294"><tspan x="67" y="4582" sodipodi:role="line" id="action-tspan294">forcer divergence=1 (poignée intérieure)</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="4590" id="note190"><tspan x="8" y="4590" sodipodi:role="line" id="note-tspan190">Alt+déplacer verticalement sur la poignée intérieure pour modifier la divergence, Alt+cliquer la remet à 1.</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,4592.5)"/><use xlink:href="#left-click" transform="translate(57,4592.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4597.5" id="action295"><tspan x="67" y="4597.5" sodipodi:role="line" id="action-tspan295">forcer rayon intérieur=0 (poignée intérieure)</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="4605.5" id="note191"><tspan x="8" y="4605.5" sodipodi:role="line" id="note-tspan191">Maj+cliquer sur la poignée intérieure la déplace (et donc le départ de la spirale) au centre.</tspan></text>
<use xlink:href="#left-drag" transform="translate(57,4608)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4613" id="action296"><tspan x="67" y="4613" sodipodi:role="line" id="action-tspan296">enrouler/dérouler (poignée extérieure)</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="4621" id="note192"><tspan x="8" y="4621" sodipodi:role="line" id="note-tspan192">Déplacer la poignée extérieure modifie le nombre de tours. Maj+Alt+cliquer-déplacer pour en/dé-rouler en préservant le rayon.</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,4623.5)"/><use xlink:href="#left-drag" transform="translate(57,4623.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4628.5" id="action297"><tspan x="67" y="4628.5" sodipodi:role="line" id="action-tspan297">redimensionner/tourner (poignée extérieure)</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="4636.5" id="note193"><tspan x="8" y="4636.5" sodipodi:role="line" id="note-tspan193">Utiliser Maj+Alt pour forcer une rotation seulement (verrouille le rayon de la spirale).</tspan></text>

<use xlink:href="#ctrl" transform="translate(44.62,4639)"/><use xlink:href="#left-drag" transform="translate(57,4639)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4644" id="action298"><tspan x="67" y="4644" sodipodi:role="line" id="action-tspan298">tourner une poignée par incréments</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="4652" id="note194"><tspan x="8" y="4652" sodipodi:role="line" id="note-tspan194">L'incrément d'angle par défaut est de 15 degrés. Ceci s'applique aux deux poignées.</tspan></text>

<use xlink:href="#misc" transform="translate(51.62,4654)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="52.72" y="4657.7"><tspan x="52.72" y="4657.7" sodipodi:role="line">Esc</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4659" id="action299"><tspan x="67" y="4659" sodipodi:role="line" id="action-tspan299">désélectionner</tspan></text>

</g><g transform="translate(1075,-4665.5)"><rect style="fill:#e7e9f3;fill-rule:evenodd;stroke:none" width="215" height="65.5" x="0" y="4665.5"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:bold;font-size:24;text-anchor:start;writing-mode:lr;letter-spacing:-2;" x="33" y="4686.5" id="sect1"><tspan x="33" y="4686.5" sodipodi:role="line" id="sect-tspan1">Zoom</tspan></text>

<use xlink:href="#left-click" transform="translate(57,4693.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4698.5" id="action300"><tspan x="67" y="4698.5" sodipodi:role="line" id="action-tspan300">zoommer</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,4705)"/><use xlink:href="#left-click" transform="translate(57,4705)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4710" id="action301"><tspan x="67" y="4710" sodipodi:role="line" id="action-tspan301">dézoommer</tspan></text>  
<use xlink:href="#left-drag" transform="translate(57,4716.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4721.5" id="action302"><tspan x="67" y="4721.5" sodipodi:role="line" id="action-tspan302">zoommer sur la zone</tspan></text>

<rect style="fill:#e9efc5;fill-rule:evenodd;stroke:none" width="215" height="73.5" x="0" y="4731"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:bold;font-size:24;text-anchor:start;writing-mode:lr;letter-spacing:-2;" x="33" y="4752" id="sect2"><tspan x="33" y="4752" sodipodi:role="line" id="sect-tspan2">Main levée</tspan></text>

<use xlink:href="#left-drag" transform="translate(57,4759)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4764" id="action303"><tspan x="67" y="4764" sodipodi:role="line" id="action-tspan303">dessiner une ligne à main levée</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,4770.5)"/><use xlink:href="#left-drag" transform="translate(57,4770.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4775.5" id="action304"><tspan x="67" y="4775.5" sodipodi:role="line" id="action-tspan304">ajouter au chemin sélectionné</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="4783.5" id="note195"><tspan x="8" y="4783.5" sodipodi:role="line" id="note-tspan195">Si un chemin est sélectionné, Maj+cliquer-déplacer crée un nouveau sous-chemin plutôt qu'un chemin indépendant.</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,4786)"/><use xlink:href="#left-drag" transform="translate(57,4786)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4791" id="action305"><tspan x="67" y="4791" sodipodi:role="line" id="action-tspan305">désactiver temporairement l'adhérence</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="4799" id="note196"><tspan x="8" y="4799" sodipodi:role="line" id="note-tspan196">Désactive temporairement aussi l'adhérence à la grille ou aux guides lors de déplacements (grille/guides étant actifs).</tspan></text>

<rect style="fill:#e7f5d7;fill-rule:evenodd;stroke:none" width="215" height="292.5" x="0" y="4804.5"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:bold;font-size:24;text-anchor:start;writing-mode:lr;letter-spacing:-2;" x="33" y="4825.5" id="sect3"><tspan x="33" y="4825.5" sodipodi:role="line" id="sect-tspan3">Bézier</tspan></text>

<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="4836" id="title63"><tspan x="33" y="4836" sodipodi:role="line" id="title-tspan63">Création de nœuds</tspan></text>
<use xlink:href="#left-click" transform="translate(57,4839.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4844.5" id="action306"><tspan x="67" y="4844.5" sodipodi:role="line" id="action-tspan306">créer un nœud anguleux</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="4852.5" id="note197"><tspan x="8" y="4852.5" sodipodi:role="line" id="note-tspan197">Commence un nouveau chemin si aucun chemin n'est en cours de création.</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,4855)"/><use xlink:href="#left-drag" transform="translate(57,4855)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4860" id="action307"><tspan x="67" y="4860" sodipodi:role="line" id="action-tspan307">ajouter au chemin sélectionné</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="4868" id="note198"><tspan x="8" y="4868" sodipodi:role="line" id="note-tspan198">Si un chemin est sélectionné, Maj+cliquer-déplacer crée un nouveau sous-chemin plutôt qu'un chemin indépendant.</tspan></text>
<use xlink:href="#left-drag" transform="translate(57,4870.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4875.5" id="action308"><tspan x="67" y="4875.5" sodipodi:role="line" id="action-tspan308">créer un nœud de Bézier avec 2 poignées</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,4882)"/><use xlink:href="#left-drag" transform="translate(57,4882)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4887" id="action309"><tspan x="67" y="4887" sodipodi:role="line" id="action-tspan309">ne déplacer qu'une poignée</tspan></text>

<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="4895" id="note199"><tspan x="8" y="4895" sodipodi:role="line" id="note-tspan199">Ceci ne déplace qu'une poignée (au lieu des deux), pour créer un nœud dur.</tspan></text> 
<use xlink:href="#ctrl" transform="translate(44.62,4897.5)"/><use xlink:href="#left-drag" transform="translate(57,4897.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4902.5" id="action310"><tspan x="67" y="4902.5" sodipodi:role="line" id="action-tspan310">tourner la poignée par incrément(s)</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="4910.5" id="note200"><tspan x="8" y="4910.5" sodipodi:role="line" id="note-tspan200">L'incrément de rotation par défaut est 15 degrés.</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="4919.5" id="title64"><tspan x="33" y="4919.5" sodipodi:role="line" id="title-tspan64">Déplacement du dernier nœud</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="4924.5" id="note201"><tspan x="8" y="4924.5" sodipodi:role="line" id="note-tspan201">Ces commandes permettent de déplacer le dernier nœud créé (début du segment rouge) lors de la création de chemins</tspan></text>
<use xlink:href="#arrows" transform="translate(51.62,4927)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4932" id="action311"><tspan x="67" y="4932" sodipodi:role="line" id="action-tspan311">déplacer le dernier nœud par incrément(s)</tspan></text>
<use xlink:href="#shift" transform="translate(36.16,4938.5)"/><use xlink:href="#arrows" transform="translate(51.62,4938.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4943.5" id="action312"><tspan x="67" y="4943.5" sodipodi:role="line" id="action-tspan312">déplacer le dernier nœud de 10x l'incrément</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="4951.5" id="note202"><tspan x="8" y="4951.5" sodipodi:role="line" id="note-tspan202">L'incrément de déplacement par défaut est de 2 px (en pixels SVG, pas en pixels à l'écran).</tspan></text>
<use xlink:href="#alt" transform="translate(40.95,4954)"/><use xlink:href="#arrows" transform="translate(51.62,4954)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4959" id="action313"><tspan x="67" y="4959" sodipodi:role="line" id="action-tspan313">déplacer le dernier nœud d'1 pixel</tspan></text>
<use xlink:href="#alt" transform="translate(25.49,4965.5)"/><use xlink:href="#shift" transform="translate(36.16,4965.5)"/><use xlink:href="#arrows" transform="translate(51.62,4965.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4970.5" id="action314"><tspan x="67" y="4970.5" sodipodi:role="line" id="action-tspan314">déplacer le dernier nœud de 10 pixels</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="4978.5" id="note203"><tspan x="8" y="4978.5" sodipodi:role="line" id="note-tspan203">Le déplacement réel à l'échelle du pixel dépend du niveau de zoom. Zommer pour déplacer plus finement.</tspan></text>




<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="4987.5" id="title65"><tspan x="33" y="4987.5" sodipodi:role="line" id="title-tspan65">Création/modification des segments</tspan></text>
<use xlink:href="#ctrl" transform="translate(51.62,4990.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4995.5" id="action315"><tspan x="67" y="4995.5" sodipodi:role="line" id="action-tspan315">tourner le segment par incrément(s)</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="5000.5" id="note204"><tspan x="8" y="5000.5" sodipodi:role="line" id="note-tspan204">Ceci force la rotation d'un nœud (nouvel angle relativement au nœud précédent) par incrément(s) (15 degrés par défaut).</tspan></text>
<use xlink:href="#shift" transform="translate(40.54,5002.5)"/><use xlink:href="#letterkey" transform="translate(56,5002.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="5007.16851145"><tspan x="57.7" y="5007.16851145" sodipodi:role="line">L</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5007.5" id="action316"><tspan x="67" y="5007.5" sodipodi:role="line" id="action-tspan316">rendre le dernier segment rectiligne</tspan></text>
<use xlink:href="#shift" transform="translate(40.54,5010.5)"/><use xlink:href="#letterkey" transform="translate(56,5010.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="5015.16851145"><tspan x="57.7" y="5015.16851145" sodipodi:role="line">U</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5015.5" id="action317"><tspan x="67" y="5015.5" sodipodi:role="line" id="action-tspan317">rendre le dernier segment courbe</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="5020.5" id="note205"><tspan x="8" y="5020.5" sodipodi:role="line" id="note-tspan205">Ces commandes modifient le dernier segment (rouge) en ligne droite ou courbe.</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="5029.5" id="title66"><tspan x="33" y="5029.5" sodipodi:role="line" id="title-tspan66">Terminaison</tspan></text>
<use xlink:href="#misc-wide" transform="translate(46.54,5032.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="47.64" y="5036.2"><tspan x="47.64" y="5036.2" sodipodi:role="line">Entrée</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5037.5" id="action318"><tspan x="67" y="5037.5" sodipodi:role="line" id="action-tspan318">terminer le tracé courant</tspan></text>
<use xlink:href="#right-click" transform="translate(57,5041)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5046" id="action319"><tspan x="67" y="5046" sodipodi:role="line" id="action-tspan319">terminer le tracé courant</tspan></text>
<use xlink:href="#left-click" transform="translate(50,5052.5)"/><use xlink:href="#left-click" transform="translate(57,5052.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5057.5" id="action320"><tspan x="67" y="5057.5" sodipodi:role="line" id="action-tspan320">terminer le tracé courant</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="5065.5" id="note206"><tspan x="8" y="5065.5" sodipodi:role="line" id="note-tspan206">Entrée, clic-droit ou double-clic terminent la ligne courante, annulant le dernier segment non fini (en rouge).</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="5074.5" id="title67"><tspan x="33" y="5074.5" sodipodi:role="line" id="title-tspan67">Annulation</tspan></text>
<use xlink:href="#misc" transform="translate(20.62,5077.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="21.72" y="5081.2"><tspan x="21.72" y="5081.2" sodipodi:role="line">Esc</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="5082.5"><tspan x="32" y="5082.5" sodipodi:role="line">,</tspan></text><use xlink:href="#ctrl" transform="translate(43.62,5077.5)"/><use xlink:href="#letterkey" transform="translate(56,5077.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="5082.16851145"><tspan x="57.7" y="5082.16851145" sodipodi:role="line">z</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5082.5" id="action321"><tspan x="67" y="5082.5" sodipodi:role="line" id="action-tspan321">annule la ligne courante</tspan></text>
<use xlink:href="#misc-wide" transform="translate(15.54,5085.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="16.64" y="5089.2"><tspan x="16.64" y="5089.2" sodipodi:role="line">Backspace</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="5090.5"><tspan x="32" y="5090.5" sodipodi:role="line">,</tspan></text><use xlink:href="#misc" transform="translate(51.62,5085.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="52.72" y="5089.2"><tspan x="52.72" y="5089.2" sodipodi:role="line">Suppr.</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5090.5" id="action322"><tspan x="67" y="5090.5" sodipodi:role="line" id="action-tspan322">efface le dernier segment de la ligne courante</tspan></text>

<rect style="fill:#e9dfef;fill-rule:evenodd;stroke:none" width="215" height="77.5" x="0" y="5097"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:bold;font-size:24;text-anchor:start;writing-mode:lr;letter-spacing:-2;" x="33" y="5118" id="sect4"><tspan x="33" y="5118" sodipodi:role="line" id="sect-tspan4">Calligraphie</tspan></text>

<use xlink:href="#left-drag" transform="translate(57,5125)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5130" id="action323"><tspan x="67" y="5130" sodipodi:role="line" id="action-tspan323">tracer une ligne calligraphique</tspan></text>
<use xlink:href="#left-arrow" transform="translate(25,5136.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="5141.5"><tspan x="32" y="5141.5" sodipodi:role="line">,</tspan></text><use xlink:href="#right-arrow" transform="translate(56,5136.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5141.5" id="action324"><tspan x="67" y="5141.5" sodipodi:role="line" id="action-tspan324">ajuster la largeur de la plume</tspan></text>
<use xlink:href="#up" transform="translate(25,5148)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="5153"><tspan x="32" y="5153" sodipodi:role="line">,</tspan></text><use xlink:href="#down" transform="translate(56,5148)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5153" id="action325"><tspan x="67" y="5153" sodipodi:role="line" id="action-tspan325">ajuster l'angle de la plume</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="5161" id="note207"><tspan x="8" y="5161" sodipodi:role="line" id="note-tspan207">La largeur et l'angle de la plume peuvent être ajustés tout en dessinant.</tspan></text>
<use xlink:href="#misc" transform="translate(51.62,5163)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="52.72" y="5166.7"><tspan x="52.72" y="5166.7" sodipodi:role="line">Esc</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5168" id="action326"><tspan x="67" y="5168" sodipodi:role="line" id="action-tspan326">désélectionner</tspan></text>

<rect style="fill:#e9f3e7;fill-rule:evenodd;stroke:none" width="215" height="243" x="0" y="5174.5"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:bold;font-size:24;text-anchor:start;writing-mode:lr;letter-spacing:-2;" x="33" y="5195.5" id="sect5"><tspan x="33" y="5195.5" sodipodi:role="line" id="sect-tspan5">Dégradé</tspan></text>

<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="5206" id="title68"><tspan x="33" y="5206" sodipodi:role="line" id="title-tspan68">Création de dégradés</tspan></text>
<use xlink:href="#left-drag" transform="translate(57,5209.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5214.5" id="action327"><tspan x="67" y="5214.5" sodipodi:role="line" id="action-tspan327">appliquer un dégradé</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="5222.5" id="note208"><tspan x="8" y="5222.5" sodipodi:role="line" id="note-tspan208">Applique un dégradé sur les objets sélectionnés.</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="5226.5" id="note209"><tspan x="8" y="5226.5" sodipodi:role="line" id="note-tspan209">Vous pouvez choisir caractéristiques linéaire/radial remplissage/contour dans la barre des contrôles.</tspan></text>
<use xlink:href="#left-click" transform="translate(50,5229)"/><use xlink:href="#left-click" transform="translate(57,5229)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5234" id="action328"><tspan x="67" y="5234" sodipodi:role="line" id="action-tspan328">appliquer le dégradé par défaut</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="5242" id="note210"><tspan x="8" y="5242" sodipodi:role="line" id="note-tspan210">Applique le dégradé par défaut (linéaire : horizontal de bord à bord; radial centré de bord à bord) sur l'objet cliqué).</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="5251" id="title69"><tspan x="33" y="5251" sodipodi:role="line" id="title-tspan69">Poignées</tspan></text>
<use xlink:href="#misc" transform="translate(51.62,5254)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="52.72" y="5257.7"><tspan x="52.72" y="5257.7" sodipodi:role="line">Tab</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5259" id="action329"><tspan x="67" y="5259" sodipodi:role="line" id="action-tspan329">sélectionner la poignée suivante</tspan></text> 
<use xlink:href="#shift" transform="translate(36.16,5262)"/><use xlink:href="#misc" transform="translate(51.62,5262)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="52.72" y="5265.7"><tspan x="52.72" y="5265.7" sodipodi:role="line">Tab</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5267" id="action330"><tspan x="67" y="5267" sodipodi:role="line" id="action-tspan330">sélectionner la poignée précédente</tspan></text>
<use xlink:href="#arrows" transform="translate(51.62,5270.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5275.5" id="action331"><tspan x="67" y="5275.5" sodipodi:role="line" id="action-tspan331">déplacer la poignée sélectionnée par incrément(s)</tspan></text>
<use xlink:href="#shift" transform="translate(36.16,5282)"/><use xlink:href="#arrows" transform="translate(51.62,5282)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5287" id="action332"><tspan x="67" y="5287" sodipodi:role="line" id="action-tspan332">déplacer la poignée sélectionnée de 10x l'incrément</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="5295" id="note211"><tspan x="8" y="5295" sodipodi:role="line" id="note-tspan211">L'incrément de déplacement par défaut est de 2 px (en pixels SVG, pas en pixels à l'écran).</tspan></text>
<use xlink:href="#alt" transform="translate(40.95,5297.5)"/><use xlink:href="#arrows" transform="translate(51.62,5297.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5302.5" id="action333"><tspan x="67" y="5302.5" sodipodi:role="line" id="action-tspan333">déplacer la poignée sélectionnée d'1 pixel</tspan></text>
<use xlink:href="#alt" transform="translate(25.49,5309)"/><use xlink:href="#shift" transform="translate(36.16,5309)"/><use xlink:href="#arrows" transform="translate(51.62,5309)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5314" id="action334"><tspan x="67" y="5314" sodipodi:role="line" id="action-tspan334">déplacer la poignée sélectionnée de 10 pixels</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="5322" id="note212"><tspan x="8" y="5322" sodipodi:role="line" id="note-tspan212">Le déplacement réel à l'échelle du pixel dépend du niveau de zoom. Zommer pour déplacer plus finement.</tspan></text>
<use xlink:href="#misc" transform="translate(51.62,5324)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="52.72" y="5327.7"><tspan x="52.72" y="5327.7" sodipodi:role="line">Esc</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5329" id="action335"><tspan x="67" y="5329" sodipodi:role="line" id="action-tspan335">désélectionner la poignée</tspan></text>
<use xlink:href="#left-click" transform="translate(50,5332.5)"/><use xlink:href="#left-click" transform="translate(57,5332.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5337.5" id="action336"><tspan x="67" y="5337.5" sodipodi:role="line" id="action-tspan336">ouvrir l'éditeur de dégradé</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="5345.5" id="note213"><tspan x="8" y="5345.5" sodipodi:role="line" id="note-tspan213">Double-cliquer sur une poignée de dégradé ouvre l'éditeur de dégradé sur ce dégradé et sur cette poignée dans la liste des stops.</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="5354.5" id="title70"><tspan x="33" y="5354.5" sodipodi:role="line" id="title-tspan70">Retournement</tspan></text>
<use xlink:href="#shift" transform="translate(40.54,5357.5)"/><use xlink:href="#letterkey" transform="translate(56,5357.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="5362.16851145"><tspan x="57.7" y="5362.16851145" sodipodi:role="line">r</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5362.5" id="action337"><tspan x="67" y="5362.5" sodipodi:role="line" id="action-tspan337">retourner la définition du dégradé</tspan></text> 
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="5367.5" id="note214"><tspan x="8" y="5367.5" sodipodi:role="line" id="note-tspan214">Ceci retourne les positions des stops du dégradé sans déplacer ses poignées.</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="5376.5" id="title71"><tspan x="33" y="5376.5" sodipodi:role="line" id="title-tspan71">Sélection à la souris</tspan></text>
<use xlink:href="#left-click" transform="translate(57,5380)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5385" id="action338"><tspan x="67" y="5385" sodipodi:role="line" id="action-tspan338">cliquer sur un objet à sélectionner</tspan></text>
<use xlink:href="#alt" transform="translate(46.33,5391.5)"/><use xlink:href="#left-click" transform="translate(57,5391.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5396.5" id="action339"><tspan x="67" y="5396.5" sodipodi:role="line" id="action-tspan339">sélectionner en dessous</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,5403)"/><use xlink:href="#left-click" transform="translate(57,5403)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5408" id="action340"><tspan x="67" y="5408" sodipodi:role="line" id="action-tspan340">alterner la sélection</tspan></text>


<rect style="fill:#feeffa;fill-rule:evenodd;stroke:none" width="215" height="112.5" x="0" y="5417.5"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:bold;font-size:24;text-anchor:start;writing-mode:lr;letter-spacing:-2;" x="33" y="5438.5" id="sect6"><tspan x="33" y="5438.5" sodipodi:role="line" id="sect-tspan6">Pipette</tspan></text>

<use xlink:href="#left-click" transform="translate(57,5445.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5450.5" id="action341"><tspan x="67" y="5450.5" sodipodi:role="line" id="action-tspan341">capturer la couleur de remplissage</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,5457)"/><use xlink:href="#left-click" transform="translate(57,5457)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5462" id="action342"><tspan x="67" y="5462" sodipodi:role="line" id="action-tspan342">capturer la couleur de contour</tspan></text>
<use xlink:href="#left-drag" transform="translate(57,5468.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5473.5" id="action343"><tspan x="67" y="5473.5" sodipodi:role="line" id="action-tspan343">couleur moyenne de remplissage</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,5480)"/><use xlink:href="#left-drag" transform="translate(57,5480)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5485" id="action344"><tspan x="67" y="5485" sodipodi:role="line" id="action-tspan344">couleur moyenne de contour</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="5493" id="note215"><tspan x="8" y="5493" sodipodi:role="line" id="note-tspan215">Cliquer applique la couleur sous le curseur à la sélection courante. Cliquer-déplacer un disque en calcule la couleur moyenne.</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="5497" id="note216"><tspan x="8" y="5497" sodipodi:role="line" id="note-tspan216">Si une poignée de dégradé (dans l'outil dégradé) est sélectionnée, celle-ci (et non l'objet entier) reçoit la couleur capturée.</tspan></text>
<use xlink:href="#alt" transform="translate(15.33,5499.5)"/><use xlink:href="#left-click" transform="translate(26,5499.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32.6" y="5504.5"><tspan x="32.6" y="5504.5" sodipodi:role="line">,</tspan></text><use xlink:href="#alt" transform="translate(46.33,5499.5)"/><use xlink:href="#left-drag" transform="translate(57,5499.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5504.5" id="action345"><tspan x="67" y="5504.5" sodipodi:role="line" id="action-tspan345">capturer la couleur inverse</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="5512.5" id="note217"><tspan x="8" y="5512.5" sodipodi:role="line" id="note-tspan217">Un appui sur Alt permet de capturer (combiné ou non avec Maj, cliquer, cliquer-déplacer) l'inverse de la couleur.</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,5514.5)"/><use xlink:href="#letterkey" transform="translate(56,5514.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="5519.16851145"><tspan x="57.7" y="5519.16851145" sodipodi:role="line">C</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5519.5" id="action346"><tspan x="67" y="5519.5" sodipodi:role="line" id="action-tspan346">copier la couleur</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="5524.5" id="note218"><tspan x="8" y="5524.5" sodipodi:role="line" id="note-tspan218">Copie la couleur sous le curseur vers le presse-papiers, en tant que texte au format RRVVBBAA (8 chiffres hexadécimaux).</tspan></text>

</g><g transform="translate(1290,-5530)"><rect style="fill:#eefdf3;fill-rule:evenodd;stroke:none" width="215" height="645" x="0" y="5530"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:bold;font-size:24;text-anchor:start;writing-mode:lr;letter-spacing:-2;" x="33" y="5551" id="sect1"><tspan x="33" y="5551" sodipodi:role="line" id="sect-tspan1">Texte</tspan></text>

<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="5561.5" id="title72"><tspan x="33" y="5561.5" sodipodi:role="line" id="title-tspan72">Sélection/création</tspan></text>
<use xlink:href="#left-click" transform="translate(57,5565)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5570" id="action347"><tspan x="67" y="5570" sodipodi:role="line" id="action-tspan347">créer/sélectionner un objet texte</tspan></text>

<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="5578" id="note219"><tspan x="8" y="5578" sodipodi:role="line" id="note-tspan219">Cliquer sur un espace libre ou sur un objet autre qu'un texte affiche un curseur texte; vous pouvez alors taper votre texte.</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="5582" id="note220"><tspan x="8" y="5582" sodipodi:role="line" id="note-tspan220">Cliquer sur un objet texte pour le sélectionner; le curseur est placé à côté du point cliqué</tspan></text>
<use xlink:href="#misc" transform="translate(51.62,5584)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="52.72" y="5587.7"><tspan x="52.72" y="5587.7" sodipodi:role="line">Esc</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5589" id="action348"><tspan x="67" y="5589" sodipodi:role="line" id="action-tspan348">désélectionner l'objet texte</tspan></text>




<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="5599" id="title73"><tspan x="33" y="5599" sodipodi:role="line" id="title-tspan73">Navigation dans le texte</tspan></text>
<use xlink:href="#arrows" transform="translate(51.62,5602.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5607.5" id="action349"><tspan x="67" y="5607.5" sodipodi:role="line" id="action-tspan349">déplacer le curseur d'un caractère</tspan></text>
<use xlink:href="#ctrl" transform="translate(20.62,5614)"/><use xlink:href="#left-arrow" transform="translate(25,5614)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="5619"><tspan x="32" y="5619" sodipodi:role="line">,</tspan></text><use xlink:href="#ctrl" transform="translate(51.62,5614)"/><use xlink:href="#right-arrow" transform="translate(56,5614)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5619" id="action350"><tspan x="67" y="5619" sodipodi:role="line" id="action-tspan350">déplacer le curseur d'un mot</tspan></text>
<use xlink:href="#ctrl" transform="translate(20.62,5625.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="5630.5"><tspan x="32" y="5630.5" sodipodi:role="line">,</tspan></text><use xlink:href="#ctrl" transform="translate(51.62,5625.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5630.5" id="action351"><tspan x="67" y="5630.5" sodipodi:role="line" id="action-tspan351">déplacer le curseur d'un paragraphe</tspan></text>
<use xlink:href="#misc" transform="translate(20.62,5636.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="21.72" y="5640.2"><tspan x="21.72" y="5640.2" sodipodi:role="line">Début</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="5641.5"><tspan x="32" y="5641.5" sodipodi:role="line">,</tspan></text><use xlink:href="#misc" transform="translate(51.62,5636.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="52.72" y="5640.2"><tspan x="52.72" y="5640.2" sodipodi:role="line">Fin</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5641.5" id="action352"><tspan x="67" y="5641.5" sodipodi:role="line" id="action-tspan352">aller au début/fin de la ligne</tspan></text>
<use xlink:href="#ctrl" transform="translate(8.24,5644.5)"/><use xlink:href="#misc" transform="translate(20.62,5644.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="21.72" y="5648.2"><tspan x="21.72" y="5648.2" sodipodi:role="line">Home</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="5649.5"><tspan x="32" y="5649.5" sodipodi:role="line">,</tspan></text><use xlink:href="#ctrl" transform="translate(39.24,5644.5)"/><use xlink:href="#misc" transform="translate(51.62,5644.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="52.72" y="5648.2"><tspan x="52.72" y="5648.2" sodipodi:role="line">End</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5649.5" id="action353"><tspan x="67" y="5649.5" sodipodi:role="line" id="action-tspan353">aller au début/fin du texte</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="5654.5" id="note221"><tspan x="8" y="5654.5" sodipodi:role="line" id="note-tspan221">Toutes ces commandes annulent (si existante) la sélection de texte courante.</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="5663.5" id="title74"><tspan x="33" y="5663.5" sodipodi:role="line" id="title-tspan74">Texte encadré (cadre interne)</tspan></text>
<use xlink:href="#left-drag" transform="translate(57,5667)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5672" id="action354"><tspan x="67" y="5672" sodipodi:role="line" id="action-tspan354">créer un texte encadré</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="5680" id="note222"><tspan x="8" y="5680" sodipodi:role="line" id="note-tspan222">Cliquer-déplacer sur une zone vide ou sans texte permet de créer un texte encadré dans un cadre interne.</tspan></text>
<use xlink:href="#left-drag" transform="translate(57,5682.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5687.5" id="action355"><tspan x="67" y="5687.5" sodipodi:role="line" id="action-tspan355">ajuster les dimensions du cadre</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="5695.5" id="note223"><tspan x="8" y="5695.5" sodipodi:role="line" id="note-tspan223">Déplacer la poignée inférieure droite du texte encadré sélectionné permet de modifier la hauteur/largeur du cadre.</tspan></text>
<use xlink:href="#ctrl" transform="translate(44.62,5698)"/><use xlink:href="#left-drag" transform="translate(57,5698)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5703" id="action356"><tspan x="67" y="5703" sodipodi:role="line" id="action-tspan356">verrouille largeur, hauteur ou ratio du cadre</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="5711" id="note224"><tspan x="8" y="5711" sodipodi:role="line" id="note-tspan224">Déplacer cette même poignée en appuyant sur Ctrl préserve la largeur, la hauteur ou le ratio du cadre.</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="5720" id="title75"><tspan x="33" y="5720" sodipodi:role="line" id="title-tspan75">Texte encadré (cadre externe)</tspan></text>
<use xlink:href="#alt" transform="translate(45.33,5723)"/><use xlink:href="#letterkey" transform="translate(56,5723)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="5727.66851145"><tspan x="57.7" y="5727.66851145" sodipodi:role="line">W</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5728" id="action357"><tspan x="67" y="5728" sodipodi:role="line" id="action-tspan357">insére du texte dans un cadre</tspan></text> 
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="5733" id="note225"><tspan x="8" y="5733" sodipodi:role="line" id="note-tspan225">Avec un objet texte et une forme ou un chemin sélectionnés, permet d'insérer (encadrer) le texte dans la forme ou le chemin.</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="5737" id="note226"><tspan x="8" y="5737" sodipodi:role="line" id="note-tspan226">Tous deux restent des objets séparés mais liés; editer le chemin ou la forme causera la mise à jour du cadre de texte.</tspan></text>
<use xlink:href="#alt" transform="translate(29.87,5739)"/><use xlink:href="#shift" transform="translate(40.54,5739)"/><use xlink:href="#letterkey" transform="translate(56,5739)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="5743.66851145"><tspan x="57.7" y="5743.66851145" sodipodi:role="line">W</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5744" id="action358"><tspan x="67" y="5744" sodipodi:role="line" id="action-tspan358">désencadrer un texte</tspan></text> 
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="5749" id="note227"><tspan x="8" y="5749" sodipodi:role="line" id="note-tspan227">Coupe le lien entre le texte encadré et son cadre, produisant un simple objet texte d'une seule ligne.</tspan></text>
<use xlink:href="#shift" transform="translate(40.54,5751)"/><use xlink:href="#letterkey" transform="translate(56,5751)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="5755.66851145"><tspan x="57.7" y="5755.66851145" sodipodi:role="line">D</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5756" id="action359"><tspan x="67" y="5756" sodipodi:role="line" id="action-tspan359">sélectionner le cadre externe</tspan></text> 
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="5761" id="note228"><tspan x="8" y="5761" sodipodi:role="line" id="note-tspan228">TPour trouver l'objet qui encadre un texte, sélectionner celui-ci et appuyer sur Maj+D; l'objet encadrant est alors sélectionné.</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="5770" id="title76"><tspan x="33" y="5770" sodipodi:role="line" id="title-tspan76">Texte suivant un chemin</tspan></text>
<use xlink:href="#shift" transform="translate(40.54,5773)"/><use xlink:href="#letterkey" transform="translate(56,5773)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="5777.66851145"><tspan x="57.7" y="5777.66851145" sodipodi:role="line">D</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5778" id="action360"><tspan x="67" y="5778" sodipodi:role="line" id="action-tspan360">sélectionner le chemin</tspan></text> 
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="5783" id="note229"><tspan x="8" y="5783" sodipodi:role="line" id="note-tspan229">Sélectionner un texte suivant un chemin puis utiliser ce raccourci permet de sélectionner le chemin source du texte.</tspan></text>





<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="5792" id="title77"><tspan x="33" y="5792" sodipodi:role="line" id="title-tspan77">Edition de texte</tspan></text> 
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="5797" id="note230"><tspan x="8" y="5797" sodipodi:role="line" id="note-tspan230">Pour taper des caractères + ou -, utilisez le clavier principal.</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="5801" id="note231"><tspan x="8" y="5801" sodipodi:role="line" id="note-tspan231"> les touches + et - du pavé numérique sont réservées pour le zoom, sauf si NumLock est activé.</tspan></text> 
<use xlink:href="#misc-wide" transform="translate(46.54,5803)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="47.64" y="5806.7"><tspan x="47.64" y="5806.7" sodipodi:role="line">Enter</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5808" id="action361"><tspan x="67" y="5808" sodipodi:role="line" id="action-tspan361">commencer nouvelle ligne/nouveau paragraphe</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="5813" id="note232"><tspan x="8" y="5813" sodipodi:role="line" id="note-tspan232">Entrée dans un objet texte normal commence une nouvelle ligne; un nouveau paragraphe dans un texte encadré.</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,5815)"/><use xlink:href="#letterkey" transform="translate(56,5815)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="5819.66851145"><tspan x="57.7" y="5819.66851145" sodipodi:role="line">U</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5820" id="action362"><tspan x="67" y="5820" sodipodi:role="line" id="action-tspan362">(dés)activer le mode Unicode</tspan></text> 
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="5825" id="note233"><tspan x="8" y="5825" sodipodi:role="line" id="note-tspan233">Dans ce mode, entrez des chiffres hexadécimaux et validez (Entrée ou Espace) pour obtenir le caractère Unicode correspondant.</tspan></text> 
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="5829" id="note234"><tspan x="8" y="5829" sodipodi:role="line" id="note-tspan234">Exemple : Ctrl+U 2 0 1 4 Entrée insère un tiret long et sort du mode Unicode.</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="5833" id="note235"><tspan x="8" y="5833" sodipodi:role="line" id="note-tspan235">Utilisez Espace au lieu d'Entrée pour rester en mode Unicode après avoir inséré un caractère.</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="5837" id="note236"><tspan x="8" y="5837" sodipodi:role="line" id="note-tspan236">Un appui sur Esc ou Ctrl+U annule le mode Unicode (sans insérer de caractère).</tspan></text>
<use xlink:href="#ctrl" transform="translate(34.16,5839)"/><use xlink:href="#misc-wide" transform="translate(46.54,5839)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="47.64" y="5842.7"><tspan x="47.64" y="5842.7" sodipodi:role="line">Espace</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5844" id="action363"><tspan x="67" y="5844" sodipodi:role="line" id="action-tspan363">insérer un espace insécable</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="5849" id="note237"><tspan x="8" y="5849" sodipodi:role="line" id="note-tspan237">Un espace insécable est visible même dans un objet texte sans attribut xml:space="preserve".</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="5858" id="title78"><tspan x="33" y="5858" sodipodi:role="line" id="title-tspan78">Sélection de texte</tspan></text>
<use xlink:href="#left-drag" transform="translate(57,5861.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5866.5" id="action364"><tspan x="67" y="5866.5" sodipodi:role="line" id="action-tspan364">sélectionner du texte</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="5874.5" id="note238"><tspan x="8" y="5874.5" sodipodi:role="line" id="note-tspan238">Cliquer-déplacer sur un objet texte permet de sélectionner une plage de texte.</tspan></text>
<use xlink:href="#shift" transform="translate(36.16,5877)"/><use xlink:href="#arrows" transform="translate(51.62,5877)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5882" id="action365"><tspan x="67" y="5882" sodipodi:role="line" id="action-tspan365">sélectionner du texte par caractère</tspan></text>
<use xlink:href="#ctrl" transform="translate(23.78,5888.5)"/><use xlink:href="#shift" transform="translate(36.16,5888.5)"/><use xlink:href="#arrows" transform="translate(51.62,5888.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5893.5" id="action366"><tspan x="67" y="5893.5" sodipodi:role="line" id="action-tspan366">sélectionner du texte par mot</tspan></text>
<use xlink:href="#shift" transform="translate(5.16,5899.5)"/><use xlink:href="#misc" transform="translate(20.62,5899.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="21.72" y="5903.2"><tspan x="21.72" y="5903.2" sodipodi:role="line">Début</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="5904.5"><tspan x="32" y="5904.5" sodipodi:role="line">,</tspan></text><use xlink:href="#shift" transform="translate(36.16,5899.5)"/><use xlink:href="#misc" transform="translate(51.62,5899.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="52.72" y="5903.2"><tspan x="52.72" y="5903.2" sodipodi:role="line">Fin</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5904.5" id="action367"><tspan x="67" y="5904.5" sodipodi:role="line" id="action-tspan367">sélectionner jusqu'au début/la fin de la ligne</tspan></text>
<use xlink:href="#ctrl" transform="translate(-7.22,5907.5)"/><use xlink:href="#shift" transform="translate(5.16,5907.5)"/><use xlink:href="#misc" transform="translate(20.62,5907.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="21.72" y="5911.2"><tspan x="21.72" y="5911.2" sodipodi:role="line">Début</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="5912.5"><tspan x="32" y="5912.5" sodipodi:role="line">,</tspan></text><use xlink:href="#ctrl" transform="translate(23.78,5907.5)"/><use xlink:href="#shift" transform="translate(36.16,5907.5)"/><use xlink:href="#misc" transform="translate(51.62,5907.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="52.72" y="5911.2"><tspan x="52.72" y="5911.2" sodipodi:role="line">Fin</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5912.5" id="action368"><tspan x="67" y="5912.5" sodipodi:role="line" id="action-tspan368">sélectionner jusqu'au début/la fin du texte</tspan></text>
<use xlink:href="#left-click" transform="translate(50,5916)"/><use xlink:href="#left-click" transform="translate(57,5916)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5921" id="action369"><tspan x="67" y="5921" sodipodi:role="line" id="action-tspan369">sélectionner un mot</tspan></text>
<use xlink:href="#left-click" transform="translate(43,5927.5)"/><use xlink:href="#left-click" transform="translate(50,5927.5)"/><use xlink:href="#left-click" transform="translate(57,5927.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5932.5" id="action370"><tspan x="67" y="5932.5" sodipodi:role="line" id="action-tspan370">sélectionner une ligne</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,5938.5)"/><use xlink:href="#letterkey" transform="translate(56,5938.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="5943.16851145"><tspan x="57.7" y="5943.16851145" sodipodi:role="line">A</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5943.5" id="action371"><tspan x="67" y="5943.5" sodipodi:role="line" id="action-tspan371">sélectionner le texte entier</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="5948.5" id="note239"><tspan x="8" y="5948.5" sodipodi:role="line" id="note-tspan239">Sélectionne tout le texte contenu dans l'objet texte courant.</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="5957.5" id="title79"><tspan x="33" y="5957.5" sodipodi:role="line" id="title-tspan79">Style</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,5960.5)"/><use xlink:href="#letterkey" transform="translate(56,5960.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="5965.16851145"><tspan x="57.7" y="5965.16851145" sodipodi:role="line">B</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5965.5" id="action372"><tspan x="67" y="5965.5" sodipodi:role="line" id="action-tspan372">rendre la sélection grasse</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,5968.5)"/><use xlink:href="#letterkey" transform="translate(56,5968.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="5973.16851145"><tspan x="57.7" y="5973.16851145" sodipodi:role="line">I</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5973.5" id="action373"><tspan x="67" y="5973.5" sodipodi:role="line" id="action-tspan373">rendre la sélection italique</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="5978.5" id="note240"><tspan x="8" y="5978.5" sodipodi:role="line" id="note-tspan240">Vous pouvez aussi utiliser la boîte de dialogue Texte et police pour affecter un style à une sélection de texte.</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="5987.5" id="title80"><tspan x="33" y="5987.5" sodipodi:role="line" id="title-tspan80">Interlettre</tspan></text>
<use xlink:href="#alt" transform="translate(45.33,5990.5)"/><use xlink:href="#letterkey" transform="translate(56,5990.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="5995.16851145"><tspan x="57.7" y="5995.16851145" sodipodi:role="line">&gt;</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5995.5" id="action374"><tspan x="67" y="5995.5" sodipodi:role="line" id="action-tspan374">allonger la ligne/le paragraphe d'1 pixel</tspan></text>
<use xlink:href="#shift" transform="translate(29.87,5998.5)"/><use xlink:href="#alt" transform="translate(45.33,5998.5)"/><use xlink:href="#letterkey" transform="translate(56,5998.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="6003.16851145"><tspan x="57.7" y="6003.16851145" sodipodi:role="line">&gt;</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="6003.5" id="action375"><tspan x="67" y="6003.5" sodipodi:role="line" id="action-tspan375">allonger la ligne/le paragraphe de 10 pixels</tspan></text>
<use xlink:href="#alt" transform="translate(45.33,6006.5)"/><use xlink:href="#letterkey" transform="translate(56,6006.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="6011.16851145"><tspan x="57.7" y="6011.16851145" sodipodi:role="line">&lt;</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="6011.5" id="action376"><tspan x="67" y="6011.5" sodipodi:role="line" id="action-tspan376">rétrécir la/le paragraphe ligne d'1 pixel</tspan></text>
<use xlink:href="#shift" transform="translate(29.87,6014.5)"/><use xlink:href="#alt" transform="translate(45.33,6014.5)"/><use xlink:href="#letterkey" transform="translate(56,6014.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="6019.16851145"><tspan x="57.7" y="6019.16851145" sodipodi:role="line">&lt;</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="6019.5" id="action377"><tspan x="67" y="6019.5" sodipodi:role="line" id="action-tspan377">rétrécir la ligne/le paragraphe de 10 pixels</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="6024.5" id="note241"><tspan x="8" y="6024.5" sodipodi:role="line" id="note-tspan241">Ces raccourcis agissent lorsque vous éditez un objet texte.</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="6028.5" id="note242"><tspan x="8" y="6028.5" sodipodi:role="line" id="note-tspan242">Ils ajustent l'inter-lettrage de la ligne (texte normal) ou du paragraphe (texte encadré) courant seulement.</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="6032.5" id="note243"><tspan x="8" y="6032.5" sodipodi:role="line" id="note-tspan243">La précision réelle de ces ajustements (à l'échelle du pixel) dépend du niveau de zoom. Zommer pour un ajustement plus fin.</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="6041.5" id="title81"><tspan x="33" y="6041.5" sodipodi:role="line" id="title-tspan81">Interligne</tspan></text>
<use xlink:href="#ctrl" transform="translate(32.95,6044.5)"/><use xlink:href="#alt" transform="translate(45.33,6044.5)"/><use xlink:href="#letterkey" transform="translate(56,6044.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="6049.16851145"><tspan x="57.7" y="6049.16851145" sodipodi:role="line">&gt;</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="6049.5" id="action378"><tspan x="67" y="6049.5" sodipodi:role="line" id="action-tspan378">rendre l'objet texte plus haut d'1 pixel</tspan></text>
<use xlink:href="#shift" transform="translate(17.49,6052.5)"/><use xlink:href="#ctrl" transform="translate(32.95,6052.5)"/><use xlink:href="#alt" transform="translate(45.33,6052.5)"/><use xlink:href="#letterkey" transform="translate(56,6052.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="6057.16851145"><tspan x="57.7" y="6057.16851145" sodipodi:role="line">&gt;</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="6057.5" id="action379"><tspan x="67" y="6057.5" sodipodi:role="line" id="action-tspan379">rendre l'objet texte plus haut de 10 pixels</tspan></text>
<use xlink:href="#ctrl" transform="translate(32.95,6060.5)"/><use xlink:href="#alt" transform="translate(45.33,6060.5)"/><use xlink:href="#letterkey" transform="translate(56,6060.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="6065.16851145"><tspan x="57.7" y="6065.16851145" sodipodi:role="line">&lt;</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="6065.5" id="action380"><tspan x="67" y="6065.5" sodipodi:role="line" id="action-tspan380">rendre l'objet texte plus bas d'1 pixel</tspan></text>
<use xlink:href="#shift" transform="translate(17.49,6068.5)"/><use xlink:href="#ctrl" transform="translate(32.95,6068.5)"/><use xlink:href="#alt" transform="translate(45.33,6068.5)"/><use xlink:href="#letterkey" transform="translate(56,6068.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="6073.16851145"><tspan x="57.7" y="6073.16851145" sodipodi:role="line">&lt;</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="6073.5" id="action381"><tspan x="67" y="6073.5" sodipodi:role="line" id="action-tspan381">rendre l'objet texte plus bas de 10 pixels</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="6078.5" id="note244"><tspan x="8" y="6078.5" sodipodi:role="line" id="note-tspan244">Ces raccourcis agissent lorsque vous éditez un objet texte. Ils ajustent l'inter-lignage de l'objet texte courant (normal ou encadré).</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="6082.5" id="note245"><tspan x="8" y="6082.5" sodipodi:role="line" id="note-tspan245">La précision réelle de ces ajustements (à l'échelle du pixel) dépend du niveau de zoom. Zommer pour un ajustement plus fin.</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="6091.5" id="title82"><tspan x="33" y="6091.5" sodipodi:role="line" id="title-tspan82">Crénage et déplacement</tspan></text>
<use xlink:href="#alt" transform="translate(40.95,6095)"/><use xlink:href="#arrows" transform="translate(51.62,6095)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="6100" id="action382"><tspan x="67" y="6100" sodipodi:role="line" id="action-tspan382">déplacer les caractères suivants d'1 pixel</tspan></text>
<use xlink:href="#shift" transform="translate(25.49,6106.5)"/><use xlink:href="#alt" transform="translate(40.95,6106.5)"/><use xlink:href="#arrows" transform="translate(51.62,6106.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="6111.5" id="action383"><tspan x="67" y="6111.5" sodipodi:role="line" id="action-tspan383">déplacer les caractères suivants de 10 pixels</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="6119.5" id="note246"><tspan x="8" y="6119.5" sodipodi:role="line" id="note-tspan246">Ces raccourcis agissent lorsque vous éditez un objet texte normal. Le crénage ne fonctionne pas dans un texte encadré.</tspan></text> 
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="6123.5" id="note247"><tspan x="8" y="6123.5" sodipodi:role="line" id="note-tspan247">Sans sélection, ils déplacent (horizontalement ou verticalement) le caractères entre le curseur et la fin de la ligne.</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="6127.5" id="note248"><tspan x="8" y="6127.5" sodipodi:role="line" id="note-tspan248">Avec sélection, celle-ci est déplacée relativement au reste du texte (Chaque extrémité recevant des crénages opposés).</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="6131.5" id="note249"><tspan x="8" y="6131.5" sodipodi:role="line" id="note-tspan249">La précision réelle des déplacements à l'échelle du pixel dépend du niveau de zoom. Zommer pour un ajustement plus fin.</tspan></text>



<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:oblique;font-weight:bold;font-size:7.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="33" y="6140.5" id="title83"><tspan x="33" y="6140.5" sodipodi:role="line" id="title-tspan83">Rotation</tspan></text>
<use xlink:href="#ctrl" transform="translate(12.62,6143.5)"/><use xlink:href="#letterkey" transform="translate(25,6143.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="26.7" y="6148.16851145"><tspan x="26.7" y="6148.16851145" sodipodi:role="line">[</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="6148.5"><tspan x="32" y="6148.5" sodipodi:role="line">,</tspan></text><use xlink:href="#ctrl" transform="translate(43.62,6143.5)"/><use xlink:href="#letterkey" transform="translate(56,6143.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="6148.16851145"><tspan x="57.7" y="6148.16851145" sodipodi:role="line">]</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="6148.5" id="action384"><tspan x="67" y="6148.5" sodipodi:role="line" id="action-tspan384">tourner les caractère(s) de 90 degrés</tspan></text>
<use xlink:href="#alt" transform="translate(14.33,6151.5)"/><use xlink:href="#letterkey" transform="translate(25,6151.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="26.7" y="6156.16851145"><tspan x="26.7" y="6156.16851145" sodipodi:role="line">[</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="32" y="6156.5"><tspan x="32" y="6156.5" sodipodi:role="line">,</tspan></text><use xlink:href="#alt" transform="translate(45.33,6151.5)"/><use xlink:href="#letterkey" transform="translate(56,6151.5)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="6156.16851145"><tspan x="57.7" y="6156.16851145" sodipodi:role="line">]</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="6156.5" id="action385"><tspan x="67" y="6156.5" sodipodi:role="line" id="action-tspan385">tourner les caractère(s) d'1 pixel</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="6161.5" id="note250"><tspan x="8" y="6161.5" sodipodi:role="line" id="note-tspan250">Ces raccourcis font tourner le caractère suivant (aucune sélection) ou tous les caractères de la sélection (avec sélection).</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="6165.5" id="note251"><tspan x="8" y="6165.5" sodipodi:role="line" id="note-tspan251">La rotation ne fonctionne que dans les objets textes normax (pas dans les textes encadrés).</tspan></text>
<text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:3;text-anchor:start;writing-mode:lr;letter-spacing:0;" x="8" y="6169.5" id="note252"><tspan x="8" y="6169.5" sodipodi:role="line" id="note-tspan252">La précision réelle des rotations à l'échelle du pixel dépend du niveau de zoom. Zommer pour une rotation plus fine.</tspan></text>

</g></svg>