summaryrefslogtreecommitdiffstats
path: root/share/screens/keys.de.svg
blob: 7fd256d0de73c818eadac64013d537166b4eb6bb (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
<?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">Werkzeuge</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">Auswahlwerkzeug</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">Leertaste</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera 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">Auswahlwerkzeug (temporä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: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">Die Leertaste wechselt temporär zum Auswahlwerkzeug; erneutes Drücken wechselt zurück.</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">Knotenwerkzeug</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">Zoomwerkzeug</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">Rechteckwerkzeug</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">Ellipsenwerkzeug</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">Malwerkzeug (Freihandlinien)</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">Zeichenwerkzeug (Linien und Bézierkurven)</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="32" y="100.5"><tspan x="32" y="100.5" sodipodi:role="line">,</tspan></text><use xlink:href="#letterkey" transform="translate(56,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:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="100.16851145"><tspan x="57.7" y="100.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="100.5" id="action9"><tspan x="67" y="100.5" sodipodi:role="line" id="action-tspan9">Kalligrafiewerkzeug</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">Farbverlaufswerkzeug</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">Farbpipette</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">Textwerkzeug</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">Spiralwerkzeug</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">Sternwerkzeug</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">Objektverbinder</tspan></text>
<text xml: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">Doppelklick auf die Werkzeug-Schaltflächen öffnet den Einstellungsdialog mit der passenden Seite.</tspan></text>

<rect style="fill:#f0eae7;fill-rule:evenodd;stroke:none" width="215" height="235" 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">Dialoge</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">Füllung und Kontur</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">Farbfelder-Palette</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">Schrift und Text</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">Verändern</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">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="223.5" id="action20"><tspan x="67" y="223.5" sodipodi:role="line" id="action-tspan20">Anordungen und Abstände</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">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="231.5" id="action21"><tspan x="67" y="231.5" sodipodi:role="line" id="action-tspan21">Objekteigenschaften</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">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="239.5" id="action22"><tspan x="67" y="239.5" sodipodi:role="line" id="action-tspan22">XML-Editor</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">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="247.5" id="action23"><tspan x="67" y="247.5" sodipodi:role="line" id="action-tspan23">Dokumenteneinstellungen</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">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="255.5" id="action24"><tspan x="67" y="255.5" sodipodi:role="line" id="action-tspan24">Inkscape-Einstellungen</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">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="263.5" id="action25"><tspan x="67" y="263.5" sodipodi:role="line" id="action-tspan25">Bitmap exportieren</tspan></text>
<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">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="271.5" id="action26"><tspan x="67" y="271.5" sodipodi:role="line" id="action-tspan26">Suchen</tspan></text>
<use xlink:href="#shift" transform="translate(29.87,274.5)"/><use xlink:href="#alt" transform="translate(45.33,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">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="279.5" id="action27"><tspan x="67" y="279.5" sodipodi:role="line" id="action-tspan27">Bitmap vektorisieren</tspan></text>
<text xml: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="284.5" id="note3"><tspan x="8" y="284.5" sodipodi:role="line" id="note-tspan3">Neuen Dialog öffnen, wenn dieser noch nicht geöffnet wurde. Der entsprechende Dialog erhält den Fokus.</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="293.5" id="title1"><tspan x="33" y="293.5" sodipodi:role="line" id="title-tspan1">Sichtbarkeit umschalten</tspan></text><use xlink:href="#letterkey" transform="translate(56,296.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="300"><tspan x="56.9" y="300" 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="301.5" id="action28"><tspan x="67" y="301.5" sodipodi:role="line" id="action-tspan28">Dialoge umschalten</tspan></text>
<text xml: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="306.5" id="note4"><tspan x="8" y="306.5" sodipodi:role="line" id="note-tspan4">Versteckt alle geöffneten Dialoge temporär; erneutes F12 zeigt sie wieder.</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="315.5" id="title2"><tspan x="33" y="315.5" sodipodi:role="line" id="title-tspan2">Innerhalb eines Dialoges</tspan></text>
<use xlink:href="#misc" transform="translate(51.62,318.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="322.2"><tspan x="52.72" y="322.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="323.5" id="action29"><tspan x="67" y="323.5" sodipodi:role="line" id="action-tspan29">Zurück zur Arbeitsfläche</tspan></text>
<use xlink:href="#ctrl" transform="translate(12.62,326.5)"/><use xlink:href="#letterkey" transform="translate(25,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.3;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="25.9" y="330"><tspan x="25.9" y="330" 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="331.5"><tspan x="32" y="331.5" sodipodi:role="line">,</tspan></text><use xlink:href="#ctrl" transform="translate(43.62,326.5)"/><use xlink:href="#letterkey" transform="translate(56,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:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="331.16851145"><tspan x="57.7" y="331.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="331.5" id="action30"><tspan x="67" y="331.5" sodipodi:role="line" id="action-tspan30">Dialog schließen</tspan></text>
<use xlink:href="#misc" transform="translate(51.62,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.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="52.72" y="338.2"><tspan x="52.72" y="338.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="339.5" id="action31"><tspan x="67" y="339.5" sodipodi:role="line" id="action-tspan31">Zum nächsten Element springen</tspan></text>
<use xlink:href="#shift" transform="translate(36.16,342.5)"/><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">Zum vorhergehenden Element springen</tspan></text>
<use xlink:href="#misc-wide" transform="translate(46.54,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="47.64" y="354.2"><tspan x="47.64" y="354.2" sodipodi:role="line">Eingabe</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera 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">Neue Werte setzen</tspan></text>
<text xml: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="360.5" id="note5"><tspan x="8" y="360.5" sodipodi:role="line" id="note-tspan5">Übernimmt die neuen Werte, die Sie eingegeben haben und kehrt zur Arbeitsfläche zurück.</tspan></text>
<use xlink:href="#ctrl" transform="translate(34.16,362.5)"/><use xlink:href="#misc-wide" transform="translate(46.54,362.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="366.2"><tspan x="47.64" y="366.2" sodipodi:role="line">Eingabe</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="367.5" id="action34"><tspan x="67" y="367.5" sodipodi:role="line" id="action-tspan34">»attr«-Wert im XML-Editor setzen</tspan></text>
<text xml: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="372.5" id="note6"><tspan x="8" y="372.5" sodipodi:role="line" id="note-tspan6">Setzen des neuen Wertes (entspricht dem Klicken des »Setzen«-Knopfes) beim Bearbeiten eines Attribut-Wertes im XML-Editor.</tspan></text>
<use xlink:href="#misc-wide" transform="translate(15.54,374.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="378.2"><tspan x="16.64" y="378.2" sodipodi:role="line">Leertaste</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family: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="379.5"><tspan x="32" y="379.5" sodipodi:role="line">,</tspan></text><use xlink:href="#misc-wide" transform="translate(46.54,374.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="378.2"><tspan x="47.64" y="378.2" sodipodi:role="line">Eingabe</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="379.5" id="action35"><tspan x="67" y="379.5" sodipodi:role="line" id="action-tspan35">Aktuellen Knopf oder Liste aktivieren</tspan></text>
<use xlink:href="#ctrl" transform="translate(8.24,382.5)"/><use xlink:href="#misc" transform="translate(20.62,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="21.72" y="386.2"><tspan x="21.72" y="386.2" sodipodi:role="line">PgUp</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family: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="#ctrl" transform="translate(39.24,382.5)"/><use xlink:href="#misc" transform="translate(51.62,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="52.72" y="386.2"><tspan x="52.72" y="386.2" sodipodi:role="line">PgDn</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera 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">Reiter in einem Dialog wechseln</tspan></text>

<rect style="fill:#f8f3e9;fill-rule:evenodd;stroke:none" width="215" height="128.5" x="0" y="394"/><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="415" id="sect3"><tspan x="33" y="415" sodipodi:role="line" id="sect-tspan3">Einstellungen</tspan></text>


<text xml: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="423.5" id="note7"><tspan x="8" y="423.5" sodipodi:role="line" id="note-tspan7">Die Werkzeugeinstellungsleiste über dem Dokument bietet verschiedene Knöpfe und Einsteller für jedes Werkzeug.</tspan></text>
<use xlink:href="#alt" transform="translate(45.33,425.5)"/><use xlink:href="#letterkey" transform="translate(56,425.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="430.16851145"><tspan x="57.7" y="430.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="430.5" id="action37"><tspan x="67" y="430.5" sodipodi:role="line" id="action-tspan37">Zum ersten Eingabefeld springen</tspan></text>
<use xlink:href="#misc-wide" transform="translate(46.54,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:3.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="47.64" y="437.2"><tspan x="47.64" y="437.2" sodipodi:role="line">Eingabe</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera 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">Neuen Wert bestätigen</tspan></text>
<text xml: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="443.5" id="note8"><tspan x="8" y="443.5" sodipodi:role="line" id="note-tspan8">Bestätigt den neuen Wert, den Sie gerade in einem Textfeld eingegeben haben und kehrt zur Arbeitsfläche zurück.</tspan></text>
<use xlink:href="#misc" transform="translate(51.62,445.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="449.2"><tspan x="52.72" y="449.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="450.5" id="action39"><tspan x="67" y="450.5" sodipodi:role="line" id="action-tspan39">Abbrechen der Änderungen</tspan></text>
<text xml: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="455.5" id="note9"><tspan x="8" y="455.5" sodipodi:role="line" id="note-tspan9">Bricht die Änderungen, die Sie in einem Textfeld gemacht haben, ab, und kehrt zur Arbeitsfläche zurück.</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,457.5)"/><use xlink:href="#letterkey" transform="translate(56,457.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="462.16851145"><tspan x="57.7" y="462.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="462.5" id="action40"><tspan x="67" y="462.5" sodipodi:role="line" id="action-tspan40">Änderungen abbrechen</tspan></text>
<text xml: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="467.5" id="note10"><tspan x="8" y="467.5" sodipodi:role="line" id="note-tspan10">Bricht die Änderungen, die Sie in einem Textfeld gemacht haben, ab, aber Sie verbleiben in diesem Textfeld.</tspan></text>
<use xlink:href="#misc" transform="translate(51.62,469.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="473.2"><tspan x="52.72" y="473.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="474.5" id="action41"><tspan x="67" y="474.5" sodipodi:role="line" id="action-tspan41">Zum nächsten Feld springen</tspan></text>
<use xlink:href="#shift" transform="translate(36.16,477.5)"/><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">Zum vorhergehenden springen Feld</tspan></text>
<text xml: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="487.5" id="note11"><tspan x="8" y="487.5" sodipodi:role="line" id="note-tspan11">Navigieren zwischen den Feldern in der Werkzeugeinstellungsleiste (geänderte Werte werden übernommen).</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="496.5" id="title3"><tspan x="33" y="496.5" sodipodi:role="line" id="title-tspan3">Ändern von Werten</tspan></text>
<use xlink:href="#up" transform="translate(25,500)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family: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="505"><tspan x="32" y="505" sodipodi:role="line">,</tspan></text><use xlink:href="#down" transform="translate(56,500)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="505" id="action43"><tspan x="67" y="505" sodipodi:role="line" id="action-tspan43">Wert um 0,1 verändern</tspan></text>
<use xlink:href="#misc" transform="translate(20.62,511)"/><text xml: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="514.7"><tspan x="21.72" y="514.7" sodipodi:role="line">PgUp</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family: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="516"><tspan x="32" y="516" sodipodi:role="line">,</tspan></text><use xlink:href="#misc" transform="translate(51.62,511)"/><text xml: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="514.7"><tspan x="52.72" y="514.7" sodipodi:role="line">PgDn</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="516" id="action44"><tspan x="67" y="516" sodipodi:role="line" id="action-tspan44">Wert um 5,0 verändern</tspan></text>

 
<rect style="fill:#e5f1e7;fill-rule:evenodd;stroke:none" width="215" height="337" x="0" y="522.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="543.5" id="sect4"><tspan x="33" y="543.5" sodipodi:role="line" id="sect-tspan4">Arbeitsfläche</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="554" id="title4"><tspan x="33" y="554" sodipodi:role="line" id="title-tspan4">Zoom</tspan></text>
<use xlink:href="#letterkey" transform="translate(25,557)"/><text 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="561.66851145"><tspan x="26.7" y="561.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="562"><tspan x="32" y="562" sodipodi:role="line">,</tspan></text><use xlink:href="#letterkey" transform="translate(56,557)"/><text 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="561.66851145"><tspan x="57.7" y="561.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="562" id="action45"><tspan x="67" y="562" sodipodi:role="line" id="action-tspan45">Vergrößern</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">Verkleinern</tspan></text>
<text xml: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="575" id="note12"><tspan x="8" y="575" sodipodi:role="line" id="note-tspan12">+/- auf der Nummerntastatur (mit »NumLock« aus) vergrößert/verkleinert, auch wenn Sie einen Text editieren.</tspan></text>
<use xlink:href="#mid-click" transform="translate(26,577.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="582.5"><tspan x="32.6" y="582.5" sodipodi:role="line">,</tspan></text><use xlink:href="#ctrl" transform="translate(44.62,577.5)"/><use xlink:href="#right-click" transform="translate(57,577.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="582.5" id="action47"><tspan x="67" y="582.5" sodipodi:role="line" id="action-tspan47">vergrößern</tspan></text>
<use xlink:href="#shift" transform="translate(10.54,589)"/><use xlink:href="#mid-click" transform="translate(26,589)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family: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="594"><tspan x="32.6" y="594" sodipodi:role="line">,</tspan></text><use xlink:href="#shift" transform="translate(41.54,589)"/><use xlink:href="#right-click" transform="translate(57,589)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="594" id="action48"><tspan x="67" y="594" sodipodi:role="line" id="action-tspan48">verkleinern</tspan></text>
<use xlink:href="#ctrl" transform="translate(44.62,600.5)"/><use xlink:href="#wheel" transform="translate(57,600.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="605.5" id="action49"><tspan x="67" y="605.5" sodipodi:role="line" id="action-tspan49">Vergrößern bzw. Verkleinern</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,612)"/><use xlink:href="#mid-drag" transform="translate(57,612)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="617" id="action50"><tspan x="67" y="617" sodipodi:role="line" id="action-tspan50">Bereich vergrößern</tspan></text>
<use xlink:href="#alt" transform="translate(45.33,623)"/><use xlink:href="#letterkey" transform="translate(56,623)"/><text 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="627.66851145"><tspan x="57.7" y="627.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="628" id="action51"><tspan x="67" y="628" sodipodi:role="line" id="action-tspan51">Zoom-Feld aktivieren</tspan></text>
<text xml: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="633" id="note13"><tspan x="8" y="633" sodipodi:role="line" id="note-tspan13">Das Zoom-Feld in der unteren linken Ecke des Fensters erlaubt das präzise Festlegen des Zoom-Wertes.</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="642" id="title5"><tspan x="33" y="642" sodipodi:role="line" id="title-tspan5">Voreingestellte Zoom-Stufen</tspan></text>
<use xlink:href="#letterkey" transform="translate(56,645)"/><text 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="649.66851145"><tspan x="57.7" y="649.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="650" id="action52"><tspan x="67" y="650" sodipodi:role="line" id="action-tspan52">Zoomfaktor 1:1</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">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="658" id="action53"><tspan x="67" y="658" sodipodi:role="line" id="action-tspan53">Zoomfaktor 1:2</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">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="666" id="action54"><tspan x="67" y="666" sodipodi:role="line" id="action-tspan54">Auswahl in das Fenster einpassen</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">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="674" id="action55"><tspan x="67" y="674" sodipodi:role="line" id="action-tspan55">Zeichnung in das Fenster einpassen</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">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="682" id="action56"><tspan x="67" y="682" sodipodi:role="line" id="action-tspan56">Seite in das Fenster einpassen</tspan></text>
<use xlink:href="#ctrl" transform="translate(12.62,685)"/><use xlink:href="#letterkey" transform="translate(25,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="26.7" y="689.66851145"><tspan x="26.7" y="689.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="690"><tspan x="32" y="690" sodipodi:role="line">,</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">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="690" id="action57"><tspan x="67" y="690" sodipodi:role="line" id="action-tspan57">Seitenbreite in das Fenster einpassen</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="700" id="title6"><tspan x="33" y="700" sodipodi:role="line" id="title-tspan6">Liste bisheriger Zoomfaktoren</tspan></text>
<use xlink:href="#letterkey" transform="translate(56,703)"/><text 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="707.66851145"><tspan x="57.7" y="707.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="708" id="action58"><tspan x="67" y="708" sodipodi:role="line" id="action-tspan58">Vorheriger Zoomfaktor </tspan></text>
<use xlink:href="#shift" transform="translate(40.54,711)"/><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">Nächster Zoomfaktor</tspan></text>
<text xml: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="721" id="note14"><tspan x="8" y="721" sodipodi:role="line" id="note-tspan14">Mit diesen Tasten können Sie vor- und rückwärts in der Liste der bisherigen Zoomfaktoren gehen.</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="730" id="title7"><tspan x="33" y="730" sodipodi:role="line" id="title-tspan7">Verschieben</tspan></text>
<use xlink:href="#ctrl" transform="translate(39.24,733.5)"/><use xlink:href="#arrows" transform="translate(51.62,733.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="738.5" id="action60"><tspan x="67" y="738.5" sodipodi:role="line" id="action-tspan60">Arbeitsfläche verschieben</tspan></text>
<text xml: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="746.5" id="note15"><tspan x="8" y="746.5" sodipodi:role="line" id="note-tspan15">Verschieben mittels Tasten ist beschleunigt, d.h. es verschnellert sich, wenn Sie Strg+Pfeil in schneller Folge drücken.</tspan></text>
<use xlink:href="#mid-drag" transform="translate(57,749)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="754" id="action61"><tspan x="67" y="754" sodipodi:role="line" id="action-tspan61">Arbeitsfläche verschieben</tspan></text>
<use xlink:href="#shift" transform="translate(10.54,760.5)"/><use xlink:href="#right-drag" transform="translate(26,760.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="765.5"><tspan x="32.6" y="765.5" sodipodi:role="line">,</tspan></text><use xlink:href="#ctrl" transform="translate(44.62,760.5)"/><use xlink:href="#right-drag" transform="translate(57,760.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="765.5" id="action62"><tspan x="67" y="765.5" sodipodi:role="line" id="action-tspan62">Arbeitsfläche verschieben</tspan></text>
<use xlink:href="#wheel" transform="translate(57,772)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="777" id="action63"><tspan x="67" y="777" sodipodi:role="line" id="action-tspan63">Arbeitsfläche vertikal verschieben</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,783.5)"/><use xlink:href="#wheel" transform="translate(57,783.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="788.5" id="action64"><tspan x="67" y="788.5" sodipodi:role="line" id="action-tspan64">Arbeitsfläche horizontal verschieben</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="801.5" id="title8"><tspan x="33" y="801.5" sodipodi:role="line" id="title-tspan8">Hilfslinien und Gitter</tspan></text>
<use xlink:href="#left-drag" transform="translate(57,805)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="810" id="action65"><tspan x="67" y="810" sodipodi:role="line" id="action-tspan65">Führungslinie durch Herunterziehen eines Lineals erstellen</tspan></text>
<text xml: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="818" id="note16"><tspan x="8" y="818" sodipodi:role="line" id="note-tspan16">Ziehen Sie das horizontale oder vertikale Lineal, um eine neue Führungslinie zu erzeugen.</tspan></text>
<text xml: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="822" id="note17"><tspan x="8" y="822" sodipodi:role="line" id="note-tspan17">Ziehen Sie eine Führungslinie wieder auf das Lineal, um sie zu löschen.</tspan></text>
<use xlink:href="#letterkey" transform="translate(25,824)"/><text 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="828.66851145"><tspan x="26.7" y="828.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="829"><tspan x="32" y="829" sodipodi:role="line">,</tspan></text><use xlink:href="#shift" transform="translate(40.54,824)"/><use xlink:href="#letterkey" transform="translate(56,824)"/><text 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="828.66851145"><tspan x="57.7" y="828.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="829" id="action66"><tspan x="67" y="829" sodipodi:role="line" id="action-tspan66">Hilfslinien und Einrasten an Hilfslinien umschalten</tspan></text>
<text xml: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="834" id="note18"><tspan x="8" y="834" sodipodi:role="line" id="note-tspan18">Unterschiedliche Werte für Sichtbarkeit und Einrasten an Hilfslinien sind in den Dokumenteneinstellungen änderbar.</tspan></text>
<text xml: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="note19"><tspan x="8" y="838" sodipodi:role="line" id="note-tspan19">Erzeugen einer neuen Führungslinie durch das Ziehen eines Lineals schaltet Führungsliniensichtbarkeit und Einrasten an Hilfslinien ein.</tspan></text>
<use xlink:href="#letterkey" transform="translate(25,840)"/><text 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="844.66851145"><tspan x="26.7" y="844.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="845"><tspan x="32" y="845" sodipodi:role="line">,</tspan></text><use xlink:href="#shift" transform="translate(40.54,840)"/><use xlink:href="#letterkey" transform="translate(56,840)"/><text 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="844.66851145"><tspan x="57.7" y="844.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="845" id="action67"><tspan x="67" y="845" sodipodi:role="line" id="action-tspan67">Gitter und Einrasten am Gitter umschalten</tspan></text>
<text xml: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="850" id="note20"><tspan x="8" y="850" sodipodi:role="line" id="note-tspan20">Unterschiedliche Werte für Sichtbarkeit und Einrasten am Gitter sind in den Dokumenteneinstellungen änderbar.</tspan></text>
<text xml: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="note21"><tspan x="8" y="854" sodipodi:role="line" id="note-tspan21">Beachten Sie, dass nur die Taste 3 der Haupttastatur funktioniert, nicht die auf der Zehnertastatur.</tspan></text>

</g><g transform="translate(215,-859.5)"><rect style="fill:#f3f2e2;fill-rule:evenodd;stroke:none" width="215" height="95" x="0" y="859.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="880.5" id="sect1"><tspan x="33" y="880.5" sodipodi:role="line" id="sect-tspan1">Datei</tspan></text>


<use xlink:href="#ctrl" transform="translate(43.62,887)"/><use xlink:href="#letterkey" transform="translate(56,887)"/><text 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="891.66851145"><tspan x="57.7" y="891.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="892" id="action68"><tspan x="67" y="892" sodipodi:role="line" id="action-tspan68">Neues Dokument anlegen</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,895)"/><use xlink:href="#letterkey" transform="translate(56,895)"/><text 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="899.66851145"><tspan x="57.7" y="899.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="900" id="action69"><tspan x="67" y="900" sodipodi:role="line" id="action-tspan69">Bestehendes Dokument öffnen</tspan></text>
<use xlink:href="#shift" transform="translate(28.16,903)"/><use xlink:href="#ctrl" transform="translate(43.62,903)"/><use xlink:href="#letterkey" transform="translate(56,903)"/><text 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="907.66851145"><tspan x="57.7" y="907.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="908" id="action70"><tspan x="67" y="908" sodipodi:role="line" id="action-tspan70">Bitmap exportieren</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,911)"/><use xlink:href="#letterkey" transform="translate(56,911)"/><text 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="915.66851145"><tspan x="57.7" y="915.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="916" id="action71"><tspan x="67" y="916" sodipodi:role="line" id="action-tspan71">Bitmap oder SVG-Bild importieren</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,919)"/><use xlink:href="#letterkey" transform="translate(56,919)"/><text 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="923.66851145"><tspan x="57.7" y="923.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="924" id="action72"><tspan x="67" y="924" sodipodi:role="line" id="action-tspan72">Dokument drucken</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,927)"/><use xlink:href="#letterkey" transform="translate(56,927)"/><text 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="931.66851145"><tspan x="57.7" y="931.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="932" id="action73"><tspan x="67" y="932" sodipodi:role="line" id="action-tspan73">Dokument speichern</tspan></text>
<use xlink:href="#shift" transform="translate(28.16,935)"/><use xlink:href="#ctrl" transform="translate(43.62,935)"/><use xlink:href="#letterkey" transform="translate(56,935)"/><text 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="939.66851145"><tspan x="57.7" y="939.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="940" id="action74"><tspan x="67" y="940" sodipodi:role="line" id="action-tspan74">Dokument unter anderen Namen speichern</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,943)"/><use xlink:href="#letterkey" transform="translate(56,943)"/><text 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="947.66851145"><tspan x="57.7" y="947.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="948" id="action75"><tspan x="67" y="948" sodipodi:role="line" id="action-tspan75">Inkscape verlassen</tspan></text>


<rect style="fill:#e8fae1;fill-rule:evenodd;stroke:none" width="215" height="113" x="0" y="954.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="975.5" id="sect2"><tspan x="33" y="975.5" sodipodi:role="line" id="sect-tspan2">Fenster</tspan></text>


<use xlink:href="#ctrl" transform="translate(43.62,982)"/><use xlink:href="#letterkey" transform="translate(56,982)"/><text 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="986.66851145"><tspan x="57.7" y="986.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="987" id="action76"><tspan x="67" y="987" sodipodi:role="line" id="action-tspan76">Lineale ein/aus</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,990)"/><use xlink:href="#letterkey" transform="translate(56,990)"/><text 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="994.66851145"><tspan x="57.7" y="994.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="995" id="action77"><tspan x="67" y="995" sodipodi:role="line" id="action-tspan77">Rollbalken ein/aus</tspan></text>
<use xlink:href="#letterkey" transform="translate(56,998)"/><text xml: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="1001.5"><tspan x="56.9" y="1001.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="1003" id="action78"><tspan x="67" y="1003" sodipodi:role="line" id="action-tspan78">Vollbildmodus ein/aus</tspan></text>



<use xlink:href="#letterkey" transform="translate(56,1009)"/><text xml: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="1012.5"><tspan x="56.9" y="1012.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="1014" id="action79"><tspan x="67" y="1014" sodipodi:role="line" id="action-tspan79">Hauptmenü</tspan></text>
<text xml: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="1019" id="note22"><tspan x="8" y="1019" sodipodi:role="line" id="note-tspan22">Menüeinträge können auch durch das Drücken von Alt und dem im Menünamen unterstrichenen Buchstaben aktiviert werden.</tspan></text>
<use xlink:href="#shift" transform="translate(9.54,1021)"/><use xlink:href="#letterkey" transform="translate(25,1021)"/><text xml: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="1024.5"><tspan x="25.9" y="1024.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="1026"><tspan x="32" y="1026" sodipodi:role="line">,</tspan></text><use xlink:href="#right-click" transform="translate(57,1021)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1026" id="action80"><tspan x="67" y="1026" sodipodi:role="line" id="action-tspan80">Aufklappbares (Kontext)menü</tspan></text>



<use xlink:href="#ctrl" transform="translate(12.62,1032)"/><use xlink:href="#letterkey" transform="translate(25,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:3.3;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="25.9" y="1035.5"><tspan x="25.9" y="1035.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="1037"><tspan x="32" y="1037" sodipodi:role="line">,</tspan></text><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">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="1037" id="action81"><tspan x="67" y="1037" sodipodi:role="line" id="action-tspan81">Dokument schließen</tspan></text>
<text xml: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="1042" id="note23"><tspan x="8" y="1042" sodipodi:role="line" id="note-tspan23">Beendet Inkscape, wenn nur ein Dokument geöffnet ist.</tspan></text>
<use xlink:href="#ctrl" transform="translate(39.24,1044)"/><use xlink:href="#misc" transform="translate(51.62,1044)"/><text xml: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="1047.7"><tspan x="52.72" y="1047.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="1049" id="action82"><tspan x="67" y="1049" sodipodi:role="line" id="action-tspan82">Zum nächsten Dokumentenfenster</tspan></text>
<use xlink:href="#shift" transform="translate(23.78,1052)"/><use xlink:href="#ctrl" transform="translate(39.24,1052)"/><use xlink:href="#misc" transform="translate(51.62,1052)"/><text xml: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="1055.7"><tspan x="52.72" y="1055.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="1057" id="action83"><tspan x="67" y="1057" sodipodi:role="line" id="action-tspan83">Zum vorhergehenden Dokumentenfenster</tspan></text>
<text xml: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="1062" id="note24"><tspan x="8" y="1062" sodipodi:role="line" id="note-tspan24">Es werden die aktiven Dokumentenfenster vor- und rückwarts durchlaufen.</tspan></text>


<rect style="fill:#f6f9d9;fill-rule:evenodd;stroke:none" width="215" height="87" x="0" y="1067.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="1088.5" id="sect3"><tspan x="33" y="1088.5" sodipodi:role="line" id="sect-tspan3">Ebenen</tspan></text>

<use xlink:href="#shift" transform="translate(36.16,1095)"/><use xlink:href="#misc" transform="translate(51.62,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.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.2;" x="52.72" y="1098.7"><tspan x="52.72" y="1098.7" sodipodi:role="line">PgUp</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera 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="action84"><tspan x="67" y="1100" sodipodi:role="line" id="action-tspan84">Zur darüberliegenden Ebene verschieben</tspan></text>
<use xlink:href="#shift" transform="translate(36.16,1103)"/><use xlink:href="#misc" transform="translate(51.62,1103)"/><text xml: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="1106.7"><tspan x="52.72" y="1106.7" sodipodi:role="line">PgDn</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1108" id="action85"><tspan x="67" y="1108" sodipodi:role="line" id="action-tspan85">Zur darunterliegenden Ebene verschieben</tspan></text>
<text xml: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="1113" id="note25"><tspan x="8" y="1113" sodipodi:role="line" id="note-tspan25">Die ausgewählten Objekte werden von einer in eine andere Ebene verschoben.</tspan></text>

<use xlink:href="#shift" transform="translate(23.78,1115)"/><use xlink:href="#ctrl" transform="translate(39.24,1115)"/><use xlink:href="#misc" transform="translate(51.62,1115)"/><text xml: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="1118.7"><tspan x="52.72" y="1118.7" sodipodi:role="line">PgUp</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1120" id="action86"><tspan x="67" y="1120" sodipodi:role="line" id="action-tspan86">Ebene anheben</tspan></text>
<use xlink:href="#shift" transform="translate(23.78,1123)"/><use xlink:href="#ctrl" transform="translate(39.24,1123)"/><use xlink:href="#misc" transform="translate(51.62,1123)"/><text xml: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="1126.7"><tspan x="52.72" y="1126.7" sodipodi:role="line">PgDn</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1128" id="action87"><tspan x="67" y="1128" sodipodi:role="line" id="action-tspan87">Ebene absenken</tspan></text>
<use xlink:href="#shift" transform="translate(23.78,1131)"/><use xlink:href="#ctrl" transform="translate(39.24,1131)"/><use xlink:href="#misc" transform="translate(51.62,1131)"/><text xml: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="1134.7"><tspan x="52.72" y="1134.7" sodipodi:role="line">Pos1</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1136" id="action88"><tspan x="67" y="1136" sodipodi:role="line" id="action-tspan88">Ebene ganz nach oben</tspan></text>
<use xlink:href="#shift" transform="translate(23.78,1139)"/><use xlink:href="#ctrl" transform="translate(39.24,1139)"/><use xlink:href="#misc" transform="translate(51.62,1139)"/><text xml: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="1142.7"><tspan x="52.72" y="1142.7" sodipodi:role="line">Ende</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1144" id="action89"><tspan x="67" y="1144" sodipodi:role="line" id="action-tspan89">Ebene ganz nach unten</tspan></text>
<text xml: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="1149" id="note26"><tspan x="8" y="1149" sodipodi:role="line" id="note-tspan26">Die aktuell ausgewählte Ebene entlang ihrer Geschwister (normalerweise andere Ebenen) verschieben.</tspan></text>

<rect style="fill:#f4ecf5;fill-rule:evenodd;stroke:none" width="215" height="356" x="0" y="1154.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="1175.5" id="sect4"><tspan x="33" y="1175.5" sodipodi:role="line" id="sect-tspan4">Objekt</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="1186" id="title9"><tspan x="33" y="1186" sodipodi:role="line" id="title-tspan9">Rückgängig/Wiederholen</tspan></text>
<use xlink:href="#shift" transform="translate(-2.84,1189)"/><use xlink:href="#ctrl" transform="translate(12.62,1189)"/><use xlink:href="#letterkey" transform="translate(25,1189)"/><text 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="1193.66851145"><tspan x="26.7" y="1193.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="1194"><tspan x="32" y="1194" sodipodi:role="line">,</tspan></text><use xlink:href="#ctrl" transform="translate(43.62,1189)"/><use xlink:href="#letterkey" transform="translate(56,1189)"/><text 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="1193.66851145"><tspan x="57.7" y="1193.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="1194" id="action90"><tspan x="67" y="1194" sodipodi:role="line" id="action-tspan90">Rückgängig</tspan></text>
<use xlink:href="#shift" transform="translate(-2.84,1197)"/><use xlink:href="#ctrl" transform="translate(12.62,1197)"/><use xlink:href="#letterkey" transform="translate(25,1197)"/><text 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="1201.66851145"><tspan x="26.7" y="1201.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="1202"><tspan x="32" y="1202" sodipodi:role="line">,</tspan></text><use xlink:href="#ctrl" transform="translate(43.62,1197)"/><use xlink:href="#letterkey" transform="translate(56,1197)"/><text 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="1201.66851145"><tspan x="57.7" y="1201.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="1202" id="action91"><tspan x="67" y="1202" sodipodi:role="line" id="action-tspan91">Wiederholen</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="1212" id="title10"><tspan x="33" y="1212" sodipodi:role="line" id="title-tspan10">Zwischenablage</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,1215)"/><use xlink:href="#letterkey" transform="translate(56,1215)"/><text 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="1219.66851145"><tspan x="57.7" y="1219.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="1220" id="action92"><tspan x="67" y="1220" sodipodi:role="line" id="action-tspan92">Auswahl kopieren</tspan></text>
<text xml: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="1225" id="note27"><tspan x="8" y="1225" sodipodi:role="line" id="note-tspan27">Einfügen einer Kopie der Auswahl in die Inkscape-Zwischenablage. Text eines Textobjektes wird auch in die Zwischenablage übernommen.</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,1227)"/><use xlink:href="#letterkey" transform="translate(56,1227)"/><text 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="1231.66851145"><tspan x="57.7" y="1231.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="1232" id="action93"><tspan x="67" y="1232" sodipodi:role="line" id="action-tspan93">Auswahl verschieben</tspan></text>
<text xml: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="1237" id="note28"><tspan x="8" y="1237" sodipodi:role="line" id="note-tspan28">Funktioniert wie »Auswahl kopieren«, jodoch wird die Auswahl im Dokument gelöscht.</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,1239)"/><use xlink:href="#letterkey" transform="translate(56,1239)"/><text 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="1243.66851145"><tspan x="57.7" y="1243.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="1244" id="action94"><tspan x="67" y="1244" sodipodi:role="line" id="action-tspan94">Zwischenablage einfügen</tspan></text>
<text xml: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="1249" id="note29"><tspan x="8" y="1249" sodipodi:role="line" id="note-tspan29">Einfügen an der Mausposition oder in der Mitte des Dokumentes (wenn Mausposition ausserhalb der Zeichenfläche).</tspan></text>
<text xml: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="1253" id="note30"><tspan x="8" y="1253" sodipodi:role="line" id="note-tspan30">Bei aktivem Textwerkzeug wird der Text aus der System-Zwischenablage in das aktuelle Textobjekt eingefügt.</tspan></text>
<use xlink:href="#ctrl" transform="translate(32.95,1255)"/><use xlink:href="#alt" transform="translate(45.33,1255)"/><use xlink:href="#letterkey" transform="translate(56,1255)"/><text 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="1259.66851145"><tspan x="57.7" y="1259.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="1260" id="action95"><tspan x="67" y="1260" sodipodi:role="line" id="action-tspan95">Einfügen an Ursprungsposition</tspan></text>
<text xml: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="1265" id="note31"><tspan x="8" y="1265" sodipodi:role="line" id="note-tspan31">Fügt die Objekte der Zwischenablage an der Position ein, von der sie kopiert wurden.</tspan></text>
<use xlink:href="#shift" transform="translate(28.16,1267)"/><use xlink:href="#ctrl" transform="translate(43.62,1267)"/><use xlink:href="#letterkey" transform="translate(56,1267)"/><text 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="1271.66851145"><tspan x="57.7" y="1271.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="1272" id="action96"><tspan x="67" y="1272" sodipodi:role="line" id="action-tspan96">Stil anwenden</tspan></text> 
<text xml: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="1277" id="note32"><tspan x="8" y="1277" sodipodi:role="line" id="note-tspan32">Anwenden des Stils des (zuerst) kopierten Objektes auf die aktuelle Auswahl.</tspan></text>
<text xml: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="1281" id="note33"><tspan x="8" y="1281" sodipodi:role="line" id="note-tspan33">Wenn ein Farbverlaufsanfasser oder ein Textabschnitt ausgewählt sind, dann bekommen nur genau diese den Stil.</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="1290" id="title11"><tspan x="33" y="1290" sodipodi:role="line" id="title-tspan11">Duplizieren</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,1293)"/><use xlink:href="#letterkey" transform="translate(56,1293)"/><text 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="1297.66851145"><tspan x="57.7" y="1297.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="1298" id="action97"><tspan x="67" y="1298" sodipodi:role="line" id="action-tspan97">Auswahl duplizieren</tspan></text> 
<text xml: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="1303" id="note34"><tspan x="8" y="1303" sodipodi:role="line" id="note-tspan34">Neue Objekte werden genau über den Originalen eingefügt und ausgewählt.</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="1312" id="title12"><tspan x="33" y="1312" sodipodi:role="line" id="title-tspan12">Klonen</tspan></text>
<use xlink:href="#alt" transform="translate(45.33,1315)"/><use xlink:href="#letterkey" transform="translate(56,1315)"/><text 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="1319.66851145"><tspan x="57.7" y="1319.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="1320" id="action98"><tspan x="67" y="1320" sodipodi:role="line" id="action-tspan98">Auswahl klonen</tspan></text> 
<text xml: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="1325" id="note35"><tspan x="8" y="1325" sodipodi:role="line" id="note-tspan35">Ein Klon kann unabhängig verschoben, skaliert, rotiert und geschert werden. Er behält Form, Füllung und Kontur seines Originals.</tspan></text>
<text xml: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="1329" id="note36"><tspan x="8" y="1329" sodipodi:role="line" id="note-tspan36">Der Klon wird genau über dem Original eingefügt und ausgewählt.</tspan></text>
<text xml: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="1333" id="note37"><tspan x="8" y="1333" sodipodi:role="line" id="note-tspan37">Sie können nur jeweils ein Objekt klonen; mehrere Objekte können als Gruppe geklont werden.</tspan></text>
<use xlink:href="#shift" transform="translate(29.87,1335)"/><use xlink:href="#alt" transform="translate(45.33,1335)"/><use xlink:href="#letterkey" transform="translate(56,1335)"/><text 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="1339.66851145"><tspan x="57.7" y="1339.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="1340" id="action99"><tspan x="67" y="1340" sodipodi:role="line" id="action-tspan99">Klonverbindung auflösen</tspan></text> 
<text xml: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="1345" id="note38"><tspan x="8" y="1345" sodipodi:role="line" id="note-tspan38">Durch das Auflösen der Klonverbindung verliert der Klon jeden Bezug zu seinem Original und wird zur exakten Kopie.</tspan></text>
<use xlink:href="#shift" transform="translate(40.54,1347)"/><use xlink:href="#letterkey" transform="translate(56,1347)"/><text 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="1351.66851145"><tspan x="57.7" y="1351.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="1352" id="action100"><tspan x="67" y="1352" sodipodi:role="line" id="action-tspan100">Original auswählen</tspan></text> 
<text xml: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="1357" id="note39"><tspan x="8" y="1357" sodipodi:role="line" id="note-tspan39">Klon auswählen, um das Original zu finden. Das Original wird ausgewählt.</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="1366" id="title13"><tspan x="33" y="1366" sodipodi:role="line" id="title-tspan13">Bitmap</tspan></text>
<use xlink:href="#alt" transform="translate(45.33,1369)"/><use xlink:href="#letterkey" transform="translate(56,1369)"/><text 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="1373.66851145"><tspan x="57.7" y="1373.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="1374" id="action101"><tspan x="67" y="1374" sodipodi:role="line" id="action-tspan101">Kopie als 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="1379" id="note40"><tspan x="8" y="1379" sodipodi:role="line" id="note-tspan40">Exportiert die ausgewählten Objekte als PNG in das Dokumentenverzeichnis und importiert es wieder.</tspan></text>
<text xml: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="1383" id="note41"><tspan x="8" y="1383" sodipodi:role="line" id="note-tspan41">Die importierte Bitmap liegt über der Originalauswahl und ist ausgewählt.</tspan></text>
<use xlink:href="#shift" transform="translate(29.87,1385)"/><use xlink:href="#alt" transform="translate(45.33,1385)"/><use xlink:href="#letterkey" transform="translate(56,1385)"/><text 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="1389.66851145"><tspan x="57.7" y="1389.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="1390" id="action102"><tspan x="67" y="1390" sodipodi:role="line" id="action-tspan102">Bitmap vektorisieren</tspan></text>
<text xml: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="1395" id="note42"><tspan x="8" y="1395" sodipodi:role="line" id="note-tspan42">Öffnet den Dialog »Bitmap vektorisieren«, mit dem Sie ein Bitmap in einen oder mehrere Pfade umwandeln können.</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="1404" id="title14"><tspan x="33" y="1404" sodipodi:role="line" id="title-tspan14">Füllmuster</tspan></text>
<use xlink:href="#alt" transform="translate(45.33,1407)"/><use xlink:href="#letterkey" transform="translate(56,1407)"/><text 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="1411.66851145"><tspan x="57.7" y="1411.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="1412" id="action103"><tspan x="67" y="1412" sodipodi:role="line" id="action-tspan103">Objekte in Füllmuster umwandeln</tspan></text> 
<text xml: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="1417" id="note43"><tspan x="8" y="1417" sodipodi:role="line" id="note-tspan43">Konvertiert die Auswahl zu einem Rechteck mit geteilter Füllungsmuster.</tspan></text>
<use xlink:href="#shift" transform="translate(29.87,1419)"/><use xlink:href="#alt" transform="translate(45.33,1419)"/><use xlink:href="#letterkey" transform="translate(56,1419)"/><text 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="1423.66851145"><tspan x="57.7" y="1423.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="1424" id="action104"><tspan x="67" y="1424" sodipodi:role="line" id="action-tspan104">Füllmuster in Objekte umwandeln</tspan></text> 
<text xml: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="1429" id="note44"><tspan x="8" y="1429" sodipodi:role="line" id="note-tspan44">Jedes ausgewählte Objekt mit Füllmuster ist in die gleichen Objekte ohne Füllung zerbrochen und besitzt ein Einheitsmuster.</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="1438" id="title15"><tspan x="33" y="1438" sodipodi:role="line" id="title-tspan15">Gruppieren</tspan></text>
<use xlink:href="#shift" transform="translate(-2.84,1441)"/><use xlink:href="#ctrl" transform="translate(12.62,1441)"/><use xlink:href="#letterkey" transform="translate(25,1441)"/><text 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="1445.66851145"><tspan x="26.7" y="1445.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="1446"><tspan x="32" y="1446" sodipodi:role="line">,</tspan></text><use xlink:href="#ctrl" transform="translate(43.62,1441)"/><use xlink:href="#letterkey" transform="translate(56,1441)"/><text 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="1445.66851145"><tspan x="57.7" y="1445.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="1446" id="action105"><tspan x="67" y="1446" sodipodi:role="line" id="action-tspan105">Ausgewählte Objekte gruppieren</tspan></text>
<text xml: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="1451" id="note45"><tspan x="8" y="1451" sodipodi:role="line" id="note-tspan45">Strg+Klick, um Objekte innerhalb einer Gruppe auszuwählen.</tspan></text>
<use xlink:href="#shift" transform="translate(-2.84,1453)"/><use xlink:href="#ctrl" transform="translate(12.62,1453)"/><use xlink:href="#letterkey" transform="translate(25,1453)"/><text 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="1457.66851145"><tspan x="26.7" y="1457.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="1458"><tspan x="32" y="1458" sodipodi:role="line">,</tspan></text><use xlink:href="#ctrl" transform="translate(43.62,1453)"/><use xlink:href="#letterkey" transform="translate(56,1453)"/><text 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="1457.66851145"><tspan x="57.7" y="1457.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="1458" id="action106"><tspan x="67" y="1458" sodipodi:role="line" id="action-tspan106">Ausgewählte Gruppe(n) auflösen</tspan></text>
<text xml: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="1463" id="note46"><tspan x="8" y="1463" sodipodi:role="line" id="note-tspan46">Löscht nur die erste Ebene einer Gruppierung; Strg+U wiederholt für verschachtelte Gruppen drücken.</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="1472" id="title16"><tspan x="33" y="1472" sodipodi:role="line" id="title-tspan16">Z-Tiefe</tspan></text>
<use xlink:href="#misc" transform="translate(51.62,1475)"/><text xml: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="1478.7"><tspan x="52.72" y="1478.7" sodipodi:role="line">Pos1</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1480" id="action107"><tspan x="67" y="1480" sodipodi:role="line" id="action-tspan107">Auswahl ganz nach oben anheben</tspan></text>
<use xlink:href="#misc" transform="translate(51.62,1483)"/><text xml: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="1486.7"><tspan x="52.72" y="1486.7" sodipodi:role="line">Ende</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1488" id="action108"><tspan x="67" y="1488" sodipodi:role="line" id="action-tspan108">Auswahl ganz nach unten anheben</tspan></text>
<use xlink:href="#misc" transform="translate(51.62,1491)"/><text xml: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="1494.7"><tspan x="52.72" y="1494.7" sodipodi:role="line">PgUp</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1496" id="action109"><tspan x="67" y="1496" sodipodi:role="line" id="action-tspan109">Auswahl eine Stufe anheben</tspan></text>
<use xlink:href="#misc" transform="translate(51.62,1499)"/><text xml: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="1502.7"><tspan x="52.72" y="1502.7" sodipodi:role="line">PgDn</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1504" id="action110"><tspan x="67" y="1504" sodipodi:role="line" id="action-tspan110">Auswahl eine Stufe absenken</tspan></text>
 

