mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 07:10:29 -04:00
Improve Open Graph data
This commit is contained in:
parent
45078afb2a
commit
5e23dc069e
6 changed files with 457 additions and 67 deletions
|
@ -18,6 +18,7 @@ class Ebook{
|
|||
public $HeroImage2xUrl;
|
||||
public $CoverImageUrl;
|
||||
public $CoverImage2xUrl;
|
||||
public $DistCoverUrl;
|
||||
public $Title;
|
||||
public $FullTitle;
|
||||
public $Description;
|
||||
|
@ -107,6 +108,11 @@ class Ebook{
|
|||
|
||||
$this->HasDownloads = $this->EpubUrl || $this->Epub3Url || $this->KepubUrl || $this->Azw3Url;
|
||||
|
||||
$tempPath = glob($this->WwwFilesystemPath . '/dist/cover.jpg');
|
||||
if(sizeof($tempPath) > 0){
|
||||
$this->DistCoverUrl = $this->Url . '/dist/' . basename($tempPath[0]);
|
||||
}
|
||||
|
||||
// Fill in the short history of this repo.
|
||||
$historyEntries = explode("\n", shell_exec('cd ' . escapeshellarg($this->RepoFilesystemPath) . ' && git log -n5 --pretty=format:"%ct %s"'));
|
||||
|
||||
|
@ -353,7 +359,7 @@ class Ebook{
|
|||
$output->publisher = $organizationObject;
|
||||
|
||||
$output->name = $this->Title;
|
||||
$output->image = SITE_URL . $this->Url . '/dist/cover.jpg';
|
||||
$output->image = SITE_URL . $this->DistCoverUrl;
|
||||
$output->thumbnailUrl = SITE_URL . $this->Url . '/dist/cover-thumbnail.jpg';
|
||||
$output->url = SITE_URL . $this->Url;
|
||||
$output->{'@id'} = SITE_URL . $this->Url;
|
||||
|
|
|
@ -38,10 +38,10 @@ if(!isset($js)){
|
|||
<script src="/js/highlight.js/highlight.pack.js"></script>
|
||||
<script src="/js/core.js"></script>
|
||||
<? } ?>
|
||||
<meta content="Standard Ebooks" property="og:title">
|
||||
<meta content="website" property="og:type">
|
||||
<meta content="https://standardebooks.org" property="og:url">
|
||||
<meta content="https://standardebooks.org/images/logo.png" property="og:image">
|
||||
<meta content="<?= Formatter::ToPlainText($title) ?>" property="og:title">
|
||||
<meta content="<?= $ogType ?? 'website' ?>" property="og:type">
|
||||
<meta content="<?= SITE_URL . str_replace(SITE_URL, '', ($_SERVER['ORIG_PATH_INFO'] ?? $_SERVER['SCRIPT_URI'] ?? '')) ?>" property="og:url">
|
||||
<meta content="<?= SITE_URL . ($coverUrl ?? '/images/logo.svg') ?>" property="og:image">
|
||||
<meta content="summary_large_image" name="twitter:card">
|
||||
<meta content="@standardebooks" name="twitter:site">
|
||||
<meta content="@standardebooks" name="twitter:creator">
|
||||
|
|
|
@ -873,7 +873,7 @@ footer p:last-child a{
|
|||
|
||||
footer p:last-child a::before{
|
||||
content: '';
|
||||
background: url('/images/logo.svg');
|
||||
background: url('/images/logo-small.svg');
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
display: block;
|
||||
|
|
|
@ -53,7 +53,7 @@ catch(\Exception $ex){
|
|||
include(SITE_ROOT . '/www/404.php');
|
||||
exit();
|
||||
}
|
||||
?><?= Template::Header(['title' => strip_tags($ebook->TitleWithCreditsHtml), 'highlight' => 'ebooks', 'description' => 'The Standard Ebooks edition of ' . $ebook->Title . ': ' . $ebook->Description, 'jsonld' => $ebook->GenerateJsonLd()]) ?>
|
||||
?><?= Template::Header(['title' => strip_tags($ebook->TitleWithCreditsHtml), 'ogType' => 'book', 'coverUrl' => $ebook->DistCoverUrl, 'highlight' => 'ebooks', 'description' => 'The Standard Ebooks edition of ' . $ebook->Title . ': ' . $ebook->Description, 'jsonld' => $ebook->GenerateJsonLd()]) ?>
|
||||
<main>
|
||||
<article class="ebook">
|
||||
<header>
|
||||
|
|
66
www/images/logo-small.svg
Normal file
66
www/images/logo-small.svg
Normal file
|
@ -0,0 +1,66 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" height="140" version="1.1" width="220" viewbox="0 0 220 140">
|
||||
<path d="M 110,127 110,120 C 110,120 87.197171,110.99223 78.550691,114.75819 75.816431,115.9491 75.816431,119.67752 78.550691,120.86841 95.843641,128.40035 121.92594,101.11604 139.2189,108.64798 144.68742,111.02978 145.1622,118.94631 139.2189,120.86841 128.50449,124.33354 110,110 110,110 L 110,105" id="path1570-7" style="fill:none;stroke:#222222;stroke-width:2.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"/>
|
||||
<path d="M 113.0937,139.99839 C 113.65666,139.99825 114.11029,139.54103 114.11013,138.97385 L 114.10911,134.80548 116.65971,134.80488 C 116.83802,134.8052 117.00037,134.6415 117,134.46187 L 116.99901,130.49058 C 116.99815,127.11752 114.65802,124.30624 111.52131,123.60803 L 111.51968,121.53452 C 111.51949,120.6839 110.84007,119.99978 109.99574,120 109.15141,120.00021 108.47234,120.68467 108.47257,121.5353 L 108.4742,123.60879 C 105.33789,124.30862 102.99918,127.12107 103,130.4941 L 103.001,134.46539 C 103.00067,134.64504 103.16318,134.80857 103.34149,134.80822 L 105.89207,134.80761 105.89311,138.97599 C 105.89323,139.54314 106.34708,140.00015 106.91005,140 107.47303,139.99987 107.92664,139.54264 107.9265,138.97546 L 107.92548,134.80709 112.07547,134.80601 112.07652,138.97438 C 112.07665,139.54154 112.53048,139.99854 113.09347,139.99839 Z" id="path2821-0" style="color:#000000;fill:#222222;fill-opacity:1"/>
|
||||
<g id="g1012-0" style="fill:#222222;fill-opacity:1" transform="matrix(2.4863146,0,0,2.4844821,-1.1839191,-866.43627)">
|
||||
<path d="M 23.145204,352.06045 C 21.906354,352.89256 20.537174,353.92299 19.433684,355.0723 17.475774,357.11147 15.534004,359.41036 13.865104,361.71054 12.737684,363.26442 11.274974,365.62235 10.475804,367.35679 9.4122943,369.66504 8.7823643,371.28215 8.1986643,373.8182 7.3763843,377.39098 7.4897743,381.05757 8.3249343,384.51425 9.5536843,389.5997 13.486224,393.85473 17.415994,397.3087 20.490274,400.01053 24.623514,401.77811 28.255054,403.07647 L 28.630294,402.08488 C 25.031964,400.79913 21.218094,399.08164 18.271784,396.48913 14.481634,393.15377 10.980904,389.08642 9.4708143,384.23961 8.5510643,381.28923 8.3375643,378.05216 8.8201443,374.91742 9.2429043,372.17133 10.305694,369.41921 11.341004,366.91691 12.192164,364.85992 13.184564,363.25751 14.395084,361.56977 15.929914,359.42975 17.616504,357.34279 19.409364,355.43721 20.569934,354.20372 22.122044,353.09013 23.368624,352.25287 Z" id="path3035-9" style="text-indent:0;text-transform:none;block-progression:tb;color:#000000;fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 21.571394,400.04578 C 21.571394,400.04578 19.020644,399.23936 16.996384,399.47692 13.782694,399.85406 13.486434,401.84915 13.486434,401.84915 13.486434,401.84915 14.775704,402.64954 17.540984,402.34538 20.780494,401.98905 21.571334,400.04574 21.571334,400.04574 Z" id="path3809-3" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 17.227504,397.06626 C 17.227504,397.06626 15.077864,396.04661 13.039774,396.06172 9.5113843,396.08786 9.2998543,397.96194 9.2998543,397.96194 9.2998543,397.96194 10.576994,398.88339 13.402864,398.8455 16.661624,398.80178 17.227504,397.06633 17.227504,397.06633 Z" id="path3811-0" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 14.014154,393.93288 C 14.014154,393.93288 11.970174,392.14151 9.9931543,391.64612 6.5705043,390.78852 5.4368443,392.78004 5.4368443,392.78004 5.4368443,392.78004 6.7091043,394.30641 9.4545243,394.9768 12.620504,395.74987 14.014154,393.93288 14.014154,393.93288 Z" id="path3813-2" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 10.385314,389.10641 C 10.385314,389.10641 8.6373243,387.26387 6.2444843,386.52868 3.1217543,385.56921 1.6539543,387.4529 1.6111143,387.5 1.6111143,387.5 2.8906943,389.11054 5.5603343,389.81659 9.1411843,390.76365 10.385314,389.10641 10.385314,389.10641 Z" id="path3815-7" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 8.6569743,385.26543 C 8.6569743,385.26543 7.0290143,382.78638 4.6008743,381.61626 2.2421343,380.47895 0.51894429,381.4475 0.47617429,381.48545 0.47617429,381.48545 1.6878443,383.69976 3.9170643,384.76082 6.9458543,386.20253 8.6573143,385.26517 8.6573143,385.26517 Z" id="path3817-8" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 8.1323743,381.89483 C 7.2634643,381.07743 7.1987343,378.85567 5.9567743,377.05277 4.2241643,374.53753 1.3661643,374.71985 1.3233943,374.74357 1.3233943,374.74357 1.6293643,377.87722 3.7960043,379.77121 6.0986343,381.78401 8.1323043,381.89503 8.1323043,381.89503 Z" id="path3819-9" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 7.8924443,376.61289 C 7.8924443,376.61289 7.9767943,373.88923 7.2585443,371.82092 6.2565843,368.93568 3.5214043,368.36926 3.4738943,368.38058 3.4738943,368.38058 3.0303243,371.46576 4.6158143,373.86734 6.3008443,376.41966 7.8924743,376.61282 7.8924743,376.61282 Z" id="path3821-6" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 9.0507643,371.50853 C 9.0507643,371.50853 9.5963443,369.22204 9.3199543,367.05009 8.9033743,363.77662 6.3560243,363.08366 6.3073643,363.0884 6.3073643,363.0884 5.4341043,366.12032 6.6764043,368.71608 7.9966543,371.47478 9.0507343,371.50853 9.0507343,371.50853 Z" id="path3823-2" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 11.294894,366.028 C 11.294894,366.028 12.182044,363.95969 12.068384,361.77324 11.910604,358.73875 9.8544143,357.4568 9.8056143,357.45503 9.8056143,357.45503 7.8230343,359.24261 8.9617043,363.09044 9.6524343,365.42451 11.294964,366.02807 11.294964,366.02807 Z" id="path3830-2" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 14.149704,361.52212 C 14.149704,361.52212 15.468054,359.49136 15.832774,357.33249 16.175164,355.30573 15.352884,353.09765 15.169324,352.89473 15.169324,352.89473 13.024154,353.83752 13.104464,357.45578 13.158494,359.88935 14.149744,361.52212 14.149744,361.52212 Z" id="path3832-3" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 17.657214,357.17416 C 17.657214,357.17416 19.229124,355.50025 19.638574,353.21145 19.977464,351.31475 19.635864,349.25362 19.278674,348.73919 19.278674,348.73919 17.228384,350.01308 17.079414,353.2347 16.966984,355.66624 17.494634,356.82355 17.657244,357.17443 Z" id="path3834-5" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 20.201604,354.50757 C 20.201604,354.50757 23.197324,354.61581 24.686204,353.75137 26.352794,352.78377 27.988284,350.68354 28.117334,350.07042 28.117334,350.07042 25.493504,348.91989 23.047124,351.02148 21.200724,352.60762 20.345364,354.14855 20.201604,354.50757 Z" id="path3836-9" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 16.900814,358.1217 C 16.900814,358.1217 18.333714,356.44406 20.795954,356.01062 22.693874,355.67656 24.152924,355.985 25.089684,356.53083 25.089684,356.53083 23.644524,358.38239 20.874574,358.63764 18.450694,358.86097 17.256854,358.27263 16.900744,358.12169 Z" id="path3838-8" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 13.939594,361.98979 C 13.939594,361.98979 15.303964,360.3806 17.766274,359.94723 19.664194,359.61317 20.575534,359.95585 21.512294,360.50168 21.512294,360.50168 20.358104,362.26771 17.588154,362.52289 15.164274,362.74621 14.295634,362.14076 13.939524,361.98982 Z" id="path3840-2" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 11.065134,367.03586 C 11.065134,367.03586 12.339694,365.05254 14.644354,364.08331 17.005944,363.0901 18.218894,363.56435 19.234614,363.94352 18.910694,364.42939 17.585104,366.45469 15.435934,367.06266 13.093724,367.72528 11.441634,367.12426 11.065134,367.03585 Z" id="path3842-8" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 9.3591543,371.51734 C 9.3591543,371.51734 10.488614,369.44794 12.717964,368.31632 15.002494,367.15671 16.246214,367.54298 17.286474,367.84851 16.998144,368.35631 15.820844,370.47125 13.720674,371.23145 11.431814,372.0599 9.7410243,371.57863 9.3591543,371.51738 Z" id="path3844-6" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 8.4631343,376.84334 C 9.4405643,375.59019 9.9719443,374.24297 11.475794,372.90211 13.328574,371.25016 14.918374,371.7768 15.997334,371.88348 15.466194,372.8811 14.668684,374.45925 13.020524,375.64828 11.046424,377.07236 8.8497343,376.83256 8.4631343,376.8434 Z" id="path3846-5" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 8.5844543,381.75046 C 9.4155543,380.39585 9.8099543,379.33994 11.154324,377.8392 12.810614,375.99035 14.380894,376.3186 15.465004,376.30389 15.048824,377.35465 14.347344,378.92656 12.842544,380.29256 11.040184,381.92858 8.9673343,381.69644 8.5844543,381.75046 Z" id="path3848-1" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 9.6533143,385.66329 C 10.903684,383.7329 10.745894,383.29601 11.969694,381.69543 13.284044,379.97644 14.944134,380.02368 16.023564,379.92202 15.692994,381.0028 15.199044,382.46484 13.797944,383.93698 12.303774,385.50692 10.749624,385.30481 9.6533843,385.66329 Z" id="path3850-4" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 11.707664,389.49749 C 12.495924,387.78962 12.359824,386.72313 13.082614,385.51255 14.264794,383.53255 15.423734,383.44708 16.503164,383.34548 15.642174,385.81233 15.841514,385.82372 14.893704,387.32622 13.971454,388.78826 12.718304,388.98502 11.707664,389.49756 Z" id="path3852-2" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 14.184274,392.72169 C 14.633504,390.89507 14.177374,390.33611 14.656894,389.01017 15.441154,386.84154 16.562744,386.53735 17.603134,386.23242 17.483494,387.68822 17.664124,388.61183 16.848154,390.18977 16.271934,391.30404 15.079084,392.02642 14.184274,392.72169 Z" id="path3854-6" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 19.176124,389.13555 C 19.176124,389.13555 20.077094,390.87501 19.777814,392.891 19.353794,395.74743 17.827364,396.17538 17.827364,396.17538 17.827364,396.17538 16.957974,394.8771 17.046354,392.24277 17.140734,389.4289 19.176144,389.13549 19.176144,389.13549 Z" id="path3856-7" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 22.428114,392.04526 C 22.428114,392.04526 23.329764,393.80641 23.132524,395.835 22.879684,398.4347 21.455974,399.08516 21.455974,399.08516 21.455974,399.08516 20.559134,397.6339 20.520904,395.44358 20.462594,392.09901 22.428184,392.04533 22.428184,392.04533 Z" id="path3858-2" style="fill:#222222;fill-opacity:1"/>
|
||||
</g>
|
||||
<g id="g986-6" style="fill:#222222;fill-opacity:1" transform="matrix(2.4862629,0,0,2.4844666,-29.810169,-866.43003)">
|
||||
<path d="M 77.804094,352.06045 C 79.042944,352.89256 80.412124,353.92299 81.515614,355.0723 83.473524,357.11147 85.415294,359.41036 87.084194,361.71054 88.211614,363.26442 89.674324,365.62235 90.473494,367.35679 91.537004,369.66504 92.166934,371.28215 92.750634,373.8182 93.572914,377.39098 93.459594,381.05757 92.624364,384.51425 91.395614,389.5997 87.463074,393.85473 83.533304,397.3087 80.459024,400.01053 76.325784,401.77811 72.694244,403.07647 L 72.321464,402.08555 C 75.920344,400.79899 79.734344,399.0817 82.680654,396.48899 86.470594,393.15411 89.970854,389.08696 91.481624,384.23948 92.401104,381.28903 92.614604,378.05168 92.132074,374.91729 91.709314,372.1712 90.646524,369.41907 89.611214,366.91677 88.760054,364.85978 87.767654,363.25737 86.557134,361.56963 85.022304,359.42961 83.335714,357.34266 81.542854,355.43708 80.382284,354.20359 78.830174,353.08999 77.583604,352.25273 Z" id="path3862-9" style="text-indent:0;text-transform:none;block-progression:tb;color:#000000;fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 79.383324,400.04578 C 79.383324,400.04578 81.934084,399.23936 83.958334,399.47692 87.172034,399.85406 87.468284,401.84915 87.468284,401.84915 87.468284,401.84915 86.179014,402.64954 83.413674,402.34538 80.174154,401.98905 79.383324,400.04574 79.383324,400.04574 Z" id="path3864-3" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 83.721114,397.06626 C 83.721114,397.06626 85.870764,396.04661 87.908844,396.06172 91.437234,396.08786 91.648764,397.96194 91.648764,397.96194 91.648764,397.96194 90.371624,398.88339 87.545754,398.8455 84.286994,398.80178 83.721114,397.06633 83.721114,397.06633 Z" id="path3866-1" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 86.940564,393.93288 C 86.940564,393.93288 88.984554,392.14151 90.961564,391.64612 94.384224,390.78852 95.517874,392.78004 95.517874,392.78004 95.517874,392.78004 94.245614,394.30641 91.500194,394.9768 88.334224,395.74987 86.940564,393.93288 86.940564,393.93288 Z" id="path3868-4" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 90.566694,389.10641 C 90.566694,389.10641 92.314684,387.26387 94.707524,386.52868 97.830254,385.56921 99.298054,387.4529 99.340894,387.5 99.340894,387.5 98.061314,389.11054 95.391744,389.81659 91.810894,390.76365 90.566764,389.10641 90.566764,389.10641 Z" id="path3870-4" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 92.295034,385.26543 C 92.295034,385.26543 93.922994,382.78638 96.351134,381.61626 98.710214,380.47935 100.43333,381.4476 100.47617,381.48573 100.47617,381.48573 99.264504,383.70004 97.035284,384.7611 94.006494,386.20281 92.295034,385.26544 92.295034,385.26545 Z" id="path3872-3" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 92.816924,381.89483 C 93.685634,381.0775 93.750494,378.8558 94.992464,377.0527 96.725064,374.53739 99.582994,374.71985 99.625764,374.74337 99.625764,374.74337 99.319804,377.87702 97.153154,379.77101 94.850534,381.78381 92.816854,381.89483 92.816854,381.89483 Z" id="path3874-5" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 93.060924,376.61289 C 93.060924,376.61289 92.976574,373.88923 93.694814,371.82092 94.696774,368.93568 97.431964,368.36926 97.479474,368.38058 97.479474,368.38058 97.923034,371.46576 96.337544,373.86734 94.652584,376.41966 93.060884,376.61282 93.060884,376.61282 Z" id="path3876-9" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 91.901914,371.50853 C 91.901914,371.50853 91.356334,369.22204 91.632734,367.05009 92.049304,363.77662 94.596664,363.08366 94.645324,363.0884 94.645324,363.0884 95.518584,366.12032 94.276284,368.71608 92.956034,371.47478 91.901954,371.50853 91.901954,371.50853 Z" id="path3878-5" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 89.658464,366.028 C 89.658464,366.028 88.771324,363.95969 88.884984,361.77324 89.042764,358.73875 91.098954,357.4568 91.147754,357.45503 91.147754,357.45503 93.130324,359.24261 91.991654,363.09044 91.300934,365.42451 89.658394,366.02807 89.658394,366.02807 Z" id="path3880-8" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 86.798234,361.52212 C 86.798234,361.52212 85.479884,359.49136 85.115174,357.33249 84.772784,355.30573 85.595064,353.09765 85.778614,352.89473 85.778614,352.89473 87.923794,353.83752 87.843474,357.45578 87.789444,359.88935 86.798204,361.52212 86.798204,361.52212 Z" id="path3882-8" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 83.294114,357.17416 C 83.294114,357.17416 81.722204,355.50025 81.312754,353.21145 80.973404,351.31441 81.315064,349.25329 81.672684,348.73885 81.672684,348.73885 83.722964,350.01274 83.871944,353.23436 83.984374,355.6659 83.456724,356.82321 83.294124,357.17409 Z" id="path3884-3" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 80.752434,354.50757 C 80.752434,354.50757 77.756714,354.61581 76.267834,353.75137 74.601244,352.78377 72.965764,350.68354 72.836714,350.07042 72.836714,350.07042 75.460534,348.91989 77.906914,351.02148 79.753324,352.60762 80.608684,354.14855 80.752434,354.50757 Z" id="path3886-7" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 84.053224,358.1217 C 84.053224,358.1217 82.620334,356.44406 80.158094,356.01062 78.260174,355.67656 76.801114,355.985 75.864354,356.53083 75.864354,356.53083 77.309514,358.38239 80.079474,358.63764 82.503344,358.86097 83.697184,358.27263 84.053294,358.12169 Z" id="path3888-5" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 87.008344,361.98979 C 87.008344,361.98979 85.643974,360.3806 83.181664,359.94723 81.283754,359.61317 80.372404,359.95585 79.435644,360.50168 79.435644,360.50168 80.589834,362.26771 83.359794,362.52289 85.783664,362.74621 86.652314,362.14076 87.008414,361.98982 Z" id="path3890-7" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 89.888914,367.03586 C 89.888914,367.03586 88.614344,365.05254 86.309694,364.08331 83.948104,363.0901 82.735144,363.56435 81.719424,363.94352 82.043334,364.42939 83.368944,366.45469 85.518114,367.06266 87.860314,367.72528 89.512404,367.12426 89.888914,367.03585 Z" id="path3892-2" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 91.590144,371.51734 C 91.590144,371.51734 90.460684,369.44794 88.231334,368.31632 85.946804,367.15671 84.703084,367.54298 83.662824,367.84851 83.951154,368.35631 85.128454,370.47125 87.228624,371.23145 89.517484,372.0599 91.208274,371.57863 91.590144,371.51738 Z" id="path3894-0" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 92.484814,376.84334 C 91.507384,375.59019 90.976004,374.24297 89.472144,372.90211 87.619364,371.25016 86.029564,371.7768 84.950604,371.88348 85.481754,372.8811 86.279254,374.45925 87.927414,375.64828 89.901514,377.07236 92.098204,376.83256 92.484814,376.8434 Z" id="path3896-3" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 92.369584,381.75046 C 91.538494,380.39585 91.144094,379.33994 89.799714,377.8392 88.143424,375.99035 86.573144,376.3186 85.489034,376.30389 85.905224,377.35465 86.606694,378.92656 88.111504,380.29256 89.913854,381.92858 91.986644,381.69644 92.369584,381.75046 Z" id="path3898-1" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 91.298694,385.66329 C 90.048324,383.7329 90.206114,383.29601 88.982314,381.69543 87.667964,379.97644 86.007874,380.02368 84.928444,379.92202 85.259014,381.0028 85.753034,382.46484 87.154074,383.93698 88.648234,385.50692 90.202384,385.30481 91.298624,385.66329 Z" id="path3900-8" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 89.245024,389.49749 C 88.456764,387.78962 88.592874,386.72313 87.870074,385.51255 86.687894,383.53255 85.528954,383.44708 84.449524,383.34548 85.310504,385.81233 85.111184,385.82372 86.058984,387.32622 86.981234,388.78826 88.234384,388.98502 89.245024,389.49756 Z" id="path3902-5" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 86.764344,392.72169 C 86.315124,390.89507 86.771254,390.33611 86.291734,389.01017 85.507474,386.84154 84.385884,386.53735 83.345484,386.23242 83.465124,387.68822 83.284494,388.61183 84.100464,390.18977 84.676684,391.30404 85.869544,392.02642 86.764344,392.72169 Z" id="path3904-2" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 81.775884,389.13555 C 81.775884,389.13555 80.874914,390.87501 81.174204,392.891 81.598214,395.74743 83.124644,396.17538 83.124644,396.17538 83.124644,396.17538 83.994034,394.8771 83.905654,392.24277 83.811274,389.4289 81.775864,389.13549 81.775864,389.13549 Z" id="path3906-4" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 78.522544,392.04526 C 78.522544,392.04526 77.620894,393.80641 77.818194,395.835 78.071034,398.4347 79.494754,399.08516 79.494754,399.08516 79.494754,399.08516 80.391584,397.6339 80.429814,395.44358 80.488134,392.09901 78.522544,392.04533 78.522544,392.04533 Z" id="path3908-0" style="fill:#222222;fill-opacity:1"/>
|
||||
</g>
|
||||
<path d="M 65.000001,38.49999 C 62.382081,38.50025 60.000261,40.88207 60.000001,43.49999 L 60.000001,97.49999 C 60.000261,100.11792 62.382081,102.49974 65.000001,102.5 L 155,102.5 C 157.61792,102.49974 159.99974,100.11792 160,97.49999 L 160,43.49999 C 159.99974,40.88207 157.61792,38.50025 155,38.49999 L 151.96875,38.49999 151.96875,66.06249 151.96875,96.62499 134.125,96.81249 116.25,96.99999 113.96875,98.09374 C 111.03401,99.51505 110.23496,99.6655 108.5,99.12499 107.72219,98.88267 106.23317,98.26777 105.21875,97.74999 L 103.375,96.81249 85.687501,96.81249 68.000001,96.81249 68.000001,66.06249 68.000001,38.49999 Z" id="rect1615-5" style="font-size:xx-small;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#222222;fill-opacity:1;stroke:none;stroke-width:10;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;clip-rule:nonzero;font-family:sans-serif;"/>
|
||||
<path d="M 115.525,97.49999 113.45,98.64034 C 110.70482,100.13532 109.98002,100.24791 108.275,99.51753 107.49718,99.18435 106.3631,98.59192 105.775,98.20174 105.06533,97.73089 104.39444,97.58248 100,97.52923 L 100,102.82164 A 4.0004,4.6788304 0 0 0 104,107.5 L 116,107.5 A 4.0004,4.6788304 0 0 0 120,102.82164 L 120,97.49999 115.525,97.49999 Z" id="rect1617-9" style="font-size:xx-small;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#222222;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;clip-rule:nonzero;font-family:sans-serif;"/>
|
||||
<path d="M 65.000001,32.49962 65.000001,99.71874 102.46875,99.71874 C 102.75852,99.8884 103.49179,100.35001 104.8125,100.96875 106.36263,101.69497 108.18269,102.5 110,102.5 111.81731,102.5 113.63737,101.69497 115.1875,100.96875 116.50821,100.35001 117.24148,99.8884 117.53125,99.71874 L 155,99.71874 155,32.49962 141.5,32.49962 116.71875,32.49962 116.34375,32.74962 C 116.34375,32.74962 115.26526,33.4462 113.875,34.15562 112.52824,34.84284 110.88258,35.43114 110.125,35.46862 110.11937,35.46889 110.09927,35.4684 110.09375,35.46862 110.05211,35.46688 110.01039,35.46688 109.96875,35.46862 109.95813,35.46844 109.9173,35.46905 109.90625,35.46862 109.15727,35.43945 107.48176,34.84794 106.125,34.15562 104.73474,33.4462 103.65625,32.74962 103.65625,32.74962 L 103.28125,32.49962 75.968751,32.49962 Z M 69.000001,36.49962 75.968751,36.49962 102.4375,36.49962 C 102.74213,36.6945 103.44754,37.1475 104.75,37.81212 105.87719,38.3873 106.67008,38.92378 108,39.21837 L 108,76.99999 C 107.98879,77.79246 109.20745,78.52135 110,78.52135 110.79255,78.52135 112.01121,77.79246 112,76.99999 L 112,39.21837 C 113.32992,38.92378 114.12281,38.3873 115.25,37.81212 116.55246,37.1475 117.25787,36.6945 117.5625,36.49962 L 141.5,36.49962 151,36.49962 151,96.71874 116.75,96.71874 116.40625,96.93749 C 116.40625,96.93749 115.30593,97.59425 113.90625,98.24999 112.50657,98.90573 110.73397,99.49999 110,99.49999 109.26603,99.49999 107.49343,98.90573 106.09375,98.24999 104.69407,97.59425 103.59375,96.93749 103.59375,96.93749 L 103.25,96.71874 69.000001,96.71874 Z" id="path1621-6" style="font-size:xx-small;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#222222;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;clip-rule:nonzero;font-family:sans-serif;"/>
|
||||
<g id="text1514-5" style="font-size:18.71344948px;font-style:normal;font-weight:normal;line-height:100%;letter-spacing:0px;word-spacing:0px;fill:#222222;fill-opacity:1;stroke:none;font-family:Sans" transform="translate(-140,-160.37776)">
|
||||
<path d="M 228.77419,212.87756 C 224.10752,212.87756 219.33559,216.31615 219.33559,221.71966 219.33559,224.73721 221.37068,227.43896 224.84436,229.15826 228.28296,230.87756 231.37068,231.82493 231.37068,233.93019 231.37068,236.63194 228.63384,236.77229 227.19524,236.77229 223.96717,236.77229 220.10752,233.50914 220.10752,233.50914 L 216.80928,239.053 C 216.80928,239.053 220.91454,242.87756 227.68647,242.87756 233.33559,242.87756 238.59875,240.45651 238.59875,233.54422 238.59875,229.75475 235.05489,227.01791 231.82682,225.64949 228.52857,224.24598 225.79173,223.08808 225.79173,221.47405 225.79173,219.8951 226.98471,218.87756 229.23033,218.87756 232.21278,218.87756 235.08998,220.87756 235.08998,220.87756 L 237.75664,215.6144 C 237.75664,215.6144 234.03735,212.87756 228.77419,212.87756 Z" id="path3578-8" style="font-size:35.08771896px;font-variant:normal;font-weight:bold;font-stretch:normal;fill:#222222;fill-opacity:1;font-family:League Spartan;"/>
|
||||
</g>
|
||||
<g id="text1518-4" style="font-size:19.39393997px;font-style:normal;font-weight:normal;line-height:100%;letter-spacing:0px;word-spacing:0px;fill:#222222;fill-opacity:1;stroke:none;font-family:Sans" transform="translate(-140,-160.32128)">
|
||||
<path d="M 280.47341,212.82108 263.30978,212.82108 263.30978,242.82108 280.47341,242.82108 280.47341,236.82108 270.14614,236.82108 270.14614,230.78471 280.03705,230.78471 280.03705,224.78471 270.14614,224.78471 270.14614,218.82108 280.47341,218.82108 280.47341,212.82108 Z" id="path3581-2" style="font-size:36.36363602px;font-variant:normal;font-weight:bold;font-stretch:normal;fill:#222222;fill-opacity:1;font-family:League Spartan;"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 25 KiB |
|
@ -1,66 +1,384 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" height="140" version="1.1" width="220" viewbox="0 0 220 140">
|
||||
<path d="M 110,127 110,120 C 110,120 87.197171,110.99223 78.550691,114.75819 75.816431,115.9491 75.816431,119.67752 78.550691,120.86841 95.843641,128.40035 121.92594,101.11604 139.2189,108.64798 144.68742,111.02978 145.1622,118.94631 139.2189,120.86841 128.50449,124.33354 110,110 110,110 L 110,105" id="path1570-7" style="fill:none;stroke:#222222;stroke-width:2.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"/>
|
||||
<path d="M 113.0937,139.99839 C 113.65666,139.99825 114.11029,139.54103 114.11013,138.97385 L 114.10911,134.80548 116.65971,134.80488 C 116.83802,134.8052 117.00037,134.6415 117,134.46187 L 116.99901,130.49058 C 116.99815,127.11752 114.65802,124.30624 111.52131,123.60803 L 111.51968,121.53452 C 111.51949,120.6839 110.84007,119.99978 109.99574,120 109.15141,120.00021 108.47234,120.68467 108.47257,121.5353 L 108.4742,123.60879 C 105.33789,124.30862 102.99918,127.12107 103,130.4941 L 103.001,134.46539 C 103.00067,134.64504 103.16318,134.80857 103.34149,134.80822 L 105.89207,134.80761 105.89311,138.97599 C 105.89323,139.54314 106.34708,140.00015 106.91005,140 107.47303,139.99987 107.92664,139.54264 107.9265,138.97546 L 107.92548,134.80709 112.07547,134.80601 112.07652,138.97438 C 112.07665,139.54154 112.53048,139.99854 113.09347,139.99839 Z" id="path2821-0" style="color:#000000;fill:#222222;fill-opacity:1"/>
|
||||
<g id="g1012-0" style="fill:#222222;fill-opacity:1" transform="matrix(2.4863146,0,0,2.4844821,-1.1839191,-866.43627)">
|
||||
<path d="M 23.145204,352.06045 C 21.906354,352.89256 20.537174,353.92299 19.433684,355.0723 17.475774,357.11147 15.534004,359.41036 13.865104,361.71054 12.737684,363.26442 11.274974,365.62235 10.475804,367.35679 9.4122943,369.66504 8.7823643,371.28215 8.1986643,373.8182 7.3763843,377.39098 7.4897743,381.05757 8.3249343,384.51425 9.5536843,389.5997 13.486224,393.85473 17.415994,397.3087 20.490274,400.01053 24.623514,401.77811 28.255054,403.07647 L 28.630294,402.08488 C 25.031964,400.79913 21.218094,399.08164 18.271784,396.48913 14.481634,393.15377 10.980904,389.08642 9.4708143,384.23961 8.5510643,381.28923 8.3375643,378.05216 8.8201443,374.91742 9.2429043,372.17133 10.305694,369.41921 11.341004,366.91691 12.192164,364.85992 13.184564,363.25751 14.395084,361.56977 15.929914,359.42975 17.616504,357.34279 19.409364,355.43721 20.569934,354.20372 22.122044,353.09013 23.368624,352.25287 Z" id="path3035-9" style="text-indent:0;text-transform:none;block-progression:tb;color:#000000;fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 21.571394,400.04578 C 21.571394,400.04578 19.020644,399.23936 16.996384,399.47692 13.782694,399.85406 13.486434,401.84915 13.486434,401.84915 13.486434,401.84915 14.775704,402.64954 17.540984,402.34538 20.780494,401.98905 21.571334,400.04574 21.571334,400.04574 Z" id="path3809-3" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 17.227504,397.06626 C 17.227504,397.06626 15.077864,396.04661 13.039774,396.06172 9.5113843,396.08786 9.2998543,397.96194 9.2998543,397.96194 9.2998543,397.96194 10.576994,398.88339 13.402864,398.8455 16.661624,398.80178 17.227504,397.06633 17.227504,397.06633 Z" id="path3811-0" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 14.014154,393.93288 C 14.014154,393.93288 11.970174,392.14151 9.9931543,391.64612 6.5705043,390.78852 5.4368443,392.78004 5.4368443,392.78004 5.4368443,392.78004 6.7091043,394.30641 9.4545243,394.9768 12.620504,395.74987 14.014154,393.93288 14.014154,393.93288 Z" id="path3813-2" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 10.385314,389.10641 C 10.385314,389.10641 8.6373243,387.26387 6.2444843,386.52868 3.1217543,385.56921 1.6539543,387.4529 1.6111143,387.5 1.6111143,387.5 2.8906943,389.11054 5.5603343,389.81659 9.1411843,390.76365 10.385314,389.10641 10.385314,389.10641 Z" id="path3815-7" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 8.6569743,385.26543 C 8.6569743,385.26543 7.0290143,382.78638 4.6008743,381.61626 2.2421343,380.47895 0.51894429,381.4475 0.47617429,381.48545 0.47617429,381.48545 1.6878443,383.69976 3.9170643,384.76082 6.9458543,386.20253 8.6573143,385.26517 8.6573143,385.26517 Z" id="path3817-8" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 8.1323743,381.89483 C 7.2634643,381.07743 7.1987343,378.85567 5.9567743,377.05277 4.2241643,374.53753 1.3661643,374.71985 1.3233943,374.74357 1.3233943,374.74357 1.6293643,377.87722 3.7960043,379.77121 6.0986343,381.78401 8.1323043,381.89503 8.1323043,381.89503 Z" id="path3819-9" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 7.8924443,376.61289 C 7.8924443,376.61289 7.9767943,373.88923 7.2585443,371.82092 6.2565843,368.93568 3.5214043,368.36926 3.4738943,368.38058 3.4738943,368.38058 3.0303243,371.46576 4.6158143,373.86734 6.3008443,376.41966 7.8924743,376.61282 7.8924743,376.61282 Z" id="path3821-6" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 9.0507643,371.50853 C 9.0507643,371.50853 9.5963443,369.22204 9.3199543,367.05009 8.9033743,363.77662 6.3560243,363.08366 6.3073643,363.0884 6.3073643,363.0884 5.4341043,366.12032 6.6764043,368.71608 7.9966543,371.47478 9.0507343,371.50853 9.0507343,371.50853 Z" id="path3823-2" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 11.294894,366.028 C 11.294894,366.028 12.182044,363.95969 12.068384,361.77324 11.910604,358.73875 9.8544143,357.4568 9.8056143,357.45503 9.8056143,357.45503 7.8230343,359.24261 8.9617043,363.09044 9.6524343,365.42451 11.294964,366.02807 11.294964,366.02807 Z" id="path3830-2" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 14.149704,361.52212 C 14.149704,361.52212 15.468054,359.49136 15.832774,357.33249 16.175164,355.30573 15.352884,353.09765 15.169324,352.89473 15.169324,352.89473 13.024154,353.83752 13.104464,357.45578 13.158494,359.88935 14.149744,361.52212 14.149744,361.52212 Z" id="path3832-3" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 17.657214,357.17416 C 17.657214,357.17416 19.229124,355.50025 19.638574,353.21145 19.977464,351.31475 19.635864,349.25362 19.278674,348.73919 19.278674,348.73919 17.228384,350.01308 17.079414,353.2347 16.966984,355.66624 17.494634,356.82355 17.657244,357.17443 Z" id="path3834-5" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 20.201604,354.50757 C 20.201604,354.50757 23.197324,354.61581 24.686204,353.75137 26.352794,352.78377 27.988284,350.68354 28.117334,350.07042 28.117334,350.07042 25.493504,348.91989 23.047124,351.02148 21.200724,352.60762 20.345364,354.14855 20.201604,354.50757 Z" id="path3836-9" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 16.900814,358.1217 C 16.900814,358.1217 18.333714,356.44406 20.795954,356.01062 22.693874,355.67656 24.152924,355.985 25.089684,356.53083 25.089684,356.53083 23.644524,358.38239 20.874574,358.63764 18.450694,358.86097 17.256854,358.27263 16.900744,358.12169 Z" id="path3838-8" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 13.939594,361.98979 C 13.939594,361.98979 15.303964,360.3806 17.766274,359.94723 19.664194,359.61317 20.575534,359.95585 21.512294,360.50168 21.512294,360.50168 20.358104,362.26771 17.588154,362.52289 15.164274,362.74621 14.295634,362.14076 13.939524,361.98982 Z" id="path3840-2" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 11.065134,367.03586 C 11.065134,367.03586 12.339694,365.05254 14.644354,364.08331 17.005944,363.0901 18.218894,363.56435 19.234614,363.94352 18.910694,364.42939 17.585104,366.45469 15.435934,367.06266 13.093724,367.72528 11.441634,367.12426 11.065134,367.03585 Z" id="path3842-8" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 9.3591543,371.51734 C 9.3591543,371.51734 10.488614,369.44794 12.717964,368.31632 15.002494,367.15671 16.246214,367.54298 17.286474,367.84851 16.998144,368.35631 15.820844,370.47125 13.720674,371.23145 11.431814,372.0599 9.7410243,371.57863 9.3591543,371.51738 Z" id="path3844-6" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 8.4631343,376.84334 C 9.4405643,375.59019 9.9719443,374.24297 11.475794,372.90211 13.328574,371.25016 14.918374,371.7768 15.997334,371.88348 15.466194,372.8811 14.668684,374.45925 13.020524,375.64828 11.046424,377.07236 8.8497343,376.83256 8.4631343,376.8434 Z" id="path3846-5" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 8.5844543,381.75046 C 9.4155543,380.39585 9.8099543,379.33994 11.154324,377.8392 12.810614,375.99035 14.380894,376.3186 15.465004,376.30389 15.048824,377.35465 14.347344,378.92656 12.842544,380.29256 11.040184,381.92858 8.9673343,381.69644 8.5844543,381.75046 Z" id="path3848-1" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 9.6533143,385.66329 C 10.903684,383.7329 10.745894,383.29601 11.969694,381.69543 13.284044,379.97644 14.944134,380.02368 16.023564,379.92202 15.692994,381.0028 15.199044,382.46484 13.797944,383.93698 12.303774,385.50692 10.749624,385.30481 9.6533843,385.66329 Z" id="path3850-4" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 11.707664,389.49749 C 12.495924,387.78962 12.359824,386.72313 13.082614,385.51255 14.264794,383.53255 15.423734,383.44708 16.503164,383.34548 15.642174,385.81233 15.841514,385.82372 14.893704,387.32622 13.971454,388.78826 12.718304,388.98502 11.707664,389.49756 Z" id="path3852-2" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 14.184274,392.72169 C 14.633504,390.89507 14.177374,390.33611 14.656894,389.01017 15.441154,386.84154 16.562744,386.53735 17.603134,386.23242 17.483494,387.68822 17.664124,388.61183 16.848154,390.18977 16.271934,391.30404 15.079084,392.02642 14.184274,392.72169 Z" id="path3854-6" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 19.176124,389.13555 C 19.176124,389.13555 20.077094,390.87501 19.777814,392.891 19.353794,395.74743 17.827364,396.17538 17.827364,396.17538 17.827364,396.17538 16.957974,394.8771 17.046354,392.24277 17.140734,389.4289 19.176144,389.13549 19.176144,389.13549 Z" id="path3856-7" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 22.428114,392.04526 C 22.428114,392.04526 23.329764,393.80641 23.132524,395.835 22.879684,398.4347 21.455974,399.08516 21.455974,399.08516 21.455974,399.08516 20.559134,397.6339 20.520904,395.44358 20.462594,392.09901 22.428184,392.04533 22.428184,392.04533 Z" id="path3858-2" style="fill:#222222;fill-opacity:1"/>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
sodipodi:docname="logo-button.svg"
|
||||
inkscape:version="0.91 r13725"
|
||||
version="1.1"
|
||||
id="svg2623"
|
||||
height="100"
|
||||
width="100">
|
||||
<defs
|
||||
id="defs2625" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="8"
|
||||
inkscape:cx="17.029885"
|
||||
inkscape:cy="49.41536"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="svg2623"
|
||||
showgrid="false"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:window-width="3200"
|
||||
inkscape:window-height="1693"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
showguides="false"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:object-nodes="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:snap-center="true"
|
||||
inkscape:snap-text-baseline="true"
|
||||
inkscape:snap-nodes="true"
|
||||
inkscape:snap-global="false">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid1446"
|
||||
originx="-49.999999px"
|
||||
originy="-44.999998px" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata2628">
|
||||
<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></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<rect
|
||||
style="opacity:1;fill:#394451;fill-opacity:1;stroke:none;stroke-width:14.2130003;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="rect4211"
|
||||
width="100"
|
||||
height="100"
|
||||
x="0"
|
||||
y="-1.0658141e-14"
|
||||
ry="10" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccsssscc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path1570-7"
|
||||
d="m 50,70.727274 0,-2.545454 c 0,0 -8.291938,-3.275553 -11.436113,-1.906113 -0.994276,0.433058 -0.994276,1.788847 0,2.221898 6.288346,2.738888 15.772818,-7.182679 22.061167,-4.443792 1.988553,0.866109 2.1612,3.744847 0,4.443792 C 56.728905,69.757653 50,64.545456 50,64.545456 l 0,-1.818181"
|
||||
style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.090909;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccccscccccscccccsccccc"
|
||||
d="m 51.124982,75.453962 c 0.204713,-5.1e-5 0.369669,-0.166313 0.369611,-0.37256 l -3.64e-4,-1.515771 0.927491,-2.18e-4 c 0.06484,1.16e-4 0.123876,-0.05941 0.123742,-0.124731 l -3.6e-4,-1.444106 c -3.13e-4,-1.226567 -0.851269,-2.248851 -1.991891,-2.502745 l -7.27e-4,-0.754004 c -6.9e-5,-0.309316 -0.247131,-0.558087 -0.55416,-0.558007 -0.307029,7.6e-5 -0.553964,0.248971 -0.55388,0.558291 l 7.27e-4,0.753996 c -1.140476,0.254484 -1.990916,1.277193 -1.990618,2.503749 l 3.64e-4,1.444106 c -1.2e-4,0.06533 0.05897,0.124792 0.123814,0.124665 l 0.927484,-2.22e-4 3.63e-4,1.515775 c 4.4e-5,0.206236 0.16508,0.372422 0.369797,0.372367 0.20472,-4.7e-5 0.369669,-0.166313 0.369618,-0.37256 l -3.64e-4,-1.515771 1.509087,-3.63e-4 3.64e-4,1.51577 c 4.7e-5,0.20624 0.165076,0.372422 0.3698,0.372368 z"
|
||||
style="color:#000000;fill:#ffffff;fill-opacity:1"
|
||||
id="path2821-0"
|
||||
inkscape:connector-curvature="0" />
|
||||
<g
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
transform="matrix(0.90411438,0,0,0.90344801,9.5694838,-290.52227)"
|
||||
id="g1012-0">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3035-9"
|
||||
style="color:#000000;text-indent:0;text-transform:none;block-progression:tb;fill:#ffffff;fill-opacity:1"
|
||||
d="m 23.145204,352.06045 c -1.23885,0.83211 -2.60803,1.86254 -3.71152,3.01185 -1.95791,2.03917 -3.89968,4.33806 -5.56858,6.63824 -1.12742,1.55388 -2.59013,3.91181 -3.3893,5.64625 -1.0635097,2.30825 -1.6934397,3.92536 -2.2771397,6.46141 -0.82228,3.57278 -0.70889,7.23937 0.12627,10.69605 1.22875,5.08545 5.1612897,9.34048 9.0910597,12.79445 3.07428,2.70183 7.20752,4.46941 10.83906,5.76777 l 0.37524,-0.99159 c -3.59833,-1.28575 -7.4122,-3.00324 -10.35851,-5.59575 -3.79015,-3.33536 -7.29088,-7.40271 -8.8009697,-12.24952 -0.91975,-2.95038 -1.13325,-6.18745 -0.65067,-9.32219 0.42276,-2.74609 1.4855497,-5.49821 2.5208597,-8.00051 0.85116,-2.05699 1.84356,-3.6594 3.05408,-5.34714 1.53483,-2.14002 3.22142,-4.22698 5.01428,-6.13256 1.16057,-1.23349 2.71268,-2.34708 3.95926,-3.18434 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3809-3"
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
d="m 21.571394,400.04578 c 0,0 -2.55075,-0.80642 -4.57501,-0.56886 -3.21369,0.37714 -3.50995,2.37223 -3.50995,2.37223 0,0 1.28927,0.80039 4.05455,0.49623 3.23951,-0.35633 4.03035,-2.29964 4.03035,-2.29964 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3811-0"
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
d="m 17.227504,397.06626 c 0,0 -2.14964,-1.01965 -4.18773,-1.00454 -3.5283897,0.0261 -3.7399197,1.90022 -3.7399197,1.90022 0,0 1.2771397,0.92145 4.1030097,0.88356 3.25876,-0.0437 3.82464,-1.77917 3.82464,-1.77917 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3813-2"
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
d="m 14.014154,393.93288 c 0,0 -2.04398,-1.79137 -4.0209997,-2.28676 -3.42265,-0.8576 -4.55631,1.13392 -4.55631,1.13392 0,0 1.27226,1.52637 4.01768,2.19676 3.1659797,0.77307 4.5596297,-1.04392 4.5596297,-1.04392 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3815-7"
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
d="m 10.385314,389.10641 c 0,0 -1.7479897,-1.84254 -4.1408297,-2.57773 -3.12273,-0.95947 -4.59053,0.92422 -4.63337,0.97132 0,0 1.27958,1.61054 3.94922,2.31659 3.58085,0.94706 4.8249797,-0.71018 4.8249797,-0.71018 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3817-8"
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
d="m 8.6569743,385.26543 c 0,0 -1.62796,-2.47905 -4.0561,-3.64917 -2.35874,-1.13731 -4.08193001,-0.16876 -4.12470001,-0.13081 0,0 1.21167001,2.21431 3.44089001,3.27537 3.02879,1.44171 4.74025,0.50435 4.74025,0.50435 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3819-9"
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
d="m 8.1323743,381.89483 c -0.86891,-0.8174 -0.93364,-3.03916 -2.1756,-4.84206 -1.73261,-2.51524 -4.59061,-2.33292 -4.63338,-2.3092 0,0 0.30597,3.13365 2.47261,5.02764 2.30263,2.0128 4.3363,2.12382 4.3363,2.12382 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3821-6"
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
d="m 7.8924443,376.61289 c 0,0 0.08435,-2.72366 -0.6339,-4.79197 -1.00196,-2.88524 -3.73714,-3.45166 -3.78465,-3.44034 0,0 -0.44357,3.08518 1.14192,5.48676 1.68503,2.55232 3.27666,2.74548 3.27666,2.74548 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3823-2"
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
d="m 9.0507643,371.50853 c 0,0 0.54558,-2.28649 0.26919,-4.45844 -0.41658,-3.27347 -2.96393,-3.96643 -3.01259,-3.96169 0,0 -0.87326,3.03192 0.36904,5.62768 1.32025,2.7587 2.37433,2.79245 2.37433,2.79245 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3830-2"
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
d="m 11.294894,366.028 c 0,0 0.88715,-2.06831 0.77349,-4.25476 -0.15778,-3.03449 -2.2139697,-4.31644 -2.2627697,-4.31821 0,0 -1.98258,1.78758 -0.84391,5.63541 0.69073,2.33407 2.3332597,2.93763 2.3332597,2.93763 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3832-3"
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
d="m 14.149704,361.52212 c 0,0 1.31835,-2.03076 1.68307,-4.18963 0.34239,-2.02676 -0.47989,-4.23484 -0.66345,-4.43776 0,0 -2.14517,0.94279 -2.06486,4.56105 0.05403,2.43357 1.04528,4.06634 1.04528,4.06634 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3834-5"
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
d="m 17.657214,357.17416 c 0,0 1.57191,-1.67391 1.98136,-3.96271 0.33889,-1.8967 -0.0027,-3.95783 -0.3599,-4.47226 0,0 -2.05029,1.27389 -2.19926,4.49551 -0.11243,2.43154 0.41522,3.58885 0.57783,3.93973 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3836-9"
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
d="m 20.201604,354.50757 c 0,0 2.99572,0.10824 4.4846,-0.7562 1.66659,-0.9676 3.30208,-3.06783 3.43113,-3.68095 0,0 -2.62383,-1.15053 -5.07021,0.95106 -1.8464,1.58614 -2.70176,3.12707 -2.84552,3.48609 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3838-8"
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
d="m 16.900814,358.1217 c 0,0 1.4329,-1.67764 3.89514,-2.11108 1.89792,-0.33406 3.35697,-0.0256 4.29373,0.52021 0,0 -1.44516,1.85156 -4.21511,2.10681 -2.42388,0.22333 -3.61772,-0.36501 -3.97383,-0.51595 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3840-2"
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
d="m 13.939594,361.98979 c 0,0 1.36437,-1.60919 3.82668,-2.04256 1.89792,-0.33406 2.80926,0.009 3.74602,0.55445 0,0 -1.15419,1.76603 -3.92414,2.02121 -2.42388,0.22332 -3.29252,-0.38213 -3.64863,-0.53307 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3842-8"
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
d="m 11.065134,367.03586 c 0,0 1.27456,-1.98332 3.57922,-2.95255 2.36159,-0.99321 3.57454,-0.51896 4.59026,-0.13979 -0.32392,0.48587 -1.64951,2.51117 -3.79868,3.11914 -2.34221,0.66262 -3.9943,0.0616 -4.3708,-0.0268 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3844-6"
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
d="m 9.3591543,371.51734 c 0,0 1.1294597,-2.0694 3.3588097,-3.20102 2.28453,-1.15961 3.52825,-0.77334 4.56851,-0.46781 -0.28833,0.5078 -1.46563,2.62274 -3.5658,3.38294 -2.28886,0.82845 -3.9796497,0.34718 -4.3615197,0.28593 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3846-5"
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
d="m 8.4631343,376.84334 c 0.97743,-1.25315 1.50881,-2.60037 3.0126597,-3.94123 1.85278,-1.65195 3.44258,-1.12531 4.52154,-1.01863 -0.53114,0.99762 -1.32865,2.57577 -2.97681,3.7648 -1.9741,1.42408 -4.1707897,1.18428 -4.5573897,1.19512 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3848-1"
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
d="m 8.5844543,381.75046 c 0.8311,-1.35461 1.2255,-2.41052 2.5698697,-3.91126 1.65629,-1.84885 3.22657,-1.5206 4.31068,-1.53531 -0.41618,1.05076 -1.11766,2.62267 -2.62246,3.98867 -1.80236,1.63602 -3.8752097,1.40388 -4.2580897,1.4579 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3850-4"
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
d="m 9.6533143,385.66329 c 1.2503697,-1.93039 1.0925797,-2.36728 2.3163797,-3.96786 1.31435,-1.71899 2.97444,-1.67175 4.05387,-1.77341 -0.33057,1.08078 -0.82452,2.54282 -2.22562,4.01496 -1.49417,1.56994 -3.04832,1.36783 -4.1445597,1.72631 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3852-2"
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
d="m 11.707664,389.49749 c 0.78826,-1.70787 0.65216,-2.77436 1.37495,-3.98494 1.18218,-1.98 2.34112,-2.06547 3.42055,-2.16707 -0.86099,2.46685 -0.66165,2.47824 -1.60946,3.98074 -0.92225,1.46204 -2.1754,1.6588 -3.18604,2.17134 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3854-6"
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
d="m 14.184274,392.72169 c 0.44923,-1.82662 -0.0069,-2.38558 0.47262,-3.71152 0.78426,-2.16863 1.90585,-2.47282 2.94624,-2.77775 -0.11964,1.4558 0.06099,2.37941 -0.75498,3.95735 -0.57622,1.11427 -1.76907,1.83665 -2.66388,2.53192 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3856-7"
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
d="m 19.176124,389.13555 c 0,0 0.90097,1.73946 0.60169,3.75545 -0.42402,2.85643 -1.95045,3.28438 -1.95045,3.28438 0,0 -0.86939,-1.29828 -0.78101,-3.93261 0.09438,-2.81387 2.12979,-3.10728 2.12979,-3.10728 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3858-2"
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
d="m 22.428114,392.04526 c 0,0 0.90165,1.76115 0.70441,3.78974 -0.25284,2.5997 -1.67655,3.25016 -1.67655,3.25016 0,0 -0.89684,-1.45126 -0.93507,-3.64158 -0.05831,-3.34457 1.90728,-3.39825 1.90728,-3.39825 z" />
|
||||
</g>
|
||||
<g id="g986-6" style="fill:#222222;fill-opacity:1" transform="matrix(2.4862629,0,0,2.4844666,-29.810169,-866.43003)">
|
||||
<path d="M 77.804094,352.06045 C 79.042944,352.89256 80.412124,353.92299 81.515614,355.0723 83.473524,357.11147 85.415294,359.41036 87.084194,361.71054 88.211614,363.26442 89.674324,365.62235 90.473494,367.35679 91.537004,369.66504 92.166934,371.28215 92.750634,373.8182 93.572914,377.39098 93.459594,381.05757 92.624364,384.51425 91.395614,389.5997 87.463074,393.85473 83.533304,397.3087 80.459024,400.01053 76.325784,401.77811 72.694244,403.07647 L 72.321464,402.08555 C 75.920344,400.79899 79.734344,399.0817 82.680654,396.48899 86.470594,393.15411 89.970854,389.08696 91.481624,384.23948 92.401104,381.28903 92.614604,378.05168 92.132074,374.91729 91.709314,372.1712 90.646524,369.41907 89.611214,366.91677 88.760054,364.85978 87.767654,363.25737 86.557134,361.56963 85.022304,359.42961 83.335714,357.34266 81.542854,355.43708 80.382284,354.20359 78.830174,353.08999 77.583604,352.25273 Z" id="path3862-9" style="text-indent:0;text-transform:none;block-progression:tb;color:#000000;fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 79.383324,400.04578 C 79.383324,400.04578 81.934084,399.23936 83.958334,399.47692 87.172034,399.85406 87.468284,401.84915 87.468284,401.84915 87.468284,401.84915 86.179014,402.64954 83.413674,402.34538 80.174154,401.98905 79.383324,400.04574 79.383324,400.04574 Z" id="path3864-3" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 83.721114,397.06626 C 83.721114,397.06626 85.870764,396.04661 87.908844,396.06172 91.437234,396.08786 91.648764,397.96194 91.648764,397.96194 91.648764,397.96194 90.371624,398.88339 87.545754,398.8455 84.286994,398.80178 83.721114,397.06633 83.721114,397.06633 Z" id="path3866-1" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 86.940564,393.93288 C 86.940564,393.93288 88.984554,392.14151 90.961564,391.64612 94.384224,390.78852 95.517874,392.78004 95.517874,392.78004 95.517874,392.78004 94.245614,394.30641 91.500194,394.9768 88.334224,395.74987 86.940564,393.93288 86.940564,393.93288 Z" id="path3868-4" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 90.566694,389.10641 C 90.566694,389.10641 92.314684,387.26387 94.707524,386.52868 97.830254,385.56921 99.298054,387.4529 99.340894,387.5 99.340894,387.5 98.061314,389.11054 95.391744,389.81659 91.810894,390.76365 90.566764,389.10641 90.566764,389.10641 Z" id="path3870-4" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 92.295034,385.26543 C 92.295034,385.26543 93.922994,382.78638 96.351134,381.61626 98.710214,380.47935 100.43333,381.4476 100.47617,381.48573 100.47617,381.48573 99.264504,383.70004 97.035284,384.7611 94.006494,386.20281 92.295034,385.26544 92.295034,385.26545 Z" id="path3872-3" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 92.816924,381.89483 C 93.685634,381.0775 93.750494,378.8558 94.992464,377.0527 96.725064,374.53739 99.582994,374.71985 99.625764,374.74337 99.625764,374.74337 99.319804,377.87702 97.153154,379.77101 94.850534,381.78381 92.816854,381.89483 92.816854,381.89483 Z" id="path3874-5" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 93.060924,376.61289 C 93.060924,376.61289 92.976574,373.88923 93.694814,371.82092 94.696774,368.93568 97.431964,368.36926 97.479474,368.38058 97.479474,368.38058 97.923034,371.46576 96.337544,373.86734 94.652584,376.41966 93.060884,376.61282 93.060884,376.61282 Z" id="path3876-9" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 91.901914,371.50853 C 91.901914,371.50853 91.356334,369.22204 91.632734,367.05009 92.049304,363.77662 94.596664,363.08366 94.645324,363.0884 94.645324,363.0884 95.518584,366.12032 94.276284,368.71608 92.956034,371.47478 91.901954,371.50853 91.901954,371.50853 Z" id="path3878-5" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 89.658464,366.028 C 89.658464,366.028 88.771324,363.95969 88.884984,361.77324 89.042764,358.73875 91.098954,357.4568 91.147754,357.45503 91.147754,357.45503 93.130324,359.24261 91.991654,363.09044 91.300934,365.42451 89.658394,366.02807 89.658394,366.02807 Z" id="path3880-8" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 86.798234,361.52212 C 86.798234,361.52212 85.479884,359.49136 85.115174,357.33249 84.772784,355.30573 85.595064,353.09765 85.778614,352.89473 85.778614,352.89473 87.923794,353.83752 87.843474,357.45578 87.789444,359.88935 86.798204,361.52212 86.798204,361.52212 Z" id="path3882-8" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 83.294114,357.17416 C 83.294114,357.17416 81.722204,355.50025 81.312754,353.21145 80.973404,351.31441 81.315064,349.25329 81.672684,348.73885 81.672684,348.73885 83.722964,350.01274 83.871944,353.23436 83.984374,355.6659 83.456724,356.82321 83.294124,357.17409 Z" id="path3884-3" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 80.752434,354.50757 C 80.752434,354.50757 77.756714,354.61581 76.267834,353.75137 74.601244,352.78377 72.965764,350.68354 72.836714,350.07042 72.836714,350.07042 75.460534,348.91989 77.906914,351.02148 79.753324,352.60762 80.608684,354.14855 80.752434,354.50757 Z" id="path3886-7" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 84.053224,358.1217 C 84.053224,358.1217 82.620334,356.44406 80.158094,356.01062 78.260174,355.67656 76.801114,355.985 75.864354,356.53083 75.864354,356.53083 77.309514,358.38239 80.079474,358.63764 82.503344,358.86097 83.697184,358.27263 84.053294,358.12169 Z" id="path3888-5" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 87.008344,361.98979 C 87.008344,361.98979 85.643974,360.3806 83.181664,359.94723 81.283754,359.61317 80.372404,359.95585 79.435644,360.50168 79.435644,360.50168 80.589834,362.26771 83.359794,362.52289 85.783664,362.74621 86.652314,362.14076 87.008414,361.98982 Z" id="path3890-7" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 89.888914,367.03586 C 89.888914,367.03586 88.614344,365.05254 86.309694,364.08331 83.948104,363.0901 82.735144,363.56435 81.719424,363.94352 82.043334,364.42939 83.368944,366.45469 85.518114,367.06266 87.860314,367.72528 89.512404,367.12426 89.888914,367.03585 Z" id="path3892-2" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 91.590144,371.51734 C 91.590144,371.51734 90.460684,369.44794 88.231334,368.31632 85.946804,367.15671 84.703084,367.54298 83.662824,367.84851 83.951154,368.35631 85.128454,370.47125 87.228624,371.23145 89.517484,372.0599 91.208274,371.57863 91.590144,371.51738 Z" id="path3894-0" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 92.484814,376.84334 C 91.507384,375.59019 90.976004,374.24297 89.472144,372.90211 87.619364,371.25016 86.029564,371.7768 84.950604,371.88348 85.481754,372.8811 86.279254,374.45925 87.927414,375.64828 89.901514,377.07236 92.098204,376.83256 92.484814,376.8434 Z" id="path3896-3" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 92.369584,381.75046 C 91.538494,380.39585 91.144094,379.33994 89.799714,377.8392 88.143424,375.99035 86.573144,376.3186 85.489034,376.30389 85.905224,377.35465 86.606694,378.92656 88.111504,380.29256 89.913854,381.92858 91.986644,381.69644 92.369584,381.75046 Z" id="path3898-1" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 91.298694,385.66329 C 90.048324,383.7329 90.206114,383.29601 88.982314,381.69543 87.667964,379.97644 86.007874,380.02368 84.928444,379.92202 85.259014,381.0028 85.753034,382.46484 87.154074,383.93698 88.648234,385.50692 90.202384,385.30481 91.298624,385.66329 Z" id="path3900-8" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 89.245024,389.49749 C 88.456764,387.78962 88.592874,386.72313 87.870074,385.51255 86.687894,383.53255 85.528954,383.44708 84.449524,383.34548 85.310504,385.81233 85.111184,385.82372 86.058984,387.32622 86.981234,388.78826 88.234384,388.98502 89.245024,389.49756 Z" id="path3902-5" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 86.764344,392.72169 C 86.315124,390.89507 86.771254,390.33611 86.291734,389.01017 85.507474,386.84154 84.385884,386.53735 83.345484,386.23242 83.465124,387.68822 83.284494,388.61183 84.100464,390.18977 84.676684,391.30404 85.869544,392.02642 86.764344,392.72169 Z" id="path3904-2" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 81.775884,389.13555 C 81.775884,389.13555 80.874914,390.87501 81.174204,392.891 81.598214,395.74743 83.124644,396.17538 83.124644,396.17538 83.124644,396.17538 83.994034,394.8771 83.905654,392.24277 83.811274,389.4289 81.775864,389.13549 81.775864,389.13549 Z" id="path3906-4" style="fill:#222222;fill-opacity:1"/>
|
||||
<path d="M 78.522544,392.04526 C 78.522544,392.04526 77.620894,393.80641 77.818194,395.835 78.071034,398.4347 79.494754,399.08516 79.494754,399.08516 79.494754,399.08516 80.391584,397.6339 80.429814,395.44358 80.488134,392.09901 78.522544,392.04533 78.522544,392.04533 Z" id="path3908-0" style="fill:#222222;fill-opacity:1"/>
|
||||
<g
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
transform="matrix(0.90409558,0,0,0.90344238,-0.84006101,-290.52)"
|
||||
id="g986-6">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3862-9"
|
||||
style="color:#000000;text-indent:0;text-transform:none;block-progression:tb;fill:#ffffff;fill-opacity:1"
|
||||
d="m 77.804094,352.06045 c 1.23885,0.83211 2.60803,1.86254 3.71152,3.01185 1.95791,2.03917 3.89968,4.33806 5.56858,6.63824 1.12742,1.55388 2.59013,3.91181 3.3893,5.64625 1.06351,2.30825 1.69344,3.92536 2.27714,6.46141 0.82228,3.57278 0.70896,7.23937 -0.12627,10.69605 -1.22875,5.08545 -5.16129,9.34048 -9.09106,12.79445 -3.07428,2.70183 -7.20752,4.46941 -10.83906,5.76777 l -0.37278,-0.99092 c 3.59888,-1.28656 7.41288,-3.00385 10.35919,-5.59656 3.78994,-3.33488 7.2902,-7.40203 8.80097,-12.24951 0.91948,-2.95045 1.13298,-6.1878 0.65045,-9.32219 -0.42276,-2.74609 -1.48555,-5.49822 -2.52086,-8.00052 -0.85116,-2.05699 -1.84356,-3.6594 -3.05408,-5.34714 -1.53483,-2.14002 -3.22142,-4.22697 -5.01428,-6.13255 -1.16057,-1.23349 -2.71268,-2.34709 -3.95925,-3.18435 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3864-3"
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
d="m 79.383324,400.04578 c 0,0 2.55076,-0.80642 4.57501,-0.56886 3.2137,0.37714 3.50995,2.37223 3.50995,2.37223 0,0 -1.28927,0.80039 -4.05461,0.49623 -3.23952,-0.35633 -4.03035,-2.29964 -4.03035,-2.29964 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3866-1"
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
d="m 83.721114,397.06626 c 0,0 2.14965,-1.01965 4.18773,-1.00454 3.52839,0.0261 3.73992,1.90022 3.73992,1.90022 0,0 -1.27714,0.92145 -4.10301,0.88356 -3.25876,-0.0437 -3.82464,-1.77917 -3.82464,-1.77917 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3868-4"
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
d="m 86.940564,393.93288 c 0,0 2.04399,-1.79137 4.021,-2.28676 3.42266,-0.8576 4.55631,1.13392 4.55631,1.13392 0,0 -1.27226,1.52637 -4.01768,2.19676 -3.16597,0.77307 -4.55963,-1.04392 -4.55963,-1.04392 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3870-4"
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
d="m 90.566694,389.10641 c 0,0 1.74799,-1.84254 4.14083,-2.57773 3.12273,-0.95947 4.59053,0.92422 4.63337,0.97132 0,0 -1.27958,1.61054 -3.94915,2.31659 -3.58085,0.94706 -4.82498,-0.71018 -4.82498,-0.71018 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3872-3"
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
d="m 92.295034,385.26543 c 0,0 1.62796,-2.47905 4.0561,-3.64917 2.35908,-1.13691 4.082196,-0.16866 4.125036,-0.13053 0,0 -1.211666,2.21431 -3.440886,3.27537 -3.02879,1.44171 -4.74025,0.50434 -4.74025,0.50435 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3874-5"
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
d="m 92.816924,381.89483 c 0.86871,-0.81733 0.93357,-3.03903 2.17554,-4.84213 1.7326,-2.51531 4.59053,-2.33285 4.6333,-2.30933 0,0 -0.30596,3.13365 -2.47261,5.02764 -2.30262,2.0128 -4.3363,2.12382 -4.3363,2.12382 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3876-9"
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
d="m 93.060924,376.61289 c 0,0 -0.08435,-2.72366 0.63389,-4.79197 1.00196,-2.88524 3.73715,-3.45166 3.78466,-3.44034 0,0 0.44356,3.08518 -1.14193,5.48676 -1.68496,2.55232 -3.27666,2.74548 -3.27666,2.74548 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3878-5"
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
d="m 91.901914,371.50853 c 0,0 -0.54558,-2.28649 -0.26918,-4.45844 0.41657,-3.27347 2.96393,-3.96643 3.01259,-3.96169 0,0 0.87326,3.03192 -0.36904,5.62768 -1.32025,2.7587 -2.37433,2.79245 -2.37433,2.79245 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3880-8"
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
d="m 89.658464,366.028 c 0,0 -0.88714,-2.06831 -0.77348,-4.25476 0.15778,-3.03449 2.21397,-4.31644 2.26277,-4.31821 0,0 1.98257,1.78758 0.8439,5.63541 -0.69072,2.33407 -2.33326,2.93763 -2.33326,2.93763 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3882-8"
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
d="m 86.798234,361.52212 c 0,0 -1.31835,-2.03076 -1.68306,-4.18963 -0.34239,-2.02676 0.47989,-4.23484 0.66344,-4.43776 0,0 2.14518,0.94279 2.06486,4.56105 -0.05403,2.43357 -1.04527,4.06634 -1.04527,4.06634 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3884-3"
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
d="m 83.294114,357.17416 c 0,0 -1.57191,-1.67391 -1.98136,-3.96271 -0.33935,-1.89704 0.0023,-3.95816 0.35993,-4.4726 0,0 2.05028,1.27389 2.19926,4.49551 0.11243,2.43154 -0.41522,3.58885 -0.57782,3.93973 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3886-7"
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
d="m 80.752434,354.50757 c 0,0 -2.99572,0.10824 -4.4846,-0.7562 -1.66659,-0.9676 -3.30207,-3.06783 -3.43112,-3.68095 0,0 2.62382,-1.15053 5.0702,0.95106 1.84641,1.58614 2.70177,3.12707 2.84552,3.48609 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3888-5"
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
d="m 84.053224,358.1217 c 0,0 -1.43289,-1.67764 -3.89513,-2.11108 -1.89792,-0.33406 -3.35698,-0.0256 -4.29374,0.52021 0,0 1.44516,1.85156 4.21512,2.10681 2.42387,0.22333 3.61771,-0.36501 3.97382,-0.51595 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3890-7"
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
d="m 87.008344,361.98979 c 0,0 -1.36437,-1.60919 -3.82668,-2.04256 -1.89791,-0.33406 -2.80926,0.009 -3.74602,0.55445 0,0 1.15419,1.76603 3.92415,2.02121 2.42387,0.22332 3.29252,-0.38213 3.64862,-0.53307 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3892-2"
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
d="m 89.888914,367.03586 c 0,0 -1.27457,-1.98332 -3.57922,-2.95255 -2.36159,-0.99321 -3.57455,-0.51896 -4.59027,-0.13979 0.32391,0.48587 1.64952,2.51117 3.79869,3.11914 2.3422,0.66262 3.99429,0.0616 4.3708,-0.0268 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3894-0"
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
d="m 91.590144,371.51734 c 0,0 -1.12946,-2.0694 -3.35881,-3.20102 -2.28453,-1.15961 -3.52825,-0.77334 -4.56851,-0.46781 0.28833,0.5078 1.46563,2.62274 3.5658,3.38294 2.28886,0.82845 3.97965,0.34718 4.36152,0.28593 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3896-3"
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
d="m 92.484814,376.84334 c -0.97743,-1.25315 -1.50881,-2.60037 -3.01267,-3.94123 -1.85278,-1.65195 -3.44258,-1.12531 -4.52154,-1.01863 0.53115,0.99762 1.32865,2.57577 2.97681,3.7648 1.9741,1.42408 4.17079,1.18428 4.5574,1.19512 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3898-1"
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
d="m 92.369584,381.75046 c -0.83109,-1.35461 -1.22549,-2.41052 -2.56987,-3.91126 -1.65629,-1.84885 -3.22657,-1.5206 -4.31068,-1.53531 0.41619,1.05076 1.11766,2.62267 2.62247,3.98867 1.80235,1.63602 3.87514,1.40388 4.25808,1.4579 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3900-8"
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
d="m 91.298694,385.66329 c -1.25037,-1.93039 -1.09258,-2.36728 -2.31638,-3.96786 -1.31435,-1.71899 -2.97444,-1.67175 -4.05387,-1.77341 0.33057,1.08078 0.82459,2.54282 2.22563,4.01496 1.49416,1.56994 3.04831,1.36783 4.14455,1.72631 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3902-5"
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
d="m 89.245024,389.49749 c -0.78826,-1.70787 -0.65215,-2.77436 -1.37495,-3.98494 -1.18218,-1.98 -2.34112,-2.06547 -3.42055,-2.16707 0.86098,2.46685 0.66166,2.47824 1.60946,3.98074 0.92225,1.46204 2.1754,1.6588 3.18604,2.17134 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3904-2"
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
d="m 86.764344,392.72169 c -0.44922,-1.82662 0.0069,-2.38558 -0.47261,-3.71152 -0.78426,-2.16863 -1.90585,-2.47282 -2.94625,-2.77775 0.11964,1.4558 -0.06099,2.37941 0.75498,3.95735 0.57622,1.11427 1.76908,1.83665 2.66388,2.53192 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3906-4"
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
d="m 81.775884,389.13555 c 0,0 -0.90097,1.73946 -0.60168,3.75545 0.42401,2.85643 1.95044,3.28438 1.95044,3.28438 0,0 0.86939,-1.29828 0.78101,-3.93261 -0.09438,-2.81387 -2.12979,-3.10728 -2.12979,-3.10728 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3908-0"
|
||||
style="fill:#ffffff;fill-opacity:1"
|
||||
d="m 78.522544,392.04526 c 0,0 -0.90165,1.76115 -0.70435,3.78974 0.25284,2.5997 1.67656,3.25016 1.67656,3.25016 0,0 0.89683,-1.45126 0.93506,-3.64158 0.05832,-3.34457 -1.90727,-3.39825 -1.90727,-3.39825 z" />
|
||||
</g>
|
||||
<path d="M 65.000001,38.49999 C 62.382081,38.50025 60.000261,40.88207 60.000001,43.49999 L 60.000001,97.49999 C 60.000261,100.11792 62.382081,102.49974 65.000001,102.5 L 155,102.5 C 157.61792,102.49974 159.99974,100.11792 160,97.49999 L 160,43.49999 C 159.99974,40.88207 157.61792,38.50025 155,38.49999 L 151.96875,38.49999 151.96875,66.06249 151.96875,96.62499 134.125,96.81249 116.25,96.99999 113.96875,98.09374 C 111.03401,99.51505 110.23496,99.6655 108.5,99.12499 107.72219,98.88267 106.23317,98.26777 105.21875,97.74999 L 103.375,96.81249 85.687501,96.81249 68.000001,96.81249 68.000001,66.06249 68.000001,38.49999 Z" id="rect1615-5" style="font-size:xx-small;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#222222;fill-opacity:1;stroke:none;stroke-width:10;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;clip-rule:nonzero;font-family:sans-serif;"/>
|
||||
<path d="M 115.525,97.49999 113.45,98.64034 C 110.70482,100.13532 109.98002,100.24791 108.275,99.51753 107.49718,99.18435 106.3631,98.59192 105.775,98.20174 105.06533,97.73089 104.39444,97.58248 100,97.52923 L 100,102.82164 A 4.0004,4.6788304 0 0 0 104,107.5 L 116,107.5 A 4.0004,4.6788304 0 0 0 120,102.82164 L 120,97.49999 115.525,97.49999 Z" id="rect1617-9" style="font-size:xx-small;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#222222;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;clip-rule:nonzero;font-family:sans-serif;"/>
|
||||
<path d="M 65.000001,32.49962 65.000001,99.71874 102.46875,99.71874 C 102.75852,99.8884 103.49179,100.35001 104.8125,100.96875 106.36263,101.69497 108.18269,102.5 110,102.5 111.81731,102.5 113.63737,101.69497 115.1875,100.96875 116.50821,100.35001 117.24148,99.8884 117.53125,99.71874 L 155,99.71874 155,32.49962 141.5,32.49962 116.71875,32.49962 116.34375,32.74962 C 116.34375,32.74962 115.26526,33.4462 113.875,34.15562 112.52824,34.84284 110.88258,35.43114 110.125,35.46862 110.11937,35.46889 110.09927,35.4684 110.09375,35.46862 110.05211,35.46688 110.01039,35.46688 109.96875,35.46862 109.95813,35.46844 109.9173,35.46905 109.90625,35.46862 109.15727,35.43945 107.48176,34.84794 106.125,34.15562 104.73474,33.4462 103.65625,32.74962 103.65625,32.74962 L 103.28125,32.49962 75.968751,32.49962 Z M 69.000001,36.49962 75.968751,36.49962 102.4375,36.49962 C 102.74213,36.6945 103.44754,37.1475 104.75,37.81212 105.87719,38.3873 106.67008,38.92378 108,39.21837 L 108,76.99999 C 107.98879,77.79246 109.20745,78.52135 110,78.52135 110.79255,78.52135 112.01121,77.79246 112,76.99999 L 112,39.21837 C 113.32992,38.92378 114.12281,38.3873 115.25,37.81212 116.55246,37.1475 117.25787,36.6945 117.5625,36.49962 L 141.5,36.49962 151,36.49962 151,96.71874 116.75,96.71874 116.40625,96.93749 C 116.40625,96.93749 115.30593,97.59425 113.90625,98.24999 112.50657,98.90573 110.73397,99.49999 110,99.49999 109.26603,99.49999 107.49343,98.90573 106.09375,98.24999 104.69407,97.59425 103.59375,96.93749 103.59375,96.93749 L 103.25,96.71874 69.000001,96.71874 Z" id="path1621-6" style="font-size:xx-small;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#222222;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;clip-rule:nonzero;font-family:sans-serif;"/>
|
||||
<g id="text1514-5" style="font-size:18.71344948px;font-style:normal;font-weight:normal;line-height:100%;letter-spacing:0px;word-spacing:0px;fill:#222222;fill-opacity:1;stroke:none;font-family:Sans" transform="translate(-140,-160.37776)">
|
||||
<path d="M 228.77419,212.87756 C 224.10752,212.87756 219.33559,216.31615 219.33559,221.71966 219.33559,224.73721 221.37068,227.43896 224.84436,229.15826 228.28296,230.87756 231.37068,231.82493 231.37068,233.93019 231.37068,236.63194 228.63384,236.77229 227.19524,236.77229 223.96717,236.77229 220.10752,233.50914 220.10752,233.50914 L 216.80928,239.053 C 216.80928,239.053 220.91454,242.87756 227.68647,242.87756 233.33559,242.87756 238.59875,240.45651 238.59875,233.54422 238.59875,229.75475 235.05489,227.01791 231.82682,225.64949 228.52857,224.24598 225.79173,223.08808 225.79173,221.47405 225.79173,219.8951 226.98471,218.87756 229.23033,218.87756 232.21278,218.87756 235.08998,220.87756 235.08998,220.87756 L 237.75664,215.6144 C 237.75664,215.6144 234.03735,212.87756 228.77419,212.87756 Z" id="path3578-8" style="font-size:35.08771896px;font-variant:normal;font-weight:bold;font-stretch:normal;fill:#222222;fill-opacity:1;font-family:League Spartan;"/>
|
||||
<path
|
||||
sodipodi:nodetypes="ccccccccccccccsccccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="rect1615-5"
|
||||
d="m 33.636364,38.545454 c -0.951971,9.5e-5 -1.818087,0.86621 -1.818182,1.818181 l 0,19.636363 c 9.5e-5,0.951975 0.866211,1.818091 1.818182,1.818186 l 32.727272,0 c 0.951971,-9.5e-5 1.818087,-0.866211 1.818182,-1.818186 l 0,-19.636363 c -9.5e-5,-0.951971 -0.866211,-1.818086 -1.818182,-1.818181 l -1.102273,0 0,10.022726 0,11.113637 -6.488636,0.06818 -6.5,0.06818 -0.829545,0.397727 c -1.067178,0.51684 -1.357742,0.571549 -1.988636,0.375 -0.28284,-0.08812 -0.824302,-0.311716 -1.193182,-0.5 l -0.670455,-0.340909 -6.431818,0 -6.431818,0 0,-11.181818 0,-10.022726 z"
|
||||
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:xx-small;line-height:normal;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:10;marker:none;enable-background:accumulate" />
|
||||
<path
|
||||
id="rect1617-9"
|
||||
d="m 52.009091,59.999998 -0.754545,0.414673 c -0.998248,0.543629 -1.261811,0.584571 -1.881819,0.318978 -0.282843,-0.121156 -0.695236,-0.336585 -0.90909,-0.478469 -0.258062,-0.171218 -0.502022,-0.225185 -2.1,-0.244549 l 0,1.924513 a 1.4546909,1.7013928 0 0 0 1.454545,1.701222 l 4.363636,0 a 1.4546909,1.7013928 0 0 0 1.454546,-1.701222 l 0,-1.935146 -1.627273,0 z"
|
||||
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:xx-small;line-height:normal;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;marker:none;enable-background:accumulate"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path1621-6"
|
||||
d="m 33.636364,36.363502 0,24.443314 13.625,0 c 0.105371,0.0617 0.372014,0.229553 0.852273,0.45455 0.563683,0.26408 1.225523,0.556818 1.886363,0.556818 0.66084,0 1.32268,-0.292738 1.886364,-0.556818 0.480258,-0.224997 0.746901,-0.392855 0.852272,-0.45455 l 13.625,0 0,-24.443314 -4.909091,0 -9.011363,0 -0.136364,0.09091 c 0,0 -0.392178,0.253301 -0.897727,0.511272 -0.489731,0.249898 -1.088153,0.463826 -1.363636,0.477455 -0.0022,9.8e-5 -0.0093,-8e-5 -0.01135,0 -0.01513,-7.27e-4 -0.03033,-7.27e-4 -0.04545,0 -0.0039,-6.6e-5 -0.01873,1.56e-4 -0.02273,0 -0.272354,-0.01062 -0.88163,-0.225702 -1.374998,-0.477455 C 48.085378,36.707713 47.6932,36.454412 47.6932,36.454412 l -0.136363,-0.09091 -9.931819,0 z m 1.454545,1.454545 2.534091,0 9.625,0 c 0.110775,0.07086 0.367287,0.235593 0.840909,0.477273 0.409888,0.209156 0.698211,0.40424 1.181818,0.511363 l 0,13.73877 c -0.0041,0.288171 0.439073,0.553222 0.727273,0.553222 0.2882,0 0.731349,-0.265051 0.727273,-0.553222 l 0,-13.73877 C 51.21088,38.69956 51.499204,38.504476 51.909091,38.29532 52.382713,38.05364 52.639225,37.888912 52.75,37.818047 l 8.704545,0 3.454546,0 0,21.89786 -12.454546,0 -0.124999,0.07955 c 0,0 -0.400117,0.238822 -0.909091,0.477273 C 50.91148,60.511181 50.266898,60.727275 50,60.727275 c -0.266898,0 -0.91148,-0.216094 -1.420454,-0.454545 -0.508975,-0.238451 -0.909091,-0.477273 -0.909091,-0.477273 l -0.125,-0.07955 -12.454546,0 z"
|
||||
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:xx-small;line-height:normal;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;enable-background:accumulate"
|
||||
sodipodi:nodetypes="cccsssccccccsccccscccccccsccsccsccccccssscccc" />
|
||||
<g
|
||||
style="font-style:normal;font-weight:normal;font-size:18.71344948px;line-height:100%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none"
|
||||
id="text1514-5"
|
||||
transform="matrix(0.36363635,0,0,0.36363635,-40.909088,-33.773727)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 228.77419,212.87756 c -4.66667,0 -9.4386,3.43859 -9.4386,8.8421 0,3.01755 2.03509,5.7193 5.50877,7.4386 3.4386,1.7193 6.52632,2.66667 6.52632,4.77193 0,2.70175 -2.73684,2.8421 -4.17544,2.8421 -3.22807,0 -7.08772,-3.26315 -7.08772,-3.26315 l -3.29824,5.54386 c 0,0 4.10526,3.82456 10.87719,3.82456 5.64912,0 10.91228,-2.42105 10.91228,-9.33334 0,-3.78947 -3.54386,-6.52631 -6.77193,-7.89473 -3.29825,-1.40351 -6.03509,-2.56141 -6.03509,-4.17544 0,-1.57895 1.19298,-2.59649 3.4386,-2.59649 2.98245,0 5.85965,2 5.85965,2 l 2.66666,-5.26316 c 0,0 -3.71929,-2.73684 -8.98245,-2.73684 z"
|
||||
style="font-variant:normal;font-weight:bold;font-stretch:normal;font-size:35.08771896px;font-family:'League Spartan';-inkscape-font-specification:'League Spartan Bold';fill:#ffffff;fill-opacity:1"
|
||||
id="path3578-8" />
|
||||
</g>
|
||||
<g id="text1518-4" style="font-size:19.39393997px;font-style:normal;font-weight:normal;line-height:100%;letter-spacing:0px;word-spacing:0px;fill:#222222;fill-opacity:1;stroke:none;font-family:Sans" transform="translate(-140,-160.32128)">
|
||||
<path d="M 280.47341,212.82108 263.30978,212.82108 263.30978,242.82108 280.47341,242.82108 280.47341,236.82108 270.14614,236.82108 270.14614,230.78471 280.03705,230.78471 280.03705,224.78471 270.14614,224.78471 270.14614,218.82108 280.47341,218.82108 280.47341,212.82108 Z" id="path3581-2" style="font-size:36.36363602px;font-variant:normal;font-weight:bold;font-stretch:normal;fill:#222222;fill-opacity:1;font-family:League Spartan;"/>
|
||||
<g
|
||||
style="font-style:normal;font-weight:normal;font-size:19.39393997px;line-height:100%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none"
|
||||
id="text1518-4"
|
||||
transform="matrix(0.36363635,0,0,0.36363635,-40.909088,-33.753188)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 280.47341,212.82108 -17.16363,0 0,30 17.16363,0 0,-6 -10.32727,0 0,-6.03637 9.89091,0 0,-6 -9.89091,0 0,-5.96363 10.32727,0 0,-6 z"
|
||||
style="font-variant:normal;font-weight:bold;font-stretch:normal;font-size:36.36363602px;font-family:'League Spartan';-inkscape-font-specification:'League Spartan Bold';fill:#ffffff;fill-opacity:1"
|
||||
id="path3581-2" />
|
||||
</g>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 28 KiB |
Loading…
Add table
Add a link
Reference in a new issue