summaryrefslogtreecommitdiffstats
path: root/ml/dlib/docs/docs/dlib-logo-and-icons.svg
blob: 8a552c464a957daa4ae23d99b70b066ea3fe3ad4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->

<svg
   xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:cc="http://creativecommons.org/ns#"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:svg="http://www.w3.org/2000/svg"
   xmlns="http://www.w3.org/2000/svg"
   xmlns:xlink="http://www.w3.org/1999/xlink"
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
   width="2361.0125"
   height="2048.2327"
   id="svg2"
   version="1.1"
   inkscape:version="0.48.3.1 r9886"
   sodipodi:docname="dlib-logo-and-icons.svg"
   inkscape:export-filename="/home/davis/source/docs/docs/dlib-icon-32.png"
   inkscape:export-xdpi="4.7453494"
   inkscape:export-ydpi="4.7453494">
  <defs
     id="defs4">
    <linearGradient
       inkscape:collect="always"
       id="linearGradient4032">
      <stop
         style="stop-color:#a3a2dc;stop-opacity:1"
         offset="0"
         id="stop4034" />
      <stop
         id="stop4042"
         offset="0.50142854"
         style="stop-color:#000000;stop-opacity:0" />
      <stop
         style="stop-color:#e1e1f4;stop-opacity:0.30593607"
         offset="1"
         id="stop4036" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       id="linearGradient4058">
      <stop
         style="stop-color:#a7a6dd;stop-opacity:1"
         offset="0"
         id="stop4060" />
      <stop
         id="stop4066"
         offset="0.46812925"
         style="stop-color:#008000;stop-opacity:1;" />
      <stop
         style="stop-color:#e1e1f4;stop-opacity:1"
         offset="1"
         id="stop4062" />
    </linearGradient>
    <linearGradient
       id="linearGradient4108">
      <stop
         style="stop-color:#9998d8;stop-opacity:1;"
         offset="0"
         id="stop4110" />
      <stop
         style="stop-color:#ffffff;stop-opacity:1;"
         offset="1"
         id="stop4112" />
    </linearGradient>
    <linearGradient
       id="linearGradient4045">
      <stop
         style="stop-color:#008000;stop-opacity:1;"
         offset="0"
         id="stop4047" />
      <stop
         style="stop-color:#6c6c6c;stop-opacity:1;"
         offset="1"
         id="stop4049" />
    </linearGradient>
    <linearGradient
       id="linearGradient3993">
      <stop
         id="stop3995"
         offset="0"
         style="stop-color:#005206;stop-opacity:1;" />
      <stop
         id="stop3997"
         offset="1"
         style="stop-color:#000000;stop-opacity:0" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       id="linearGradient6255">
      <stop
         style="stop-color:#000000;stop-opacity:1;"
         offset="0"
         id="stop6257" />
      <stop
         style="stop-color:#000000;stop-opacity:0;"
         offset="1"
         id="stop6259" />
    </linearGradient>
    <linearGradient
       id="linearGradient6232">
      <stop
         id="stop6234"
         offset="0"
         style="stop-color:#000000;stop-opacity:1;" />
      <stop
         id="stop6236"
         offset="1"
         style="stop-color:#ffffff;stop-opacity:1;" />
    </linearGradient>
    <linearGradient
       id="linearGradient6216">
      <stop
         style="stop-color:#000000;stop-opacity:1;"
         offset="0"
         id="stop6218" />
      <stop
         style="stop-color:#000000;stop-opacity:0;"
         offset="1"
         id="stop6220" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       id="linearGradient6106">
      <stop
         style="stop-color:#00d200;stop-opacity:1;"
         offset="0"
         id="stop6108" />
      <stop
         style="stop-color:#00d200;stop-opacity:0;"
         offset="1"
         id="stop6110" />
    </linearGradient>
    <linearGradient
       id="linearGradient6078">
      <stop
         style="stop-color:#079319;stop-opacity:1;"
         offset="0"
         id="stop6080" />
      <stop
         style="stop-color:#676767;stop-opacity:1;"
         offset="1"
         id="stop6082" />
    </linearGradient>
    <linearGradient
       id="linearGradient6054"
       osb:paint="solid">
      <stop
         style="stop-color:#000000;stop-opacity:1;"
         offset="0"
         id="stop6056" />
    </linearGradient>
    <filter
       id="filter3856"
       inkscape:menu-tooltip="Soft bevel, slightly depressed middle"
       inkscape:menu="Bevels"
       inkscape:label="Button"
       color-interpolation-filters="sRGB"
       x="0"
       y="0"
       width="1"
       height="1">
      <feGaussianBlur
         id="feGaussianBlur3858"
         result="result1"
         stdDeviation="3" />
      <feBlend
         id="feBlend3860"
         in2="result1"
         result="result5"
         mode="multiply"
         in="result1" />
      <feGaussianBlur
         id="feGaussianBlur3862"
         in="result5"
         result="result6"
         stdDeviation="1" />
      <feComposite
         id="feComposite3864"
         in2="result5"
         result="result8"
         in="result6"
         operator="xor" />
      <feComposite
         id="feComposite3866"
         in2="result8"
         in="result6"
         result="fbSourceGraphic"
         operator="xor" />
      <feSpecularLighting
         id="feSpecularLighting3868"
         in="fbSourceGraphic"
         result="result1"
         lighting-color="#ffffff"
         surfaceScale="2"
         specularConstant="2.20000005"
         specularExponent="55">
        <fePointLight
           id="fePointLight3870"
           x="-5000"
           y="-10000"
           z="20000" />
      </feSpecularLighting>
      <feComposite
         id="feComposite3872"
         in2="fbSourceGraphic"
         in="result1"
         result="result2"
         operator="in" />
      <feComposite
         id="feComposite3874"
         in2="result2"
         in="fbSourceGraphic"
         result="result4"
         operator="arithmetic"
         k2="2"
         k3="1"
         k1="0"
         k4="0" />
      <feComposite
         id="feComposite3876"
         in2="result4"
         operator="in"
         result="result91" />
      <feBlend
         id="feBlend3878"
         in2="result91"
         mode="darken"
         result="fbSourceGraphic" />
      <feColorMatrix
         result="fbSourceGraphicAlpha"
         in="fbSourceGraphic"
         values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
         id="feColorMatrix3880" />
      <feGaussianBlur
         id="feGaussianBlur3882"
         stdDeviation="2.3"
         in="fbSourceGraphicAlpha"
         result="result0" />
      <feMorphology
         id="feMorphology3884"
         in="fbSourceGraphicAlpha"
         radius="6.6"
         result="result1" />
      <feGaussianBlur
         id="feGaussianBlur3886"
         stdDeviation="8.9"
         in="result1" />
      <feColorMatrix
         id="feColorMatrix3888"
         values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.3 0"
         result="result91" />
      <feComposite
         id="feComposite3890"
         in2="result91"
         in="result0"
         operator="out"
         result="result2" />
      <feGaussianBlur
         id="feGaussianBlur3892"
         stdDeviation="1.7"
         result="result4" />
      <feDiffuseLighting
         id="feDiffuseLighting3894"
         surfaceScale="10"
         result="result92">
        <feDistantLight
           id="feDistantLight3896"
           azimuth="225"
           elevation="45" />
      </feDiffuseLighting>
      <feBlend
         id="feBlend3898"
         in2="fbSourceGraphic"
         mode="multiply"
         result="result93" />
      <feComposite
         id="feComposite3900"
         in2="fbSourceGraphicAlpha"
         operator="in"
         result="result3" />
      <feSpecularLighting
         id="feSpecularLighting3902"
         in="result4"
         surfaceScale="5"
         specularExponent="17.89999962"
         result="result94">
        <feDistantLight
           id="feDistantLight3904"
           azimuth="225"
           elevation="45" />
      </feSpecularLighting>
      <feComposite
         id="feComposite3906"
         in2="result3"
         operator="atop" />
    </filter>
    <filter
       id="filter3934"
       inkscape:label="Button"
       x="0"
       y="0"
       width="1"
       height="1"
       inkscape:menu="Bevels"
       inkscape:menu-tooltip="Soft bevel, slightly depressed middle"
       color-interpolation-filters="sRGB">
      <feGaussianBlur
         id="feGaussianBlur3936"
         stdDeviation="2.3"
         in="SourceAlpha"
         result="result0" />
      <feMorphology
         id="feMorphology3938"
         in="SourceAlpha"
         radius="6.6"
         result="result1" />
      <feGaussianBlur
         id="feGaussianBlur3940"
         stdDeviation="8.9"
         in="result1" />
      <feColorMatrix
         id="feColorMatrix3942"
         values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.3 0"
         result="result91" />
      <feComposite
         id="feComposite3944"
         in2="result91"
         in="result0"
         operator="out"
         result="result2" />
      <feGaussianBlur
         id="feGaussianBlur3946"
         stdDeviation="1.7"
         result="result4" />
      <feDiffuseLighting
         id="feDiffuseLighting3948"
         surfaceScale="10"
         result="result92">
        <feDistantLight
           id="feDistantLight3950"
           azimuth="225"
           elevation="45" />
      </feDiffuseLighting>
      <feBlend
         id="feBlend3952"
         in2="SourceGraphic"
         mode="multiply"
         result="result93" />
      <feComposite
         id="feComposite3954"
         in2="SourceAlpha"
         operator="in"
         result="result3" />
      <feSpecularLighting
         id="feSpecularLighting3956"
         in="result4"
         surfaceScale="5"
         specularExponent="17.89999962"
         result="result94">
        <feDistantLight
           id="feDistantLight3958"
           azimuth="225"
           elevation="45" />
      </feSpecularLighting>
      <feComposite
         id="feComposite3960"
         in2="result3"
         operator="atop" />
    </filter>
    <filter
       id="filter3988"
       inkscape:label="Button"
       x="0"
       y="0"
       width="1"
       height="1"
       inkscape:menu="Bevels"
       inkscape:menu-tooltip="Soft bevel, slightly depressed middle"
       color-interpolation-filters="sRGB">
      <feGaussianBlur
         id="feGaussianBlur3990"
         stdDeviation="2.3"
         in="SourceAlpha"
         result="result0" />
      <feMorphology
         id="feMorphology3992"
         in="SourceAlpha"
         radius="6.6"
         result="result1" />
      <feGaussianBlur
         id="feGaussianBlur3994"
         stdDeviation="8.9"
         in="result1" />
      <feColorMatrix
         id="feColorMatrix3996"
         values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.3 0"
         result="result91" />
      <feComposite
         id="feComposite3998"
         in2="result91"
         in="result0"
         operator="out"
         result="result2" />
      <feGaussianBlur
         id="feGaussianBlur4000"
         stdDeviation="1.7"
         result="result4" />
      <feDiffuseLighting
         id="feDiffuseLighting4002"
         surfaceScale="10"
         result="result92">
        <feDistantLight
           id="feDistantLight4004"
           azimuth="225"
           elevation="45" />
      </feDiffuseLighting>
      <feBlend
         id="feBlend4006"
         in2="SourceGraphic"
         mode="multiply"
         result="result93" />
      <feComposite
         id="feComposite4008"
         in2="SourceAlpha"
         operator="in"
         result="result3" />
      <feSpecularLighting
         id="feSpecularLighting4010"
         in="result4"
         surfaceScale="5"
         specularExponent="17.89999962"
         result="result94">
        <feDistantLight
           id="feDistantLight4012"
           azimuth="225"
           elevation="45" />
      </feSpecularLighting>
      <feComposite
         id="feComposite4014"
         in2="result3"
         operator="atop" />
    </filter>
    <filter
       id="filter3810"
       inkscape:label="Button"
       x="0"
       y="0"
       width="1"
       height="1"
       inkscape:menu="Bevels"
       inkscape:menu-tooltip="Soft bevel, slightly depressed middle"
       color-interpolation-filters="sRGB">
      <feGaussianBlur
         id="feGaussianBlur3812"
         stdDeviation="2.3"
         in="SourceAlpha"
         result="result0" />
      <feMorphology
         id="feMorphology3814"
         in="SourceAlpha"
         radius="6.6"
         result="result1" />
      <feGaussianBlur
         id="feGaussianBlur3816"
         stdDeviation="8.9"
         in="result1" />
      <feColorMatrix
         id="feColorMatrix3818"
         values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.3 0"
         result="result91" />
      <feComposite
         in2="result91"
         id="feComposite3820"
         in="result0"
         operator="out"
         result="result2" />
      <feGaussianBlur
         id="feGaussianBlur3822"
         stdDeviation="1.7"
         result="result4" />
      <feDiffuseLighting
         id="feDiffuseLighting3824"
         surfaceScale="10"
         result="result92">
        <feDistantLight
           id="feDistantLight3826"
           azimuth="225"
           elevation="45" />
      </feDiffuseLighting>
      <feBlend
         in2="SourceGraphic"
         id="feBlend3828"
         mode="multiply"
         result="result93" />
      <feComposite
         in2="SourceAlpha"
         id="feComposite3830"
         operator="in"
         result="result3" />
      <feSpecularLighting
         id="feSpecularLighting3832"
         in="result4"
         surfaceScale="5"
         specularExponent="17.89999962"
         result="result94">
        <feDistantLight
           id="feDistantLight3834"
           azimuth="225"
           elevation="45" />
      </feSpecularLighting>
      <feComposite
         in2="result3"
         id="feComposite3836"
         operator="atop" />
    </filter>
    <filter
       id="filter3289"
       inkscape:label="Button"
       x="0"
       y="0"
       width="1"
       height="1"
       inkscape:menu="Bevels"
       inkscape:menu-tooltip="Soft bevel, slightly depressed middle"
       color-interpolation-filters="sRGB">
      <feGaussianBlur
         id="feGaussianBlur3291"
         stdDeviation="2.3"
         in="SourceAlpha"
         result="result0" />
      <feMorphology
         id="feMorphology3293"
         in="SourceAlpha"
         radius="6.6"
         result="result1" />
      <feGaussianBlur
         id="feGaussianBlur3295"
         stdDeviation="8.9"
         in="result1" />
      <feColorMatrix
         id="feColorMatrix3297"
         values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.3 0"
         result="result91" />
      <feComposite
         id="feComposite3299"
         in2="result91"
         in="result0"
         operator="out"
         result="result2" />
      <feGaussianBlur
         id="feGaussianBlur3301"
         stdDeviation="1.7"
         result="result4" />
      <feDiffuseLighting
         id="feDiffuseLighting3303"
         surfaceScale="10"
         result="result92">
        <feDistantLight
           id="feDistantLight3305"
           azimuth="225"
           elevation="45" />
      </feDiffuseLighting>
      <feBlend
         id="feBlend3307"
         in2="SourceGraphic"
         mode="multiply"
         result="result93" />
      <feComposite
         id="feComposite3309"
         in2="SourceAlpha"
         operator="in"
         result="result3" />
      <feSpecularLighting
         id="feSpecularLighting3311"
         in="result4"
         surfaceScale="5"
         specularExponent="17.89999962"
         result="result94">
        <feDistantLight
           id="feDistantLight3313"
           azimuth="225"
           elevation="45" />
      </feSpecularLighting>
      <feComposite
         id="feComposite3315"
         in2="result3"
         operator="atop" />
    </filter>
    <filter
       id="filter3371"
       inkscape:label="Bloom"
       inkscape:menu="Bevels"
       inkscape:menu-tooltip="Soft, cushion-like bevel with matte highlights"
       color-interpolation-filters="sRGB">
      <feGaussianBlur
         id="feGaussianBlur3373"
         result="result1"
         in="SourceAlpha"
         stdDeviation="2.2" />
      <feSpecularLighting
         id="feSpecularLighting3375"
         result="result0"
         specularExponent="18.10000038"
         specularConstant="2"
         surfaceScale="5">
        <feDistantLight
           id="feDistantLight3377"
           azimuth="225"
           elevation="24" />
      </feSpecularLighting>
      <feComposite
         id="feComposite3379"
         in2="SourceAlpha"
         result="result6"
         operator="in" />
      <feMorphology
         id="feMorphology3381"
         radius="5.7"
         operator="dilate" />
      <feGaussianBlur
         id="feGaussianBlur3383"
         result="result11"
         stdDeviation="5.7" />
      <feDiffuseLighting
         id="feDiffuseLighting3385"
         surfaceScale="5"
         result="result3"
         diffuseConstant="2"
         in="result1">
        <feDistantLight
           id="feDistantLight3387"
           elevation="25"
           azimuth="225" />
      </feDiffuseLighting>
      <feBlend
         id="feBlend3389"
         in2="SourceGraphic"
         result="result7"
         mode="multiply"
         in="result3" />
      <feComposite
         id="feComposite3391"
         in2="SourceAlpha"
         in="result7"
         operator="in"
         result="result91" />
      <feBlend
         id="feBlend3393"
         in2="result91"
         result="result9"
         mode="lighten"
         in="result6" />
      <feComposite
         id="feComposite3395"
         in2="result9"
         in="result11" />
    </filter>
    <filter
       id="filter3091"
       inkscape:label="Button"
       x="0"
       y="0"
       width="1"
       height="1"
       inkscape:menu="Bevels"
       inkscape:menu-tooltip="Soft bevel, slightly depressed middle"
       color-interpolation-filters="sRGB">
      <feGaussianBlur
         id="feGaussianBlur3093"
         stdDeviation="2.3"
         in="SourceAlpha"
         result="result0" />
      <feMorphology
         id="feMorphology3095"
         in="SourceAlpha"
         radius="6.6"
         result="result1" />
      <feGaussianBlur
         id="feGaussianBlur3097"
         stdDeviation="8.9"
         in="result1" />
      <feColorMatrix
         id="feColorMatrix3099"
         values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.3 0"
         result="result91" />
      <feComposite
         id="feComposite3101"
         in2="result91"
         in="result0"
         operator="out"
         result="result2" />
      <feGaussianBlur
         id="feGaussianBlur3103"
         stdDeviation="1.7"
         result="result4" />
      <feDiffuseLighting
         id="feDiffuseLighting3105"
         surfaceScale="10"
         result="result92">
        <feDistantLight
           id="feDistantLight3107"
           azimuth="225"
           elevation="45" />
      </feDiffuseLighting>
      <feBlend
         id="feBlend3109"
         in2="SourceGraphic"
         mode="multiply"
         result="result93" />
      <feComposite
         id="feComposite3111"
         in2="SourceAlpha"
         operator="in"
         result="result3" />
      <feSpecularLighting
         id="feSpecularLighting3113"
         in="result4"
         surfaceScale="5"
         specularExponent="17.89999962"
         result="result94">
        <feDistantLight
           id="feDistantLight3115"
           azimuth="225"
           elevation="45" />
      </feSpecularLighting>
      <feComposite
         id="feComposite3117"
         in2="result3"
         operator="atop" />
    </filter>
    <filter
       id="filter3119"
       inkscape:label="Button"
       x="0"
       y="0"
       width="1"
       height="1"
       inkscape:menu="Bevels"
       inkscape:menu-tooltip="Soft bevel, slightly depressed middle"
       color-interpolation-filters="sRGB">
      <feGaussianBlur
         id="feGaussianBlur3121"
         stdDeviation="2.3"
         in="SourceAlpha"
         result="result0" />
      <feMorphology
         id="feMorphology3123"
         in="SourceAlpha"
         radius="6.6"
         result="result1" />
      <feGaussianBlur
         id="feGaussianBlur3125"
         stdDeviation="8.9"
         in="result1" />
      <feColorMatrix
         id="feColorMatrix3127"
         values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.3 0"
         result="result91" />
      <feComposite
         id="feComposite3129"
         in2="result91"
         in="result0"
         operator="out"
         result="result2" />
      <feGaussianBlur
         id="feGaussianBlur3131"
         stdDeviation="1.7"
         result="result4" />
      <feDiffuseLighting
         id="feDiffuseLighting3133"
         surfaceScale="10"
         result="result92">
        <feDistantLight
           id="feDistantLight3135"
           azimuth="225"
           elevation="45" />
      </feDiffuseLighting>
      <feBlend
         id="feBlend3137"
         in2="SourceGraphic"
         mode="multiply"
         result="result93" />
      <feComposite
         id="feComposite3139"
         in2="SourceAlpha"
         operator="in"
         result="result3" />
      <feSpecularLighting
         id="feSpecularLighting3141"
         in="result4"
         surfaceScale="5"
         specularExponent="17.89999962"
         result="result94">
        <feDistantLight
           id="feDistantLight3143"
           azimuth="225"
           elevation="45" />
      </feSpecularLighting>
      <feComposite
         id="feComposite3145"
         in2="result3"
         operator="atop" />
    </filter>
    <filter
       id="filter3119-4"
       inkscape:label="Noise transparency"
       x="0"
       y="0"
       width="1"
       height="1"
       inkscape:menu="ABCs"
       inkscape:menu-tooltip="Basic noise transparency texture"
       color-interpolation-filters="sRGB">
      <feGaussianBlur
         id="feGaussianBlur3121-5"
         stdDeviation="2.3"
         in="SourceAlpha"
         result="result0" />
      <feMorphology
         id="feMorphology3123-2"
         in="SourceAlpha"
         radius="6.6"
         result="result1" />
      <feGaussianBlur
         id="feGaussianBlur3125-7"
         stdDeviation="8.9"
         in="result1" />
      <feColorMatrix
         id="feColorMatrix3127-9"
         values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.3 0"
         result="result91" />
      <feComposite
         id="feComposite3129-0"
         in2="result91"
         in="result0"
         operator="out"
         result="result2" />
      <feGaussianBlur
         id="feGaussianBlur3131-0"
         stdDeviation="1.7"
         result="result4" />
      <feDiffuseLighting
         id="feDiffuseLighting3133-4"
         surfaceScale="10"
         result="result92">
        <feDistantLight
           id="feDistantLight3135-7"
           azimuth="225"
           elevation="45" />
      </feDiffuseLighting>
      <feBlend
         id="feBlend3137-6"
         in2="SourceGraphic"
         mode="multiply"
         result="result93" />
      <feComposite
         id="feComposite3139-4"
         in2="SourceAlpha"
         operator="in"
         result="result3" />
      <feSpecularLighting
         id="feSpecularLighting3141-6"
         in="result4"
         surfaceScale="5"
         specularExponent="17.89999962"
         result="result94">
        <feDistantLight
           id="feDistantLight3143-7"
           azimuth="225"
           elevation="45" />
      </feSpecularLighting>
      <feComposite
         id="feComposite3145-4"
         in2="result3"
         operator="atop"
         result="fbSourceGraphic" />
      <feColorMatrix
         result="fbSourceGraphicAlpha"
         in="fbSourceGraphic"
         values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
         id="feColorMatrix4290" />
      <feTurbulence
         id="feTurbulence4292"
         type="fractalNoise"
         numOctaves="5"
         baseFrequency="0.02"
         result="result1" />
      <feComposite
         id="feComposite4294"
         in2="result1"
         operator="in"
         result="result2"
         in="fbSourceGraphic" />
      <feColorMatrix
         id="feColorMatrix4296"
         result="result3"
         values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 3 -1 "
         in="result2" />
    </filter>
    <filter
       id="filter4352"
       inkscape:label="Noise transparency"
       inkscape:menu="ABCs"
       inkscape:menu-tooltip="Basic noise transparency texture"
       color-interpolation-filters="sRGB">
      <feTurbulence
         id="feTurbulence4354"
         type="fractalNoise"
         numOctaves="5"
         baseFrequency="0.02"
         result="result1" />
      <feComposite
         id="feComposite4356"
         in2="result1"
         operator="in"
         result="result2"
         in="SourceGraphic" />
      <feColorMatrix
         id="feColorMatrix4358"
         result="result3"
         values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 3 -1 "
         in="result2" />
    </filter>
    <filter
       id="filter6098"
       inkscape:label="Noise transparency"
       inkscape:menu="ABCs"
       inkscape:menu-tooltip="Basic noise transparency texture"
       color-interpolation-filters="sRGB">
      <feTurbulence
         id="feTurbulence6100"
         type="fractalNoise"
         numOctaves="5"
         baseFrequency="0.02"
         result="result1" />
      <feComposite
         id="feComposite6102"
         in2="result1"
         operator="in"
         result="result2"
         in="SourceGraphic" />
      <feColorMatrix
         id="feColorMatrix6104"
         result="result3"
         values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 3 -1 "
         in="result2" />
    </filter>
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6106"
       id="linearGradient6112"
       x1="289.6037"
       y1="-164.27747"
       x2="577.57214"
       y2="595.15521"
       gradientUnits="userSpaceOnUse"
       gradientTransform="translate(-32,524)" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6078"
       id="linearGradient6162"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.63278472,0,0,0.63278472,-113.84055,-645.64033)"
       x1="161.89027"
       y1="-168.53056"
       x2="297.46921"
       y2="484.83612" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6078-9"
       id="linearGradient6084-2"
       x1="161.89027"
       y1="-168.53056"
       x2="297.46921"
       y2="484.83612"
       gradientUnits="userSpaceOnUse"
       gradientTransform="translate(3.3501302,-5.991454e-7)" />
    <linearGradient
       id="linearGradient6078-9">
      <stop
         style="stop-color:#000000;stop-opacity:1;"
         offset="0"
         id="stop6080-0" />
      <stop
         style="stop-color:#ffffff;stop-opacity:1;"
         offset="1"
         id="stop6082-6" />
    </linearGradient>
    <linearGradient
       y2="-587.63"
       x2="143.05882"
       y1="265.09387"
       x1="143.05882"
       gradientTransform="matrix(1.0074678,0,0,0.56965929,870.49876,118.18399)"
       gradientUnits="userSpaceOnUse"
       id="linearGradient6179"
       xlink:href="#linearGradient6078-9"
       inkscape:collect="always" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6255"
       id="linearGradient6261"
       x1="88.772499"
       y1="-486.30008"
       x2="1435.7103"
       y2="-486.30008"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6255"
       id="linearGradient6275"
       gradientUnits="userSpaceOnUse"
       gradientTransform="translate(-77.037462,218.63663)"
       x1="165.14003"
       y1="-568.32446"
       x2="196.25273"
       y2="-118.4828" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6255"
       id="linearGradient6285"
       gradientUnits="userSpaceOnUse"
       x1="88.772499"
       y1="-486.30008"
       x2="1435.7103"
       y2="-486.30008" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6078-5"
       id="linearGradient6084-1"
       x1="161.89027"
       y1="-168.53056"
       x2="297.46921"
       y2="484.83612"
       gradientUnits="userSpaceOnUse"
       gradientTransform="translate(926.13625,-594.05387)" />
    <linearGradient
       id="linearGradient6078-5">
      <stop
         style="stop-color:#008000;stop-opacity:1;"
         offset="0"
         id="stop6080-2" />
      <stop
         style="stop-color:#ffffff;stop-opacity:1;"
         offset="1"
         id="stop6082-0" />
    </linearGradient>
    <filter
       id="filter3119-4-9"
       inkscape:label="Noise transparency"
       x="0"
       y="0"
       width="1"
       height="1"
       inkscape:menu="ABCs"
       inkscape:menu-tooltip="Basic noise transparency texture"
       color-interpolation-filters="sRGB">
      <feGaussianBlur
         id="feGaussianBlur3121-5-4"
         stdDeviation="2.3"
         in="SourceAlpha"
         result="result0" />
      <feMorphology
         id="feMorphology3123-2-2"
         in="SourceAlpha"
         radius="6.6"
         result="result1" />
      <feGaussianBlur
         id="feGaussianBlur3125-7-6"
         stdDeviation="8.9"
         in="result1" />
      <feColorMatrix
         id="feColorMatrix3127-9-9"
         values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.3 0"
         result="result91" />
      <feComposite
         id="feComposite3129-0-5"
         in2="result91"
         in="result0"
         operator="out"
         result="result2" />
      <feGaussianBlur
         id="feGaussianBlur3131-0-1"
         stdDeviation="1.7"
         result="result4" />
      <feDiffuseLighting
         id="feDiffuseLighting3133-4-3"
         surfaceScale="10"
         result="result92">
        <feDistantLight
           id="feDistantLight3135-7-6"
           azimuth="225"
           elevation="45" />
      </feDiffuseLighting>
      <feBlend
         id="feBlend3137-6-7"
         in2="SourceGraphic"
         mode="multiply"
         result="result93" />
      <feComposite
         id="feComposite3139-4-9"
         in2="SourceAlpha"
         operator="in"
         result="result3" />
      <feSpecularLighting
         id="feSpecularLighting3141-6-0"
         in="result4"
         surfaceScale="5"
         specularExponent="17.89999962"
         result="result94">
        <feDistantLight
           id="feDistantLight3143-7-2"
           azimuth="225"
           elevation="45" />
      </feSpecularLighting>
      <feComposite
         id="feComposite3145-4-4"
         in2="result3"
         operator="atop"
         result="fbSourceGraphic" />
      <feColorMatrix
         result="fbSourceGraphicAlpha"
         in="fbSourceGraphic"
         values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
         id="feColorMatrix4290-9" />
      <feTurbulence
         id="feTurbulence4292-0"
         type="fractalNoise"
         numOctaves="5"
         baseFrequency="0.02"
         result="result1" />
      <feComposite
         id="feComposite4294-5"
         in2="result1"
         operator="in"
         result="result2"
         in="fbSourceGraphic" />
      <feColorMatrix
         id="feColorMatrix4296-4"
         result="result3"
         values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 3 -1 "
         in="result2" />
    </filter>
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6078-9-9"
       id="linearGradient6222-7"
       x1="423.23053"
       y1="-73.778259"
       x2="660.38068"
       y2="723.8382"
       gradientUnits="userSpaceOnUse"
       gradientTransform="translate(13.001879,-183.24887)" />
    <linearGradient
       id="linearGradient6078-9-9">
      <stop
         style="stop-color:#000000;stop-opacity:1;"
         offset="0"
         id="stop6080-0-4" />
      <stop
         style="stop-color:#ffffff;stop-opacity:1;"
         offset="1"
         id="stop6082-6-7" />
    </linearGradient>
    <linearGradient
       y2="723.8382"
       x2="660.38068"
       y1="-73.778259"
       x1="423.23053"
       gradientTransform="translate(935.80608,-594.05386)"
       gradientUnits="userSpaceOnUse"
       id="linearGradient5626"
       xlink:href="#linearGradient6078-9-9"
       inkscape:collect="always" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4098"
       id="linearGradient4106"
       x1="287.56638"
       y1="120.09835"
       x2="287.56638"
       y2="-546.19177"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.260912,0,0,1,71.251679,0.00125509)" />
    <linearGradient
       id="linearGradient4098">
      <stop
         style="stop-color:#008100;stop-opacity:1;"
         offset="0"
         id="stop4100" />
      <stop
         style="stop-color:#008000;stop-opacity:0;"
         offset="1"
         id="stop4102" />
    </linearGradient>
    <linearGradient
       y2="-546.19177"
       x2="287.56638"
       y1="120.09835"
       x1="287.56638"
       gradientTransform="matrix(1.260912,0,0,1,-910.0905,-73.940571)"
       gradientUnits="userSpaceOnUse"
       id="linearGradient4131"
       xlink:href="#linearGradient4098"
       inkscape:collect="always" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6078"
       id="linearGradient4005"
       x1="-780.29614"
       y1="-1161.6045"
       x2="-506.72354"
       y2="-1161.6045"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6078"
       id="linearGradient4055"
       gradientUnits="userSpaceOnUse"
       gradientTransform="translate(923.22266,-335.72905)"
       x1="161.89027"
       y1="-168.53056"
       x2="297.46921"
       y2="484.83612" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6078"
       id="linearGradient4120"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.64846859,0,0,0.64846859,114.9957,877.36779)"
       x1="-108.99142"
       y1="-355.92548"
       x2="45.008579"
       y2="314.07452" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6078"
       id="linearGradient4126"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.64846859,0,0,0.64846859,114.9957,877.36779)"
       x1="-108.99142"
       y1="-355.92548"
       x2="45.008579"
       y2="314.07452" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6078"
       id="linearGradient4129"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.64846859,0,0,0.64846859,72.9957,883.47585)"
       x1="-108.99142"
       y1="-355.92548"
       x2="45.008579"
       y2="314.07452" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6078"
       id="linearGradient4139"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.64846859,0,0,0.64846859,72.9957,883.47585)"
       x1="-108.99142"
       y1="-355.92548"
       x2="45.008579"
       y2="314.07452" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6078"
       id="linearGradient4142"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.75460897,0,0,0.75460897,1066.8812,735.54895)"
       x1="-108.99142"
       y1="-355.92548"
       x2="45.008579"
       y2="314.07452" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4108"
       id="linearGradient4180"
       x1="332.879"
       y1="419.68518"
       x2="332.879"
       y2="985.62512"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.97216115,0,0,1,67.205289,-27.209158)" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient6078"
       id="linearGradient3303"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.75460897,0,0,0.75460897,1066.8812,735.54895)"
       x1="-108.99142"
       y1="-355.92548"
       x2="45.008579"
       y2="314.07452" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4058"
       id="linearGradient4064"
       x1="975.3869"
       y1="339.30963"
       x2="975.3869"
       y2="953.14563"
       gradientUnits="userSpaceOnUse"
       gradientTransform="translate(291.99999,-415.99999)" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4255"
       id="linearGradient3425"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.0200299,0,0,1.0200299,-859.15898,-1239.2577)"
       x1="161.89027"
       y1="-168.53056"
       x2="297.46921"
       y2="484.83612" />
    <linearGradient
       id="linearGradient4255">
      <stop
         id="stop4257"
         offset="0"
         style="stop-color:#007800;stop-opacity:1" />
      <stop
         id="stop4259"
         offset="1"
         style="stop-color:#ffffff;stop-opacity:1;" />
    </linearGradient>
    <linearGradient
       y2="484.83612"
       x2="297.46921"
       y1="-168.53056"
       x1="161.89027"
       gradientTransform="matrix(1.0200299,0,0,1.0200299,-802.43155,-1107.0302)"
       gradientUnits="userSpaceOnUse"
       id="linearGradient4276"
       xlink:href="#linearGradient4255"
       inkscape:collect="always" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4255"
       id="linearGradient3256"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.0200299,0,0,1.0200299,2.97376,-456.00926)"
       x1="161.89027"
       y1="-168.53056"
       x2="297.46921"
       y2="484.83612" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4255"
       id="linearGradient3260"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.69279143,0,0,0.69279143,919.08707,566.0091)"
       x1="161.89027"
       y1="-168.53056"
       x2="349.43289"
       y2="640.72717" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4032"
       id="linearGradient4044"
       gradientUnits="userSpaceOnUse"
       x1="1047.5118"
       y1="340.17545"
       x2="1047.5118"
       y2="870.28204" />
  </defs>
  <sodipodi:namedview
     id="base"
     pagecolor="#ffffff"
     bordercolor="#666666"
     borderopacity="1.0"
     inkscape:pageopacity="0.0"
     inkscape:pageshadow="2"
     inkscape:zoom="0.25000001"
     inkscape:cx="209.03134"
     inkscape:cy="1217.6776"
     inkscape:document-units="px"
     inkscape:current-layer="layer1"
     showgrid="false"
     inkscape:window-width="1420"
     inkscape:window-height="847"
     inkscape:window-x="140"
     inkscape:window-y="24"
     inkscape:window-maximized="0"
     fit-margin-top="0"
     fit-margin-left="0"
     fit-margin-right="0"
     fit-margin-bottom="0.2"
     showguides="true" />
  <metadata
     id="metadata7">
    <rdf:RDF>
      <cc:Work
         rdf:about="">
        <dc:format>image/svg+xml</dc:format>
        <dc:type
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
        <dc:title />
      </cc:Work>
    </rdf:RDF>
  </metadata>
  <g
     inkscape:label="Layer 1"
     inkscape:groupmode="layer"
     id="layer1"
     transform="translate(727.26837,1245.4347)">
    <path
       inkscape:export-filename="/home/davis/Desktop/dlib-logo-big.png"
       inkscape:export-ydpi="13.329785"
       inkscape:export-xdpi="13.329785"
       inkscape:connector-curvature="0"
       id="path4053"
       d="m 1023.2021,-467.74665 c -6.9306,0.232 -13.8912,0.4764 -20.7306,1.6612 -3.89359,29.3532 -0.4985,59.0587 -1.6958,88.5633 0,108.198 0,216.3958 0,324.593701 17.1741,1.9244 34.5528,2.0416 51.7398,0.2076 3.3409,-13.6023 6.6918,-27.2021 10.0365,-40.8035 20.1275,-4.3735 39.4098,-12.161801 56.8273,-23.291501 11.9614,7.3567 23.9486,14.6735 35.9237,22.011001 13.3597,-10.716401 25.5051,-22.659101 36.2006,-36.062101 -6.8185,-12.1782 -15.4368,-24.278 -21.3535,-36.3736 11.0712,-17.1104 18.9663,-36.2896 23.3954,-56.2735 13.6154,-3.2669 27.2332,-6.5254 40.8727,-9.6903 2.0458,-16.9584 2.0124,-34.1356 0.2422,-51.1169 -13.5719,-3.4709 -27.2625,-6.4902 -40.7689,-10.2095 -4.2632,-20.171 -12.1604,-39.4476 -23.2915,-56.6889 7.2491,-12.0168 14.6924,-23.8446 21.9072,-35.889 -10.6117,-13.399 -22.6322,-25.5555 -36.0275,-36.166 -12.1459,6.861 -24.3066,15.3662 -36.3736,21.3189 -17.0732,-11.3677 -36.3381,-19.0835 -56.2736,-23.5338 -3.2761,-13.5529 -6.4786,-27.1233 -9.6557,-40.6997 -10.2629,-1.3243 -20.6323,-1.7442 -30.9747,-1.5574 z m 37.6541,91.332 c 56.0125,14.9096 96.1549,74.9618 87.2482,132.5162 -5.8297,46.1536 -40.5071,87.5275 -85.4485,100.607 -3.369,2.4901 -1.5771,-3.8305 -1.8689,-5.3989 0.1059,-75.8893 -0.036,-151.8872 0.069,-227.7243 z"
       style="fill:url(#linearGradient4055);fill-opacity:1;stroke:none" />
    <path
       style="font-size:271.78607178px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:-50.81999969px;word-spacing:0px;fill:#6c6c6c;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Sans"
       d="m 495.66104,-494.72874 c -0.84547,-0.0104 -1.69126,0.0352 -2.55056,0.1325 -19.63034,0.73928 -28.86839,30.381 -12.78592,41.8689 13.25716,12.36335 39.19209,1.34559 38.25837,-17.25767 0.57683,-12.67301 -10.23997,-24.58764 -22.92189,-24.74373 z m -189.53628,13.64366 0,1.05997 0,1.05997 0,33.85287 38.29149,0 0,179.46654 76.88111,0 0,-35.93968 -37.99338,0 0,-179.49967 z m 239.69074,0 0,1.05997 0,1.05997 0,213.65065 c 12.67031,-1.27586 25.64943,1.23157 38.12588,-1.82182 1.88907,-1.76004 -0.43964,-7.75849 2.58368,-4.90238 24.17163,16.57752 61.95412,12.81175 78.73606,-12.42155 22.75713,-30.42343 24.31506,-72.68541 12.58717,-107.78592 -8.04268,-21.36798 -27.57642,-39.75201 -51.3424,-40.31207 -14.73382,-1.04503 -29.53712,3.1791 -41.80266,11.22908 l 0,-59.75593 z m -113.6203,51.90551 0,1.05998 0,1.05997 0,33.85286 43.16074,0 0,127.56103 38.92086,0 0,-163.53384 z m 183.24723,32.29603 c 16.14494,-0.15516 26.57155,16.48123 27.89051,31.13669 4.1878,21.99092 1.71748,48.64341 -16.46269,63.96269 -11.10577,7.02308 -26.36913,1.65924 -34.28347,-8.01604 -7.44328,-6.57934 -9.31163,-17.24573 -7.71793,-26.79742 0.33014,-14.3603 -2.03369,-29.46139 1.58996,-43.32636 6.76082,-9.12033 17.08139,-16.98962 28.98362,-16.95956 z"
       id="text3780"
       inkscape:connector-curvature="0"
       inkscape:export-xdpi="33.546459"
       inkscape:export-ydpi="33.546459"
       inkscape:export-filename="/home/davis/Desktop/dlib-logo-big.png"
       sodipodi:nodetypes="scccsccccccccccccccccccccccccccccccccccccccc" />
    <text
       xml:space="preserve"
       style="font-size:144px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
       x="-147.07822"
       y="-202.42957"
       id="text6118"
       sodipodi:linespacing="125%"
       transform="translate(77.037462,-218.63663)"><tspan
         sodipodi:role="line"
         id="tspan6120"
         x="-147.07822"
         y="-202.42957" /></text>
    <path
       style="fill:url(#linearGradient6179);fill-opacity:1;stroke:none"
       d="m 971.22483,42.978925 c -6.98234,0.132144 -13.99487,0.27142 -20.88535,0.946324 -3.92271,16.721334 -0.50227,33.643336 -1.70849,50.450923 0,61.635948 0,123.271898 0,184.907848 17.30238,1.09625 34.81079,1.16301 52.12621,0.11829 3.3657,-7.74869 6.7417,-15.49596 10.1114,-23.24409 20.2778,-2.49144 39.7041,-6.92811 57.2517,-13.26825 12.0506,4.19081 24.1274,8.3589 36.192,12.53879 13.4594,-6.10474 25.6955,-12.90799 36.4708,-20.54313 -6.8693,-6.93742 -15.552,-13.83016 -21.513,-20.72056 11.154,-9.7471 19.1081,-20.67272 23.5702,-32.05674 13.7171,-1.86097 27.4366,-3.71722 41.178,-5.52022 2.0611,-9.66048 2.0274,-19.44566 0.244,-29.1192 -13.6733,-1.97725 -27.4661,-3.69719 -41.0734,-5.81594 -4.295,-11.49058 -12.2512,-22.4717 -23.4654,-32.29333 7.3032,-6.84552 14.8021,-13.583303 22.0708,-20.444547 -10.6909,-7.632859 -22.8012,-14.557899 -36.2965,-20.602275 -12.2366,3.908427 -24.4882,8.753476 -36.6453,12.144498 -17.2008,-6.475699 -36.6095,-10.871053 -56.6938,-13.406259 -3.3006,-7.720529 -6.527,-15.451039 -9.7279,-23.184956 -10.33953,-0.754405 -20.78635,-0.993565 -31.20597,-0.887176 z m 37.93537,52.028127 c 56.4307,8.493388 96.8729,42.702668 87.8997,75.489088 -5.8732,26.29187 -40.8096,49.8609 -86.0867,57.31178 -3.3941,1.41849 -1.5888,-2.18211 -1.8828,-3.07556 0.1066,-43.23101 -0.036,-86.52399 0.07,-129.725308 z"
       id="path3205-8"
       inkscape:connector-curvature="0"
       inkscape:export-xdpi="5.9322109"
       inkscape:export-ydpi="5.9322109"
       inkscape:export-filename="/home/davis/Desktop/dlib-logo-16.png" />
    <path
       style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:#008000;stroke-width:0.5537371;stroke-linejoin:miter;stroke-miterlimit:3.79999995;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;filter:url(#filter3119-4-9)"
       d="m 1022.7836,-726.0715 c -6.9306,0.23197 -13.8911,0.47646 -20.7305,1.66121 -3.89366,29.35323 -0.4986,59.0587 -1.6958,88.56333 0,108.19793 0,216.39583 0,324.59376 17.1741,1.92439 34.5527,2.04158 51.7398,0.20765 3.3408,-13.60232 6.6917,-27.20215 10.0365,-40.8035 20.1274,-4.37356 39.4097,-12.16184 56.8272,-23.29156 11.9614,7.35671 23.9486,14.67351 35.9237,22.01104 13.3597,-10.71647 25.5052,-22.65914 36.2006,-36.06213 -6.8185,-12.1782 -15.4368,-24.27796 -21.3535,-36.3736 11.0713,-17.11041 18.9664,-36.28963 23.3954,-56.27353 13.6155,-3.26682 27.2332,-6.52535 40.8727,-9.6904 2.0458,-16.95835 2.0124,-34.13559 0.2423,-51.11685 -13.572,-3.47094 -27.2625,-6.49018 -40.7689,-10.20952 -4.2633,-20.17097 -12.1605,-39.4476 -23.2916,-56.68885 7.2492,-12.01687 14.6924,-23.84461 21.9072,-35.88908 -10.6116,-13.39899 -22.6321,-25.55545 -36.0275,-36.16595 -12.1458,6.86098 -24.3066,15.36615 -36.3736,21.31887 -17.0732,-11.36767 -36.3381,-19.08342 -56.2735,-23.53381 -3.2762,-13.55289 -6.4786,-27.1233 -9.6558,-40.6997 -10.2629,-1.32431 -20.6323,-1.74414 -30.9747,-1.55738 z m 37.6541,91.33201 c 56.0125,14.9096 96.155,74.96178 87.2482,132.51621 -5.8297,46.15367 -40.5071,87.52757 -85.4485,100.60711 -3.369,2.49007 -1.5771,-3.83055 -1.8689,-5.39894 0.1059,-75.88924 -0.036,-151.88725 0.069,-227.72438 z"
       id="path3205-7-9"
       inkscape:connector-curvature="0"
       inkscape:export-xdpi="7.0773535"
       inkscape:export-ydpi="7.0773535"
       inkscape:export-filename="/home/davis/Desktop/dlib-logo-big.png" />
    <path
       style="fill:url(#linearGradient4131);fill-opacity:1;stroke:none"
       d="m -541.18611,-189.81753 c -7.95821,-0.0942 -15.90748,0.23012 -23.83912,0.71875 0,124.802089 0,249.604159 0,374.40624 15.22815,1.05949 30.60024,0.86865 45.78687,-0.5 4.44122,-14.71779 8.99256,-29.41507 13.47599,-44.125 23.3019,-3.84423 45.68303,-11.08371 65.64624,-21.3125 16.28759,7.86353 32.56864,15.73559 48.86035,23.59375 11.85327,-7.42517 22.66532,-15.70554 32.50788,-24.75 -9.94841,-12.99949 -19.94165,-25.977501 -29.90726,-38.968751 12.9885,-15.97363 22.59074,-33.84854 27.0308,-52.5625 18.63835,-3.5817 37.27287,-7.17602 55.91358,-10.74999 1.13725,-11.9203796 0.99207,-23.9149396 -0.47285,-35.8125 -18.51804,-3.5677 -37.03955,-7.12412 -55.55893,-10.6875 -4.57652,-18.69676 -13.64457,-36.71314 -26.99141,-52.53125 9.99743,-12.98857 19.97875,-25.984969 29.98607,-38.968749 -9.59579,-9.21099 -20.30999,-17.49152 -31.99564,-25.03125 -16.50155,7.99019 -33.02157,15.95648 -49.53021,23.9375 -19.83708,-10.44823 -42.23992,-17.90425 -65.56743,-21.71875 -4.51598,-14.76085 -9.04957,-29.51834 -13.5548,-44.28125 -7.24958,-0.43341 -14.51689,-0.76169 -21.79013,-0.65625 z m 36.48764,84.375 c 57.73393,12.749409 101.22616,58.663719 98.31173,106.4999994 -1.46252,45.3652496 -41.9939,88.6074596 -97.76009,100.1874906 -2.65298,-3.551971 -0.39674,-12.218401 -1.14953,-17.750001 -0.024,-63.02082 -0.048,-126.04165 -0.072,-189.062489 l 0.66985,0.125 z"
       id="path3056-7"
       inkscape:connector-curvature="0"
       inkscape:export-xdpi="3.8067021"
       inkscape:export-ydpi="3.8067021"
       inkscape:export-filename="/home/davis/Desktop/dlib-logo-big.png" />
    <text
       xml:space="preserve"
       style="font-size:300px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Andale Mono;-inkscape-font-specification:Andale Mono"
       x="-686.99139"
       y="-257.92551"
       id="text5710"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan5712"
         x="-686.99139"
         y="-257.92551"
         style="font-size:72px">16x16 icon</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:300px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Andale Mono;-inkscape-font-specification:Andale Mono"
       x="140.75861"
       y="-726.42633"
       id="text5710-3"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan5712-5"
         x="140.75861"
         y="-726.42633"
         style="font-size:72px">larger icon</tspan></text>
    <path
       style="font-size:300px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:-29.45005226px;word-spacing:0px;fill:#6c6c6c;fill-opacity:1;stroke:none;font-family:Andale Mono;-inkscape-font-specification:Andale Mono"
       d="m 91.712762,-1144.3437 c -30.28577,-0.1363 -60.39844,18.1385 -71.8008,46.6236 -16.2787101,35.2236 -15.6751601,75.9722 -8.68099,113.47285 6.19667,27.8716 23.75934,55.4792 51.95393,64.7735 32.31967,11.6446 70.499908,5.4452 97.621618,-15.1825 3.02164,-5.7194 -3.24042,-10.6409 -4.02403,-16.1695 -2.46403,-6.1817 -4.95992,-12.351 -7.38223,-18.5492 -20.59187,13.9311 -47.67163,24.3061 -72.218748,14.6874 -19.15948,-8.9159 -25.8452,-31.5875 -27.59375,-51.06235 -2.59633,-28.8656 -3.28128,-60.2054 11.96875,-85.7813 10.25845,-13.8949 28.76348,-17.9918 45.124998,-15.2187 14.00799,1.4904 27.24445,6.8112 38.84375,14.7812 4.79517,-11.0898 9.41862,-22.2526 14.06251,-33.4062 -19.10417,-14.8307 -44.10433,-19.525 -67.875008,-18.9688 z m -399.218742,0.1875 c -18.62086,-0.586 -30.19888,24.9473 -17.75,38.75 10.03129,13.8596 35.0741,10.2427 40.21875,-6.25 5.87433,-14.6097 -6.21654,-33.6621 -22.46875,-32.5 z m 1125.18755,0 c -18.6683,-0.5408 -30.1379,25.2322 -17.5625,38.8437 9.9929,13.8768 35.3189,10.049 40.1875,-6.7187 5.8784,-14.6589 -6.6054,-33.1703 -22.625,-32.125 z m -1318.3438,5.6875 c 0,11.2604 0,22.5208 0,33.7812 13.28125,10e-5 26.5625,0 39.84375,0 0,62.3021 0,124.60415 0,186.90625 26.13542,0 52.27083,0 78.40625,0 0,-11.9167 0,-23.8333 0,-35.75 -13.1875,0 -26.375,0 -39.5625,0 0,-62.31245 0,-124.62495 0,-186.93745 -26.22917,0 -52.45833,0 -78.6875,0 l 0,1 z m 242.4375,0 c 0,73.5625 0,147.12495 0,220.68745 12.69792,0 25.39583,0 38.09375,0 0.66253,-2.9254 0.98099,-5.9047 0.84375,-8.9063 23.09103,18.3201 61.02973,17.5154 80.375,-5.9374 23.65335,-26.5738 27.31644,-65.2995 21.34375,-99.15625 -4.54881,-23.7014 -18.9469,-48.1641 -43.15625,-55.4687 -19.51152,-6.2348 -42.01499,-2.0267 -58.65625,9.7812 0,-21 0,-42 0,-63 -12.94792,0 -25.89583,0 -38.84375,0 l 0,1 z m 867.5313,0 c 0,73.5625 0,147.12495 0,220.68745 42.8333,0 85.6666,0 128.5,0 0,-12.3125 0,-24.625 0,-36.9375 -29.4896,0 -58.9792,0 -88.4688,0 0,-61.91665 0,-123.83325 0,-185.74995 -13.3437,0 -26.6875,0 -40.0312,0 l 0,1 z m 270.75,0 c 0,73.5625 0,147.12495 0,220.68745 12.802,0 25.6041,0 38.4062,0 0.4777,-2.9363 0.6249,-5.9232 0.5313,-8.9063 23.1162,18.3717 61.4017,17.4919 80.625,-6.1874 23.60993,-26.8767 27.16963,-65.6949 20.94953,-99.66595 -4.6341,-22.9956 -18.3869,-46.5108 -41.66833,-54.3028 -19.9888,-6.782 -42.9795,-2.7053 -59.9687,9.375 0,-21 0,-42 0,-63 -12.9584,0 -25.9167,0 -38.875,0 l 0,1 z m -652.8126,31.2188 c 0,19.3541 0,38.7083 0,58.0624 -20.0208,10e-5 -40.04162,0 -60.06245,0 0,11.7292 0,23.4584 0,35.1876 20.02083,-10e-5 40.04165,0 60.06245,0 0,19.96865 0,39.93735 0,59.90615 11.7292,0 23.4584,0 35.1875,0 0,-19.9687 0,-39.9375 0,-59.90615 19.7709,0 39.5417,-10e-5 59.3126,0 0,-11.7292 0,-23.4584 0,-35.1876 -19.7709,10e-5 -39.5417,0 -59.3126,0 0,-20.0208 0,-40.0416 0,-60.0624 -11.7291,0 -23.4583,-10e-5 -35.1875,0 l 0,1 z m 166.4376,0 c 0,19.3541 0,38.7083 0,58.0624 -20.0209,10e-5 -40.0417,0 -60.0625,0 0,11.7292 0,23.4584 0,35.1876 20.0208,-10e-5 40.0416,0 60.0625,0 0,19.96865 0,39.93735 0,59.90615 11.7291,0 23.4583,0 35.1875,0 0,-19.9687 0,-39.9375 0,-59.90615 19.7812,-10e-5 39.5625,0 59.3437,0 0,-11.7292 0,-23.4584 0,-35.1876 -19.7812,0 -39.5625,10e-5 -59.3437,0 0,-20.0208 0,-40.0416 0,-60.0624 -11.7292,0 -23.4584,-10e-5 -35.1875,0 l 0,1 z m 733.15623,17.2187 c -14.282,0.1488 -27.7279,7.4033 -37.5312,17.5 0.2756,-4.4886 1.9597,-12.32 -3.875,-13.875 -11.573,0 -23.1459,0 -34.7188,0 0,56.2083 0,112.41665 0,168.62495 12.9063,0 25.8125,0 38.7188,0 0.1723,-35.1039 -0.3412,-70.2114 0.2812,-105.31245 8.8239,-14.3684 23.4407,-29.9741 41.9375,-27.5312 9.0265,1.2222 17.3866,5.2039 25.7813,8.7812 5.1449,-12.0765 10.1627,-24.2067 15.3124,-36.2812 -13.9184,-7.6932 -29.8151,-12.4905 -45.9062,-11.9063 z m 131.25,0 c -23.2609,0.5122 -45.5924,9.0746 -65.6562,20.0937 3.8134,10.4646 7.6642,20.9158 11.4062,31.4063 19.322,-9.7253 41.284,-19.9432 63.25,-13.5937 11.3101,4.4263 15.2461,18.0361 14.5938,28.875 -23.7876,2.2048 -49.447,2.6741 -70.5313,15.4062 -16.199,8.71205 -25.6583,27.11375 -24.2671,45.37395 0.6109,20.1858 13.9906,39.538 33.5171,45.5322 21.7046,7.6654 46.916,1.0221 63.8125,-13.75 0.7967,4.3868 1.9702,8.6749 3.375,12.9063 12.9792,0 25.9583,0 38.9375,0 -12.586,-42.2961 -1.1739,-87.13205 -8.1563,-130.15625 -3.7964,-18.9002 -18.1236,-35.6058 -37.3124,-39.6562 -7.4739,-1.9968 -15.2239,-2.6476 -22.9688,-2.4375 z m 171.5312,0 c -14.3101,0.1633 -27.7512,7.4125 -37.5937,17.5 0.3348,-4.4798 1.9857,-12.3224 -3.8437,-13.875 -11.573,0 -23.1459,0 -34.7188,0 0,56.2083 0,112.41665 0,168.62495 12.9063,0 25.8125,0 38.7188,0 0.1725,-35.0831 -0.341,-70.1697 0.2812,-105.24995 8.8836,-14.2433 22.8341,-29.6973 41.3438,-27.625 9.2834,0.9968 17.8413,5.247 26.4062,8.8125 5.0985,-12.0874 10.1472,-24.1957 15.25,-36.2812 -13.94,-7.7257 -29.7912,-12.4759 -45.8438,-11.9063 z m -1801.46873,5.625 c 0,11.2604 0,22.5208 0,33.7813 14.98958,0 29.97917,0 44.96875,0 0,44.2812 0,88.56235 0,132.84365 12.94792,0 25.89583,0 38.84375,0 0,-56.2083 0,-112.41665 0,-168.62495 -27.9375,0 -55.875,0 -83.8125,0 l 0,1 z m 1125.25,0 c 0,11.2604 0,22.5208 0,33.7813 14.9896,0 29.9792,0 44.9688,0 0,44.2812 0,88.56235 0,132.84365 12.9479,0 25.8958,0 38.8437,0 0,-56.2083 0,-112.41665 0,-168.62495 -27.9375,0 -55.875,0 -83.8125,0 l 0,1 z m 721.96873,0.6875 c 19.6882,52.545 39.3985,105.07505 59.1563,157.59375 -5.2072,11.969 -9.5128,28.0712 -23.5,32.3124 -10.2327,1.934 -20.2005,-2.6637 -29.9687,-5.125 -2.4613,11.1334 -4.7143,22.3114 -7.0626,33.4688 19.3411,8.1468 44.0682,13.0679 62.3126,-0.062 24.9097,-19.4319 32.3616,-51.8903 43.9496,-79.8338 17.8293,-47.0137 35.6582,-94.02755 53.4878,-141.04115 -14.052,0 -28.1041,0 -42.1562,0 -12.4886,35.338 -25.0264,70.6586 -37.5938,105.96865 -12.5672,-35.31005 -25.105,-70.63065 -37.5937,-105.96865 -14.0104,0 -28.0208,0 -42.0313,0 0.3334,0.8958 0.6667,1.7917 1,2.6875 z m -1661.40623,29.2812 c 16.016,-0.1517 26.77495,16.0071 28.84375,30.5313 4.91801,23.013 2.90234,50.23115 -14.1875,67.90625 -9.84856,8.6319 -25.18356,6.7572 -34.40625,-1.8438 -7.11889,-6.1528 -15.27782,-14.3733 -13.53125,-24.5938 0.31486,-17.3898 -1.04001,-35.15185 0.75,-52.31235 7.26918,-10.6962 18.85292,-19.8685 32.53125,-19.6876 z m 1138.2813,0 c 16.5276,-0.1138 27.1469,16.6907 29.0249,31.4772 4.7631,22.9053 2.4426,49.69865 -14.4937,67.17905 -10.2253,8.6427 -26.2859,6.2651 -35.4062,-3.0313 -7.403,-6.2208 -14.2507,-14.9259 -12.375,-25.4062 0.311,-16.81815 -1.0594,-33.98915 0.7812,-50.59375 7.2698,-10.6475 18.8565,-19.8256 32.4688,-19.625 z m 329.49993,64.18755 c 1.4389,1.3562 -0.9918,5.0396 -0.125,7.2187 0.7621,5.4449 0.2261,11.7986 -4.625,15 -10.7284,11.683 -28.3407,20.7419 -43.8437,13.5937 -9.3288,-5.9417 -7.9335,-22.0899 2.5313,-26.1874 13.9651,-8.0834 30.7601,-6.5179 46.0624,-9.625 z"
       id="text4204-0"
       inkscape:connector-curvature="0"
       inkscape:export-filename="/home/davis/source/docs/docs/dlib-logo.png"
       inkscape:export-xdpi="11.454896"
       inkscape:export-ydpi="11.454896"
       sodipodi:nodetypes="ccccccccccccccccccccccscccccccccssccccccccccsscccccccssccccccccccsscccccccccccccsscccccccccccccsccccccccccccccccccccccccccccccccccccscccccccsscccccccscccccccccccccccccccccccccccccccccc" />
    <path
       style="fill:#008000;fill-opacity:1;stroke:none"
       d="m 1344.1982,-458.61672 c -5.8837,0.1038 -11.7586,0.457 -17.6249,0.9063 0,139.1251 0,278.25007 0,417.375059 14.5472,1.41561 29.2369,1.15173 43.7498,-0.53125 3.8685,-16.33144 7.8575,-32.63435 11.8438,-48.93749 19.7614,-4.22553 38.8062,-12.010809 55.8751,-22.843749 14.3131,8.70739 28.6216,17.422329 42.9375,26.124999 11.2946,-8.81351 21.5361,-18.712529 30.8125,-29.562499 -8.7483,-14.43029 -17.5348,-28.83754 -26.3125,-43.25 10.9297,-17.21704 19.0889,-36.40516 23.0312,-56.46876 16.3976,-3.9617 32.7907,-7.94191 49.1875,-11.90621 1.1153,-14.2283 0.9838,-28.5485 -0.4375,-42.75 -16.2799,-3.9533 -32.5627,-7.895 -48.8437,-11.8438 -4.06,-20.0274 -11.791,-39.3996 -23,-56.4687 8.7845,-14.4002 17.5687,-28.8007 26.375,-43.1875 -9.0776,-11.0244 -19.1989,-20.9936 -30.3438,-29.9063 -14.516,8.8241 -29.0227,17.6635 -43.5312,26.5 -17.0089,-11.1052 -36.0249,-19.0299 -55.8751,-23.3437 -3.9687,-16.3543 -7.932,-32.7098 -11.9063,-49.0626 -8.6232,-0.8176 -17.2825,-0.9577 -25.9374,-0.8438 z m 38.9999,97.8126 c 51.3048,15.4004 88.3243,69.3546 81.8721,122.9329 -4.4019,45.60401 -37.4573,87.95555 -81.9658,100.41087 -0.4878,-14.03742 0.066,-28.21634 -0.1951,-42.3125 -0.018,-60.37497 -0.037,-120.74997 -0.055,-181.12497 l 0.3438,0.094 z"
       id="path3056"
       inkscape:connector-curvature="0"
       inkscape:export-filename="/home/davis/source/docs/docs/dlib-logo.png"
       inkscape:export-xdpi="11.483641"
       inkscape:export-ydpi="11.483641" />
    <rect
       style="fill:url(#linearGradient4180);fill-opacity:1;stroke:none"
       id="rect4005"
       width="2095.2612"
       height="367.69553"
       x="-599.06995"
       y="434.9024"
       ry="183.84776"
       inkscape:export-filename="/home/davis/Desktop/download-dlib.png"
       inkscape:export-xdpi="12.886221"
       inkscape:export-ydpi="12.886221" />
    <text
       xml:space="preserve"
       style="font-size:144px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Courier New;-inkscape-font-specification:Courier New"
       x="-1730.9974"
       y="1149.7817"
       id="text4007"
       sodipodi:linespacing="125%"
       transform="translate(89.63425,-506.65078)"><tspan
         sodipodi:role="line"
         id="tspan4009"
         x="-1730.9974"
         y="1149.7817" /></text>
    <text
       xml:space="preserve"
       style="font-size:144px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial Bold"
       x="-2777.5154"
       y="1262.9188"
       id="text4011"
       sodipodi:linespacing="125%"
       transform="translate(89.63425,-506.65078)"><tspan
         sodipodi:role="line"
         id="tspan4013"
         x="-2777.5154"
         y="1262.9188" /></text>
    <text
       xml:space="preserve"
       style="font-size:226.84741211px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial Bold"
       x="-166.75345"
       y="695.85248"
       id="text4015"
       sodipodi:linespacing="125%"
       inkscape:export-filename="/home/davis/Desktop/download-dlib.png"
       inkscape:export-xdpi="12.886221"
       inkscape:export-ydpi="12.886221"><tspan
         sodipodi:role="line"
         id="tspan4017"
         x="-166.75345"
         y="695.85248">Download</tspan></text>
    <path
       style="fill:#ffffff;fill-opacity:1;stroke:none"
       d="m -433.81769,468.84058 0,117.50529 -68.92731,0 145.68235,173.96653 145.68219,-173.96653 -68.92723,0 0,-117.50529 -153.51,0 z"
       id="rect4023"
       inkscape:connector-curvature="0"
       inkscape:export-filename="/home/davis/Desktop/download-dlib.png"
       inkscape:export-xdpi="12.886221"
       inkscape:export-ydpi="12.886221" />
    <path
       sodipodi:nodetypes="scccsccccccccccccccccccccccccccccccccccccccc"
       inkscape:export-filename="/home/davis/Desktop/download-dlib.png"
       inkscape:export-ydpi="12.886221"
       inkscape:export-xdpi="12.886221"
       inkscape:connector-curvature="0"
       id="path4116"
       d="m 1264.0349,531.69557 c -0.6379,-0.008 -1.2762,0.0265 -1.9246,0.0999 -14.8133,0.55788 -21.7844,22.92579 -9.6484,31.59466 10.004,9.32945 29.5747,1.0154 28.8702,-13.02282 0.4352,-9.56314 -7.7272,-18.55404 -17.2972,-18.67183 z m -143.0257,10.29563 0,0.79987 0,0.79986 0,25.54569 28.8951,0 0,135.42705 58.0152,0 0,-27.12042 -28.6702,0 0,-135.45205 z m 180.8728,0 0,0.79987 0,0.79986 0,161.22266 c 9.5611,-0.96273 19.3553,0.92939 28.77,-1.37475 1.4257,-1.3281 -0.3316,-5.85463 1.9498,-3.69938 18.2401,12.50959 46.7511,9.66789 59.415,-9.37339 17.1726,-22.95776 18.3483,-54.84905 9.4983,-81.33621 -6.0691,-16.12448 -20.8094,-29.99721 -38.7434,-30.41986 -11.1183,-0.78857 -22.289,2.39898 -31.5447,8.47358 l 0,-45.09238 z m -85.739,39.1684 0,0.79981 0,0.79989 0,25.54569 32.5696,0 0,96.25868 29.3699,0 0,-123.40407 z m 138.2801,24.37084 c 12.1831,-0.11711 20.0511,12.43687 21.0464,23.49603 3.1602,16.59453 1.2961,36.70675 -12.4229,48.26683 -8.3805,5.29962 -19.8984,1.25205 -25.8706,-6.04901 -5.6168,-4.9648 -7.0267,-13.01376 -5.824,-20.22157 0.249,-10.83641 -1.5347,-22.23184 1.1997,-32.69449 5.1019,-6.88225 12.8898,-12.8205 21.8714,-12.79779 z"
       style="font-size:271.78607178px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:-50.81999969px;word-spacing:0px;fill:#585858;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Sans" />
    <path
       style="fill:url(#linearGradient4064);fill-opacity:1;stroke:none"
       d="m 1268.9434,52.066811 c -4.4399,0.0783 -8.8732,0.34486 -13.2999,0.68389 0,104.985059 0,209.969949 0,314.954929 10.9774,1.06823 22.0625,0.86916 33.014,-0.40085 2.9192,-12.3239 5.9294,-24.62621 8.9375,-36.92867 14.912,-3.18861 29.2834,-9.06346 42.1638,-17.23815 10.8007,6.57069 21.5982,13.1471 32.401,19.71416 8.5231,-6.65074 16.2514,-14.12062 23.2514,-22.30813 -6.6016,-10.88915 -13.232,-21.76102 -19.8556,-32.63683 8.2477,-12.9921 14.4046,-27.47162 17.3795,-42.61178 12.3738,-2.98954 24.7441,-5.99305 37.1173,-8.98453 0.8417,-10.73682 0.7424,-21.54296 -0.3302,-32.25953 -12.2849,-2.9832 -24.5721,-5.95764 -36.8578,-8.93745 -3.0637,-15.11286 -8.8976,-29.73129 -17.356,-42.61178 6.6288,-10.86653 13.2575,-21.73328 19.9028,-32.58968 -6.85,-8.31912 -14.4877,-15.841959 -22.8977,-22.567559 -10.9539,6.65874 -21.9008,13.329019 -32.849,19.997119 -12.8351,-8.380079 -27.1847,-14.360129 -42.1639,-17.615349 -2.9948,-12.3411 -5.9855,-24.68311 -8.9846,-37.02309 -6.5071,-0.61696 -13.0415,-0.72268 -19.5726,-0.63672 z m 29.4297,73.810249 c 38.7151,11.62129 66.6503,52.33562 61.7814,92.76628 -3.3217,34.41319 -28.2656,66.372 -61.8521,75.77089 -0.3681,-10.59275 0.05,-21.29227 -0.1472,-31.92939 -0.014,-45.55945 -0.028,-91.11896 -0.042,-136.67849 l 0.2594,0.071 z"
       id="path4118"
       inkscape:connector-curvature="0"
       inkscape:export-filename="/home/davis/source/docs/docs/download-dlib.png"
       inkscape:export-xdpi="12.53"
       inkscape:export-ydpi="12.53" />
    <path
       inkscape:export-filename="/home/davis/source/docs/docs/dlib-logo.png"
       inkscape:export-ydpi="11.454896"
       inkscape:export-xdpi="11.454896"
       inkscape:connector-curvature="0"
       id="path3423"
       d="m -700.44965,-1241.6921 c -7.0694,0.2366 -14.1694,0.4859 -21.1458,1.6945 -3.9716,29.9411 -0.5085,60.2416 -1.7297,90.3372 0,110.3652 0,220.7303 0,331.09533 17.5181,1.96294 35.2448,2.08247 52.7761,0.21181 3.4078,-13.87477 6.8258,-27.74701 10.2376,-41.62079 20.5306,-4.46116 40.1991,-12.40545 57.9655,-23.75805 12.2009,7.504 24.4283,14.9674 36.6432,22.45188 13.6273,-10.93108 26.016,-23.11298 36.9257,-36.78448 -6.9551,-12.4221 -15.746,-24.7642 -21.7812,-37.1021 11.293,-17.4531 19.3462,-37.0165 23.864,-57.4006 13.8881,-3.3324 27.7787,-6.6561 41.6914,-9.8845 2.0867,-17.2981 2.0527,-34.8194 0.2471,-52.1408 -13.8438,-3.5404 -27.8086,-6.6202 -41.5855,-10.414 -4.3487,-20.575 -12.404,-40.2377 -23.7581,-57.8244 7.3943,-12.2575 14.9867,-24.3222 22.346,-36.6078 -10.8242,-13.6674 -23.0855,-26.0674 -36.7491,-36.8904 -12.3892,6.9984 -24.7935,15.6739 -37.1022,21.7459 -17.4152,-11.5954 -37.066,-19.4658 -57.4007,-24.0052 -3.3418,-13.8244 -6.6084,-27.6666 -9.8492,-41.5149 -10.4685,-1.3508 -21.0455,-1.7791 -31.5951,-1.5886 z m 38.4084,93.1614 c 57.1343,15.2082 98.0809,76.4632 88.9957,135.1705 -5.9464,47.0781 -41.3184,89.2807 -87.1601,102.6222 -3.4364,2.54 -1.6086,-3.9072 -1.9063,-5.507 0.108,-77.4094 -0.037,-154.9296 0.071,-232.2857 z"
       style="fill:url(#linearGradient4276);fill-opacity:1;stroke:#7b7b7b;stroke-width:7.39929724;stroke-linejoin:miter;stroke-miterlimit:0.60000002;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
    <path
       style="fill:url(#linearGradient3256);fill-opacity:1;stroke:#7b7b7b;stroke-width:7.39929724;stroke-linejoin:miter;stroke-miterlimit:0.60000002;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
       d="m 104.95566,-590.67116 c -7.0694,0.2366 -14.1694,0.4859 -21.1458,1.6945 -3.9716,29.9411 -0.5085,60.2416 -1.7297,90.3372 0,110.3652 0,220.7303 0,331.09533 17.5181,1.96294 35.2448,2.08247 52.7761,0.21181 3.4078,-13.87477 6.8258,-27.74701 10.2376,-41.62079 20.5306,-4.46116 40.1991,-12.40545 57.9655,-23.75805 12.2009,7.504 24.4283,14.9674 36.6432,22.45188 13.6273,-10.93108 26.016,-23.11298 36.9257,-36.78448 -6.9551,-12.4221 -15.746,-24.7642 -21.7812,-37.1021 11.293,-17.4531 19.3462,-37.0165 23.864,-57.4006 13.8881,-3.3324 27.7787,-6.6561 41.6914,-9.8845 2.0867,-17.2981 2.0527,-34.8194 0.2471,-52.1408 -13.8438,-3.5404 -27.8086,-6.6202 -41.5855,-10.414 -4.3487,-20.575 -12.404,-40.2377 -23.7581,-57.8244 7.3943,-12.2575 14.9867,-24.3222 22.346,-36.6078 -10.8242,-13.6674 -23.0855,-26.0674 -36.7491,-36.8904 -12.3892,6.9984 -24.7935,15.6739 -37.1022,21.7459 -17.4152,-11.5954 -37.066,-19.4658 -57.4007,-24.0052 -3.3418,-13.8244 -6.6084,-27.6666 -9.8492,-41.5149 -10.4685,-1.3508 -21.0455,-1.7791 -31.5951,-1.5886 z m 38.4084,93.1614 c 57.1343,15.2082 98.0809,76.4632 88.9957,135.1705 -5.9464,47.0781 -41.3184,89.2807 -87.1601,102.6222 -3.4364,2.54 -1.6086,-3.9072 -1.9063,-5.507 0.108,-77.4094 -0.037,-154.9296 0.071,-232.2857 z"
       id="path3254"
       inkscape:connector-curvature="0"
       inkscape:export-xdpi="11.455284"
       inkscape:export-ydpi="11.455284"
       inkscape:export-filename="/home/davis/Desktop/dlib-logo.png" />
    <path
       inkscape:export-filename="/home/davis/Desktop/download-dlib.png"
       inkscape:export-ydpi="12.886221"
       inkscape:export-xdpi="12.886221"
       inkscape:connector-curvature="0"
       id="path3258"
       d="m 988.35185,474.54841 c -4.80144,0.1607 -9.62368,0.33001 -14.36195,1.15088 -2.69746,20.33562 -0.34537,40.91534 -1.1748,61.35588 0,74.95866 0,149.91724 0,224.87577 11.89808,1.3332 23.9378,1.41438 35.8449,0.14386 2.3145,-9.42357 4.6359,-18.84542 6.9532,-28.26832 13.9441,-3.02996 27.3027,-8.42562 39.3695,-16.13616 8.2866,5.09662 16.5913,10.16567 24.8876,15.24903 9.2554,-7.42425 17.6697,-15.69804 25.0794,-24.98355 -4.7238,-8.43694 -10.6945,-16.81954 -14.7936,-25.19928 7.6701,-11.85392 13.1398,-25.14114 16.2082,-38.98576 9.4327,-2.26333 18.8669,-4.52074 28.3163,-6.71343 1.4172,-11.74865 1.3941,-23.64889 0.1678,-35.41337 -9.4025,-2.4046 -18.8873,-4.49636 -28.2443,-7.07306 -2.9536,-13.97428 -8.4247,-27.32894 -16.1363,-39.2736 5.0221,-8.32514 10.1788,-16.51933 15.1771,-24.86355 -7.3516,-9.28273 -15.6793,-17.70465 -24.9594,-25.05549 -8.4147,4.75322 -16.8394,10.64551 -25.1994,14.76953 -11.8281,-7.87544 -25.1747,-13.22092 -38.9858,-16.30402 -2.2698,-9.38936 -4.4884,-18.79081 -6.6895,-28.1964 -7.1101,-0.91745 -14.29379,-1.20835 -21.45895,-1.07896 z m 26.08645,63.27405 c 38.8049,10.32922 66.6153,51.93284 60.4448,91.80609 -4.0388,31.97485 -28.0629,60.63832 -59.198,69.6997 -2.3341,1.72514 -1.0926,-2.65372 -1.2948,-3.74028 0.073,-52.57549 -0.025,-105.22623 0.048,-157.76551 z"
       style="fill:url(#linearGradient3260);fill-opacity:1;stroke:none" />
  </g>
</svg>