<rect style="fill:#f9f1d9;fill-rule:evenodd;stroke:none" width="215" height="318" x="0" y="1510.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="1531.5" id="sect5"><tspan x="33" y="1531.5" sodipodi:role="line" id="sect-tspan5">Pfad</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="1542" id="title17"><tspan x="33" y="1542" sodipodi:role="line" id="title-tspan17">In Pfad umwandeln</tspan></text>
<use xlink:href="#shift" transform="translate(28.16,1545)"/><use xlink:href="#ctrl" transform="translate(43.62,1545)"/><use xlink:href="#letterkey" transform="translate(56,1545)"/><text 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="1549.66851145"><tspan x="57.7" y="1549.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="1550" id="action111"><tspan x="67" y="1550" sodipodi:role="line" id="action-tspan111">Umwandeln ausgewählter Objekte in Pfade</tspan></text>
<use xlink:href="#ctrl" transform="translate(32.95,1553)"/><use xlink:href="#alt" transform="translate(45.33,1553)"/><use xlink:href="#letterkey" transform="translate(56,1553)"/><text 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="1557.66851145"><tspan x="57.7" y="1557.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="1558" id="action112"><tspan x="67" y="1558" sodipodi:role="line" id="action-tspan112">Kontur in Pfad umwandeln</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="1568" id="title18"><tspan x="33" y="1568" sodipodi:role="line" id="title-tspan18">Boolesche Operationen</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,1571)"/><use xlink:href="#letterkey" transform="translate(56,1571)"/><text 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="1575.66851145"><tspan x="57.7" y="1575.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="1576" id="action113"><tspan x="67" y="1576" sodipodi:role="line" id="action-tspan113">Vereinigung</tspan></text>
<text xml: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="1581" id="note47"><tspan x="8" y="1581" sodipodi:role="line" id="note-tspan47">Vereinigung verknüpft mehrere Pfade so, dass ein einziger Pfad ohne Überschneidungen entsteht.</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,1583)"/><use xlink:href="#letterkey" transform="translate(56,1583)"/><text 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="1587.66851145"><tspan x="57.7" y="1587.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="1588" id="action114"><tspan x="67" y="1588" sodipodi:role="line" id="action-tspan114">Differenz</tspan></text>
<text xml: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="1593" id="note48"><tspan x="8" y="1593" sodipodi:role="line" id="note-tspan48">Differenz verknüpft genau 2 Objekte so, dass das Obere vom Unteren abgezogen wird.</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,1595)"/><use xlink:href="#letterkey" transform="translate(56,1595)"/><text 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="1599.66851145"><tspan x="57.7" y="1599.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="1600" id="action115"><tspan x="67" y="1600" sodipodi:role="line" id="action-tspan115">Intersektion</tspan></text>
<text xml: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="1605" id="note49"><tspan x="8" y="1605" sodipodi:role="line" id="note-tspan49">Intersektion erzeugt einen Pfad, der den gemeinsamen (überlappenden) Bereich aller Objekte darstellt.</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,1607)"/><use xlink:href="#letterkey" transform="translate(56,1607)"/><text 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="1611.66851145"><tspan x="57.7" y="1611.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="1612" id="action116"><tspan x="67" y="1612" sodipodi:role="line" id="action-tspan116">Exklusiv-Oder (Ausschluss)</tspan></text>
<text xml: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="1617" id="note50"><tspan x="8" y="1617" sodipodi:role="line" id="note-tspan50">Ausschluss ist ähnlich zur Vereinigung, arbeitet jedoch nur mit genau 2 Objekten und entfernt überlappende Bereiche.</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,1619)"/><use xlink:href="#letterkey" transform="translate(56,1619)"/><text 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="1623.66851145"><tspan x="57.7" y="1623.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="1624" id="action117"><tspan x="67" y="1624" sodipodi:role="line" id="action-tspan117">Division</tspan></text>
<text xml: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="1629" id="note51"><tspan x="8" y="1629" sodipodi:role="line" id="note-tspan51">Division erzeugt mehrere Objekte; den überlappenden Bereich aller Objekte und den ausgeschlossenen Bereich des unteren Objektes.</tspan></text>
<use xlink:href="#ctrl" transform="translate(32.95,1631)"/><use xlink:href="#alt" transform="translate(45.33,1631)"/><use xlink:href="#letterkey" transform="translate(56,1631)"/><text 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="1635.66851145"><tspan x="57.7" y="1635.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="1636" id="action118"><tspan x="67" y="1636" sodipodi:role="line" id="action-tspan118">Pfad zerschneiden</tspan></text>
<text xml: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="1641" id="note52"><tspan x="8" y="1641" sodipodi:role="line" id="note-tspan52">Zerschneidet die Konturlinie des unteren Objektes an den Überschneidungen mit dem oberen Objekt. Die Füllung wird entfernt.</tspan></text>
<text xml: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="1645" id="note53"><tspan x="8" y="1645" sodipodi:role="line" id="note-tspan53">Das Ergebnis von Vereinigung, Differenz, Intersektion und Ausschluss erbt das »id«-Attribut und so auch die Klone des unteren Objektes.</tspan></text>
<text xml: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="1649" id="note54"><tspan x="8" y="1649" sodipodi:role="line" id="note-tspan54">Division und Zerschneiden erzeugen normalerweise mehrere Pfade, von denen ein zufälliger das »id«-Attribut des unteren Objektes erbt.</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="1658" id="title19"><tspan x="33" y="1658" sodipodi:role="line" id="title-tspan19">Versatz</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,1661)"/><use xlink:href="#letterkey" transform="translate(56,1661)"/><text 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="1665.66851145"><tspan x="57.7" y="1665.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="1666" id="action119"><tspan x="67" y="1666" sodipodi:role="line" id="action-tspan119">Pfad schrumpfen (zum Zentrum hin)</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,1669)"/><use xlink:href="#letterkey" transform="translate(56,1669)"/><text 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="1673.66851145"><tspan x="57.7" y="1673.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="1674" id="action120"><tspan x="67" y="1674" sodipodi:role="line" id="action-tspan120">Pfad erweitern (vom Zentrum weg)</tspan></text>
<text xml: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="1679" id="note55"><tspan x="8" y="1679" sodipodi:role="line" id="note-tspan55">Die voreingestellte Versatz-Schrittweite ist 2 px (SVG-Pixel-Einheiten, keine Bildschirm-Pixel).</tspan></text>
<use xlink:href="#alt" transform="translate(45.33,1681)"/><use xlink:href="#letterkey" transform="translate(56,1681)"/><text 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="1685.66851145"><tspan x="57.7" y="1685.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="1686" id="action121"><tspan x="67" y="1686" sodipodi:role="line" id="action-tspan121">Pfad um 1 Pixel schrumpfen</tspan></text>
<use xlink:href="#alt" transform="translate(45.33,1689)"/><use xlink:href="#letterkey" transform="translate(56,1689)"/><text 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="1693.66851145"><tspan x="57.7" y="1693.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="1694" id="action122"><tspan x="67" y="1694" sodipodi:role="line" id="action-tspan122">Pfad um 1 Pixel erweitern</tspan></text>
<use xlink:href="#shift" transform="translate(29.87,1697)"/><use xlink:href="#alt" transform="translate(45.33,1697)"/><use xlink:href="#letterkey" transform="translate(56,1697)"/><text 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="1701.66851145"><tspan x="57.7" y="1701.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="1702" id="action123"><tspan x="67" y="1702" sodipodi:role="line" id="action-tspan123">Pfad um 10 Pixel schrumpfen</tspan></text>
<use xlink:href="#shift" transform="translate(29.87,1705)"/><use xlink:href="#alt" transform="translate(45.33,1705)"/><use xlink:href="#letterkey" transform="translate(56,1705)"/><text 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="1709.66851145"><tspan x="57.7" y="1709.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="1710" id="action124"><tspan x="67" y="1710" sodipodi:role="line" id="action-tspan124">Pfad um 10 Pixel erweitern</tspan></text>
<text xml: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="1715" id="note56"><tspan x="8" y="1715" sodipodi:role="line" id="note-tspan56">Die aktuelle Distanz der Pixel für den Versatz ist vom Zoomfaktor abhängig. Für feinere Einstellungen hineinzoomen.</tspan></text>
<text xml: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="1719" id="note57"><tspan x="8" y="1719" sodipodi:role="line" id="note-tspan57">Alle (- und )-Befehles konvertieren die Objekte zu Pfaden wenn notwendig und erstellen reguläre Pfade.</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,1721)"/><use xlink:href="#letterkey" transform="translate(56,1721)"/><text 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="1725.66851145"><tspan x="57.7" y="1725.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="1726" id="action125"><tspan x="67" y="1726" sodipodi:role="line" id="action-tspan125">Dynamischen Versatz erzeugen</tspan></text>
<use xlink:href="#ctrl" transform="translate(32.95,1729)"/><use xlink:href="#alt" transform="translate(45.33,1729)"/><use xlink:href="#letterkey" transform="translate(56,1729)"/><text 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="1733.66851145"><tspan x="57.7" y="1733.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="1734" id="action126"><tspan x="67" y="1734" sodipodi:role="line" id="action-tspan126">Verknüpften Versatz erzeugen</tspan></text>
<text xml: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="1739" id="note58"><tspan x="8" y="1739" sodipodi:role="line" id="note-tspan58">Diese Befehle produzieren ein Versatz-Objekt, editierbar durch das Knotenwerkzeug, allein für sich, oder verknüpft zum Original.</tspan></text>
<use xlink:href="#shift" transform="translate(40.54,1741)"/><use xlink:href="#letterkey" transform="translate(56,1741)"/><text 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="1745.66851145"><tspan x="57.7" y="1745.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="1746" id="action127"><tspan x="67" y="1746" sodipodi:role="line" id="action-tspan127">Quelle wählen</tspan></text> 
<text xml: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="1751" id="note59"><tspan x="8" y="1751" sodipodi:role="line" id="note-tspan59">Bei der Auswahl eines verknüpften Versatzes wählt dieses Befehl den Quellpfad des verlinkten Versatzes.</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="1760" id="title20"><tspan x="33" y="1760" sodipodi:role="line" id="title-tspan20">Kombinieren</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,1763)"/><use xlink:href="#letterkey" transform="translate(56,1763)"/><text 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="1767.66851145"><tspan x="57.7" y="1767.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="1768" id="action128"><tspan x="67" y="1768" sodipodi:role="line" id="action-tspan128">Pfade kombinieren</tspan></text>
<text xml: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="1773" id="note60"><tspan x="8" y="1773" sodipodi:role="line" id="note-tspan60">Im Unterschied zum Gruppieren wird genau ein Objekt erzeugt.</tspan></text>
<text xml: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="1777" id="note61"><tspan x="8" y="1777" sodipodi:role="line" id="note-tspan61">Im Unterschied zur Vereinigung werden Überlappungen nicht verändert.</tspan></text>
<text xml: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="1781" id="note62"><tspan x="8" y="1781" sodipodi:role="line" id="note-tspan62">Ob überlappende Bereiche gefüllt werden, hängt von den Einstellungen im Dialog »Füllung und Kontur« ab.</tspan></text>
<use xlink:href="#shift" transform="translate(28.16,1783)"/><use xlink:href="#ctrl" transform="translate(43.62,1783)"/><use xlink:href="#letterkey" transform="translate(56,1783)"/><text 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="1787.66851145"><tspan x="57.7" y="1787.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="1788" id="action129"><tspan x="67" y="1788" sodipodi:role="line" id="action-tspan129">Pfade zerlegen</tspan></text>
<text xml: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="1793" id="note63"><tspan x="8" y="1793" sodipodi:role="line" id="note-tspan63">Versucht einen Pfad in Unterpfade zu zerlegen. Funktioniert nicht an einem einzelnen geschlossenen Pfad.</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="1802" id="title21"><tspan x="33" y="1802" sodipodi:role="line" id="title-tspan21">Vereinfachen</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,1805)"/><use xlink:href="#letterkey" transform="translate(56,1805)"/><text 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="1809.66851145"><tspan x="57.7" y="1809.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="1810" id="action130"><tspan x="67" y="1810" sodipodi:role="line" id="action-tspan130">Vereinfachen</tspan></text>
<text xml: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="1815" id="note64"><tspan x="8" y="1815" sodipodi:role="line" id="note-tspan64">Ausgewählte Pfade durch Entfernen überflüssiger Knoten vereinfachen. Objekte werden zuerst in Pfade umgewandelt.</tspan></text>
<text xml: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="1819" id="note65"><tspan x="8" y="1819" sodipodi:role="line" id="note-tspan65">Wird diese Operation mehrmals schnell hintereinander ausgeführt, erhöht sich die Stärke.</tspan></text>
<text xml: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="1823" id="note66"><tspan x="8" y="1823" sodipodi:role="line" id="note-tspan66">Eine kurze Pause dazwischen setzt die Stärke wieder zurück (einstellbar im Dialog »Inkscape-Einstellungen«).</tspan></text>


</g><g transform="translate(430,-1828.5)"><rect style="fill:#eee4dc;fill-rule:evenodd;stroke:none" width="215" height="820" x="0" y="1828.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="1849.5" id="sect1"><tspan x="33" y="1849.5" sodipodi:role="line" id="sect-tspan1">Auswahl</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="1860" id="title22"><tspan x="33" y="1860" sodipodi:role="line" id="title-tspan22">Tastaturbefehle zur Auswahl</tspan></text>
<use xlink:href="#misc" transform="translate(51.62,1863)"/><text xml: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="1866.7"><tspan x="52.72" y="1866.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="1868" id="action131"><tspan x="67" y="1868" sodipodi:role="line" id="action-tspan131">Nächstes Object auswählen</tspan></text>
<use xlink:href="#shift" transform="translate(36.16,1871)"/><use xlink:href="#misc" transform="translate(51.62,1871)"/><text xml: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="1874.7"><tspan x="52.72" y="1874.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="1876" id="action132"><tspan x="67" y="1876" sodipodi:role="line" id="action-tspan132">Vorheriges Objekt auswählen</tspan></text>
<text xml: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="1881" id="note67"><tspan x="8" y="1881" sodipodi:role="line" id="note-tspan67">Diese Tasten wählen die Objekte nach deren Z-Tiefe (Tab von unten nach oben, Umschalttaste+Tab von oben nach unten).</tspan></text> 
<text xml: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="1885" id="note68"><tspan x="8" y="1885" sodipodi:role="line" id="note-tspan68">Sofern Sie nicht manuelle Umordnungen gemacht haben, ist das zuletzt erstellte Objekt ganz oben.</tspan></text> 
<text xml: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="1889" id="note69"><tspan x="8" y="1889" sodipodi:role="line" id="note-tspan69">Falls nichts ausgewählt ist, wählt das einmalige Drücken von Umschalttaste+Tab das zuletzt erzeugte Objekt.</tspan></text>
<text xml: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="1893" id="note70"><tspan x="8" y="1893" sodipodi:role="line" id="note-tspan70">Das funktioniert an Objekten in der aktuellen Ebene (falls Sie das nicht in den Einstellungen geändert haben).</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,1895)"/><use xlink:href="#letterkey" transform="translate(56,1895)"/><text 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="1899.66851145"><tspan x="57.7" y="1899.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="1900" id="action133"><tspan x="67" y="1900" sodipodi:role="line" id="action-tspan133">Alles auswählen (aktuelle Ebene)</tspan></text>
<text xml: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="1905" id="note71"><tspan x="8" y="1905" sodipodi:role="line" id="note-tspan71">Das funktioniert an Objekten der aktuellen Ebene (falls Sie das nicht in den Einstellungen geändert haben).</tspan></text>
<use xlink:href="#ctrl" transform="translate(32.95,1907)"/><use xlink:href="#alt" transform="translate(45.33,1907)"/><use xlink:href="#letterkey" transform="translate(56,1907)"/><text 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="1911.66851145"><tspan x="57.7" y="1911.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="1912" id="action134"><tspan x="67" y="1912" sodipodi:role="line" id="action-tspan134">Alles auswählen (alle Ebenen)</tspan></text>
<text xml: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="1917" id="note72"><tspan x="8" y="1917" sodipodi:role="line" id="note-tspan72">Das funktioniert an allen Objekten in allen sichtbaren und entsperrten Ebenen.</tspan></text>
<use xlink:href="#letterkey" transform="translate(56,1919)"/><text 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="1923.66851145"><tspan x="57.7" y="1923.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="1924" id="action135"><tspan x="67" y="1924" sodipodi:role="line" id="action-tspan135">Auswahl invertieren (aktuelle Ebene)</tspan></text>
<text xml: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="1929" id="note73"><tspan x="8" y="1929" sodipodi:role="line" id="note-tspan73">Auswahl invertieren (alle ausgewählten Objekte deselektieren und alle anderen auswählen) in aktueller Ebene.</tspan></text>
<use xlink:href="#alt" transform="translate(45.33,1931)"/><use xlink:href="#letterkey" transform="translate(56,1931)"/><text 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="1935.66851145"><tspan x="57.7" y="1935.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="1936" id="action136"><tspan x="67" y="1936" sodipodi:role="line" id="action-tspan136">Auswahl invertieren (alle Ebenen)</tspan></text>
<text xml: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="1941" id="note74"><tspan x="8" y="1941" sodipodi:role="line" id="note-tspan74">Auswahl invertieren (alle ausgewählten Objekte deselektieren und alle anderen auswählen) in sichbaren und entsperrten Ebenen.</tspan></text>
<use xlink:href="#misc" transform="translate(51.62,1943)"/><text xml: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="1946.7"><tspan x="52.72" y="1946.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="1948" id="action137"><tspan x="67" y="1948" sodipodi:role="line" id="action-tspan137">Auswahl aufheben</tspan></text>
<use xlink:href="#misc-wide" transform="translate(15.54,1951)"/><text xml: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="1954.7"><tspan x="16.64" y="1954.7" sodipodi:role="line">Rückschr.</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family: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="1956"><tspan x="32" y="1956" sodipodi:role="line">,</tspan></text><use xlink:href="#misc" transform="translate(51.62,1951)"/><text xml: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="1954.7"><tspan x="52.72" y="1954.7" sodipodi:role="line">Del</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1956" id="action138"><tspan x="67" y="1956" sodipodi:role="line" id="action-tspan138">Auswahl löschen</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="1966" id="title23"><tspan x="33" y="1966" sodipodi:role="line" id="title-tspan23">Verschieben mittels Tastatur</tspan></text>
<use xlink:href="#arrows" transform="translate(51.62,1969.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="1974.5" id="action139"><tspan x="67" y="1974.5" sodipodi:role="line" id="action-tspan139">Auswahl um Mindestschrittweite verschieben</tspan></text>
<use xlink:href="#shift" transform="translate(36.16,1981)"/><use xlink:href="#arrows" transform="translate(51.62,1981)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="1986" id="action140"><tspan x="67" y="1986" sodipodi:role="line" id="action-tspan140">Auswahl um 10-fache Mindestschrittweite verschieben.</tspan></text>
<text xml: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="note75"><tspan x="8" y="1994" sodipodi:role="line" id="note-tspan75">Die Mindestschrittweite beträgt 2 px (SVG-Pixel-Einheiten, nicht Bildschirm-Pixel).</tspan></text>
<use xlink:href="#alt" transform="translate(40.95,1996.5)"/><use xlink:href="#arrows" transform="translate(51.62,1996.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="2001.5" id="action141"><tspan x="67" y="2001.5" sodipodi:role="line" id="action-tspan141">Auswahl um 1 Pixel verschieben</tspan></text>
<use xlink:href="#alt" transform="translate(25.49,2008)"/><use xlink:href="#shift" transform="translate(36.16,2008)"/><use xlink:href="#arrows" transform="translate(51.62,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:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2013" id="action142"><tspan x="67" y="2013" sodipodi:role="line" id="action-tspan142">Auswahl um 10 Pixel verschieben</tspan></text>
<text xml: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="2021" id="note76"><tspan x="8" y="2021" sodipodi:role="line" id="note-tspan76">Die Schrittweite in Pixel hängt vom aktuellen Zoomfaktor ab. Vergrößern Sie für kleinere Schrittweiten.</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="2030" id="title24"><tspan x="33" y="2030" sodipodi:role="line" id="title-tspan24">Vergrößern mittels Tastatur</tspan></text>
<use xlink:href="#letterkey" transform="translate(25,2033)"/><text 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="2037.66851145"><tspan x="26.7" y="2037.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="2038"><tspan x="32" y="2038" sodipodi:role="line">,</tspan></text><use xlink:href="#letterkey" transform="translate(56,2033)"/><text 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="2037.66851145"><tspan x="57.7" y="2037.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="2038" id="action143"><tspan x="67" y="2038" sodipodi:role="line" id="action-tspan143">Auswahl um eine Stufe vergrößern</tspan></text> 
<use xlink:href="#letterkey" transform="translate(25,2041)"/><text 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="2045.66851145"><tspan x="26.7" y="2045.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="2046"><tspan x="32" y="2046" sodipodi:role="line">,</tspan></text><use xlink:href="#letterkey" transform="translate(56,2041)"/><text 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="2045.66851145"><tspan x="57.7" y="2045.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="2046" id="action144"><tspan x="67" y="2046" sodipodi:role="line" id="action-tspan144">Auswahl um eine Stufe verkleinern</tspan></text> 
<text xml: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="2051" id="note77"><tspan x="8" y="2051" sodipodi:role="line" id="note-tspan77">Die Standard-Vergrößerungsstufe beträgt 2 px (SVG-Pixel-Einheiten, nicht Bildschirm-Pixel).</tspan></text>
<use xlink:href="#ctrl" transform="translate(12.62,2053)"/><use xlink:href="#letterkey" transform="translate(25,2053)"/><text 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="2057.66851145"><tspan x="26.7" y="2057.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="2058"><tspan x="32" y="2058" sodipodi:role="line">,</tspan></text><use xlink:href="#ctrl" transform="translate(43.62,2053)"/><use xlink:href="#letterkey" transform="translate(56,2053)"/><text 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="2057.66851145"><tspan x="57.7" y="2057.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="2058" id="action145"><tspan x="67" y="2058" sodipodi:role="line" id="action-tspan145">Auswahl auf 200% vergrößern</tspan></text>
<use xlink:href="#ctrl" transform="translate(12.62,2061)"/><use xlink:href="#letterkey" transform="translate(25,2061)"/><text 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="2065.66851145"><tspan x="26.7" y="2065.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="2066"><tspan x="32" y="2066" sodipodi:role="line">,</tspan></text><use xlink:href="#ctrl" transform="translate(43.62,2061)"/><use xlink:href="#letterkey" transform="translate(56,2061)"/><text 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="2065.66851145"><tspan x="57.7" y="2065.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="2066" id="action146"><tspan x="67" y="2066" sodipodi:role="line" id="action-tspan146">Auswahl auf 50% verkleinern</tspan></text>
<use xlink:href="#alt" transform="translate(14.33,2069)"/><use xlink:href="#letterkey" transform="translate(25,2069)"/><text 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="2073.66851145"><tspan x="26.7" y="2073.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="2074"><tspan x="32" y="2074" sodipodi:role="line">,</tspan></text><use xlink:href="#alt" transform="translate(45.33,2069)"/><use xlink:href="#letterkey" transform="translate(56,2069)"/><text 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="2073.66851145"><tspan x="57.7" y="2073.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="2074" id="action147"><tspan x="67" y="2074" sodipodi:role="line" id="action-tspan147">Auswahl um 1 Pixel vergrößern</tspan></text>
<use xlink:href="#alt" transform="translate(14.33,2077)"/><use xlink:href="#letterkey" transform="translate(25,2077)"/><text 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="2081.66851145"><tspan x="26.7" y="2081.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="2082"><tspan x="32" y="2082" sodipodi:role="line">,</tspan></text><use xlink:href="#alt" transform="translate(45.33,2077)"/><use xlink:href="#letterkey" transform="translate(56,2077)"/><text 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="2081.66851145"><tspan x="57.7" y="2081.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="2082" id="action148"><tspan x="67" y="2082" sodipodi:role="line" id="action-tspan148">Auswahl um 1 Pixel verkleinern</tspan></text>
<text xml: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="2087" id="note78"><tspan x="8" y="2087" sodipodi:role="line" id="note-tspan78">FIXME Der Vergrößerungsschritt hängt von der Vergrößerung ab. Vergrößern Sie für kleinere Schrittweite.</tspan></text>
<text xml: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="2091" id="note79"><tspan x="8" y="2091" sodipodi:role="line" id="note-tspan79">Die Vergrößerung ist gleichmässig um das Zentrum, so dass der Vergrößerungsschritt auf die größere der zwei Dimensionen angewendet wird.</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="2100" id="title25"><tspan x="33" y="2100" sodipodi:role="line" id="title-tspan25">Drehen mittels Tastatur</tspan></text>
<use xlink:href="#letterkey" transform="translate(25,2103)"/><text 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="2107.66851145"><tspan x="26.7" y="2107.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="2108"><tspan x="32" y="2108" sodipodi:role="line">,</tspan></text><use xlink:href="#letterkey" transform="translate(56,2103)"/><text 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="2107.66851145"><tspan x="57.7" y="2107.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="2108" id="action149"><tspan x="67" y="2108" sodipodi:role="line" id="action-tspan149">Auswahl drehen um Winkelschrittweite</tspan></text> 
<text xml: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="2113" id="note80"><tspan x="8" y="2113" sodipodi:role="line" id="note-tspan80">Die Standard-Winkelschrittweite beträgt 15°. ] dreht im Uhrzeigersinn, [ dreht entgegen.</tspan></text>
<use xlink:href="#ctrl" transform="translate(12.62,2115)"/><use xlink:href="#letterkey" transform="translate(25,2115)"/><text 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="2119.66851145"><tspan x="26.7" y="2119.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="2120"><tspan x="32" y="2120" sodipodi:role="line">,</tspan></text><use xlink:href="#ctrl" transform="translate(43.62,2115)"/><use xlink:href="#letterkey" transform="translate(56,2115)"/><text 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="2119.66851145"><tspan x="57.7" y="2119.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="2120" id="action150"><tspan x="67" y="2120" sodipodi:role="line" id="action-tspan150">Auswahl um 90° drehen</tspan></text>
<use xlink:href="#alt" transform="translate(14.33,2123)"/><use xlink:href="#letterkey" transform="translate(25,2123)"/><text 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="2127.66851145"><tspan x="26.7" y="2127.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="2128"><tspan x="32" y="2128" sodipodi:role="line">,</tspan></text><use xlink:href="#alt" transform="translate(45.33,2123)"/><use xlink:href="#letterkey" transform="translate(56,2123)"/><text 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="2127.66851145"><tspan x="57.7" y="2127.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="2128" id="action151"><tspan x="67" y="2128" sodipodi:role="line" id="action-tspan151">Auswahl um 1 Pixel drehen </tspan></text>
<text xml: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="2133" id="note81"><tspan x="8" y="2133" sodipodi:role="line" id="note-tspan81">Der Winkel für die Drehung um ein Pixel hängt vom aktuellen Zoomfaktor ab. Vergrößern Sie für feinere Winkel.</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="2142" id="title26"><tspan x="33" y="2142" sodipodi:role="line" id="title-tspan26">Spiegeln mittels Tastatur</tspan></text>
<use xlink:href="#letterkey" transform="translate(56,2145)"/><text 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="2149.66851145"><tspan x="57.7" y="2149.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="2150" id="action152"><tspan x="67" y="2150" sodipodi:role="line" id="action-tspan152">Auswahl horizontal spiegeln</tspan></text>
<use xlink:href="#letterkey" transform="translate(56,2153)"/><text 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="2157.66851145"><tspan x="57.7" y="2157.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="2158" id="action153"><tspan x="67" y="2158" sodipodi:role="line" id="action-tspan153">Auswahl vertikal spiegeln</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="2168" id="title27"><tspan x="33" y="2168" sodipodi:role="line" id="title-tspan27">Auswahl mittels Maus</tspan></text>
<use xlink:href="#left-click" transform="translate(57,2171.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="2176.5" id="action154"><tspan x="67" y="2176.5" sodipodi:role="line" id="action-tspan154">Objekt auswählen</tspan></text>
<text xml: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="2184.5" id="note82"><tspan x="8" y="2184.5" sodipodi:role="line" id="note-tspan82">Beim Links-Klicken auf ein Objekt wird die vorherige Auswahl aufgehoben.</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,2187)"/><use xlink:href="#left-click" transform="translate(57,2187)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2192" id="action155"><tspan x="67" y="2192" sodipodi:role="line" id="action-tspan155">Auswahl umschalten</tspan></text>
<text xml: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="2200" id="note83"><tspan x="8" y="2200" sodipodi:role="line" id="note-tspan83">Umschalttaste+Klick fügt ein Objekt der aktuellen Auswahl hinzu oder, falls es schon ausgewählt war, entfernt es von dieser.</tspan></text>
<use xlink:href="#left-click" transform="translate(50,2202.5)"/><use xlink:href="#left-click" transform="translate(57,2202.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="2207.5" id="action156"><tspan x="67" y="2207.5" sodipodi:role="line" id="action-tspan156">Objekt bearbeiten</tspan></text>
<text xml: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="2215.5" id="note84"><tspan x="8" y="2215.5" sodipodi:role="line" id="note-tspan84">Bei Pfaden schaltet Doppelklicken zum Knotenwerkzeug, bei Formen zum entsprechenden Formenwerkzeug, bei Text zum Textwerkzeug.</tspan></text>
<text xml: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="2219.5" id="note85"><tspan x="8" y="2219.5" sodipodi:role="line" id="note-tspan85">Bei Gruppen bewirkt Doppelklicken den Befehl »Gruppe bearbeiten« (die Gruppe wird eine vorübergehende Ebene).</tspan></text>
<text xml: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="2223.5" id="note86"><tspan x="8" y="2223.5" sodipodi:role="line" id="note-tspan86">Doppelklicken in einem leeren Bereich schaltet wieder in die übergeordnete Ebene zurück.</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="2232.5" id="title28"><tspan x="33" y="2232.5" sodipodi:role="line" id="title-tspan28">Auswahl innerhalb einer Gruppe und verdeckter Objekte</tspan></text>
<use xlink:href="#ctrl" transform="translate(44.62,2236)"/><use xlink:href="#left-click" transform="translate(57,2236)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2241" id="action157"><tspan x="67" y="2241" sodipodi:role="line" id="action-tspan157">Auswahl innerhalb einer Gruppe</tspan></text>
<text xml: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="2249" id="note87"><tspan x="8" y="2249" sodipodi:role="line" id="note-tspan87">Strg+Klick wählt das Objekt an diesem Punkt, ungeachtet jeglicher Gruppierungen, zu dem das Objekt gehören könnte.</tspan></text>
<use xlink:href="#ctrl" transform="translate(29.16,2251.5)"/><use xlink:href="#shift" transform="translate(41.54,2251.5)"/><use xlink:href="#left-click" transform="translate(57,2251.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="2256.5" id="action158"><tspan x="67" y="2256.5" sodipodi:role="line" id="action-tspan158">Auswahl innerhalb der Gruppe umschalten</tspan></text>
<use xlink:href="#alt" transform="translate(46.33,2263)"/><use xlink:href="#left-click" transform="translate(57,2263)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2268" id="action159"><tspan x="67" y="2268" sodipodi:role="line" id="action-tspan159">Auswahl verdeckter Objekte</tspan></text>
<text xml: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="2276" id="note88"><tspan x="8" y="2276" sodipodi:role="line" id="note-tspan88">Alt+Klick wählt das Objekt, dass sich an diesem Punkt unter dem an diesem Punkt untersten aktuell gewählten Objekt befindet.</tspan></text>
<text xml: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="2280" id="note89"><tspan x="8" y="2280" sodipodi:role="line" id="note-tspan89">Wenn das unterste Objekt erreicht ist, wählt Alt+Klick wieder das oberste Objekt.</tspan></text>
<text xml: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="2284" id="note90"><tspan x="8" y="2284" sodipodi:role="line" id="note-tspan90">Durch das mehrfache betätigen von Alt+Klick werden die Objekte an diesem Punkt in Z-Tiefe immer wieder durchlaufen.</tspan></text>
<text xml: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="2288" id="note91"><tspan x="8" y="2288" sodipodi:role="line" id="note-tspan91">Unter Linux kann Alt+Klick und Klicken+Ziehen durch den Fenstermanager reserviert sein.</tspan></text>
<text xml: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="2292" id="note92"><tspan x="8" y="2292" sodipodi:role="line" id="note-tspan92">Stellen Sie ihn so ein, dass Sie diese unter Inkscape benutzen können.</tspan></text>
<use xlink:href="#shift" transform="translate(30.87,2294.5)"/><use xlink:href="#alt" transform="translate(46.33,2294.5)"/><use xlink:href="#left-click" transform="translate(57,2294.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="2299.5" id="action160"><tspan x="67" y="2299.5" sodipodi:role="line" id="action-tspan160">Verdeckte Objekte umschalten</tspan></text>
<use xlink:href="#ctrl" transform="translate(33.95,2306)"/><use xlink:href="#alt" transform="translate(46.33,2306)"/><use xlink:href="#left-click" transform="translate(57,2306)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2311" id="action161"><tspan x="67" y="2311" sodipodi:role="line" id="action-tspan161">FIXME Wählt das darunter, in Gruppen</tspan></text>
<use xlink:href="#shift" transform="translate(18.49,2317.5)"/><use xlink:href="#ctrl" transform="translate(33.95,2317.5)"/><use xlink:href="#alt" transform="translate(46.33,2317.5)"/><use xlink:href="#left-click" transform="translate(57,2317.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="2322.5" id="action162"><tspan x="67" y="2322.5" sodipodi:role="line" id="action-tspan162">FIXME Schaltet auf das untere um, in Gruppen</tspan></text>
<use xlink:href="#ctrl" transform="translate(34.16,2328.5)"/><use xlink:href="#misc-wide" transform="translate(46.54,2328.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="2332.2"><tspan x="47.64" y="2332.2" sodipodi:role="line">Eingabe</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2333.5" id="action163"><tspan x="67" y="2333.5" sodipodi:role="line" id="action-tspan163">Gruppe öffnen</tspan></text>
<use xlink:href="#ctrl" transform="translate(34.16,2336.5)"/><use xlink:href="#misc-wide" transform="translate(46.54,2336.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="2340.2"><tspan x="47.64" y="2340.2" sodipodi:role="line">Rückschr.</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2341.5" id="action164"><tspan x="67" y="2341.5" sodipodi:role="line" id="action-tspan164">Zur übergeordneten Gruppe</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="2351.5" id="title29"><tspan x="33" y="2351.5" sodipodi:role="line" id="title-tspan29">Gummiband</tspan></text>
<use xlink:href="#left-drag" transform="translate(57,2355)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2360" id="action165"><tspan x="67" y="2360" sodipodi:role="line" id="action-tspan165">Mehrere Objekte auswählen</tspan></text>
<text xml: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="2368" id="note93"><tspan x="8" y="2368" sodipodi:role="line" id="note-tspan93">Ziehen um Objekte wählt mit Gummiband aus; vorhergehende Auswahl wird abgewählt.</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,2370.5)"/><use xlink:href="#left-drag" transform="translate(57,2370.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="2375.5" id="action166"><tspan x="67" y="2375.5" sodipodi:role="line" id="action-tspan166">Objekte der Auswahl hinzufügen</tspan></text>
<text xml: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="2383.5" id="note94"><tspan x="8" y="2383.5" sodipodi:role="line" id="note-tspan94">Normalerweise müssen Sie auf einem leeren Platz starten, um das Gummiband auszulösen.</tspan></text> 
<text xml: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="2387.5" id="note95"><tspan x="8" y="2387.5" sodipodi:role="line" id="note-tspan95">Mit gedrückter Umschalttaste vor dem Ziehen wird immer das Gummiband ausgelöst, auch wenn ein Objekt unter der Maus liegt.</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="2396.5" id="title30"><tspan x="33" y="2396.5" sodipodi:role="line" id="title-tspan30">Verschiebung mit der Maus</tspan></text>
<use xlink:href="#left-drag" transform="translate(57,2400)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2405" id="action167"><tspan x="67" y="2405" sodipodi:role="line" id="action-tspan167">Auswählen + Verschieben</tspan></text>
<text xml: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="2413" id="note96"><tspan x="8" y="2413" sodipodi:role="line" id="note-tspan96">Ziehen eines Objektes wählt es aus, wenn es nicht angewählt war und verschiebt es.</tspan></text>
<use xlink:href="#alt" transform="translate(46.33,2415.5)"/><use xlink:href="#left-drag" transform="translate(57,2415.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="2420.5" id="action168"><tspan x="67" y="2420.5" sodipodi:role="line" id="action-tspan168">Verschiebung ausgewählt</tspan></text>
<text xml: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="2428.5" id="note97"><tspan x="8" y="2428.5" sodipodi:role="line" id="note-tspan97">Alt+Ziehen bewegt die derzeitige Auswahl (ohne Auszuwählen, was unter dem Cursor ist), egal wo Sie mit dem Ziehen beginnen.</tspan></text>
<text xml: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="2432.5" id="note98"><tspan x="8" y="2432.5" sodipodi:role="line" id="note-tspan98">Unter Linux können Alt+Klick sowie Alt+Ziehen durch den Fenstermanager reserviert sein.</tspan></text>
<text xml: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="2436.5" id="note99"><tspan x="8" y="2436.5" sodipodi:role="line" id="note-tspan99">Konfigurieren Sie diese um, damit Sie diese unter Inkscape benutzen können.</tspan></text>
<use xlink:href="#ctrl" transform="translate(44.62,2439)"/><use xlink:href="#left-drag" transform="translate(57,2439)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2444" id="action169"><tspan x="67" y="2444" sodipodi:role="line" id="action-tspan169">Verschiebung horizontal oder vertikal beschränken</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,2450.5)"/><use xlink:href="#left-drag" transform="translate(57,2450.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="2455.5" id="action170"><tspan x="67" y="2455.5" sodipodi:role="line" id="action-tspan170">Einrasten temporär verhindern</tspan></text>
<text xml: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="2463.5" id="note100"><tspan x="8" y="2463.5" sodipodi:role="line" id="note-tspan100">Verhindert temporär das Einrasten am Gitter oder den Führungslinien, wenn Sie mit »Gitter und Führungslinie eingeschaltet« arbeiten.</tspan></text>
<use xlink:href="#left-drag" transform="translate(38.54,2466)"/><use xlink:href="#misc-wide" transform="translate(46.54,2466)"/><text xml: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="2469.7"><tspan x="47.64" y="2469.7" sodipodi:role="line">Leertaste</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2471" id="action171"><tspan x="67" y="2471" sodipodi:role="line" id="action-tspan171">Ziehen einer Kopie</tspan></text>
<text xml: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="2479" id="note101"><tspan x="8" y="2479" sodipodi:role="line" id="note-tspan101">Wenn Sie mit der Maus ziehen oder transformieren, hinterläßt jeder Druck der Leertaste eine Kopie der ausgewählten Objekte.</tspan></text> 
<text xml: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="2483" id="note102"><tspan x="8" y="2483" sodipodi:role="line" id="note-tspan102">Sie können die Leertaste für einen schönen »Pfad« während des Ziehens drücken und halten.</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="2492" id="title31"><tspan x="33" y="2492" sodipodi:role="line" id="title-tspan31">Transformationen mit der Maus</tspan></text>
<use xlink:href="#left-click" transform="translate(57,2495.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="2500.5" id="action172"><tspan x="67" y="2500.5" sodipodi:role="line" id="action-tspan172">Skalieren/Rotieren der Anfasser umschalten</tspan></text>
<use xlink:href="#left-drag" transform="translate(57,2507)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2512" id="action173"><tspan x="67" y="2512" sodipodi:role="line" id="action-tspan173">Skalieren (Skalierungsanfasser)</tspan></text>
<use xlink:href="#left-drag" transform="translate(57,2518.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="2523.5" id="action174"><tspan x="67" y="2523.5" sodipodi:role="line" id="action-tspan174">Rotieren oder verzerren (Rotationsanfasser)</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="2536.5" id="title32"><tspan x="33" y="2536.5" sodipodi:role="line" id="title-tspan32">Skalierungsanfasser</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="action175"><tspan x="67" y="2545" sodipodi:role="line" id="action-tspan175">Mit Beibehalten des Verhältnisses skalieren</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="action176"><tspan x="67" y="2556.5" sodipodi:role="line" id="action-tspan176">Symmetrische Transformation</tspan></text>
<text xml: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="note103"><tspan x="8" y="2564.5" sodipodi:role="line" id="note-tspan103">Drücken Sie die Umschalttaste während der Transformation, damit die Transformation symmetrisch um das Zentrum der Auswahl wird.</tspan></text>

<use xlink:href="#alt" transform="translate(46.33,2567)"/><use xlink:href="#left-drag" transform="translate(57,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:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2572" id="action177"><tspan x="67" y="2572" sodipodi:role="line" id="action-tspan177">Langsame Bewegung</tspan></text>
<text xml: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="note104"><tspan x="8" y="2580" sodipodi:role="line" id="note-tspan104">Drücken Sie Alt während der Transformation, damit die Transformation hinter der Mausbewegung bleibt. Dies erlaubt feinere Änderungen.</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="2589" id="title33"><tspan x="33" y="2589" sodipodi:role="line" id="title-tspan33">Rotationsanfasser</tspan></text>
<use xlink:href="#ctrl" transform="translate(44.62,2592.5)"/><use xlink:href="#left-drag" transform="translate(57,2592.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="2597.5" id="action178"><tspan x="67" y="2597.5" sodipodi:role="line" id="action-tspan178">Verzerrunswinkel einrasten</tspan></text>
<text xml: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="2605.5" id="note105"><tspan x="8" y="2605.5" sodipodi:role="line" id="note-tspan105">Wenn Strg während des Ziehen eines Verzerrungsanfassers (keine Ecke) gedrückt ist, rastet der Verzerrungswinkel in Schritten im Winkel ein. (Standard 15°).</tspan></text>
<use xlink:href="#ctrl" transform="translate(44.62,2608)"/><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="action179"><tspan x="67" y="2613" sodipodi:role="line" id="action-tspan179">Rotationswinkel einrasten</tspan></text>
<text xml: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="note106"><tspan x="8" y="2621" sodipodi:role="line" id="note-tspan106">Wenn Strg während des Ziehen eines Rotationsanfassers (Ecke) gedrückt ist, rastet die Rotation in Schritten im Winkel ein. (Standard 15°).</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="2630" id="title34"><tspan x="33" y="2630" sodipodi:role="line" id="title-tspan34">Abbruch</tspan></text>
<use xlink:href="#misc" transform="translate(51.62,2633)"/><text xml: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="2636.7"><tspan x="52.72" y="2636.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="2638" id="action180"><tspan x="67" y="2638" sodipodi:role="line" id="action-tspan180">Gummiband, Bewegung und Transformation abbrechen</tspan></text>
<text xml: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="2643" id="note107"><tspan x="8" y="2643" sodipodi:role="line" id="note-tspan107">Drücken Sie Esc während die Maustaste gedrückt ist, um Gummiband-Auswahl, Verschiebung oder Transformation jeglicher Art abzubrechen.</tspan></text>


</g><g transform="translate(645,-2648.5)"><rect style="fill:#f9f1d9;fill-rule:evenodd;stroke:none" width="215" height="1008.5" x="0" y="2648.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="2669.5" id="sect1"><tspan x="33" y="2669.5" sodipodi:role="line" id="sect-tspan1">Knoten</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="2680" id="title35"><tspan x="33" y="2680" sodipodi:role="line" id="title-tspan35">Mit der Tastatur auswählen</tspan></text>
<use xlink:href="#misc" transform="translate(51.62,2683)"/><text xml: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="2686.7"><tspan x="52.72" y="2686.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="2688" id="action181"><tspan x="67" y="2688" sodipodi:role="line" id="action-tspan181">Nächsten Knoten auswählen</tspan></text> 
<use xlink:href="#shift" transform="translate(36.16,2691)"/><use xlink:href="#misc" transform="translate(51.62,2691)"/><text xml: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="2694.7"><tspan x="52.72" y="2694.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="2696" id="action182"><tspan x="67" y="2696" sodipodi:role="line" id="action-tspan182">Vorherigen Knoten auswählen</tspan></text>
<text xml: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="2701" id="note108"><tspan x="8" y="2701" sodipodi:role="line" id="note-tspan108">Diese Tasten wählen Knoten im ausgewählten Pfad aus.</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,2703)"/><use xlink:href="#letterkey" transform="translate(56,2703)"/><text 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="2707.66851145"><tspan x="57.7" y="2707.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="2708" id="action183"><tspan x="67" y="2708" sodipodi:role="line" id="action-tspan183">Alle Knoten in Unterpfaden auswählen</tspan></text>
<text xml: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="2713" id="note109"><tspan x="8" y="2713" sodipodi:role="line" id="note-tspan109">Hat der Pfad mehrere Unterpfade und einige ausgewählte Knoten, wählt dieser alle Knoten, die sich im Unterpfad befinden und deren Knoten bereits ausgewählt sind.</tspan></text>
<use xlink:href="#ctrl" transform="translate(32.95,2715)"/><use xlink:href="#alt" transform="translate(45.33,2715)"/><use xlink:href="#letterkey" transform="translate(56,2715)"/><text 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="2719.66851145"><tspan x="57.7" y="2719.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="2720" id="action184"><tspan x="67" y="2720" sodipodi:role="line" id="action-tspan184">Alle Knoten im Pfad auswählen</tspan></text>
<text xml: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="2725" id="note110"><tspan x="8" y="2725" sodipodi:role="line" id="note-tspan110">Wählt alle Knoten im gesamten Pfad aus.</tspan></text>
<use xlink:href="#letterkey" transform="translate(56,2727)"/><text 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="2731.66851145"><tspan x="57.7" y="2731.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="2732" id="action185"><tspan x="67" y="2732" sodipodi:role="line" id="action-tspan185">Auswahl in Unterpfaden invertieren</tspan></text>
<text xml: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" id="note111"><tspan x="8" y="2737" sodipodi:role="line" id="note-tspan111">Hat der Pfad mehrere Unterpfade mit einigen ausgewählten Knoten, dreht es die Auswahl der Knoten herum, die sich im Unterpfad der ausgewählten Knoten befinden.</tspan></text>
<use xlink:href="#alt" transform="translate(45.33,2739)"/><use xlink:href="#letterkey" transform="translate(56,2739)"/><text 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="2743.66851145"><tspan x="57.7" y="2743.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="2744" id="action186"><tspan x="67" y="2744" sodipodi:role="line" id="action-tspan186">Auswahl im Pfad invertieren</tspan></text>
<text xml: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="2749" id="note112"><tspan x="8" y="2749" sodipodi:role="line" id="note-tspan112">Invertiert die Auswahl (abwählen, was ausgewählt war und anders herum) im gesamten Pfad.</tspan></text>
<use xlink:href="#misc" transform="translate(51.62,2751)"/><text xml: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="2754.7"><tspan x="52.72" y="2754.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="2756" id="action187"><tspan x="67" y="2756" sodipodi:role="line" id="action-tspan187">Alle Knoten abwählen</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="2766" id="title36"><tspan x="33" y="2766" sodipodi:role="line" id="title-tspan36">Mit der Tastatur verschieben</tspan></text>
<use xlink:href="#arrows" transform="translate(51.62,2769.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="2774.5" id="action188"><tspan x="67" y="2774.5" sodipodi:role="line" id="action-tspan188">Ausgewählte Knoten um die Schubdistanz verschieben</tspan></text>
<use xlink:href="#shift" transform="translate(36.16,2781)"/><use xlink:href="#arrows" transform="translate(51.62,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="action189"><tspan x="67" y="2786" sodipodi:role="line" id="action-tspan189">Ausgewählte Knoten um die 10-fache Schubdistanz verschieben</tspan></text>
<text xml: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="note113"><tspan x="8" y="2794" sodipodi:role="line" id="note-tspan113">Die Standard-Schubdistanz ist 2 px (SVG-Pixel-Einheiten, keine Bildschirm-Pixel).</tspan></text>
<use xlink:href="#alt" transform="translate(40.95,2796.5)"/><use xlink:href="#arrows" transform="translate(51.62,2796.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="2801.5" id="action190"><tspan x="67" y="2801.5" sodipodi:role="line" id="action-tspan190">Ausgewählte Knoten um 1 Pixel verschieben</tspan></text>
<use xlink:href="#alt" transform="translate(25.49,2808)"/><use xlink:href="#shift" transform="translate(36.16,2808)"/><use xlink:href="#arrows" transform="translate(51.62,2808)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="2813" id="action191"><tspan x="67" y="2813" sodipodi:role="line" id="action-tspan191">Ausgewählte Knoten um 10 Pixel verschieben</tspan></text>
<text xml: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="2821" id="note114"><tspan x="8" y="2821" sodipodi:role="line" id="note-tspan114">Die aktuelle Entfernung für Pixel-Verschiebung ist vom Zoomfaktor abhängig. Für feinere Justierung hineinzoomen.</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="2830" id="title37"><tspan x="33" y="2830" sodipodi:role="line" id="title-tspan37">Anfasser mit Tastatur skalieren (1 Knoten ausgewählt)</tspan></text>
<use xlink:href="#letterkey" transform="translate(25,2833)"/><text 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="2837.66851145"><tspan x="26.7" y="2837.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="2838"><tspan x="32" y="2838" sodipodi:role="line">,</tspan></text><use xlink:href="#letterkey" transform="translate(56,2833)"/><text 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="2837.66851145"><tspan x="57.7" y="2837.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="2838" id="action192"><tspan x="67" y="2838" sodipodi:role="line" id="action-tspan192">FIXME Verringern/Erweitern beide Anfasser um einen Schritt</tspan></text> 
<text xml: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="2843" id="note115"><tspan x="8" y="2843" sodipodi:role="line" id="note-tspan115">Der Standard-Schritt beträgt 2 px (SVG-Pixel-Einheiten, keine Bildschirm-Pixel). Kann für mehr als nur einen Knoten funktionieren.</tspan></text>
<use xlink:href="#left" transform="translate(3.92,2845)"/><use xlink:href="#ctrl" transform="translate(12.62,2845)"/><use xlink:href="#letterkey" transform="translate(25,2845)"/><text 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="2849.66851145"><tspan x="26.7" y="2849.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="2850"><tspan x="32" y="2850" sodipodi:role="line">,</tspan></text><use xlink:href="#left" transform="translate(34.92,2845)"/><use xlink:href="#ctrl" transform="translate(43.62,2845)"/><use xlink:href="#letterkey" transform="translate(56,2845)"/><text 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="2849.66851145"><tspan x="57.7" y="2849.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="2850" id="action193"><tspan x="67" y="2850" sodipodi:role="line" id="action-tspan193">Linken Anfasser um einen Skalierungsschritt skalieren</tspan></text>
<use xlink:href="#right" transform="translate(1.72,2853)"/><use xlink:href="#ctrl" transform="translate(12.62,2853)"/><use xlink:href="#letterkey" transform="translate(25,2853)"/><text 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="2857.66851145"><tspan x="26.7" y="2857.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="2858"><tspan x="32" y="2858" sodipodi:role="line">,</tspan></text><use xlink:href="#right" transform="translate(32.72,2853)"/><use xlink:href="#ctrl" transform="translate(43.62,2853)"/><use xlink:href="#letterkey" transform="translate(56,2853)"/><text 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="2857.66851145"><tspan x="57.7" y="2857.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="2858" id="action194"><tspan x="67" y="2858" sodipodi:role="line" id="action-tspan194">Rechten Anfasser um einen Skalierungsschritt skalieren</tspan></text>
<use xlink:href="#left" transform="translate(5.63,2861)"/><use xlink:href="#alt" transform="translate(14.33,2861)"/><use xlink:href="#letterkey" transform="translate(25,2861)"/><text 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="2865.66851145"><tspan x="26.7" y="2865.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="2866"><tspan x="32" y="2866" sodipodi:role="line">,</tspan></text><use xlink:href="#left" transform="translate(36.63,2861)"/><use xlink:href="#alt" transform="translate(45.33,2861)"/><use xlink:href="#letterkey" transform="translate(56,2861)"/><text 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="2865.66851145"><tspan x="57.7" y="2865.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="2866" id="action195"><tspan x="67" y="2866" sodipodi:role="line" id="action-tspan195">Linken Anfasser um 1 Pixel skalieren</tspan></text>
<use xlink:href="#right" transform="translate(3.43,2869)"/><use xlink:href="#alt" transform="translate(14.33,2869)"/><use xlink:href="#letterkey" transform="translate(25,2869)"/><text 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="2873.66851145"><tspan x="26.7" y="2873.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="2874"><tspan x="32" y="2874" sodipodi:role="line">,</tspan></text><use xlink:href="#right" transform="translate(34.43,2869)"/><use xlink:href="#alt" transform="translate(45.33,2869)"/><use xlink:href="#letterkey" transform="translate(56,2869)"/><text 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="2873.66851145"><tspan x="57.7" y="2873.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="2874" id="action196"><tspan x="67" y="2874" sodipodi:role="line" id="action-tspan196">Rechten Anfasser um 1 Pixel skalieren</tspan></text>
<text xml: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="2879" id="note116"><tspan x="8" y="2879" sodipodi:role="line" id="note-tspan116">Die aktuelle Schrittweite für Pixelskalierung ist abhängig vom Zoomfaktor. Zoomen Sie für feinere Skalierung hinein.</tspan></text>
<text xml: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="2883" id="note117"><tspan x="8" y="2883" sodipodi:role="line" id="note-tspan117">Anstelle der &lt;- und &gt;-Tasten können Sie auch die ,- und .-Tasten (Komma und Punkt) verwenden.</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="2892" id="title38"><tspan x="33" y="2892" sodipodi:role="line" id="title-tspan38">Anfasser mit Tastatur rotieren (1 Knoten ausgewählt)</tspan></text>
<use xlink:href="#letterkey" transform="translate(25,2895)"/><text 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="2899.66851145"><tspan x="26.7" y="2899.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="2900"><tspan x="32" y="2900" sodipodi:role="line">,</tspan></text><use xlink:href="#letterkey" transform="translate(56,2895)"/><text 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="2899.66851145"><tspan x="57.7" y="2899.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="2900" id="action197"><tspan x="67" y="2900" sodipodi:role="line" id="action-tspan197">Beide Anfasser mit Winkelschritt rotieren</tspan></text>
<text xml: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="2905" id="note118"><tspan x="8" y="2905" sodipodi:role="line" id="note-tspan118">Der Standard-Winkelschritt beträgt 15°. ] drecht im Uhrzeigersinn, [ dreht gegen den Uhrzeigersinn. Kann für mehr als nur einen Knoten funktionieren.</tspan></text>
<use xlink:href="#left" transform="translate(3.92,2907)"/><use xlink:href="#ctrl" transform="translate(12.62,2907)"/><use xlink:href="#letterkey" transform="translate(25,2907)"/><text 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="2911.66851145"><tspan x="26.7" y="2911.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="2912"><tspan x="32" y="2912" sodipodi:role="line">,</tspan></text><use xlink:href="#left" transform="translate(34.92,2907)"/><use xlink:href="#ctrl" transform="translate(43.62,2907)"/><use xlink:href="#letterkey" transform="translate(56,2907)"/><text 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="2911.66851145"><tspan x="57.7" y="2911.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="2912" id="action198"><tspan x="67" y="2912" sodipodi:role="line" id="action-tspan198">Linken Anfasser um den Winkelschritt drehen</tspan></text>
<use xlink:href="#right" transform="translate(1.72,2915)"/><use xlink:href="#ctrl" transform="translate(12.62,2915)"/><use xlink:href="#letterkey" transform="translate(25,2915)"/><text 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="2919.66851145"><tspan x="26.7" y="2919.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="2920"><tspan x="32" y="2920" sodipodi:role="line">,</tspan></text><use xlink:href="#right" transform="translate(32.72,2915)"/><use xlink:href="#ctrl" transform="translate(43.62,2915)"/><use xlink:href="#letterkey" transform="translate(56,2915)"/><text 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="2919.66851145"><tspan x="57.7" y="2919.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="2920" id="action199"><tspan x="67" y="2920" sodipodi:role="line" id="action-tspan199">Rechten Anfasser um den Winkelschritt drehen</tspan></text>
<use xlink:href="#left" transform="translate(5.63,2923)"/><use xlink:href="#alt" transform="translate(14.33,2923)"/><use xlink:href="#letterkey" transform="translate(25,2923)"/><text 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="2927.66851145"><tspan x="26.7" y="2927.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="2928"><tspan x="32" y="2928" sodipodi:role="line">,</tspan></text><use xlink:href="#left" transform="translate(36.63,2923)"/><use xlink:href="#alt" transform="translate(45.33,2923)"/><use xlink:href="#letterkey" transform="translate(56,2923)"/><text 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="2927.66851145"><tspan x="57.7" y="2927.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="2928" id="action200"><tspan x="67" y="2928" sodipodi:role="line" id="action-tspan200">Linken Anfasser um 1 Pixel drehen</tspan></text>
<use xlink:href="#right" transform="translate(3.43,2931)"/><use xlink:href="#alt" transform="translate(14.33,2931)"/><use xlink:href="#letterkey" transform="translate(25,2931)"/><text 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="2935.66851145"><tspan x="26.7" y="2935.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="2936"><tspan x="32" y="2936" sodipodi:role="line">,</tspan></text><use xlink:href="#right" transform="translate(34.43,2931)"/><use xlink:href="#alt" transform="translate(45.33,2931)"/><use xlink:href="#letterkey" transform="translate(56,2931)"/><text 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="2935.66851145"><tspan x="57.7" y="2935.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="2936" id="action201"><tspan x="67" y="2936" sodipodi:role="line" id="action-tspan201">Rechten Anfasser um 1 Pixel drehen</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="2946" id="title39"><tspan x="33" y="2946" sodipodi:role="line" id="title-tspan39">Mit Tastatur skalieren (&gt;1 Knoten ausgewählt)</tspan></text>
<text xml: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="2951" id="note119"><tspan x="8" y="2951" sodipodi:role="line" id="note-tspan119">Skaliert die ausgewählten Knoten, als wären sie ein »Objekt«, rund um das Zentrum des »Objektes«.</tspan></text>
<use xlink:href="#letterkey" transform="translate(25,2953)"/><text 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="2957.66851145"><tspan x="26.7" y="2957.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="2958"><tspan x="32" y="2958" sodipodi:role="line">,</tspan></text><use xlink:href="#letterkey" transform="translate(56,2953)"/><text 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="2957.66851145"><tspan x="57.7" y="2957.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="2958" id="action202"><tspan x="67" y="2958" sodipodi:role="line" id="action-tspan202">Knoten um einen Schritt vergrößern</tspan></text> 
<use xlink:href="#letterkey" transform="translate(25,2961)"/><text 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="2965.66851145"><tspan x="26.7" y="2965.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="2966"><tspan x="32" y="2966" sodipodi:role="line">,</tspan></text><use xlink:href="#letterkey" transform="translate(56,2961)"/><text 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="2965.66851145"><tspan x="57.7" y="2965.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="2966" id="action203"><tspan x="67" y="2966" sodipodi:role="line" id="action-tspan203">Knoten um einen Schritt verkleinern</tspan></text> 
<text xml: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="2971" id="note120"><tspan x="8" y="2971" sodipodi:role="line" id="note-tspan120">Der Standardwert beträgt 2 px (SVG-Pixel-Einheiten, keine Bildschirm-Pixel).</tspan></text>
<use xlink:href="#alt" transform="translate(14.33,2973)"/><use xlink:href="#letterkey" transform="translate(25,2973)"/><text 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="2977.66851145"><tspan x="26.7" y="2977.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="2978"><tspan x="32" y="2978" sodipodi:role="line">,</tspan></text><use xlink:href="#alt" transform="translate(45.33,2973)"/><use xlink:href="#letterkey" transform="translate(56,2973)"/><text 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="2977.66851145"><tspan x="57.7" y="2977.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="2978" id="action204"><tspan x="67" y="2978" sodipodi:role="line" id="action-tspan204">Knoten um 1 Pixel vergrößern</tspan></text>
<use xlink:href="#alt" transform="translate(14.33,2981)"/><use xlink:href="#letterkey" transform="translate(25,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:4.4;text-anchor:start;writing-mode:lr;" x="26.7" y="2985.66851145"><tspan x="26.7" y="2985.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="2986"><tspan x="32" y="2986" sodipodi:role="line">,</tspan></text><use xlink:href="#alt" transform="translate(45.33,2981)"/><use xlink:href="#letterkey" transform="translate(56,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:4.4;text-anchor:start;writing-mode:lr;" x="57.7" y="2985.66851145"><tspan x="57.7" y="2985.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="2986" id="action205"><tspan x="67" y="2986" sodipodi:role="line" id="action-tspan205">Knoten um 1 Pixel verkleinern</tspan></text>
<text xml: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="2991" id="note121"><tspan x="8" y="2991" sodipodi:role="line" id="note-tspan121">Die Skalierung ist vom Zoomfaktor abhängig. Zoomen Sie für feineres Skalieren hinein.</tspan></text>
<text xml: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="2995" id="note122"><tspan x="8" y="2995" sodipodi:role="line" id="note-tspan122">FIXME Das Skalieren ist rund um das Zentrum einheitlich, so daß sich die Größe der Erhöhung auf die größere der zwei Dimensionen bezieht.</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="3004" id="title40"><tspan x="33" y="3004" sodipodi:role="line" id="title-tspan40">Mit Tastatur rotieren (&gt;1 Knoten ausgewählt)</tspan></text>
<text xml: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="3009" id="note123"><tspan x="8" y="3009" sodipodi:role="line" id="note-tspan123">Dreht die ausgewählten Knoten als wären sie ein »Objekt«, rund um das Zentrum dieses »Objektes«.</tspan></text>
<use xlink:href="#letterkey" transform="translate(25,3011)"/><text 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="3015.66851145"><tspan x="26.7" y="3015.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="3016"><tspan x="32" y="3016" sodipodi:role="line">,</tspan></text><use xlink:href="#letterkey" transform="translate(56,3011)"/><text 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="3015.66851145"><tspan x="57.7" y="3015.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="3016" id="action206"><tspan x="67" y="3016" sodipodi:role="line" id="action-tspan206">dreht den Knoten um einen Winkelschritt</tspan></text> 
<text xml: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="3021" id="note124"><tspan x="8" y="3021" sodipodi:role="line" id="note-tspan124">Der Standardwert beträgt 15°. ] dreht im Uhrzeigersinn, [ dreht gegen den Uhrzeigersinn.</tspan></text>
<use xlink:href="#alt" transform="translate(14.33,3023)"/><use xlink:href="#letterkey" transform="translate(25,3023)"/><text 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="3027.66851145"><tspan x="26.7" y="3027.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="3028"><tspan x="32" y="3028" sodipodi:role="line">,</tspan></text><use xlink:href="#alt" transform="translate(45.33,3023)"/><use xlink:href="#letterkey" transform="translate(56,3023)"/><text 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="3027.66851145"><tspan x="57.7" y="3027.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="3028" id="action207"><tspan x="67" y="3028" sodipodi:role="line" id="action-tspan207">dreht die Knoten um 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="3033" id="note125"><tspan x="8" y="3033" sodipodi:role="line" id="note-tspan125">Der aktuelle Wert für die Erhöhung der Drehung ist vom Zoomfaktor abhängig. Zoomen Sie für feinere Drehungen hinein.</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="3042" id="title41"><tspan x="33" y="3042" sodipodi:role="line" id="title-tspan41">Mit Tastatur umdrehen/spiegeln (&gt;1 Knoten ausgewählt)</tspan></text>
<text xml: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="3047" id="note126"><tspan x="8" y="3047" sodipodi:role="line" id="note-tspan126">Drehen/spiegeln der gewählten Knoten als wären sie ein »Objekt«, rund um das Zentrum des Objektes.</tspan></text>
<use xlink:href="#letterkey" transform="translate(56,3049)"/><text 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="3053.66851145"><tspan x="57.7" y="3053.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="3054" id="action208"><tspan x="67" y="3054" sodipodi:role="line" id="action-tspan208">dreht/spiegelt die Knoten horizontal</tspan></text>
<use xlink:href="#letterkey" transform="translate(56,3057)"/><text 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="3061.66851145"><tspan x="57.7" y="3061.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="3062" id="action209"><tspan x="67" y="3062" sodipodi:role="line" id="action-tspan209">dreht/spiegelt die Knoten vertikal</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="3072" id="title42"><tspan x="33" y="3072" sodipodi:role="line" id="title-tspan42">Segment(e) ändern</tspan></text>
<use xlink:href="#shift" transform="translate(40.54,3075)"/><use xlink:href="#letterkey" transform="translate(56,3075)"/><text 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="3079.66851145"><tspan x="57.7" y="3079.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="3080" id="action210"><tspan x="67" y="3080" sodipodi:role="line" id="action-tspan210">Erstellt Linien</tspan></text>
<use xlink:href="#shift" transform="translate(40.54,3083)"/><use xlink:href="#letterkey" transform="translate(56,3083)"/><text 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="3087.66851145"><tspan x="57.7" y="3087.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="3088" id="action211"><tspan x="67" y="3088" sodipodi:role="line" id="action-tspan211">Erstellt Kurven</tspan></text>
<text xml: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="3093" id="note127"><tspan x="8" y="3093" sodipodi:role="line" id="note-tspan127">Diese Befehle benötigen mehr als zwei angrenzende ausgewählte Knoten.</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="3102" id="title43"><tspan x="33" y="3102" sodipodi:role="line" id="title-tspan43">Knotentyp ändern</tspan></text>
<use xlink:href="#shift" transform="translate(40.54,3105)"/><use xlink:href="#letterkey" transform="translate(56,3105)"/><text 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="3109.66851145"><tspan x="57.7" y="3109.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="3110" id="action212"><tspan x="67" y="3110" sodipodi:role="line" id="action-tspan212">spitz</tspan></text>
<use xlink:href="#shift" transform="translate(40.54,3113)"/><use xlink:href="#letterkey" transform="translate(56,3113)"/><text 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="3117.66851145"><tspan x="57.7" y="3117.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="3118" id="action213"><tspan x="67" y="3118" sodipodi:role="line" id="action-tspan213">rund</tspan></text>
<use xlink:href="#shift" transform="translate(40.54,3121)"/><use xlink:href="#letterkey" transform="translate(56,3121)"/><text 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="3125.66851145"><tspan x="57.7" y="3125.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="3126" id="action214"><tspan x="67" y="3126" sodipodi:role="line" id="action-tspan214">symmetrisch</tspan></text>
<use xlink:href="#ctrl" transform="translate(44.62,3129.5)"/><use xlink:href="#left-click" transform="translate(57,3129.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="3134.5" id="action215"><tspan x="67" y="3134.5" sodipodi:role="line" id="action-tspan215">Umschalten zwischen rund/spitz/symmetrisch</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="3147.5" id="title44"><tspan x="33" y="3147.5" sodipodi:role="line" id="title-tspan44">Verbinden/Unterbrechen</tspan></text>
<use xlink:href="#shift" transform="translate(40.54,3150.5)"/><use xlink:href="#letterkey" transform="translate(56,3150.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="3155.16851145"><tspan x="57.7" y="3155.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="3155.5" id="action216"><tspan x="67" y="3155.5" sodipodi:role="line" id="action-tspan216">Verbindet die gewählten Knoten</tspan></text>
<text xml: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="3160.5" id="note128"><tspan x="8" y="3160.5" sodipodi:role="line" id="note-tspan128">Benötigt exakt zwei Endknoten, die im Pfad ausgewählt sind.</tspan></text>
<use xlink:href="#shift" transform="translate(40.54,3162.5)"/><use xlink:href="#letterkey" transform="translate(56,3162.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="3167.16851145"><tspan x="57.7" y="3167.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="3167.5" id="action217"><tspan x="67" y="3167.5" sodipodi:role="line" id="action-tspan217">Unterbricht den/die ausgewählten Knoten</tspan></text>
<text xml: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.5" id="note129"><tspan x="8" y="3172.5" sodipodi:role="line" id="note-tspan129">Nach dem Bruch ist nur einer der beiden neuen Knoten ausgewählt. Kann für mehr als nur einen Knoten gelten.</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="3181.5" id="title45"><tspan x="33" y="3181.5" sodipodi:role="line" id="title-tspan45">Löschen, Erstellen, Duplizieren</tspan></text>
<use xlink:href="#misc-wide" transform="translate(15.54,3184.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="3188.2"><tspan x="16.64" y="3188.2" sodipodi:role="line">Rückschr.</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family: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="3189.5"><tspan x="32" y="3189.5" sodipodi:role="line">,</tspan></text><use xlink:href="#misc" transform="translate(51.62,3184.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="3188.2"><tspan x="52.72" y="3188.2" sodipodi:role="line">Del</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3189.5" id="action218"><tspan x="67" y="3189.5" sodipodi:role="line" id="action-tspan218">Löscht den/die ausgewählten Knoten</tspan></text>
<use xlink:href="#ctrl" transform="translate(33.95,3193)"/><use xlink:href="#alt" transform="translate(46.33,3193)"/><use xlink:href="#left-click" transform="translate(57,3193)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3198" id="action219"><tspan x="67" y="3198" sodipodi:role="line" id="action-tspan219">Erstellt/Löscht Knoten</tspan></text>
<text xml: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="3206" id="note130"><tspan x="8" y="3206" sodipodi:role="line" id="note-tspan130">Strg+Alt+Klicken auf einen Knoten löscht diesen; Strg+Alt+Klick auf den Pfad zwischen den Knoten erstellt einen neuen Knoten am Klickpunkt.</tspan></text>
<use xlink:href="#left-click" transform="translate(50,3208.5)"/><use xlink:href="#left-click" transform="translate(57,3208.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="3213.5" id="action220"><tspan x="67" y="3213.5" sodipodi:role="line" id="action-tspan220">Erstellt Knoten</tspan></text>
<text xml: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="3221.5" id="note131"><tspan x="8" y="3221.5" sodipodi:role="line" id="note-tspan131">Doppelklick auf den Pfad zwischen zwei Knoten erstellt einen neuen Knoten am Klickpunkt.</tspan></text>
<use xlink:href="#misc" transform="translate(51.62,3223.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="3227.2"><tspan x="52.72" y="3227.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="3228.5" id="action221"><tspan x="67" y="3228.5" sodipodi:role="line" id="action-tspan221">Fügt neue Knoten ein</tspan></text>
<text xml: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="3233.5" id="note132"><tspan x="8" y="3233.5" sodipodi:role="line" id="note-tspan132">Fügt neue Knoten in der Mitte der ausgewählten Segmente ein, so dass es mehr als nur zwei angrenzende ausgewählte Knoten benötigt.</tspan></text>
<use xlink:href="#shift" transform="translate(40.54,3235.5)"/><use xlink:href="#letterkey" transform="translate(56,3235.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="3240.16851145"><tspan x="57.7" y="3240.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="3240.5" id="action222"><tspan x="67" y="3240.5" sodipodi:role="line" id="action-tspan222">Dupliziert ausgewählte Knoten</tspan></text>
<text xml: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="3245.5" id="note133"><tspan x="8" y="3245.5" sodipodi:role="line" id="note-tspan133">Neue Knoten werden auf dem gleichen Pfad erstellt; sie liegen exakt über den alten Knoten und sind ausgewählt.</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="3254.5" id="title46"><tspan x="33" y="3254.5" sodipodi:role="line" id="title-tspan46">Mausauswahl: Objekte</tspan></text>
<use xlink:href="#left-click" transform="translate(57,3258)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3263" id="action223"><tspan x="67" y="3263" sodipodi:role="line" id="action-tspan223">Klicken Sie auf ein nicht ausgewähltes Objekt, um es auszuwählen</tspan></text>
<use xlink:href="#alt" transform="translate(46.33,3269.5)"/><use xlink:href="#left-click" transform="translate(57,3269.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="3274.5" id="action224"><tspan x="67" y="3274.5" sodipodi:role="line" id="action-tspan224">Wählt das untere aus</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,3281)"/><use xlink:href="#left-click" transform="translate(57,3281)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3286" id="action225"><tspan x="67" y="3286" sodipodi:role="line" id="action-tspan225">Schaltet die Auswahl um</tspan></text>
<text xml: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="3294" id="note134"><tspan x="8" y="3294" sodipodi:role="line" id="note-tspan134">Diese arbeiten genauso wie im Auswahlwerkzeug. Die Knoten oder Anfasser der einzeln ausgewählten Objekte werden bearbeitbar.</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="3303" id="title47"><tspan x="33" y="3303" sodipodi:role="line" id="title-tspan47">Mausauswahl: Knoten</tspan></text>
<use xlink:href="#left-click" transform="translate(57,3306.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="3311.5" id="action226"><tspan x="67" y="3311.5" sodipodi:role="line" id="action-tspan226">Wählt einen Knoten aus</tspan></text> 
<text xml: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="3319.5" id="note135"><tspan x="8" y="3319.5" sodipodi:role="line" id="note-tspan135">Das Klicken auf einen Knoten wählt diesen aus.</tspan></text>
<use xlink:href="#left-click" transform="translate(57,3322)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3327" id="action227"><tspan x="67" y="3327" sodipodi:role="line" id="action-tspan227">Wählt zwei angrenzende Knoten aus.</tspan></text> 
<text xml: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="3335" id="note136"><tspan x="8" y="3335" sodipodi:role="line" id="note-tspan136">Das Klicken auf einen ausgewählten Pfad zwischen den Knoten wählt die zwei am nächsten liegenden zum Klickpunkt aus.</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,3337.5)"/><use xlink:href="#left-click" transform="translate(57,3337.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="3342.5" id="action228"><tspan x="67" y="3342.5" sodipodi:role="line" id="action-tspan228">Schaltet Auswahl um</tspan></text>
<text xml: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="3350.5" id="note137"><tspan x="8" y="3350.5" sodipodi:role="line" id="note-tspan137">Fügt einen Knoten (Klick auf Knoten) oder zwei Knoten (Klick auf Pfad) zur Auswahl hinzu oder entfernt.</tspan></text>
<use xlink:href="#left-click" transform="translate(57,3353)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3358" id="action229"><tspan x="67" y="3358" sodipodi:role="line" id="action-tspan229">Auswahl aufheben</tspan></text> 
<text xml: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="3366" id="note138"><tspan x="8" y="3366" sodipodi:role="line" id="note-tspan138">Klicken auf einen freien Bereich wählt alle Knoten ab. Der nächste Klick wählt das Objekt ab.</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="3375" id="title48"><tspan x="33" y="3375" sodipodi:role="line" id="title-tspan48">Gummiband</tspan></text>
<use xlink:href="#left-drag" transform="translate(57,3378.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="3383.5" id="action230"><tspan x="67" y="3383.5" sodipodi:role="line" id="action-tspan230">Auswahl mehrerer Knoten</tspan></text>
<text xml: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="note139"><tspan x="8" y="3391.5" sodipodi:role="line" id="note-tspan139">Das Ziehen um Knoten erstellt eine Gummiband-Auswahl; eine vorangegangenen Knotenauswahl wurde aufgehoben.</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,3394)"/><use xlink:href="#left-drag" 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="action231"><tspan x="67" y="3399" sodipodi:role="line" id="action-tspan231">Fügt der Auswahl Knoten hinzu</tspan></text>
<text xml: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="note140"><tspan x="8" y="3407" sodipodi:role="line" id="note-tspan140">Normalerweise müssen Sie nicht über einen Pfad oder Knoten gehen, um von einem Punkt aus das »Gummiband« zu erstellen.</tspan></text> 
<text xml: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="note141"><tspan x="8" y="3411" sodipodi:role="line" id="note-tspan141">Wenn Sie jedoch die Umschalttaste drücken bevor Sie ziehen macht Inkscape eine Gummiband-Auswahl, wenn Sie über dem Pfad starten.</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="3420" id="title49"><tspan x="33" y="3420" sodipodi:role="line" id="title-tspan49">Knoten verschieben (Maus)</tspan></text>
<use xlink:href="#left-drag" transform="translate(57,3423.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="3428.5" id="action232"><tspan x="67" y="3428.5" sodipodi:role="line" id="action-tspan232">Verschiebt ausgewählte Knoten</tspan></text>
<use xlink:href="#ctrl" transform="translate(44.62,3435)"/><use xlink:href="#left-drag" transform="translate(57,3435)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3440" id="action233"><tspan x="67" y="3440" sodipodi:role="line" id="action-tspan233">Verschiebung auf horizontal und vertikal einschränken</tspan></text>
<use xlink:href="#ctrl" transform="translate(33.95,3446.5)"/><use xlink:href="#alt" transform="translate(46.33,3446.5)"/><use xlink:href="#left-drag" transform="translate(57,3446.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="3451.5" id="action234"><tspan x="67" y="3451.5" sodipodi:role="line" id="action-tspan234">Verschiebt entlang der Anfasser</tspan></text>
<text xml: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="3459.5" id="note142"><tspan x="8" y="3459.5" sodipodi:role="line" id="note-tspan142">Schränkt die Verschiebung zu der Richtung der Knoten-Anfasser ein, ihrer Fortführung und Senkrechten (insgesamt 8 Einrastpunkte).</tspan></text>
<text xml: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="3463.5" id="note143"><tspan x="8" y="3463.5" sodipodi:role="line" id="note-tspan143">Wenn der Knoten gerade Linien auf einer oder beiden Seiten hat, wird es an diesen Linien einrasten anstelle der Richtungen und Senkrechten.</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,3466)"/><use xlink:href="#left-drag" transform="translate(57,3466)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3471" id="action235"><tspan x="67" y="3471" sodipodi:role="line" id="action-tspan235">Schaltet temporär Einrasten aus</tspan></text>
<text xml: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="3479" id="note144"><tspan x="8" y="3479" sodipodi:role="line" id="note-tspan144">Einrasten der Knoten wird in den Dokumenteneinstellungen gesetzt. Standardmäßig rastet nur die Umrandungsbox an Gittern/Führungslinien ein.</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,3481.5)"/><use xlink:href="#left-drag" transform="translate(57,3481.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="3486.5" id="action236"><tspan x="67" y="3486.5" sodipodi:role="line" id="action-tspan236">Anfasser herausziehen</tspan></text>
<text xml: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="3494.5" id="note145"><tspan x="8" y="3494.5" sodipodi:role="line" id="note-tspan145">Hat ein Knoten einen eingezogenen Anfasser, ermöglicht das Ziehen mit der Umschalttaste aus dem Knoten herausziehen.</tspan></text>
<use xlink:href="#left-drag" transform="translate(38.54,3497)"/><use xlink:href="#misc-wide" transform="translate(46.54,3497)"/><text xml: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="3500.7"><tspan x="47.64" y="3500.7" sodipodi:role="line">Leertaste</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3502" id="action237"><tspan x="67" y="3502" sodipodi:role="line" id="action-tspan237">Kopie fallen lasssen</tspan></text>
<text xml: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="3510" id="note146"><tspan x="8" y="3510" sodipodi:role="line" id="note-tspan146">Wenn Sie Knoten mit der Maus ziehen, läßt jede Leertaste eine Kopie des ausgewählten Objektes zurück.</tspan></text> 
<text xml: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="3514" id="note147"><tspan x="8" y="3514" sodipodi:role="line" id="note-tspan147">Sie können die Leertaste drücken und halten, um einen schönen »Pfad« zu bekommen.</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="3523" id="title50"><tspan x="33" y="3523" sodipodi:role="line" id="title-tspan50">Knoten-Anfasser</tspan></text>
<use xlink:href="#left-drag" transform="translate(57,3526.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="3531.5" id="action238"><tspan x="67" y="3531.5" sodipodi:role="line" id="action-tspan238">Verschiebt einen Knoten-Anfasser</tspan></text>
<use xlink:href="#ctrl" transform="translate(44.62,3538)"/><use xlink:href="#left-drag" transform="translate(57,3538)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3543" id="action239"><tspan x="67" y="3543" sodipodi:role="line" id="action-tspan239">Läßt den Anfasser in Winkelschritten einrasten</tspan></text>
<text xml: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="3551" id="note148"><tspan x="8" y="3551" sodipodi:role="line" id="note-tspan148">Der Standard-Winkelschritt beträgt 15°. Dieser rastet auch bei dem Originalwinkel des Anfassers ein, seinen Fortführungen und Senkrechten.</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,3553.5)"/><use xlink:href="#left-drag" transform="translate(57,3553.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="3558.5" id="action240"><tspan x="67" y="3558.5" sodipodi:role="line" id="action-tspan240">Dreht beide Anfasser</tspan></text> 
<use xlink:href="#alt" transform="translate(46.33,3565)"/><use xlink:href="#left-drag" transform="translate(57,3565)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3570" id="action241"><tspan x="67" y="3570" sodipodi:role="line" id="action-tspan241">Sperrt die Anfasserlänge</tspan></text>
<text xml: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="3578" id="note149"><tspan x="8" y="3578" sodipodi:role="line" id="note-tspan149">Strg, Umschalttaste und Alt können beim Ziehen der Anfasser kombiniert werden.</tspan></text>
<use xlink:href="#ctrl" transform="translate(44.62,3580.5)"/><use xlink:href="#left-click" transform="translate(57,3580.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="3585.5" id="action242"><tspan x="67" y="3585.5" sodipodi:role="line" id="action-tspan242">Zieht den Anfasser ein</tspan></text>
<text xml: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="3593.5" id="note150"><tspan x="8" y="3593.5" sodipodi:role="line" id="note-tspan150">Die eingefahrene Anfasserlänge ist Null; benutzen Sie Umschalttaste+Ziehen, um es wieder herauszuziehen.</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="3602.5" id="title51"><tspan x="33" y="3602.5" sodipodi:role="line" id="title-tspan51">Umkehrung</tspan></text>
<use xlink:href="#shift" transform="translate(40.54,3605.5)"/><use xlink:href="#letterkey" transform="translate(56,3605.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="3610.16851145"><tspan x="57.7" y="3610.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="3610.5" id="action243"><tspan x="67" y="3610.5" sodipodi:role="line" id="action-tspan243">Kehrt die Pfadrichtung um</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="3620.5" id="title52"><tspan x="33" y="3620.5" sodipodi:role="line" id="title-tspan52">Formen bearbeiten</tspan></text>
<text xml: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="3625.5" id="note151"><tspan x="8" y="3625.5" sodipodi:role="line" id="note-tspan151">Das Knotenwerkzeug kann auch die Anfasser einer Form (Rechteck, Ellipse, Stern, Spirale) ziehen. Klicken Sie auf eine Form, um diese auszuwählen.</tspan></text> 
<text xml: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="3629.5" id="note152"><tspan x="8" y="3629.5" sodipodi:role="line" id="note-tspan152">Schauen Sie sich die Bearbeitungs-Kurzbefehle der entsprechenden Formenwerkzeuge an, diese funktionieren auch im Knotenwerkzeug.</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="3638.5" id="title53"><tspan x="33" y="3638.5" sodipodi:role="line" id="title-tspan53">Abbrechen</tspan></text>
<use xlink:href="#misc" transform="translate(51.62,3641.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="3645.2"><tspan x="52.72" y="3645.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="3646.5" id="action244"><tspan x="67" y="3646.5" sodipodi:role="line" id="action-tspan244">Bricht Gummiband oder Verschiebung ab</tspan></text>
<text xml: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="3651.5" id="note153"><tspan x="8" y="3651.5" sodipodi:role="line" id="note-tspan153">Drücken Sie Esc während die Maustaste gedrückt ist, um eine Gummibandauswahl, Knotenverschiebung oder Anfasserverschiebung abzubrechen.</tspan></text>


</g><g transform="translate(860,-3657)"><rect style="fill:#ebf1fd;fill-rule:evenodd;stroke:none" width="215" height="183.5" x="0" y="3657"/><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="3678" id="sect1"><tspan x="33" y="3678" sodipodi:role="line" id="sect-tspan1">Rechteck</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="3688.5" id="title54"><tspan x="33" y="3688.5" sodipodi:role="line" id="title-tspan54">Zeichnen</tspan></text>
<use xlink:href="#left-drag" transform="translate(57,3692)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3697" id="action245"><tspan x="67" y="3697" sodipodi:role="line" id="action-tspan245">Zeichnet ein Rechteck</tspan></text>
<use xlink:href="#ctrl" transform="translate(44.62,3703.5)"/><use xlink:href="#left-drag" transform="translate(57,3703.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="3708.5" id="action246"><tspan x="67" y="3708.5" sodipodi:role="line" id="action-tspan246">Erstellt ein Quadrat oderein Rechteck in Ganzzahl-Verhältnis</tspan></text>
<text xml: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="3716.5" id="note154"><tspan x="8" y="3716.5" sodipodi:role="line" id="note-tspan154">Beschränkt das Rechteeck in einer Zahl in Höhen-/Breiten-Verhältnis als Ganzzahl.</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,3719)"/><use xlink:href="#left-drag" transform="translate(57,3719)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3724" id="action247"><tspan x="67" y="3724" sodipodi:role="line" id="action-tspan247">Zeichnet um den Startpunkt herum.</tspan></text>
<text xml: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="3732" id="note155"><tspan x="8" y="3732" sodipodi:role="line" id="note-tspan155">Erstellt ein symmetrisches Rechteck rund um den Startpunkt, der mit der Maus gezogen wurde.</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="3741" id="title55"><tspan x="33" y="3741" sodipodi:role="line" id="title-tspan55">Bearbeiten</tspan></text>
<use xlink:href="#left-click" transform="translate(57,3744.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="3749.5" id="action248"><tspan x="67" y="3749.5" sodipodi:role="line" id="action-tspan248">Mit Klick auf ein Objekt wird dieses ausgewählt.</tspan></text>
<use xlink:href="#alt" transform="translate(46.33,3756)"/><use xlink:href="#left-click" transform="translate(57,3756)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3761" id="action249"><tspan x="67" y="3761" sodipodi:role="line" id="action-tspan249">Wählt das untere aus.</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,3767.5)"/><use xlink:href="#left-click" transform="translate(57,3767.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="3772.5" id="action250"><tspan x="67" y="3772.5" sodipodi:role="line" id="action-tspan250">Schaltet die Auswahl um.</tspan></text>
<use xlink:href="#left-drag" transform="translate(57,3779)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3784" id="action251"><tspan x="67" y="3784" sodipodi:role="line" id="action-tspan251">Zieht einen Anfasser zur Größenänderung oder um die Ecken zu runden.</tspan></text>
<text xml: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="3792" id="note156"><tspan x="8" y="3792" sodipodi:role="line" id="note-tspan156">Zu Anfangs sind die zwei Rundungsanfasser in der rechten oberen Ecke; zwei Größenänderungsanfasser sind in der oberen linken und unteren rechten Ecke.</tspan></text>
<use xlink:href="#ctrl" transform="translate(44.62,3794.5)"/><use xlink:href="#left-drag" transform="translate(57,3794.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="3799.5" id="action252"><tspan x="67" y="3799.5" sodipodi:role="line" id="action-tspan252">Sperrt Breite, Höhe oder Verhältnis (Größenänderungsanfasser)</tspan></text>
<use xlink:href="#ctrl" transform="translate(44.62,3806)"/><use xlink:href="#left-drag" transform="translate(57,3806)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3811" id="action253"><tspan x="67" y="3811" sodipodi:role="line" id="action-tspan253">Sperrt die Eckenrundung (Rundungsanfasser)</tspan></text>
<text xml: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="3819" id="note157"><tspan x="8" y="3819" sodipodi:role="line" id="note-tspan157">Die Größenänderungsanfasser ändern die Breite und Höhe des Rechtecks in seinen eigenen Koordinatensystem, bevor irgendwelche Transformationen angewendet werden.</tspan></text>
<text xml: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="3823" id="note158"><tspan x="8" y="3823" sodipodi:role="line" id="note-tspan158">Wenn Sie Ecken runden, ziehen Sie nur die Rundungsanfasser (mit den anderen an der Ecke) damit die Ecken rund bleiben.</tspan></text>
<text xml: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="3827" id="note159"><tspan x="8" y="3827" sodipodi:role="line" id="note-tspan159">Sie können beide Anfasser ziehen, um eine elliptisch gerundete Ecke zu bekommen, oder ziehen Sie eine mit Strg, um sicherzustellen, dass der andere synchronisiert ist.</tspan></text>
<use xlink:href="#misc" transform="translate(51.62,3829)"/><text xml: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="3832.7"><tspan x="52.72" y="3832.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="3834" id="action254"><tspan x="67" y="3834" sodipodi:role="line" id="action-tspan254">Abwahl</tspan></text>

<rect style="fill:#ffece8;fill-rule:evenodd;stroke:none" width="215" height="179.5" x="0" y="3840.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="3861.5" id="sect2"><tspan x="33" y="3861.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="3872" id="title56"><tspan x="33" y="3872" sodipodi:role="line" id="title-tspan56">Zeichnen</tspan></text>
<use xlink:href="#left-drag" transform="translate(57,3875.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="3880.5" id="action255"><tspan x="67" y="3880.5" sodipodi:role="line" id="action-tspan255">Zeichnet eine Ellipse</tspan></text>
<use xlink:href="#ctrl" transform="translate(44.62,3887)"/><use xlink:href="#left-drag" transform="translate(57,3887)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3892" id="action256"><tspan x="67" y="3892" sodipodi:role="line" id="action-tspan256">Erstellt eine kreisrunde oder eine Ellipse im Ganzzahlverhältnis</tspan></text>
<text xml: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="3900" id="note160"><tspan x="8" y="3900" sodipodi:role="line" id="note-tspan160">Beschränkt die Ellipse in ihrem Höhen-/Breiten-Verhältnis in einer Ganzzahl.</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,3902.5)"/><use xlink:href="#left-drag" transform="translate(57,3902.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="3907.5" id="action257"><tspan x="67" y="3907.5" sodipodi:role="line" id="action-tspan257">Zeichnet rund um den Startpunkt</tspan></text>
<text xml: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="3915.5" id="note161"><tspan x="8" y="3915.5" sodipodi:role="line" id="note-tspan161">Erstellt eine symmetrische Ellipse um den Startpunkt, der mit der Maus gezogen wurde.</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="3924.5" id="title57"><tspan x="33" y="3924.5" sodipodi:role="line" id="title-tspan57">Bearbeitung</tspan></text>
<use xlink:href="#left-click" transform="translate(57,3928)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3933" id="action258"><tspan x="67" y="3933" sodipodi:role="line" id="action-tspan258">Klickt ein Objekt an und wählt es aus</tspan></text>
<use xlink:href="#alt" transform="translate(46.33,3939.5)"/><use xlink:href="#left-click" transform="translate(57,3939.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="3944.5" id="action259"><tspan x="67" y="3944.5" sodipodi:role="line" id="action-tspan259">Wählt das untere</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,3951)"/><use xlink:href="#left-click" transform="translate(57,3951)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3956" id="action260"><tspan x="67" y="3956" sodipodi:role="line" id="action-tspan260">Schaltet die Auswahl um</tspan></text>
<use xlink:href="#left-drag" transform="translate(57,3962.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="3967.5" id="action261"><tspan x="67" y="3967.5" sodipodi:role="line" id="action-tspan261">Ziehen Sie ein Anfasser zur Größenänderung, Erstellt Bögen oder Segmente.</tspan></text>
<text xml: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="3975.5" id="note162"><tspan x="8" y="3975.5" sodipodi:role="line" id="note-tspan162">Zu Beginn befinden sich die zwei Bogen-/Segment-Anfasser am weitesten rechten Punkt; zwei Anfasser für Größenänderung sind am obersten und am weitesten linken Punkt.</tspan></text>
<use xlink:href="#ctrl" transform="translate(44.62,3978)"/><use xlink:href="#left-drag" transform="translate(57,3978)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="3983" id="action262"><tspan x="67" y="3983" sodipodi:role="line" id="action-tspan262">Sperrt den Kreis (Anfasser für Größenänderung)</tspan></text>
<use xlink:href="#ctrl" transform="translate(44.62,3989.5)"/><use xlink:href="#left-drag" transform="translate(57,3989.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="3994.5" id="action263"><tspan x="67" y="3994.5" sodipodi:role="line" id="action-tspan263">Einrasten in Winkelschritten (Bogen-/Segment-Anfasser)</tspan></text>
<text xml: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="4002.5" id="note163"><tspan x="8" y="4002.5" sodipodi:role="line" id="note-tspan163">Die Anfasser für Größenänderung ändern die Breite und Höhe der Ellipse in ihrem eigenen Koordinatensystem, bevor irgendwelche Transformationen angewendet werden.</tspan></text>
<text xml: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="4006.5" id="note164"><tspan x="8" y="4006.5" sodipodi:role="line" id="note-tspan164">Der Standard-Winkelschritt beträgt 15°.</tspan></text>
<use xlink:href="#misc" transform="translate(51.62,4008.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="4012.2"><tspan x="52.72" y="4012.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="4013.5" id="action264"><tspan x="67" y="4013.5" sodipodi:role="line" id="action-tspan264">Wählt ab.</tspan></text>

<rect style="fill:#f8f7d5;fill-rule:evenodd;stroke:none" width="215" height="186.5" x="0" y="4020"/><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="4041" id="sect3"><tspan x="33" y="4041" sodipodi:role="line" id="sect-tspan3">Stern</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="4051.5" id="title58"><tspan x="33" y="4051.5" sodipodi:role="line" id="title-tspan58">Zeichnen</tspan></text>
<use xlink:href="#left-drag" transform="translate(57,4055)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4060" id="action265"><tspan x="67" y="4060" sodipodi:role="line" id="action-tspan265">Zeichnet einen Stern</tspan></text>
<use xlink:href="#ctrl" transform="translate(44.62,4066.5)"/><use xlink:href="#left-drag" transform="translate(57,4066.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="4071.5" id="action266"><tspan x="67" y="4071.5" sodipodi:role="line" id="action-tspan266">Einrasten des Sterns in Winkelschritten</tspan></text>
<text xml: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="4079.5" id="note165"><tspan x="8" y="4079.5" sodipodi:role="line" id="note-tspan165">Der Standard-Winkelschritt beträgt 15°.</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="4088.5" id="title59"><tspan x="33" y="4088.5" sodipodi:role="line" id="title-tspan59">Bearbeiten</tspan></text>
<use xlink:href="#left-click" transform="translate(57,4092)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4097" id="action267"><tspan x="67" y="4097" sodipodi:role="line" id="action-tspan267">Klickt ein Objekt, um es auszuwählen</tspan></text>
<use xlink:href="#alt" transform="translate(46.33,4103.5)"/><use xlink:href="#left-click" transform="translate(57,4103.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="4108.5" id="action268"><tspan x="67" y="4108.5" sodipodi:role="line" id="action-tspan268">Wählt das untere</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,4115)"/><use xlink:href="#left-click" transform="translate(57,4115)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4120" id="action269"><tspan x="67" y="4120" sodipodi:role="line" id="action-tspan269">Schaltet Auswahl um</tspan></text>
<use xlink:href="#left-drag" transform="translate(57,4126.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="4131.5" id="action270"><tspan x="67" y="4131.5" sodipodi:role="line" id="action-tspan270">Zieht den Anfasser, um die Form des Sterns zu variieren</tspan></text>
<use xlink:href="#ctrl" transform="translate(44.62,4138)"/><use xlink:href="#left-drag" transform="translate(57,4138)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4143" id="action271"><tspan x="67" y="4143" sodipodi:role="line" id="action-tspan271">Behält die Sternen-Strahlen radial (kein Verzerren)</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,4149.5)"/><use xlink:href="#left-drag" transform="translate(57,4149.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="4154.5" id="action272"><tspan x="67" y="4154.5" sodipodi:role="line" id="action-tspan272">Rundet den Stern</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,4161)"/><use xlink:href="#left-click" transform="translate(57,4161)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4166" id="action273"><tspan x="67" y="4166" sodipodi:role="line" id="action-tspan273">Löscht Rundung</tspan></text>
<use xlink:href="#alt" transform="translate(46.33,4172.5)"/><use xlink:href="#left-drag" transform="translate(57,4172.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="4177.5" id="action274"><tspan x="67" y="4177.5" sodipodi:role="line" id="action-tspan274">Ändert den Stern zufällig</tspan></text>
<use xlink:href="#alt" transform="translate(46.33,4184)"/><use xlink:href="#left-click" transform="translate(57,4184)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4189" id="action275"><tspan x="67" y="4189" sodipodi:role="line" id="action-tspan275">Löscht die zufällige Änderung</tspan></text>
<use xlink:href="#misc" transform="translate(51.62,4195)"/><text xml: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="4198.7"><tspan x="52.72" y="4198.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="4200" id="action276"><tspan x="67" y="4200" sodipodi:role="line" id="action-tspan276">Wählt ab</tspan></text>

<rect style="fill:#f3f3f3;fill-rule:evenodd;stroke:none" width="215" height="222" x="0" y="4206.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="4227.5" id="sect4"><tspan x="33" y="4227.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="4238" id="title60"><tspan x="33" y="4238" sodipodi:role="line" id="title-tspan60">Zeichnen</tspan></text>
<use xlink:href="#left-drag" transform="translate(57,4241.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="4246.5" id="action277"><tspan x="67" y="4246.5" sodipodi:role="line" id="action-tspan277">Zeichnet eine Spirale</tspan></text>
<use xlink:href="#ctrl" transform="translate(44.62,4253)"/><use xlink:href="#left-drag" transform="translate(57,4253)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4258" id="action278"><tspan x="67" y="4258" sodipodi:role="line" id="action-tspan278">Einrasten der Spirale in Winkelschritten</tspan></text>
<text xml: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="4266" id="note166"><tspan x="8" y="4266" sodipodi:role="line" id="note-tspan166">Der Standard-Winkelschritt beträgt 15°.</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="4275" id="title61"><tspan x="33" y="4275" sodipodi:role="line" id="title-tspan61">Bearbeiten</tspan></text>
<use xlink:href="#left-click" transform="translate(57,4278.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="4283.5" id="action279"><tspan x="67" y="4283.5" sodipodi:role="line" id="action-tspan279">Klickt ein Objekt, um es auszuwählen</tspan></text>
<use xlink:href="#alt" transform="translate(46.33,4290)"/><use xlink:href="#left-click" transform="translate(57,4290)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4295" id="action280"><tspan x="67" y="4295" sodipodi:role="line" id="action-tspan280">Wählt das untere</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,4301.5)"/><use xlink:href="#left-click" transform="translate(57,4301.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="4306.5" id="action281"><tspan x="67" y="4306.5" sodipodi:role="line" id="action-tspan281">Schaltet Auswahl um</tspan></text>
<use xlink:href="#left-drag" transform="translate(57,4313)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4318" id="action282"><tspan x="67" y="4318" sodipodi:role="line" id="action-tspan282">Einrollen/Ausrollen von der Innenseite (innerer Anfasser)</tspan></text>
<text xml: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="4326" id="note167"><tspan x="8" y="4326" sodipodi:role="line" id="note-tspan167">Ziehen des inneren Anfasser gleicht den »Innenradius«-Parameter an.</tspan></text>
<use xlink:href="#alt" transform="translate(46.33,4328.5)"/><use xlink:href="#left-drag" transform="translate(57,4328.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="4333.5" id="action283"><tspan x="67" y="4333.5" sodipodi:role="line" id="action-tspan283">Konvergieren/Divergieren (innerer Anfasser)</tspan></text>
<use xlink:href="#alt" transform="translate(46.33,4340)"/><use xlink:href="#left-click" transform="translate(57,4340)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera 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" id="action284"><tspan x="67" y="4345" sodipodi:role="line" id="action-tspan284">Divergenz zurücksetzen (innerer Anfasser)</tspan></text>
<text xml: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="4353" id="note168"><tspan x="8" y="4353" sodipodi:role="line" id="note-tspan168">Vertikales Alt+Ziehen des inneren Anfassers gleicht die »Divergenz«-Parameter an, Alt+Ziehen setzt es auf 1 zurück.</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,4355.5)"/><use xlink:href="#left-click" transform="translate(57,4355.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="4360.5" id="action285"><tspan x="67" y="4360.5" sodipodi:role="line" id="action-tspan285">Nullt den inneren Radius (innerer Anfasser)</tspan></text>
<text xml: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="4368.5" id="note169"><tspan x="8" y="4368.5" sodipodi:role="line" id="note-tspan169">Umschalttaste+Klicken des inneren Anfassers läßt die Spirale aus dem Zentrum heraus starten.</tspan></text>

<use xlink:href="#left-drag" transform="translate(57,4371)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4376" id="action286"><tspan x="67" y="4376" sodipodi:role="line" id="action-tspan286">Einrollen/Ausrollen von der Außenseite (äußerer Anfasser)</tspan></text>
<text xml: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="4384" id="note170"><tspan x="8" y="4384" sodipodi:role="line" id="note-tspan170">Ziehen des äußeren Anfassers gleicht die Drehungs-Parameter an. Umschalttaste+Ziehen, um ohne Radiusänderung ein- oder auszurollen.</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="action287"><tspan x="67" y="4391.5" sodipodi:role="line" id="action-tspan287">Skalieren/Rotieren (äußerer Anfasser)</tspan></text>
<text xml: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="4399.5" id="note171"><tspan x="8" y="4399.5" sodipodi:role="line" id="note-tspan171">Benutzen Sie Umschalttaste+Alt, um nur zu rotieren (sperrt den Radius der Spirale).</tspan></text>

<use xlink:href="#ctrl" transform="translate(44.62,4402)"/><use xlink:href="#left-drag" transform="translate(57,4402)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4407" id="action288"><tspan x="67" y="4407" sodipodi:role="line" id="action-tspan288">Einrasten der Anfasser im Winkelschritt</tspan></text>
<text xml: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="4415" id="note172"><tspan x="8" y="4415" sodipodi:role="line" id="note-tspan172">Der Standard-Winkelschritt beträgt 15°. Dies gilt für beide Anfasser.</tspan></text>

<use xlink:href="#misc" transform="translate(51.62,4417)"/><text xml: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="4420.7"><tspan x="52.72" y="4420.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="4422" id="action289"><tspan x="67" y="4422" sodipodi:role="line" id="action-tspan289">Wählt ab</tspan></text>

</g><g transform="translate(1075,-4428.5)"><rect style="fill:#e7e9f3;fill-rule:evenodd;stroke:none" width="215" height="65.5" x="0" y="4428.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="4449.5" id="sect1"><tspan x="33" y="4449.5" sodipodi:role="line" id="sect-tspan1">Zoom</tspan></text>

<use xlink:href="#left-click" transform="translate(57,4456.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="4461.5" id="action290"><tspan x="67" y="4461.5" sodipodi:role="line" id="action-tspan290">Zoom hinein</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,4468)"/><use xlink:href="#left-click" transform="translate(57,4468)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4473" id="action291"><tspan x="67" y="4473" sodipodi:role="line" id="action-tspan291">Zoom heraus</tspan></text>
<use xlink:href="#left-drag" transform="translate(57,4479.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="4484.5" id="action292"><tspan x="67" y="4484.5" sodipodi:role="line" id="action-tspan292">Zoom in das Gebiet</tspan></text>

<rect style="fill:#e9efc5;fill-rule:evenodd;stroke:none" width="215" height="73.5" x="0" y="4494"/><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="4515" id="sect2"><tspan x="33" y="4515" sodipodi:role="line" id="sect-tspan2">Freihand</tspan></text>

<use xlink:href="#left-drag" transform="translate(57,4522)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4527" id="action293"><tspan x="67" y="4527" sodipodi:role="line" id="action-tspan293">Zeichnet eine Freihandlinie</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,4533.5)"/><use xlink:href="#left-drag" transform="translate(57,4533.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="4538.5" id="action294"><tspan x="67" y="4538.5" sodipodi:role="line" id="action-tspan294">Fügt dem aktuellen Pfad hinzu</tspan></text>
<text xml: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="4546.5" id="note173"><tspan x="8" y="4546.5" sodipodi:role="line" id="note-tspan173">Wenn ein Pfad ausgewählt ist, erstellt Umschalttaste+Ziehen irgendwo einen neuen Unterpfad anstelle eines neuen eigenständigen Pfades.</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,4549)"/><use xlink:href="#left-drag" transform="translate(57,4549)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4554" id="action295"><tspan x="67" y="4554" sodipodi:role="line" id="action-tspan295">Schaltet temporär Einrasten aus</tspan></text>
<text xml: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="4562" id="note174"><tspan x="8" y="4562" sodipodi:role="line" id="note-tspan174">Die Umschalttaste schaltet das Einrasten an Gitter und Führungslinien temporär aus, auch wenn Sie mit eingeschaltetem Gitter und Führungslinien arbeiten.</tspan></text>

<rect style="fill:#e7f5d7;fill-rule:evenodd;stroke:none" width="215" height="204.5" x="0" y="4567.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="4588.5" id="sect3"><tspan x="33" y="4588.5" sodipodi:role="line" id="sect-tspan3">Bézier (Stift)</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="4599" id="title62"><tspan x="33" y="4599" sodipodi:role="line" id="title-tspan62">Erstellt Knoten</tspan></text>
<use xlink:href="#left-click" transform="translate(57,4602.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="4607.5" id="action296"><tspan x="67" y="4607.5" sodipodi:role="line" id="action-tspan296">Erstellt einen scharfen Knoten</tspan></text>
<text xml: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="4615.5" id="note175"><tspan x="8" y="4615.5" sodipodi:role="line" id="note-tspan175">Wenn kein Pfad erstellt ist, startet dies einen neuen Pfad.</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,4618)"/><use xlink:href="#left-click" transform="translate(57,4618)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4623" id="action297"><tspan x="67" y="4623" sodipodi:role="line" id="action-tspan297">Fügt dem ausgewählten Pfad hinzu</tspan></text>
<text xml: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="4631" id="note176"><tspan x="8" y="4631" sodipodi:role="line" id="note-tspan176">Wenn ein Pfad ausgewählt ist, startet Umschalttaste+Klicken irgendwo einen neuen Unterpfad anstelle eines neuen eigenständigen Pfades.</tspan></text>
<use xlink:href="#left-drag" transform="translate(57,4633.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="4638.5" id="action298"><tspan x="67" y="4638.5" sodipodi:role="line" id="action-tspan298">Erstellt einen Bézier-Knoten mit zwei Anfassern</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,4645)"/><use xlink:href="#left-drag" transform="translate(57,4645)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4650" id="action299"><tspan x="67" y="4650" sodipodi:role="line" id="action-tspan299">Verschiebt nur einen Anfasser</tspan></text>

<text xml: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="4658" id="note177"><tspan x="8" y="4658" sodipodi:role="line" id="note-tspan177">Verschiebt nur einen Anfasser (anstelle beider Anfasser), um einen Spitzknoten zu erstellen.</tspan></text> 
<use xlink:href="#ctrl" transform="translate(44.62,4660.5)"/><use xlink:href="#left-drag" transform="translate(57,4660.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="4665.5" id="action300"><tspan x="67" y="4665.5" sodipodi:role="line" id="action-tspan300">Einrasten der Anfasser in Winkelschritten</tspan></text>
<text xml: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="4673.5" id="note178"><tspan x="8" y="4673.5" sodipodi:role="line" id="note-tspan178">Der Standard-Winkelschritt beträgt 15°.</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="4682.5" id="title63"><tspan x="33" y="4682.5" sodipodi:role="line" id="title-tspan63">Erstellt Segmente</tspan></text>
<use xlink:href="#ctrl" transform="translate(51.62,4685.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="4690.5" id="action301"><tspan x="67" y="4690.5" sodipodi:role="line" id="action-tspan301">Einrasten des Segmentes in Winkelschritten</tspan></text>
<text xml: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="4695.5" id="note179"><tspan x="8" y="4695.5" sodipodi:role="line" id="note-tspan179">Läßt die neuen Knotenwinkel einrasten, relativ zu den vorherigen Knoten, in Winkelschritten (Standard 15°).</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="4704.5" id="title64"><tspan x="33" y="4704.5" sodipodi:role="line" id="title-tspan64">Ziel</tspan></text>
<use xlink:href="#misc-wide" transform="translate(46.54,4707.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="4711.2"><tspan x="47.64" y="4711.2" sodipodi:role="line">Eingabe</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4712.5" id="action302"><tspan x="67" y="4712.5" sodipodi:role="line" id="action-tspan302">Beendet die derzeitige Linie</tspan></text>
<use xlink:href="#right-click" transform="translate(57,4716)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera 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" id="action303"><tspan x="67" y="4721" sodipodi:role="line" id="action-tspan303">Beendet die derzeitige Linie</tspan></text>
<use xlink:href="#left-click" transform="translate(50,4727.5)"/><use xlink:href="#left-click" transform="translate(57,4727.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="4732.5" id="action304"><tspan x="67" y="4732.5" sodipodi:role="line" id="action-tspan304">Beendet die derzeitige Linie</tspan></text>
<text xml: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="4740.5" id="note180"><tspan x="8" y="4740.5" sodipodi:role="line" id="note-tspan180">Eingabetaste, rechte Maustaste oder Doppelklick auf linke Maustaste beenden die derzeitige Linie und verwirft das letzte unfertige (rote) Segment.</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="4749.5" id="title65"><tspan x="33" y="4749.5" sodipodi:role="line" id="title-tspan65">Keyboard</tspan></text>
<use xlink:href="#misc" transform="translate(51.62,4752.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="4756.2"><tspan x="52.72" y="4756.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="4757.5" id="action305"><tspan x="67" y="4757.5" sodipodi:role="line" id="action-tspan305">FIXME cancel current line</tspan></text>
<use xlink:href="#misc-wide" transform="translate(15.54,4760.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="4764.2"><tspan x="16.64" y="4764.2" sodipodi:role="line">Rückschr.</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family: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="4765.5"><tspan x="32" y="4765.5" sodipodi:role="line">,</tspan></text><use xlink:href="#misc" transform="translate(51.62,4760.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="4764.2"><tspan x="52.72" y="4764.2" sodipodi:role="line">Del</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4765.5" id="action306"><tspan x="67" y="4765.5" sodipodi:role="line" id="action-tspan306">FIXME erase last segment of current line</tspan></text>

<rect style="fill:#e9dfef;fill-rule:evenodd;stroke:none" width="215" height="77.5" x="0" y="4772"/><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="4793" id="sect4"><tspan x="33" y="4793" sodipodi:role="line" id="sect-tspan4">Kalligraphie</tspan></text>

<use xlink:href="#left-drag" transform="translate(57,4800)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4805" id="action307"><tspan x="67" y="4805" sodipodi:role="line" id="action-tspan307">Zeichnet eine kalligraphische Linie</tspan></text>
<use xlink:href="#left-arrow" transform="translate(25,4811.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="4816.5"><tspan x="32" y="4816.5" sodipodi:role="line">,</tspan></text><use xlink:href="#right-arrow" transform="translate(56,4811.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="4816.5" id="action308"><tspan x="67" y="4816.5" sodipodi:role="line" id="action-tspan308">gleicht die Stiftbreite an</tspan></text>
<use xlink:href="#up" transform="translate(25,4823)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family: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="4828"><tspan x="32" y="4828" sodipodi:role="line">,</tspan></text><use xlink:href="#down" transform="translate(56,4823)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4828" id="action309"><tspan x="67" y="4828" sodipodi:role="line" id="action-tspan309">gleicht den Stiftwinkel an</tspan></text>
<text xml: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="4836" id="note181"><tspan x="8" y="4836" sodipodi:role="line" id="note-tspan181">Breite und Winkel können während des Zeichnens angeglichen werden. </tspan></text>
<use xlink:href="#misc" transform="translate(51.62,4838)"/><text xml: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="4841.7"><tspan x="52.72" y="4841.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="4843" id="action310"><tspan x="67" y="4843" sodipodi:role="line" id="action-tspan310">Wählt ab</tspan></text>

<rect style="fill:#e9f3e7;fill-rule:evenodd;stroke:none" width="215" height="239" x="0" y="4849.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="4870.5" id="sect5"><tspan x="33" y="4870.5" sodipodi:role="line" id="sect-tspan5">Farbverlauf</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="4881" id="title66"><tspan x="33" y="4881" sodipodi:role="line" id="title-tspan66">Erstellt Verläufe</tspan></text>
<use xlink:href="#left-drag" transform="translate(57,4884.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="4889.5" id="action311"><tspan x="67" y="4889.5" sodipodi:role="line" id="action-tspan311">Erstellt Verlauf</tspan></text>
<text xml: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="4897.5" id="note182"><tspan x="8" y="4897.5" sodipodi:role="line" id="note-tspan182">Erstellt einen Verlauf auf dem ausgewählten Objekt. Mit der Einstellungsleiste können Sie Linear/Radial und Füllung/Kontur für den neuen Verlauf auswählen.</tspan></text>
<use xlink:href="#left-click" transform="translate(50,4900)"/><use xlink:href="#left-click" transform="translate(57,4900)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4905" id="action312"><tspan x="67" y="4905" sodipodi:role="line" id="action-tspan312">Erstellt einen Standard-Verlauf</tspan></text>
<text xml: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="4913" id="note183"><tspan x="8" y="4913" sodipodi:role="line" id="note-tspan183">Erstellt Standard-Verläufe (horizontal Rand zu Rand für linear, zentriert Rand zu Rand zu Rand für radial) auf dem angeklickten Objekt. </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="4922" id="title67"><tspan x="33" y="4922" sodipodi:role="line" id="title-tspan67">Anfasser</tspan></text>
<use xlink:href="#misc" transform="translate(51.62,4925)"/><text xml: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="4928.7"><tspan x="52.72" y="4928.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="4930" id="action313"><tspan x="67" y="4930" sodipodi:role="line" id="action-tspan313">Wählt nächsten Anfasser aus</tspan></text> 
<use xlink:href="#shift" transform="translate(36.16,4933)"/><use xlink:href="#misc" transform="translate(51.62,4933)"/><text xml: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="4936.7"><tspan x="52.72" y="4936.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="4938" id="action314"><tspan x="67" y="4938" sodipodi:role="line" id="action-tspan314">Wählt vorherigen Anfasser aus</tspan></text>
<use xlink:href="#arrows" transform="translate(51.62,4941.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="4946.5" id="action315"><tspan x="67" y="4946.5" sodipodi:role="line" id="action-tspan315">Verschiebt ausgewählten Anfasser um die Anstoßdistanz</tspan></text>
<use xlink:href="#shift" transform="translate(36.16,4953)"/><use xlink:href="#arrows" transform="translate(51.62,4953)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4958" id="action316"><tspan x="67" y="4958" sodipodi:role="line" id="action-tspan316">Verschiebt ausgewählten Anfasser um das 10-fache der Anstoßdistanz</tspan></text>
<text xml: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="4966" id="note184"><tspan x="8" y="4966" sodipodi:role="line" id="note-tspan184">Der Standardwert der Anstoßdistanz beträgt 2 px (SVG-Pixel-Einheiten, keine Bildschirm-Pixel).</tspan></text>
<use xlink:href="#alt" transform="translate(40.95,4968.5)"/><use xlink:href="#arrows" transform="translate(51.62,4968.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="4973.5" id="action317"><tspan x="67" y="4973.5" sodipodi:role="line" id="action-tspan317">Verschiebt ausgewählten Anfasser um 1 Pixel</tspan></text>
<use xlink:href="#alt" transform="translate(25.49,4980)"/><use xlink:href="#shift" transform="translate(36.16,4980)"/><use xlink:href="#arrows" transform="translate(51.62,4980)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="4985" id="action318"><tspan x="67" y="4985" sodipodi:role="line" id="action-tspan318">Verschiebt ausgewählten Anfasser um 10 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="4993" id="note185"><tspan x="8" y="4993" sodipodi:role="line" id="note-tspan185">Die aktuelle Entfernung für Pixel-Verschiebungen ist vom Zoomfaktor abhängig. Zoomen Sie für feinere Verschiebungen hinein.</tspan></text>
<use xlink:href="#misc" transform="translate(51.62,4995)"/><text xml: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="4998.7"><tspan x="52.72" y="4998.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="5000" id="action319"><tspan x="67" y="5000" sodipodi:role="line" id="action-tspan319">Wählt Anfasser ab</tspan></text>
<use xlink:href="#left-click" transform="translate(50,5003.5)"/><use xlink:href="#left-click" transform="translate(57,5003.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="5008.5" id="action320"><tspan x="67" y="5008.5" sodipodi:role="line" id="action-tspan320">Öffnet Verlaufseditor</tspan></text>
<text xml: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="5016.5" id="note186"><tspan x="8" y="5016.5" sodipodi:role="line" id="note-tspan186">Doppelklicken eines Verlaufsanfassers öffnet den Verlaufseditor mit dem entsprechenden Verlauf und der angeklichte Anfasser ist in der Stop-Liste ausgewählt.</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="5025.5" id="title68"><tspan x="33" y="5025.5" sodipodi:role="line" id="title-tspan68">Umkehrung</tspan></text>
<use xlink:href="#shift" transform="translate(40.54,5028.5)"/><use xlink:href="#letterkey" transform="translate(56,5028.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="5033.16851145"><tspan x="57.7" y="5033.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="5033.5" id="action321"><tspan x="67" y="5033.5" sodipodi:role="line" id="action-tspan321">Kehrt Verlaufsdefinition um</tspan></text> 
<text xml: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="5038.5" id="note187"><tspan x="8" y="5038.5" sodipodi:role="line" id="note-tspan187">Spiegelt die Stop-Positionen des derzeitigen Verlaufes, ohne die Verlaufsanfasser zu verschieben.</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="5047.5" id="title69"><tspan x="33" y="5047.5" sodipodi:role="line" id="title-tspan69">Mausauswahl</tspan></text>
<use xlink:href="#left-click" transform="translate(57,5051)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5056" id="action322"><tspan x="67" y="5056" sodipodi:role="line" id="action-tspan322">Klickt ein Objekt, um es auszuwählen</tspan></text>
<use xlink:href="#alt" transform="translate(46.33,5062.5)"/><use xlink:href="#left-click" transform="translate(57,5062.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="5067.5" id="action323"><tspan x="67" y="5067.5" sodipodi:role="line" id="action-tspan323">Wählt das untere aus</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,5074)"/><use xlink:href="#left-click" transform="translate(57,5074)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5079" id="action324"><tspan x="67" y="5079" sodipodi:role="line" id="action-tspan324">Schaltet Auswahl um</tspan></text>


<rect style="fill:#feeffa;fill-rule:evenodd;stroke:none" width="215" height="112.5" x="0" y="5088.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="5109.5" id="sect6"><tspan x="33" y="5109.5" sodipodi:role="line" id="sect-tspan6">Pipette</tspan></text>

<use xlink:href="#left-click" transform="translate(57,5116.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="5121.5" id="action325"><tspan x="67" y="5121.5" sodipodi:role="line" id="action-tspan325">Setzt Füllfarbe</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,5128)"/><use xlink:href="#left-click" transform="translate(57,5128)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5133" id="action326"><tspan x="67" y="5133" sodipodi:role="line" id="action-tspan326">Setzt Linienfarbe</tspan></text>
<use xlink:href="#left-drag" transform="translate(57,5139.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="5144.5" id="action327"><tspan x="67" y="5144.5" sodipodi:role="line" id="action-tspan327">Setzt Durchschnittsfarbe</tspan></text>
<use xlink:href="#shift" transform="translate(41.54,5151)"/><use xlink:href="#left-drag" transform="translate(57,5151)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5156" id="action328"><tspan x="67" y="5156" sodipodi:role="line" id="action-tspan328">Setzt Durchschnittslinienfarbe</tspan></text>
<text xml: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="5164" id="note188"><tspan x="8" y="5164" sodipodi:role="line" id="note-tspan188">Ein Klick setzt die Farbe unter dem Mauszeiger der derzeitigen Auswahl. Ziehen eines Radiuses berechnet die Durchschnittsfarbe des kreisrunden Gebietes.</tspan></text>
<text xml: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="5168" id="note189"><tspan x="8" y="5168" sodipodi:role="line" id="note-tspan189">Ist ein Verlaufsanfasser (im Verlaufswerkzeug) ausgewählt, bekommt er die Farbe anstelle des gesamten Objektes.</tspan></text>
<use xlink:href="#alt" transform="translate(15.33,5170.5)"/><use xlink:href="#left-click" transform="translate(26,5170.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="5175.5"><tspan x="32.6" y="5175.5" sodipodi:role="line">,</tspan></text><use xlink:href="#alt" transform="translate(46.33,5170.5)"/><use xlink:href="#left-drag" transform="translate(57,5170.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="5175.5" id="action329"><tspan x="67" y="5175.5" sodipodi:role="line" id="action-tspan329">Setzt inverse Farbe</tspan></text>
<text xml: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="5183.5" id="note190"><tspan x="8" y="5183.5" sodipodi:role="line" id="note-tspan190">Wenn Alt gedrückt ist, setzt die gewählte Farbe (mit oder ohne Umschalttaste, durch Klicken oder Ziehen) die inverse Farbe.</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,5185.5)"/><use xlink:href="#letterkey" transform="translate(56,5185.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="5190.16851145"><tspan x="57.7" y="5190.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="5190.5" id="action330"><tspan x="67" y="5190.5" sodipodi:role="line" id="action-tspan330">Kopiert die Farbe</tspan></text>
<text xml: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="5195.5" id="note191"><tspan x="8" y="5195.5" sodipodi:role="line" id="note-tspan191">Kopiert die Farbe unter dem Mauszeiger in die Zwischenablage wie Text im RRGGBBAA-Format (8 Hex-Ziffern).</tspan></text>

</g><g transform="translate(1290,-5201)"><rect style="fill:#eefdf3;fill-rule:evenodd;stroke:none" width="215" height="637" x="0" y="5201"/><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="5222" id="sect1"><tspan x="33" y="5222" sodipodi:role="line" id="sect-tspan1">Text</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="5232.5" id="title70"><tspan x="33" y="5232.5" sodipodi:role="line" id="title-tspan70">Auswählen/Erstellen</tspan></text>
<use xlink:href="#left-click" transform="translate(57,5236)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5241" id="action331"><tspan x="67" y="5241" sodipodi:role="line" id="action-tspan331">Erstellt ein Textobjekt oder wählt eins aus</tspan></text>

<text xml: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="5249" id="note192"><tspan x="8" y="5249" sodipodi:role="line" id="note-tspan192">Das Klicken in einen freien Bereich oder auf ein »Nicht-Text«-Objekt, erstellt ein Textobjekt; nun können Sie Ihren Text eintippen.</tspan></text>
<text xml: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="5253" id="note193"><tspan x="8" y="5253" sodipodi:role="line" id="note-tspan193">Das Klicken auf ein Textobjekt wählt dieses aus; der Mauszeiger ist in der Nähe des Klickpunktes</tspan></text>
<use xlink:href="#misc" transform="translate(51.62,5255)"/><text xml: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="5258.7"><tspan x="52.72" y="5258.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="5260" id="action332"><tspan x="67" y="5260" sodipodi:role="line" id="action-tspan332">Wählt das Textobjekt ab</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="5270" id="title71"><tspan x="33" y="5270" sodipodi:role="line" id="title-tspan71">Textnavigation</tspan></text>
<use xlink:href="#arrows" transform="translate(51.62,5273.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="5278.5" id="action333"><tspan x="67" y="5278.5" sodipodi:role="line" id="action-tspan333">Bewegt den Cursor um ein Zeichen</tspan></text>
<use xlink:href="#ctrl" transform="translate(20.62,5285)"/><use xlink:href="#left-arrow" transform="translate(25,5285)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family: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="5290"><tspan x="32" y="5290" sodipodi:role="line">,</tspan></text><use xlink:href="#ctrl" transform="translate(51.62,5285)"/><use xlink:href="#right-arrow" transform="translate(56,5285)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5290" id="action334"><tspan x="67" y="5290" sodipodi:role="line" id="action-tspan334">Bewegt den Cursor um ein Wort</tspan></text>
<use xlink:href="#ctrl" transform="translate(20.62,5296.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="5301.5"><tspan x="32" y="5301.5" sodipodi:role="line">,</tspan></text><use xlink:href="#ctrl" transform="translate(51.62,5296.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="5301.5" id="action335"><tspan x="67" y="5301.5" sodipodi:role="line" id="action-tspan335">Bewegt den Cursor um einen Paragraph</tspan></text>
<use xlink:href="#misc" transform="translate(20.62,5307.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="5311.2"><tspan x="21.72" y="5311.2" sodipodi:role="line">Pos1</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family: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="5312.5"><tspan x="32" y="5312.5" sodipodi:role="line">,</tspan></text><use xlink:href="#misc" transform="translate(51.62,5307.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="5311.2"><tspan x="52.72" y="5311.2" sodipodi:role="line">Ende</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5312.5" id="action336"><tspan x="67" y="5312.5" sodipodi:role="line" id="action-tspan336">Geht zum Beginn/Ende der Zeile</tspan></text>
<use xlink:href="#ctrl" transform="translate(8.24,5315.5)"/><use xlink:href="#misc" transform="translate(20.62,5315.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="5319.2"><tspan x="21.72" y="5319.2" sodipodi:role="line">Pos1</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family: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="5320.5"><tspan x="32" y="5320.5" sodipodi:role="line">,</tspan></text><use xlink:href="#ctrl" transform="translate(39.24,5315.5)"/><use xlink:href="#misc" transform="translate(51.62,5315.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="5319.2"><tspan x="52.72" y="5319.2" sodipodi:role="line">Ende</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5320.5" id="action337"><tspan x="67" y="5320.5" sodipodi:role="line" id="action-tspan337">Geht zum Beginn/Ende des Textes</tspan></text>
<text xml: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="5325.5" id="note194"><tspan x="8" y="5325.5" sodipodi:role="line" id="note-tspan194">All diese Befehle beenden die aktuelle Textauswahl, wenn etwas ausgewählt wäre.</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="5334.5" id="title72"><tspan x="33" y="5334.5" sodipodi:role="line" id="title-tspan72">Fließtext (interner Rahmen)</tspan></text>
<use xlink:href="#left-drag" transform="translate(57,5338)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5343" id="action338"><tspan x="67" y="5343" sodipodi:role="line" id="action-tspan338">Erstellt Fließtext</tspan></text>
<text xml: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="5351" id="note195"><tspan x="8" y="5351" sodipodi:role="line" id="note-tspan195">Das Klicken in einen freien Bereich oder auf einen »Nicht-Text«-Bereich erstellt ein Fließtext-Objekt mit internem Rahmen.</tspan></text>
<use xlink:href="#left-drag" transform="translate(57,5353.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="5358.5" id="action339"><tspan x="67" y="5358.5" sodipodi:role="line" id="action-tspan339">gleicht Rahmengröße an</tspan></text>
<text xml: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="5366.5" id="note196"><tspan x="8" y="5366.5" sodipodi:role="line" id="note-tspan196">Das Ziehen des Anfassers in die untere rechte Ecke des ausgewählten Fließtextes ändert Breite/Höhe des Rahmen.</tspan></text>
<use xlink:href="#ctrl" transform="translate(44.62,5369)"/><use xlink:href="#left-drag" transform="translate(57,5369)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5374" id="action340"><tspan x="67" y="5374" sodipodi:role="line" id="action-tspan340">Sperrt Breite, Höhe oder Verhältnis des Rahmen</tspan></text>
<text xml: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="5382" id="note197"><tspan x="8" y="5382" sodipodi:role="line" id="note-tspan197">Das Ziehen des Eckenanfassers mit Strg ändert den Rahmen unter Erhaltung der Breite, der Höhe oder des Verhältnisses.</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="5391" id="title73"><tspan x="33" y="5391" sodipodi:role="line" id="title-tspan73">Fließtext (externer Rahmen)</tspan></text>
<use xlink:href="#alt" transform="translate(45.33,5394)"/><use xlink:href="#letterkey" transform="translate(56,5394)"/><text 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="5398.66851145"><tspan x="57.7" y="5398.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="5399" id="action341"><tspan x="67" y="5399" sodipodi:role="line" id="action-tspan341">Fließtext in einem Rahmen</tspan></text> 
<text xml: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="5404" id="note198"><tspan x="8" y="5404" sodipodi:role="line" id="note-tspan198"> Sind ein Textobjekt und eine Form/Pfad ausgewählt, fließt dieser Text in die Form/Pfad.</tspan></text>
<text xml: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="5408" id="note199"><tspan x="8" y="5408" sodipodi:role="line" id="note-tspan199">Beide verbleiben als separate Objekte, nur verlinkt; das Bearbeiten der Form/des Pfades läßt den Text neu fließen.</tspan></text>
<use xlink:href="#alt" transform="translate(29.87,5410)"/><use xlink:href="#shift" transform="translate(40.54,5410)"/><use xlink:href="#letterkey" transform="translate(56,5410)"/><text 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="5414.66851145"><tspan x="57.7" y="5414.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="5415" id="action342"><tspan x="67" y="5415" sodipodi:role="line" id="action-tspan342">Stoppt Fließtext im Rahmen</tspan></text> 
<text xml: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="5420" id="note200"><tspan x="8" y="5420" sodipodi:role="line" id="note-tspan200">Kappt die Fließtextverknüpfung zu Form/Pfad und erstellt ein Einlinien-Textobjekt.</tspan></text>
<use xlink:href="#shift" transform="translate(40.54,5422)"/><use xlink:href="#letterkey" transform="translate(56,5422)"/><text 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="5426.66851145"><tspan x="57.7" y="5426.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="5427" id="action343"><tspan x="67" y="5427" sodipodi:role="line" id="action-tspan343">Wählt externen Rahmen aus</tspan></text> 
<text xml: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="5432" id="note201"><tspan x="8" y="5432" sodipodi:role="line" id="note-tspan201">Um herauszufinden, welches Objekt der Rahmen des Fließtextes ist, wählen Sie es aus und drücken Umschalttaste+D. Der Rahmen wird ausgewählt.</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="5441" id="title74"><tspan x="33" y="5441" sodipodi:role="line" id="title-tspan74">Text auf dem Pfad</tspan></text>
<use xlink:href="#shift" transform="translate(40.54,5444)"/><use xlink:href="#letterkey" transform="translate(56,5444)"/><text 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="5448.66851145"><tspan x="57.7" y="5448.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="5449" id="action344"><tspan x="67" y="5449" sodipodi:role="line" id="action-tspan344">Wählt Pfad vom Text</tspan></text> 
<text xml: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="5454" id="note202"><tspan x="8" y="5454" sodipodi:role="line" id="note-tspan202">Um herauszufinden, welcher Pfad zum Text gehört, wählen Sie ihn aus und drücken Umschalttaste+D. Der Pfad wird ausgweählt.</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="5463" id="title75"><tspan x="33" y="5463" sodipodi:role="line" id="title-tspan75">Text bearbeiten</tspan></text>
<text xml: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="5468" id="note203"><tspan x="8" y="5468" sodipodi:role="line" id="note-tspan203">Um + und - Zeichen zu tippen müssen Sie die Haupttastatur benutzen; Zehnertastatur + und - sind für Zoom reserviert (außer Numlock ist eingeschaltet).</tspan></text>
<use xlink:href="#misc-wide" transform="translate(46.54,5470)"/><text xml: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="5473.7"><tspan x="47.64" y="5473.7" sodipodi:role="line">Eingabe</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5475" id="action345"><tspan x="67" y="5475" sodipodi:role="line" id="action-tspan345">start a new line or paragraph</tspan></text>
<text xml: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="5480" id="note204"><tspan x="8" y="5480" sodipodi:role="line" id="note-tspan204">Die Eingabetaste erstellt im normalen Text eine neue Zeile; in Fließtext einen neuen Absatz</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,5482)"/><use xlink:href="#letterkey" transform="translate(56,5482)"/><text 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="5486.66851145"><tspan x="57.7" y="5486.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="5487" id="action346"><tspan x="67" y="5487" sodipodi:role="line" id="action-tspan346">FIXME toggle Unicode entry</tspan></text> 
<text xml: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="5492" id="note205"><tspan x="8" y="5492" sodipodi:role="line" id="note-tspan205">Um ein willkürliches Unicode-Zeichen einzufügen, drücken Sie Strg+U, dann den hexadezimalen Zeichenwert, dann Eingabetaste.</tspan></text>
<text xml: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="5496" id="note206"><tspan x="8" y="5496" sodipodi:role="line" id="note-tspan206">Zum Beispiel fügt Strg+U  2 0 1 3 Eingabetaste einen Gedankenstrich ein.</tspan></text>
<text xml: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="5500" id="note207"><tspan x="8" y="5500" sodipodi:role="line" id="note-tspan207">Um im Unicode-Modus zu bleiben, drücken sie die Leertaste anstelle der Eingabetaste.</tspan></text>
<text xml: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="5504" id="note208"><tspan x="8" y="5504" sodipodi:role="line" id="note-tspan208">Drücken Sie Esc oder erneut Strg+U, um den Unicode-Modus abzubrechen, ohne Zeichen einzufügen.</tspan></text>
<use xlink:href="#ctrl" transform="translate(34.16,5506)"/><use xlink:href="#misc-wide" transform="translate(46.54,5506)"/><text xml: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="5509.7"><tspan x="47.64" y="5509.7" sodipodi:role="line">Leertaste</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5511" id="action347"><tspan x="67" y="5511" sodipodi:role="line" id="action-tspan347">Fügt ein geschütztes Leerzeichen ein</tspan></text>
<text xml: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="5516" id="note209"><tspan x="8" y="5516" sodipodi:role="line" id="note-tspan209">Ein geschütztes Leerzeichen ist in einem Textobjekt sichtbar, wenn nicht xml:space="preserve" eingestellt ist.</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="5525" id="title76"><tspan x="33" y="5525" sodipodi:role="line" id="title-tspan76">Text auswählen</tspan></text>
<use xlink:href="#left-drag" transform="translate(57,5528.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="5533.5" id="action348"><tspan x="67" y="5533.5" sodipodi:role="line" id="action-tspan348">Wählt Text aus</tspan></text>
<text xml: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="5541.5" id="note210"><tspan x="8" y="5541.5" sodipodi:role="line" id="note-tspan210">Ziehen mit der linken Maustraste über ein Textobjekt wählt einen Textbereich aus.</tspan></text>
<use xlink:href="#shift" transform="translate(36.16,5544)"/><use xlink:href="#arrows" transform="translate(51.62,5544)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5549" id="action349"><tspan x="67" y="5549" sodipodi:role="line" id="action-tspan349">Wählt Text Zeichen für Zeichen</tspan></text>
<use xlink:href="#ctrl" transform="translate(23.78,5555.5)"/><use xlink:href="#shift" transform="translate(36.16,5555.5)"/><use xlink:href="#arrows" transform="translate(51.62,5555.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="5560.5" id="action350"><tspan x="67" y="5560.5" sodipodi:role="line" id="action-tspan350">Wählt Text Wort für Wort</tspan></text>
<use xlink:href="#shift" transform="translate(5.16,5566.5)"/><use xlink:href="#misc" transform="translate(20.62,5566.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="5570.2"><tspan x="21.72" y="5570.2" sodipodi:role="line">Pos1</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family: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="5571.5"><tspan x="32" y="5571.5" sodipodi:role="line">,</tspan></text><use xlink:href="#shift" transform="translate(36.16,5566.5)"/><use xlink:href="#misc" transform="translate(51.62,5566.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="5570.2"><tspan x="52.72" y="5570.2" sodipodi:role="line">Ende</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5571.5" id="action351"><tspan x="67" y="5571.5" sodipodi:role="line" id="action-tspan351">Wählt bis zum Beginn/Ende der Zeile aus.</tspan></text>
<use xlink:href="#ctrl" transform="translate(-7.22,5574.5)"/><use xlink:href="#shift" transform="translate(5.16,5574.5)"/><use xlink:href="#misc" transform="translate(20.62,5574.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="5578.2"><tspan x="21.72" y="5578.2" sodipodi:role="line">Pos1</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family: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="5579.5"><tspan x="32" y="5579.5" sodipodi:role="line">,</tspan></text><use xlink:href="#ctrl" transform="translate(23.78,5574.5)"/><use xlink:href="#shift" transform="translate(36.16,5574.5)"/><use xlink:href="#misc" transform="translate(51.62,5574.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="5578.2"><tspan x="52.72" y="5578.2" sodipodi:role="line">Ende</tspan></text><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5579.5" id="action352"><tspan x="67" y="5579.5" sodipodi:role="line" id="action-tspan352">Wählt bis zum Beginn/Ende des Textes aus.</tspan></text>
<use xlink:href="#left-click" transform="translate(50,5583)"/><use xlink:href="#left-click" transform="translate(57,5583)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5588" id="action353"><tspan x="67" y="5588" sodipodi:role="line" id="action-tspan353">Wählt ein Wort aus</tspan></text>
<use xlink:href="#left-click" transform="translate(43,5594.5)"/><use xlink:href="#left-click" transform="translate(50,5594.5)"/><use xlink:href="#left-click" transform="translate(57,5594.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="5599.5" id="action354"><tspan x="67" y="5599.5" sodipodi:role="line" id="action-tspan354">Wählt eine Zeile aus</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,5605.5)"/><use xlink:href="#letterkey" transform="translate(56,5605.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="5610.16851145"><tspan x="57.7" y="5610.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="5610.5" id="action355"><tspan x="67" y="5610.5" sodipodi:role="line" id="action-tspan355">Wählt den gesamten Text aus.</tspan></text>
<text xml: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="5615.5" id="note211"><tspan x="8" y="5615.5" sodipodi:role="line" id="note-tspan211">Wählt den gesamten Text des derzeitigen Textobjektes aus.</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="5624.5" id="title77"><tspan x="33" y="5624.5" sodipodi:role="line" id="title-tspan77">Stilauswahl</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,5627.5)"/><use xlink:href="#letterkey" transform="translate(56,5627.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="5632.16851145"><tspan x="57.7" y="5632.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="5632.5" id="action356"><tspan x="67" y="5632.5" sodipodi:role="line" id="action-tspan356">Macht die Textauswahl fett</tspan></text>
<use xlink:href="#ctrl" transform="translate(43.62,5635.5)"/><use xlink:href="#letterkey" transform="translate(56,5635.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="5640.16851145"><tspan x="57.7" y="5640.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="5640.5" id="action357"><tspan x="67" y="5640.5" sodipodi:role="line" id="action-tspan357">Macht die Textauswahl kursiv</tspan></text>
<text xml: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="5645.5" id="note212"><tspan x="8" y="5645.5" sodipodi:role="line" id="note-tspan212">Sie können auch die Dialoge »Füllung &amp; Kontur« oder »Schrift &amp; Text« verwenden, um Stile in der Textauswahl anzuwenden.</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="5654.5" id="title78"><tspan x="33" y="5654.5" sodipodi:role="line" id="title-tspan78">Buchstabenabstand</tspan></text>
<use xlink:href="#alt" transform="translate(45.33,5657.5)"/><use xlink:href="#letterkey" transform="translate(56,5657.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="5662.16851145"><tspan x="57.7" y="5662.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="5662.5" id="action358"><tspan x="67" y="5662.5" sodipodi:role="line" id="action-tspan358">Erweitert Zeile/Absatz um 1 Pixel</tspan></text>
<use xlink:href="#shift" transform="translate(29.87,5665.5)"/><use xlink:href="#alt" transform="translate(45.33,5665.5)"/><use xlink:href="#letterkey" transform="translate(56,5665.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="5670.16851145"><tspan x="57.7" y="5670.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="5670.5" id="action359"><tspan x="67" y="5670.5" sodipodi:role="line" id="action-tspan359">Erweitert Zeile/Absatz um 10 Pixel</tspan></text>
<use xlink:href="#alt" transform="translate(45.33,5673.5)"/><use xlink:href="#letterkey" transform="translate(56,5673.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="5678.16851145"><tspan x="57.7" y="5678.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="5678.5" id="action360"><tspan x="67" y="5678.5" sodipodi:role="line" id="action-tspan360">Verengt Zeile/Absatz um 1 Pixel</tspan></text>
<use xlink:href="#shift" transform="translate(29.87,5681.5)"/><use xlink:href="#alt" transform="translate(45.33,5681.5)"/><use xlink:href="#letterkey" transform="translate(56,5681.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="5686.16851145"><tspan x="57.7" y="5686.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="5686.5" id="action361"><tspan x="67" y="5686.5" sodipodi:role="line" id="action-tspan361">Verengt Zeile/Absatz um 10 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="5691.5" id="note213"><tspan x="8" y="5691.5" sodipodi:role="line" id="note-tspan213">Gleicht den Buchstabenabstand in der derzeitigen Zeile (regulärer Text) oder Absatz (Fließtext) an (wenn Text bearbeitet wird).</tspan></text>
<text xml: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="note214"><tspan x="8" y="5695.5" sodipodi:role="line" id="note-tspan214">Die aktuelle Angleichung für Pixel-Verschiebungen ist vom Zoomfaktor abhängig. Zoomen Sie für feinere Abgleichungen hinein.</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="5704.5" id="title79"><tspan x="33" y="5704.5" sodipodi:role="line" id="title-tspan79">Zeilenabstand</tspan></text>
<use xlink:href="#ctrl" transform="translate(32.95,5707.5)"/><use xlink:href="#alt" transform="translate(45.33,5707.5)"/><use xlink:href="#letterkey" transform="translate(56,5707.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="5712.16851145"><tspan x="57.7" y="5712.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="5712.5" id="action362"><tspan x="67" y="5712.5" sodipodi:role="line" id="action-tspan362">macht das Textobjekt größer um 1 Pixel</tspan></text>
<use xlink:href="#shift" transform="translate(17.49,5715.5)"/><use xlink:href="#ctrl" transform="translate(32.95,5715.5)"/><use xlink:href="#alt" transform="translate(45.33,5715.5)"/><use xlink:href="#letterkey" transform="translate(56,5715.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="5720.16851145"><tspan x="57.7" y="5720.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="5720.5" id="action363"><tspan x="67" y="5720.5" sodipodi:role="line" id="action-tspan363">macht das Textobjekt größer um 10 Pixel</tspan></text>
<use xlink:href="#ctrl" transform="translate(32.95,5723.5)"/><use xlink:href="#alt" transform="translate(45.33,5723.5)"/><use xlink:href="#letterkey" transform="translate(56,5723.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="5728.16851145"><tspan x="57.7" y="5728.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="5728.5" id="action364"><tspan x="67" y="5728.5" sodipodi:role="line" id="action-tspan364">macht das Textobjekt kürzer um 1 Pixel</tspan></text>
<use xlink:href="#shift" transform="translate(17.49,5731.5)"/><use xlink:href="#ctrl" transform="translate(32.95,5731.5)"/><use xlink:href="#alt" transform="translate(45.33,5731.5)"/><use xlink:href="#letterkey" transform="translate(56,5731.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="5736.16851145"><tspan x="57.7" y="5736.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="5736.5" id="action365"><tspan x="67" y="5736.5" sodipodi:role="line" id="action-tspan365">macht das Textobjekt kürzer um 10 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="5741.5" id="note215"><tspan x="8" y="5741.5" sodipodi:role="line" id="note-tspan215">Gleicht den Zeilenabstand im gesamten Textobjekt (normal oder Fließtext) an (wenn Text bearbeitet wird).</tspan></text>
<text xml: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="5745.5" id="note216"><tspan x="8" y="5745.5" sodipodi:role="line" id="note-tspan216">Die aktuelle Angleichung für Pixel-Verschiebungen ist vom Zoomfaktor abhängig. Zoomen Sie für feinere Abgleichungen hinein.</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="5754.5" id="title80"><tspan x="33" y="5754.5" sodipodi:role="line" id="title-tspan80">Proportionalschrift und Versatz</tspan></text>
<use xlink:href="#alt" transform="translate(40.95,5758)"/><use xlink:href="#arrows" transform="translate(51.62,5758)"/><text xml:space="preserve" style="fill:black;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:6.4;text-anchor:start;writing-mode:lr;letter-spacing:-0.4;" x="67" y="5763" id="action366"><tspan x="67" y="5763" sodipodi:role="line" id="action-tspan366">versetzt Zeichen um 1 Pixel</tspan></text>
<use xlink:href="#shift" transform="translate(25.49,5769.5)"/><use xlink:href="#alt" transform="translate(40.95,5769.5)"/><use xlink:href="#arrows" transform="translate(51.62,5769.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="5774.5" id="action367"><tspan x="67" y="5774.5" sodipodi:role="line" id="action-tspan367">versetzt Zeichen um 10 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="5782.5" id="note217"><tspan x="8" y="5782.5" sodipodi:role="line" id="note-tspan217">Diese Befehle funktionieren, wenn Sie reguläre Textobjekte bearbeiten. Proportionalschrift funktioniert nicht in Fließtext.</tspan></text> 
<text xml: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="5786.5" id="note218"><tspan x="8" y="5786.5" sodipodi:role="line" id="note-tspan218">Ohne Auswahl werden die Zeichen (horizontal oder vertikal) nach dem Cursor bis zum Ende der Zeile versetzt.</tspan></text>
<text xml: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="5790.5" id="note219"><tspan x="8" y="5790.5" sodipodi:role="line" id="note-tspan219">FIXME With selection, they shift the selection relative to the rest of text (by inserting opposite kerns at both ends of selection).</tspan></text>
<text xml: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="5794.5" id="note220"><tspan x="8" y="5794.5" sodipodi:role="line" id="note-tspan220">Die aktuelle Angleichung für Pixel-Verschiebungen ist vom Zoomfaktor abhängig. Zoomen Sie für feinere Abgleichungen hinein.</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="5803.5" id="title81"><tspan x="33" y="5803.5" sodipodi:role="line" id="title-tspan81">Drehungen</tspan></text>
<use xlink:href="#ctrl" transform="translate(12.62,5806.5)"/><use xlink:href="#letterkey" transform="translate(25,5806.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="5811.16851145"><tspan x="26.7" y="5811.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="5811.5"><tspan x="32" y="5811.5" sodipodi:role="line">,</tspan></text><use xlink:href="#ctrl" transform="translate(43.62,5806.5)"/><use xlink:href="#letterkey" transform="translate(56,5806.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="5811.16851145"><tspan x="57.7" y="5811.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="5811.5" id="action368"><tspan x="67" y="5811.5" sodipodi:role="line" id="action-tspan368">dreht Zeichen um 90°</tspan></text>
<use xlink:href="#alt" transform="translate(14.33,5814.5)"/><use xlink:href="#letterkey" transform="translate(25,5814.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="5819.16851145"><tspan x="26.7" y="5819.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="5819.5"><tspan x="32" y="5819.5" sodipodi:role="line">,</tspan></text><use xlink:href="#alt" transform="translate(45.33,5814.5)"/><use xlink:href="#letterkey" transform="translate(56,5814.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="5819.16851145"><tspan x="57.7" y="5819.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="5819.5" id="action369"><tspan x="67" y="5819.5" sodipodi:role="line" id="action-tspan369">dreht Zeichen um 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="5824.5" id="note221"><tspan x="8" y="5824.5" sodipodi:role="line" id="note-tspan221">Nächstes Zeichen (ohne Auswahl) oder alle Zeichen in der Auswahl drehen.</tspan></text>
<text xml: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="5828.5" id="note222"><tspan x="8" y="5828.5" sodipodi:role="line" id="note-tspan222">Die Drehung funktioniert nur in regulärem Text (nicht in Fließtext).</tspan></text>
<text xml: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="5832.5" id="note223"><tspan x="8" y="5832.5" sodipodi:role="line" id="note-tspan223">Der aktuelle Winkel für Pixel-Drehungen ist vom Zoomfaktor abhängig. Zoomen Sie für feinere Drehungen hinein.</tspan></text>


</g></svg>