refactor styles

This commit is contained in:
Gil Barbara
2015-06-25 20:57:49 -03:00
parent 40f3135f6a
commit fb8468a356
28 changed files with 595 additions and 256 deletions
Executable
+32
View File
@@ -0,0 +1,32 @@
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org
root = true
[*]
# change these settings to your own preference
indent_style = space
indent_size = 4
# we recommend you to keep these unchanged
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
[{package,bower}.json]
indent_style = space
indent_size = 2
[{.eslintrc,.scss-lint.yml}]
indent_style = space
indent_size = 2
[*.{scss,sass}]
indent_style = space
indent_size = 2
+6 -8
View File
@@ -4,7 +4,7 @@ A collection of popular logos in SVG / Vector
[View All](http://gilbarbara.github.io/logos/)
## Angular
![angular](http://gilbarbara.github.io/logos/angular-logo.svg)
![angular](http://gilbarbara.github.io/logos/angular-icon.svg)
![angular](http://gilbarbara.github.io/logos/angular.svg)
@@ -18,15 +18,13 @@ A collection of popular logos in SVG / Vector
![autoprefixer](http://gilbarbara.github.io/logos/autoprefixer.svg)
## AWS
![aws-logo](http://gilbarbara.github.io/logos/aws-logo.svg)
![aws](http://gilbarbara.github.io/logos/aws.svg)
## Babel
![babel](http://gilbarbara.github.io/logos/babel.svg)
## Backbone
![backbone-logo](http://gilbarbara.github.io/logos/backbone-logo.svg)
![backbone-icon](http://gilbarbara.github.io/logos/backbone-icon.svg)
![backbone](http://gilbarbara.github.io/logos/backbone.svg)
@@ -46,7 +44,7 @@ A collection of popular logos in SVG / Vector
![brackets](http://gilbarbara.github.io/logos/brackets.svg)
## Browserify
![browserify-logo](http://gilbarbara.github.io/logos/browserify-logo.svg)
![browserify-icons](http://gilbarbara.github.io/logos/browserify-icon.svg)
![browserify](http://gilbarbara.github.io/logos/browserify.svg)
@@ -72,7 +70,7 @@ A collection of popular logos in SVG / Vector
![chrome](http://gilbarbara.github.io/logos/chrome.svg)
## Codepen
![codepen-logo](http://gilbarbara.github.io/logos/codepen-logo.svg)
![codepen-icon](http://gilbarbara.github.io/logos/codepen-icon.svg)
![codepen](http://gilbarbara.github.io/logos/codepen.svg)
@@ -124,7 +122,7 @@ A collection of popular logos in SVG / Vector
![forever](http://gilbarbara.github.io/logos/forever.svg)
## git
![git-logo](http://gilbarbara.github.io/logos/git-logo.svg)
![git-icon](http://gilbarbara.github.io/logos/git-icon.svg)
![git](http://gilbarbara.github.io/logos/git.svg)
@@ -346,7 +344,7 @@ A collection of popular logos in SVG / Vector
![wercker](http://gilbarbara.github.io/logos/wercker.svg)
## wordpress
![wordpress-logo](http://gilbarbara.github.io/logos/wordpress-logo.svg)
![wordpress-icon](http://gilbarbara.github.io/logos/wordpress-icon.svg)
![wordpress](http://gilbarbara.github.io/logos/wordpress.svg)
+172
View File
@@ -0,0 +1,172 @@
linters:
BangFormat:
enabled: true
space_before_bang: true
space_after_bang: false
BorderZero:
enabled: true
ColorKeyword:
enabled: true
ColorVariable:
enabled: false
Comment:
enabled: false
DebugStatement:
enabled: true
DeclarationOrder:
enabled: true
DuplicateProperty:
enabled: true
ElsePlacement:
enabled: true
style: new_line # or 'same_line'
EmptyLineBetweenBlocks:
enabled: true
ignore_single_line_blocks: false
EmptyRule:
enabled: true
FinalNewline:
enabled: true
present: true
HexLength:
enabled: true
style: short # or 'long'
HexNotation:
enabled: true
style: lowercase # or 'uppercase'
HexValidation:
enabled: true
IdSelector:
enabled: false
ImportantRule:
enabled: false
ImportPath:
enabled: true
leading_underscore: false
filename_extension: false
Indentation:
enabled: true
character: space # or 'tab'
width: 2
LeadingZero:
enabled: true
style: include_zero # or 'exclude_zero'
MergeableSelector:
enabled: true
force_nesting: true
NameFormat:
enabled: true
allow_leading_underscore: false
convention: hyphenated_lowercase # or 'BEM', or a regex pattern
NestingDepth:
enabled: true
max_depth: 6
PlaceholderInExtend:
enabled: true
PropertySortOrder:
enabled: true
ignore_unspecified: false
separate_groups: true
PropertySpelling:
enabled: true
extra_properties: []
QualifyingElement:
enabled: true
allow_element_with_attribute: false
allow_element_with_class: true
allow_element_with_id: false
SelectorDepth:
enabled: true
max_depth: 6
SelectorFormat:
enabled: true
convention: hyphenated_BEM # or 'hyphenated_lowercase', or 'snake_case', or 'camel_case', or a regex pattern
Shorthand:
enabled: true
SingleLinePerProperty:
enabled: true
allow_single_line_rule_sets: false
SingleLinePerSelector:
enabled: true
SpaceAfterComma:
enabled: true
SpaceAfterPropertyColon:
enabled: true
style: one_space # or 'no_space', or 'at_least_one_space', or 'aligned'
SpaceAfterPropertyName:
enabled: true
SpaceBeforeBrace:
enabled: true
style: space
allow_single_line_padding: false
SpaceBetweenParens:
enabled: true
spaces: 0
StringQuotes:
enabled: true
style: single_quotes # or double_quotes
TrailingSemicolon:
enabled: true
TrailingZero:
enabled: true
UnnecessaryMantissa:
enabled: true
UnnecessaryParentReference:
enabled: true
UrlFormat:
enabled: true
UrlQuotes:
enabled: true
VariableForProperty:
enabled: false
VendorPrefix:
enabled: true
identifier_list: base
ZeroUnit:
enabled: true
+9 -12
View File
@@ -3,13 +3,13 @@
<head>
<meta charset="UTF-8">
<title>SVG Logos</title>
<meta name="description" content="A curated collection of SVG logos of web technologies, libraries, frameworks, servers and services."/>
<meta name="description" content="A collection of logos of web technologies, editors, libraries, frameworks, servers and services."/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=0"/>
<meta property="og:title" content="SVG Logos"/>
<meta property="og:site_name" content="Github — Gil Barbara"/>
<meta property="og:url" content="http://gilbarbara.github.io/logos/"/>
<meta property="og:description"
content="A curated collection of SVG logos for web technologies, libraries, frameworks, servers and services."/>
content="A collection of logos of web technologies, editors, libraries, frameworks, servers and services."/>
<meta property="og:image" content="http://gilbarbara.github.io/logos/og-image.png"/>
<meta property="og:type" content="website"/>
<link href='//fonts.googleapis.com/css?family=Montserrat:700' rel='stylesheet' type='text/css'>
@@ -22,12 +22,12 @@
<div class="container">
<h1>SVG Logos</h1>
<h3>A curated collection of logos for web technologies, libraries, frameworks, servers and services.</h3>
<h3>A collection of logos of web technologies, editors, libraries, frameworks, servers and services.</h3>
<h5><a href="https://github.com/gilbarbara/logos" target="_blank">Github</a></h5>
<div class="logos">
<div>
<img src="../logos/angular-logo.svg" title="angular"/>
<img src="../logos/angular-icon.svg" title="angular"/>
</div>
<div>
<img src="../logos/angular.svg" title="angular"/>
@@ -41,9 +41,6 @@
<div>
<img src="../logos/autoprefixer.svg" title="autoprefixer"/>
</div>
<div>
<img src="../logos/aws-logo.svg" title="aws"/>
</div>
<div>
<img src="../logos/aws.svg" title="aws"/>
</div>
@@ -51,7 +48,7 @@
<img src="../logos/babel.svg" title="babel"/>
</div>
<div>
<img src="../logos/backbone-logo.svg" title="backbone"/>
<img src="../logos/backbone-icon.svg" title="backbone"/>
</div>
<div>
<img src="../logos/backbone.svg" title="backbone"/>
@@ -72,7 +69,7 @@
<img src="../logos/brackets.svg" title="brackets"/>
</div>
<div>
<img src="../logos/browserify-logo.svg" title="browserify"/>
<img src="../logos/browserify-icon.svg" title="browserify"/>
</div>
<div>
<img src="../logos/browserify.svg" title="browserify"/>
@@ -93,7 +90,7 @@
<img src="../logos/chrome.svg" title="chrome"/>
</div>
<div>
<img src="../logos/codepen-logo.svg" title="codepen"/>
<img src="../logos/codepen-icon.svg" title="codepen"/>
</div>
<div>
<img src="../logos/codepen.svg" title="codepen"/>
@@ -153,7 +150,7 @@
<img src="../logos/forever.svg" title="forever"/>
</div>
<div>
<img src="../logos/git-logo.svg" title="git"/>
<img src="../logos/git-icon.svg" title="git"/>
</div>
<div>
<img src="../logos/git.svg" title="git"/>
@@ -384,7 +381,7 @@
<img src="../logos/wercker.svg" title="wercker"/>
</div>
<div>
<img src="../logos/wordpress-logo.svg" title="wordpress"/>
<img src="../logos/wordpress-icon.svg" title="wordpress"/>
</div>
<div>
<img src="../logos/wordpress.svg" title="wordpress"/>
Binary file not shown.

After

Width:  |  Height:  |  Size: 279 KiB

+129
View File
@@ -0,0 +1,129 @@
@mixin background-image-retina($file, $type, $width, $height) {
background-image: url($file + '.' + $type);
background-size: $width $height;
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dpi) {
background-image: url($file + '@2x.' + $type);
}
}
@mixin background-image-svg($name, $width, $height) {
background-image: url('#{$name}.png'); // IE8 & below
background-image: none, url('#{$name}.svg');
background-size: $width $height;
}
@mixin truncate($width: 100%) {
text-overflow: ellipsis;
overflow: hidden;
width: $width;
white-space: nowrap;
}
@mixin vertical-align {
position: relative;
top: 50%;
transform: translateY(-50%);
}
@mixin media-query($media-query) {
@if $media-query == outdated {
@media (max-height: 540px) { @content; }
}
@if $media-query == xs-only {
@media (max-width: $screen-xs - 1) { @content; }
}
@if $media-query == sm {
@media (min-width: $screen-xs) { @content; }
}
@if $media-query == sm-only {
@media (max-width: $screen-sm - 1) { @content; }
}
@if $media-query == md {
@media (min-width: $screen-sm) { @content; }
}
@if $media-query == md-only {
@media (max-width: $screen-md - 1) { @content; }
}
@if $media-query == lg {
@media (min-width: $screen-md) { @content; }
}
@if $media-query == xl {
@media (min-width: $screen-lg) { @content; }
}
@if $media-query == retina {
@media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) { @content; }
}
@if $media-query == landscape {
@media (orientation: landscape) { @content; }
}
}
// Just mqs helpers...
@mixin outdated {
@include media-query(outdated) { @content }
}
@mixin xs {
@include media-query(xs) { @content }
}
@mixin xxs-only {
@include media-query(xxs-only) { @content }
}
@mixin xs-only {
@include media-query(xs-only) { @content }
}
@mixin smt {
@include media-query(smt) { @content }
}
@mixin smt-only {
@include media-query(smt-only) { @content }
}
@mixin sm {
@include media-query(sm) { @content }
}
@mixin sm-only {
@include media-query(sm-only) { @content }
}
@mixin md {
@include media-query(md) { @content }
}
@mixin md-only {
@include media-query(md-only) { @content }
}
@mixin lg {
@include media-query(lg) { @content }
}
@mixin xl {
@include media-query(xl) { @content }
}
@mixin retina {
@include media-query(retina) { @content }
}
@mixin landscape {
@include media-query(landscape) { @content }
}
+7
View File
@@ -0,0 +1,7 @@
$bg-color: #fff9f2;
$link-color: #62cab8;
$screen-xs: 480px;
$screen-sm: 768px;
$screen-md: 1024px;
$screen-lg: 1280px;
+44 -39
View File
@@ -1,18 +1,25 @@
@import 'base/variables';
@import 'base/utils';
html {
font-size: 62.5%;
height: 100%;
}
body {
background-color: #FFF9F2;
background-color: $bg-color;
font-family: Montserrat, sans-serif;
margin: 0;
min-height: 100%;
padding: 0;
}
* {
box-sizing: border-box;
}
a {
color: #62CAB8;
color: $link-color;
}
.container {
@@ -29,11 +36,29 @@ h5 {
h1 {
font-size: 3rem;
margin: 3rem 0 1.5rem;
@include md {
font-size: 4rem;
}
@include lg {
font-size: 8rem;
}
}
h3 {
font-size: 1.8rem;
margin: 0 auto 0.5rem;
@include md {
font-size: 2.5rem;
max-width: 80%;
}
@include lg {
font-size: 3rem;
max-width: 60%;
}
}
h5 {
@@ -42,48 +67,28 @@ h5 {
}
.logos {
display: flex;
align-items: center;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
justify-content: space-between;
.logos > div {
margin: 10% 4%;
text-align: center;
width: 92%;
}
> div {
padding: 5vh 1vh;
text-align: center;
width: 100%;
.logos > div img {
display: block;
margin: 0 auto;
max-width: 100%;
}
@include md {
width: 50%;
}
@media (min-width: 768px) {
.logos > div {
margin: 6% 3%;
width: 44%;
}
h1 {
font-size: 4rem;
}
h3 {
font-size: 2.5rem;
max-width: 80%;
}
}
@include lg {
width: percentage(1/3);
}
@media (min-width: 1024px) {
.logos div {
margin: 4% 2%;
width: 28%;
}
h1 {
font-size: 5rem;
}
h3 {
font-size: 3rem;
max-width: 70%;
img {
display: block;
margin: 0 auto;
max-width: 100%;
}
}
}
+6 -5
View File
@@ -1,6 +1,7 @@
var gulp = require('gulp'),
$ = require('gulp-load-plugins')(),
browserSync = require('browser-sync');
var gulp = require('gulp'),
$ = require('gulp-load-plugins')(),
browserSync = require('browser-sync'),
del = require('del');
gulp.task('styles', function () {
return gulp.src('assets/styles/main.scss')
@@ -41,7 +42,7 @@ gulp.task('serve', ['clean', 'styles'], function () {
}
});
gulp.watch('styles/**/*.scss', function (e) {
gulp.watch('assets/styles/**/*.scss', function (e) {
if (e.type === 'changed') {
gulp.start('styles');
}
@@ -49,7 +50,7 @@ gulp.task('serve', ['clean', 'styles'], function () {
});
gulp.task('deploy', ['styles', 'bundle'], function () {
return gulp.src(['logos/*.svg', '.tmp/*.html', '.tmp/main.css', '*.md'])
return gulp.src(['logos/*.svg', '.tmp/*.html', '.tmp/main.css', 'assets/*.png', '*.md'])
.pipe($.ghPages({
force: true
}));
+10
View File
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<svg width="256px" height="270px" viewBox="0 0 256 270" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMinYMin meet">
<g transform="translate(0.000000, -1.000000)">
<path d="M127.606036,1.34131737 L0.849245509,45.9497006 L20.8800958,212.021653 L127.740934,270.754491 L235.152096,211.22606 L255.175281,45.1602395 L127.606036,1.34131737 Z" fill="#B3B3B3"></path>
<path d="M242.531641,54.7579401 L127.31018,15.4657725 L127.31018,256.722012 L223.871234,203.280862 L242.531641,54.7579401 Z" fill="#A6120D"></path>
<path d="M15.0733413,55.4661557 L32.2376048,203.990611 L127.308647,256.722012 L127.308647,15.4611737 L15.0733413,55.4661557 Z" fill="#DD1B16"></path>
<path d="M159.026587,143.89806 L127.31018,158.729198 L93.881485,158.729198 L78.1673772,198.033629 L48.9389222,198.574754 L127.31018,24.226491 L159.026587,143.89806 L159.026587,143.89806 Z M155.960719,136.431138 L127.520192,80.128 L104.192,135.462323 L127.308647,135.462323 L155.960719,136.431138 L155.960719,136.431138 Z" fill="#F2F2F2"></path>
<path d="M127.308647,24.226491 L127.518659,80.128 L153.989365,135.505246 L127.368431,135.505246 L127.308647,158.69394 L164.118994,158.729198 L181.323114,198.580886 L209.289964,199.099018 L127.308647,24.226491 Z" fill="#B3B3B3"></path>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

-30
View File
@@ -1,30 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<svg width="512px" height="132px" viewBox="0 0 512 132" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMinYMin meet">
<g>
<g transform="translate(131.720930, 34.232558)">
<path d="M0.18455814,61.4072558 L0.18455814,8.71813953 L7.00055814,8.71813953 L39.2431628,51.1627907 L39.2431628,8.71813953 L45.6885581,8.71813953 L45.6885581,61.4072558 L38.8733023,61.4072558 L6.63367442,18.5897674 L6.63367442,61.4072558 L0.18455814,61.4072558 Z" fill="#CCCCCC"></path>
<path d="M98.007814,59.3436279 C93.76,60.9674419 89.1765581,61.7763721 84.264186,61.7763721 C65.1810233,61.7763721 55.6353488,52.6273488 55.6353488,34.3263256 C55.6353488,17.0083721 64.8468837,8.34827907 83.2669767,8.34827907 C88.552186,8.34827907 93.4660465,9.08725581 98.0070698,10.5629767 L98.0070698,16.4576744 C93.4653023,14.7378605 88.7955349,13.8768372 84.0037209,13.8768372 C69.6364651,13.8768372 62.4543256,20.695814 62.4543256,34.3263256 C62.4543256,48.9406512 69.524093,56.2515349 83.6770233,56.2515349 C85.9341395,56.2515349 88.4390698,55.9553488 91.1925581,55.3637209 L91.1925581,37.4586047 L98.007814,37.4586047 L98.007814,59.3436279 L98.007814,59.3436279 Z" fill="#CCCCCC"></path>
<path d="M108.87814,41.0686512 L108.87814,8.72037209 L115.689674,8.72037209 L115.689674,41.067907 C115.689674,51.188093 120.72707,56.2537674 130.799628,56.2537674 C140.869209,56.2537674 145.906605,51.1873488 145.906605,41.067907 L145.906605,8.72037209 L152.72186,8.72037209 L152.72186,41.067907 C152.72186,54.8777674 145.414698,61.7786047 130.799628,61.7786047 C116.185302,61.7793488 108.87814,54.8777674 108.87814,41.0686512 L108.87814,41.0686512 Z" fill="#CCCCCC"></path>
<path d="M171.696372,8.71813953 L171.696372,55.8824186 L199.261767,55.8824186 L199.261767,61.4072558 L164.884093,61.4072558 L164.884093,8.71813953 L171.696372,8.71813953 Z" fill="#CCCCCC"></path>
<path d="M209.096186,61.4087442 L202.023442,61.4087442 L228.218791,1.76818605 L254.414884,61.4087442 L246.863628,61.4087442 L240.044651,44.8253023 L222.621767,44.8253023 L224.499349,39.3049302 L237.763721,39.3049302 L227.925581,15.4254884 L209.096186,61.4087442 Z" fill="#CCCCCC"></path>
<path d="M261.600744,61.4072558 L261.600744,8.71813953 L284.077395,8.71813953 C294.100837,8.71813953 299.110698,12.9324651 299.110698,21.3551628 C299.110698,28.2106047 294.213209,33.2837209 284.410047,36.5715349 L302.500465,61.4072558 L293.509953,61.4072558 L276.747907,37.7168372 L276.747907,33.2621395 C286.816744,31.6613953 291.851163,27.7931163 291.851163,21.6543256 C291.851163,16.7925581 289.051535,14.3568372 283.454512,14.3568372 L268.417488,14.3568372 L268.417488,61.4094884 L261.601488,61.4094884 L261.600744,61.4072558 L261.600744,61.4072558 Z" fill="#CCCCCC"></path>
<path d="M328.035721,8.71813953 L328.035721,46.228093 C328.035721,56.3475349 322.078512,61.4065116 310.162605,61.4065116 L310.162605,55.8809302 C317.533023,55.8809302 321.218977,52.6593488 321.218977,46.2273488 L321.218977,8.71813953 L328.035721,8.71813953 L328.035721,8.71813953 Z" fill="#CCCCCC"></path>
<path d="M340.194977,59.5646512 L340.194977,53.300093 C345.723535,55.2647442 351.690419,56.2507907 358.102326,56.2507907 C367.166512,56.2507907 371.700093,52.9339535 371.700093,46.2965581 C371.700093,40.6556279 368.356465,37.824 361.675907,37.824 L354.89414,37.824 C343.867535,37.824 338.348651,33.0373953 338.348651,23.4567442 C338.348651,13.3871628 345.414698,8.3467907 359.542326,8.3467907 C365.681116,8.3467907 371.391256,9.08948837 376.674233,10.5614884 L376.674233,16.8253023 C371.389767,14.8584186 365.681116,13.8753488 359.542326,13.8753488 C349.96093,13.8753488 345.171349,17.0701395 345.171349,23.4567442 C345.171349,29.1036279 348.411535,31.9293023 354.89414,31.9293023 L361.675907,31.9293023 C372.898233,31.9293023 378.515349,36.7226047 378.515349,46.2965581 C378.515349,56.6169302 371.712,61.7763721 358.100837,61.7763721 C351.690419,61.7763721 345.723535,61.0366512 340.194977,59.5646512 L340.194977,59.5646512 Z" fill="#CCCCCC"></path>
<path d="M1.90883721,59.6859535 L1.90883721,6.99683721 L8.72409302,6.99683721 L40.9637209,49.4422326 L40.9637209,6.99683721 L47.4128372,6.99683721 L47.4128372,59.6859535 L40.5968372,59.6859535 L8.35497674,16.8684651 L8.35497674,59.6859535 L1.90883721,59.6859535 Z" fill="#000000"></path>
<path d="M99.732093,57.6223256 C95.4842791,59.2461395 90.9030698,60.0543256 85.9892093,60.0543256 C66.9045581,60.0543256 57.3603721,50.9060465 57.3603721,32.6050233 C57.3603721,15.2870698 66.571907,6.62623256 84.9957209,6.62623256 C90.2764651,6.62623256 95.1910698,7.36595349 99.732093,8.84093023 L99.732093,14.7348837 C95.1903256,13.0150698 90.5205581,12.1540465 85.7317209,12.1540465 C71.3637209,12.1540465 64.180093,18.9730233 64.180093,32.6035349 C64.180093,47.2186047 71.2528372,54.5294884 85.4020465,54.5294884 C87.659907,54.5294884 90.167814,54.2347907 92.9205581,53.6416744 L92.9205581,35.735814 L99.7328372,35.735814 L99.732093,57.6223256 L99.732093,57.6223256 Z" fill="#000000"></path>
<path d="M110.601674,39.3458605 L110.601674,6.99386047 L117.413209,6.99386047 L117.413209,39.3451163 C117.413209,49.4645581 122.450605,54.5272558 132.523907,54.5272558 C142.592744,54.5272558 147.63014,49.463814 147.63014,39.3451163 L147.63014,6.99386047 L154.445395,6.99386047 L154.445395,39.3451163 C154.445395,53.1542326 147.138233,60.052093 132.523907,60.052093 C117.908837,60.052093 110.601674,53.1557209 110.601674,39.3458605 L110.601674,39.3458605 Z" fill="#000000"></path>
<path d="M173.420651,6.99386047 L173.420651,54.1581395 L200.98307,54.1581395 L200.98307,59.6829767 L166.608372,59.6829767 L166.608372,6.99386047 L173.420651,6.99386047 Z" fill="#000000"></path>
<path d="M210.820465,59.6852093 L203.746977,59.6852093 L229.943814,0.0416744186 L256.139907,59.6852093 L248.584186,59.6852093 L241.76893,43.1032558 L224.342326,43.1032558 L226.224372,37.5784186 L239.485023,37.5784186 L229.64986,13.6989767 L210.820465,59.6852093 Z" fill="#000000"></path>
<path d="M263.325023,59.6859535 L263.325023,6.99683721 L285.80093,6.99683721 C295.825116,6.99683721 300.830512,11.208186 300.830512,19.6346047 C300.830512,26.4863256 295.936,31.5624186 286.133581,34.8494884 L304.224744,59.6859535 L295.230512,59.6859535 L278.470698,35.9947907 L278.470698,31.5356279 C288.540279,29.9348837 293.57693,26.0703256 293.57693,19.927814 C293.57693,15.0660465 290.774326,12.6340465 285.173581,12.6340465 L270.141023,12.6340465 L270.141023,59.6859535 C270.141023,59.6859535 263.325023,59.6859535 263.325023,59.6859535 L263.325023,59.6859535 Z" fill="#000000"></path>
<path d="M329.76,6.99386047 L329.76,44.5045581 C329.76,54.6269767 323.802791,59.6829767 311.887628,59.6829767 L311.887628,54.1581395 C319.257302,54.1581395 322.943256,50.935814 322.943256,44.503814 L322.943256,6.99386047 L329.76,6.99386047 L329.76,6.99386047 Z" fill="#A6120D"></path>
<path d="M341.916279,57.8403721 L341.916279,51.5773023 C347.445581,53.5412093 353.411721,54.528 359.824372,54.528 C368.887814,54.528 373.421395,51.2096744 373.421395,44.576 C373.421395,38.932093 370.078512,36.1034419 363.397209,36.1034419 L356.615442,36.1034419 C345.588837,36.1034419 340.070698,31.3138605 340.070698,21.7324651 C340.070698,11.6628837 347.133767,6.62325581 361.263628,6.62325581 C367.402419,6.62325581 373.113302,7.36595349 378.396279,8.83795349 L378.396279,15.1025116 C373.11107,13.1348837 367.402419,12.151814 361.263628,12.151814 C351.682233,12.151814 346.892651,15.3466047 346.892651,21.7332093 C346.892651,27.380093 350.130605,30.2057674 356.615442,30.2057674 L363.397209,30.2057674 C374.618791,30.2057674 380.236651,34.9968372 380.236651,44.576 C380.236651,54.8941395 373.434047,60.0528372 359.822884,60.0528372 C353.412465,60.052093 347.444837,59.3123721 341.916279,57.8403721 L341.916279,57.8403721 Z" fill="#A6120D"></path>
</g>
<g>
<path d="M61.9482791,0.651162791 L0.41227907,22.3069767 L10.1365581,102.929116 L62.0137674,131.44186 L114.15814,102.542884 L123.878698,21.9237209 L61.9482791,0.651162791 Z" fill="#B3B3B3"></path>
<path d="M117.740651,26.5830698 L61.8046512,7.50809302 L61.8046512,124.629581 L108.681674,98.6857674 L117.740651,26.5830698 Z" fill="#A6120D"></path>
<path d="M7.3175814,26.9268837 L15.6502326,99.0303256 L61.803907,124.629581 L61.803907,7.50586047 L7.3175814,26.9268837 Z" fill="#DD1B16"></path>
<path d="M77.2018605,69.8574884 L61.8046512,77.0574884 L45.576186,77.0574884 L37.9475349,96.1384186 L23.7581395,96.4011163 L61.8046512,11.7611163 L77.2018605,69.8574884 L77.2018605,69.8574884 Z M75.7134884,66.2325581 L61.9066047,38.8993488 L50.5815814,65.7622326 L61.803907,65.7622326 L75.7134884,66.2325581 L75.7134884,66.2325581 Z" fill="#F2F2F2"></path>
<path d="M61.803907,11.7611163 L61.9058605,38.8993488 L74.7564651,65.7830698 L61.8329302,65.7830698 L61.803907,77.0403721 L79.6740465,77.0574884 L88.0260465,96.404093 L101.602977,96.6556279 L61.803907,11.7611163 Z" fill="#B3B3B3"></path>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 9.0 KiB

+27 -7
View File
@@ -1,10 +1,30 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<svg width="256px" height="270px" viewBox="0 0 256 270" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMinYMin meet">
<g transform="translate(0.000000, -1.000000)">
<path d="M127.606036,1.34131737 L0.849245509,45.9497006 L20.8800958,212.021653 L127.740934,270.754491 L235.152096,211.22606 L255.175281,45.1602395 L127.606036,1.34131737 Z" fill="#B3B3B3"></path>
<path d="M242.531641,54.7579401 L127.31018,15.4657725 L127.31018,256.722012 L223.871234,203.280862 L242.531641,54.7579401 Z" fill="#A6120D"></path>
<path d="M15.0733413,55.4661557 L32.2376048,203.990611 L127.308647,256.722012 L127.308647,15.4611737 L15.0733413,55.4661557 Z" fill="#DD1B16"></path>
<path d="M159.026587,143.89806 L127.31018,158.729198 L93.881485,158.729198 L78.1673772,198.033629 L48.9389222,198.574754 L127.31018,24.226491 L159.026587,143.89806 L159.026587,143.89806 Z M155.960719,136.431138 L127.520192,80.128 L104.192,135.462323 L127.308647,135.462323 L155.960719,136.431138 L155.960719,136.431138 Z" fill="#F2F2F2"></path>
<path d="M127.308647,24.226491 L127.518659,80.128 L153.989365,135.505246 L127.368431,135.505246 L127.308647,158.69394 L164.118994,158.729198 L181.323114,198.580886 L209.289964,199.099018 L127.308647,24.226491 Z" fill="#B3B3B3"></path>
<svg width="512px" height="132px" viewBox="0 0 512 132" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMinYMin meet">
<g>
<g transform="translate(131.720930, 34.232558)">
<path d="M0.18455814,61.4072558 L0.18455814,8.71813953 L7.00055814,8.71813953 L39.2431628,51.1627907 L39.2431628,8.71813953 L45.6885581,8.71813953 L45.6885581,61.4072558 L38.8733023,61.4072558 L6.63367442,18.5897674 L6.63367442,61.4072558 L0.18455814,61.4072558 Z" fill="#CCCCCC"></path>
<path d="M98.007814,59.3436279 C93.76,60.9674419 89.1765581,61.7763721 84.264186,61.7763721 C65.1810233,61.7763721 55.6353488,52.6273488 55.6353488,34.3263256 C55.6353488,17.0083721 64.8468837,8.34827907 83.2669767,8.34827907 C88.552186,8.34827907 93.4660465,9.08725581 98.0070698,10.5629767 L98.0070698,16.4576744 C93.4653023,14.7378605 88.7955349,13.8768372 84.0037209,13.8768372 C69.6364651,13.8768372 62.4543256,20.695814 62.4543256,34.3263256 C62.4543256,48.9406512 69.524093,56.2515349 83.6770233,56.2515349 C85.9341395,56.2515349 88.4390698,55.9553488 91.1925581,55.3637209 L91.1925581,37.4586047 L98.007814,37.4586047 L98.007814,59.3436279 L98.007814,59.3436279 Z" fill="#CCCCCC"></path>
<path d="M108.87814,41.0686512 L108.87814,8.72037209 L115.689674,8.72037209 L115.689674,41.067907 C115.689674,51.188093 120.72707,56.2537674 130.799628,56.2537674 C140.869209,56.2537674 145.906605,51.1873488 145.906605,41.067907 L145.906605,8.72037209 L152.72186,8.72037209 L152.72186,41.067907 C152.72186,54.8777674 145.414698,61.7786047 130.799628,61.7786047 C116.185302,61.7793488 108.87814,54.8777674 108.87814,41.0686512 L108.87814,41.0686512 Z" fill="#CCCCCC"></path>
<path d="M171.696372,8.71813953 L171.696372,55.8824186 L199.261767,55.8824186 L199.261767,61.4072558 L164.884093,61.4072558 L164.884093,8.71813953 L171.696372,8.71813953 Z" fill="#CCCCCC"></path>
<path d="M209.096186,61.4087442 L202.023442,61.4087442 L228.218791,1.76818605 L254.414884,61.4087442 L246.863628,61.4087442 L240.044651,44.8253023 L222.621767,44.8253023 L224.499349,39.3049302 L237.763721,39.3049302 L227.925581,15.4254884 L209.096186,61.4087442 Z" fill="#CCCCCC"></path>
<path d="M261.600744,61.4072558 L261.600744,8.71813953 L284.077395,8.71813953 C294.100837,8.71813953 299.110698,12.9324651 299.110698,21.3551628 C299.110698,28.2106047 294.213209,33.2837209 284.410047,36.5715349 L302.500465,61.4072558 L293.509953,61.4072558 L276.747907,37.7168372 L276.747907,33.2621395 C286.816744,31.6613953 291.851163,27.7931163 291.851163,21.6543256 C291.851163,16.7925581 289.051535,14.3568372 283.454512,14.3568372 L268.417488,14.3568372 L268.417488,61.4094884 L261.601488,61.4094884 L261.600744,61.4072558 L261.600744,61.4072558 Z" fill="#CCCCCC"></path>
<path d="M328.035721,8.71813953 L328.035721,46.228093 C328.035721,56.3475349 322.078512,61.4065116 310.162605,61.4065116 L310.162605,55.8809302 C317.533023,55.8809302 321.218977,52.6593488 321.218977,46.2273488 L321.218977,8.71813953 L328.035721,8.71813953 L328.035721,8.71813953 Z" fill="#CCCCCC"></path>
<path d="M340.194977,59.5646512 L340.194977,53.300093 C345.723535,55.2647442 351.690419,56.2507907 358.102326,56.2507907 C367.166512,56.2507907 371.700093,52.9339535 371.700093,46.2965581 C371.700093,40.6556279 368.356465,37.824 361.675907,37.824 L354.89414,37.824 C343.867535,37.824 338.348651,33.0373953 338.348651,23.4567442 C338.348651,13.3871628 345.414698,8.3467907 359.542326,8.3467907 C365.681116,8.3467907 371.391256,9.08948837 376.674233,10.5614884 L376.674233,16.8253023 C371.389767,14.8584186 365.681116,13.8753488 359.542326,13.8753488 C349.96093,13.8753488 345.171349,17.0701395 345.171349,23.4567442 C345.171349,29.1036279 348.411535,31.9293023 354.89414,31.9293023 L361.675907,31.9293023 C372.898233,31.9293023 378.515349,36.7226047 378.515349,46.2965581 C378.515349,56.6169302 371.712,61.7763721 358.100837,61.7763721 C351.690419,61.7763721 345.723535,61.0366512 340.194977,59.5646512 L340.194977,59.5646512 Z" fill="#CCCCCC"></path>
<path d="M1.90883721,59.6859535 L1.90883721,6.99683721 L8.72409302,6.99683721 L40.9637209,49.4422326 L40.9637209,6.99683721 L47.4128372,6.99683721 L47.4128372,59.6859535 L40.5968372,59.6859535 L8.35497674,16.8684651 L8.35497674,59.6859535 L1.90883721,59.6859535 Z" fill="#000000"></path>
<path d="M99.732093,57.6223256 C95.4842791,59.2461395 90.9030698,60.0543256 85.9892093,60.0543256 C66.9045581,60.0543256 57.3603721,50.9060465 57.3603721,32.6050233 C57.3603721,15.2870698 66.571907,6.62623256 84.9957209,6.62623256 C90.2764651,6.62623256 95.1910698,7.36595349 99.732093,8.84093023 L99.732093,14.7348837 C95.1903256,13.0150698 90.5205581,12.1540465 85.7317209,12.1540465 C71.3637209,12.1540465 64.180093,18.9730233 64.180093,32.6035349 C64.180093,47.2186047 71.2528372,54.5294884 85.4020465,54.5294884 C87.659907,54.5294884 90.167814,54.2347907 92.9205581,53.6416744 L92.9205581,35.735814 L99.7328372,35.735814 L99.732093,57.6223256 L99.732093,57.6223256 Z" fill="#000000"></path>
<path d="M110.601674,39.3458605 L110.601674,6.99386047 L117.413209,6.99386047 L117.413209,39.3451163 C117.413209,49.4645581 122.450605,54.5272558 132.523907,54.5272558 C142.592744,54.5272558 147.63014,49.463814 147.63014,39.3451163 L147.63014,6.99386047 L154.445395,6.99386047 L154.445395,39.3451163 C154.445395,53.1542326 147.138233,60.052093 132.523907,60.052093 C117.908837,60.052093 110.601674,53.1557209 110.601674,39.3458605 L110.601674,39.3458605 Z" fill="#000000"></path>
<path d="M173.420651,6.99386047 L173.420651,54.1581395 L200.98307,54.1581395 L200.98307,59.6829767 L166.608372,59.6829767 L166.608372,6.99386047 L173.420651,6.99386047 Z" fill="#000000"></path>
<path d="M210.820465,59.6852093 L203.746977,59.6852093 L229.943814,0.0416744186 L256.139907,59.6852093 L248.584186,59.6852093 L241.76893,43.1032558 L224.342326,43.1032558 L226.224372,37.5784186 L239.485023,37.5784186 L229.64986,13.6989767 L210.820465,59.6852093 Z" fill="#000000"></path>
<path d="M263.325023,59.6859535 L263.325023,6.99683721 L285.80093,6.99683721 C295.825116,6.99683721 300.830512,11.208186 300.830512,19.6346047 C300.830512,26.4863256 295.936,31.5624186 286.133581,34.8494884 L304.224744,59.6859535 L295.230512,59.6859535 L278.470698,35.9947907 L278.470698,31.5356279 C288.540279,29.9348837 293.57693,26.0703256 293.57693,19.927814 C293.57693,15.0660465 290.774326,12.6340465 285.173581,12.6340465 L270.141023,12.6340465 L270.141023,59.6859535 C270.141023,59.6859535 263.325023,59.6859535 263.325023,59.6859535 L263.325023,59.6859535 Z" fill="#000000"></path>
<path d="M329.76,6.99386047 L329.76,44.5045581 C329.76,54.6269767 323.802791,59.6829767 311.887628,59.6829767 L311.887628,54.1581395 C319.257302,54.1581395 322.943256,50.935814 322.943256,44.503814 L322.943256,6.99386047 L329.76,6.99386047 L329.76,6.99386047 Z" fill="#A6120D"></path>
<path d="M341.916279,57.8403721 L341.916279,51.5773023 C347.445581,53.5412093 353.411721,54.528 359.824372,54.528 C368.887814,54.528 373.421395,51.2096744 373.421395,44.576 C373.421395,38.932093 370.078512,36.1034419 363.397209,36.1034419 L356.615442,36.1034419 C345.588837,36.1034419 340.070698,31.3138605 340.070698,21.7324651 C340.070698,11.6628837 347.133767,6.62325581 361.263628,6.62325581 C367.402419,6.62325581 373.113302,7.36595349 378.396279,8.83795349 L378.396279,15.1025116 C373.11107,13.1348837 367.402419,12.151814 361.263628,12.151814 C351.682233,12.151814 346.892651,15.3466047 346.892651,21.7332093 C346.892651,27.380093 350.130605,30.2057674 356.615442,30.2057674 L363.397209,30.2057674 C374.618791,30.2057674 380.236651,34.9968372 380.236651,44.576 C380.236651,54.8941395 373.434047,60.0528372 359.822884,60.0528372 C353.412465,60.052093 347.444837,59.3123721 341.916279,57.8403721 L341.916279,57.8403721 Z" fill="#A6120D"></path>
</g>
<g>
<path d="M61.9482791,0.651162791 L0.41227907,22.3069767 L10.1365581,102.929116 L62.0137674,131.44186 L114.15814,102.542884 L123.878698,21.9237209 L61.9482791,0.651162791 Z" fill="#B3B3B3"></path>
<path d="M117.740651,26.5830698 L61.8046512,7.50809302 L61.8046512,124.629581 L108.681674,98.6857674 L117.740651,26.5830698 Z" fill="#A6120D"></path>
<path d="M7.3175814,26.9268837 L15.6502326,99.0303256 L61.803907,124.629581 L61.803907,7.50586047 L7.3175814,26.9268837 Z" fill="#DD1B16"></path>
<path d="M77.2018605,69.8574884 L61.8046512,77.0574884 L45.576186,77.0574884 L37.9475349,96.1384186 L23.7581395,96.4011163 L61.8046512,11.7611163 L77.2018605,69.8574884 L77.2018605,69.8574884 Z M75.7134884,66.2325581 L61.9066047,38.8993488 L50.5815814,65.7622326 L61.803907,65.7622326 L75.7134884,66.2325581 L75.7134884,66.2325581 Z" fill="#F2F2F2"></path>
<path d="M61.803907,11.7611163 L61.9058605,38.8993488 L74.7564651,65.7830698 L61.8329302,65.7830698 L61.803907,77.0403721 L79.6740465,77.0574884 L88.0260465,96.404093 L101.602977,96.6556279 L61.803907,11.7611163 Z" fill="#B3B3B3"></path>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 9.0 KiB

-50
View File
@@ -1,50 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<svg width="256px" height="100px" viewBox="0 0 256 100" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMinYMin meet">
<g fill-rule="evenodd">
<g>
<path d="M33.326132,94.9993909 L18.339736,89.6227411 L18.339736,67.6567716 L33.326132,72.7631269 L33.326132,94.9993909" fill="#FF9900"></path>
<path d="M36.0745584,94.9993909 L51.0609543,89.6227411 L51.0609543,67.6567716 L36.0745584,72.7631269 L36.0745584,94.9993909" fill="#FF9900"></path>
<path d="M19.8796345,66.0142132 L35.0473096,61.744731 L49.111066,66.2793096 L35.0473096,71.0536447 L19.8796345,66.0142132" fill="#FF9900"></path>
<path d="M15.4841015,64.3125279 L0.497705584,58.9365279 L0.497705584,36.9699086 L15.4841015,42.0756142 L15.4841015,64.3125279" fill="#FF9900"></path>
<path d="M18.2325279,64.3125279 L33.2195736,58.9365279 L33.2195736,36.9699086 L18.2325279,42.0756142 L18.2325279,64.3125279" fill="#FF9900"></path>
<path d="M2.03760406,35.3260508 L17.2059289,31.0572183 L31.2696853,35.591797 L17.2059289,40.3667817 L2.03760406,35.3260508" fill="#FF9900"></path>
<path d="M50.4534416,64.3125279 L35.4663959,58.9365279 L35.4663959,36.9699086 L50.4534416,42.0756142 L50.4534416,64.3125279" fill="#FF9900"></path>
<path d="M53.201868,64.3125279 L68.1889137,58.9365279 L68.1889137,36.9699086 L53.201868,42.0756142 L53.201868,64.3125279" fill="#FF9900"></path>
<path d="M37.0075939,35.3260508 L52.1746193,31.0572183 L66.2383756,35.591797 L52.1746193,40.3667817 L37.0075939,35.3260508" fill="#FF9900"></path>
<path d="M68.2954721,33.6243655 L53.3084264,28.249665 L53.3084264,6.28304569 L68.2954721,11.3881015 L68.2954721,33.6243655" fill="#FF9900"></path>
<path d="M71.0438985,33.6243655 L86.0309442,28.249665 L86.0309442,6.28304569 L71.0438985,11.3881015 L71.0438985,33.6243655" fill="#FF9900"></path>
<path d="M54.8489746,4.63918782 L70.0166497,0.369705584 L84.0804061,4.90428426 L70.0166497,9.67926904 L54.8489746,4.63918782" fill="#FF9900"></path>
<path d="M103.264812,33.6243655 L88.2777665,28.249665 L88.2777665,6.28304569 L103.264812,11.3881015 L103.264812,33.6243655" fill="#FF9900"></path>
<path d="M106.013239,33.6243655 L121.000284,28.249665 L121.000284,6.28304569 L106.013239,11.3881015 L106.013239,33.6243655" fill="#FF9900"></path>
<path d="M89.8183147,4.63918782 L104.98599,0.369705584 L119.049096,4.90428426 L104.98599,9.67926904 L89.8183147,4.63918782" fill="#FF9900"></path>
<path d="M95.6413401,80.6900305 L90.6071066,98.178599 L88.4187614,98.178599 L84.4994924,85.1888731 L80.9057462,98.178599 L78.6751675,98.178599 L73.4427614,80.6900305 L76.1483046,80.6900305 L79.959066,93.7226396 L83.5872487,80.6900305 L85.583269,80.6900305 L89.5265787,93.7648731 L93.4438985,80.6900305 L95.6413401,80.6900305 L95.6413401,80.6900305 Z" fill="#000000"></path>
<path d="M95.6413401,80.6900305 L90.6071066,98.178599 L88.4187614,98.178599 L84.4994924,85.1888731 L80.9057462,98.178599 L78.6751675,98.178599 L73.4427614,80.6900305 L76.1483046,80.6900305 L79.959066,93.7226396 L83.5872487,80.6900305 L85.583269,80.6900305 L89.5265787,93.7648731 L93.4438985,80.6900305 L95.6413401,80.6900305 L95.6413401,80.6900305 Z" stroke="#000000"></path>
<path d="M109.566701,92.9617868 L112.10136,93.4815838 C111.640041,94.9772995 110.741442,96.2157157 109.405563,97.1948832 C108.067736,98.1753503 106.49535,98.6652589 104.685807,98.6652589 C102.300589,98.6652589 100.370843,97.8251371 98.895269,96.1429442 C97.4203452,94.4620508 96.6828832,92.2574619 96.6828832,89.5304772 C96.6828832,86.7450152 97.4495838,84.4949442 98.9816853,82.7789645 C100.514437,81.0629848 102.438985,80.2046701 104.75598,80.2046701 C107.038538,80.2046701 108.873421,80.9947614 110.261929,82.5749442 C111.650437,84.1557766 112.362558,86.5189036 112.396995,89.6669239 L99.7035533,89.6669239 C99.7035533,92.3120406 100.255838,94.0949442 101.361706,95.019533 C102.466924,95.9434721 103.636467,96.4047919 104.867736,96.4047919 C107.091168,96.4047919 108.657056,95.2566904 109.566701,92.9617868 L109.566701,92.9617868 Z M109.419208,87.6397157 C109.395817,86.6592487 109.23533,85.7879391 108.935147,85.0264365 C108.635614,84.264934 108.128812,83.6158376 107.414741,83.0791472 C106.70067,82.5431066 105.842355,82.2747614 104.840447,82.2747614 C103.492873,82.2747614 102.34932,82.7594721 101.411086,83.7288934 C100.472203,84.6983147 99.9459086,86.0010558 99.8302538,87.6397157 L109.419208,87.6397157 L109.419208,87.6397157 Z" fill="#000000"></path>
<path d="M109.566701,92.9617868 L112.10136,93.4815838 C111.640041,94.9772995 110.741442,96.2157157 109.405563,97.1948832 C108.067736,98.1753503 106.49535,98.6652589 104.685807,98.6652589 C102.300589,98.6652589 100.370843,97.8251371 98.895269,96.1429442 C97.4203452,94.4620508 96.6828832,92.2574619 96.6828832,89.5304772 C96.6828832,86.7450152 97.4495838,84.4949442 98.9816853,82.7789645 C100.514437,81.0629848 102.438985,80.2046701 104.75598,80.2046701 C107.038538,80.2046701 108.873421,80.9947614 110.261929,82.5749442 C111.650437,84.1557766 112.362558,86.5189036 112.396995,89.6669239 L99.7035533,89.6669239 C99.7035533,92.3120406 100.255838,94.0949442 101.361706,95.019533 C102.466924,95.9434721 103.636467,96.4047919 104.867736,96.4047919 C107.091168,96.4047919 108.657056,95.2566904 109.566701,92.9617868 L109.566701,92.9617868 Z M109.419208,87.6397157 C109.395817,86.6592487 109.23533,85.7879391 108.935147,85.0264365 C108.635614,84.264934 108.128812,83.6158376 107.414741,83.0791472 C106.70067,82.5431066 105.842355,82.2747614 104.840447,82.2747614 C103.492873,82.2747614 102.34932,82.7594721 101.411086,83.7288934 C100.472203,84.6983147 99.9459086,86.0010558 99.8302538,87.6397157 L109.419208,87.6397157 L109.419208,87.6397157 Z" stroke="#000000"></path>
<path d="M117.286335,98.178599 L115.976447,98.178599 L115.976447,74.5655228 L118.701482,74.5655228 L118.701482,83.6054416 C119.945096,81.3384772 121.659777,80.2046701 123.846822,80.2046701 C125.84934,80.2046701 127.527635,80.9960609 128.880406,82.5801421 C130.233178,84.1629239 130.909563,86.4623756 130.909563,89.4778477 C130.909563,92.078132 130.244223,94.2586802 128.913543,96.0207919 C127.582213,97.7835533 125.85064,98.6652589 123.718822,98.6652589 C121.345299,98.6652589 119.52536,97.5379492 118.257706,95.2852792 L117.286335,98.178599 L117.286335,98.178599 Z M118.701482,91.3224772 C118.828183,93.1183756 119.378518,94.420467 120.353137,95.2313503 C121.327107,96.0422335 122.356954,96.4476751 123.440081,96.4476751 C124.824041,96.4476751 125.939655,95.8466599 126.786924,94.6452792 C127.634843,93.4438985 128.057827,91.7980914 128.057827,89.7072081 C128.057827,87.4558376 127.649137,85.6852792 126.830457,84.3968325 C126.011127,83.1090355 124.875371,82.4644873 123.423188,82.4644873 C122.281584,82.4644873 121.252386,82.9232081 120.335594,83.8393503 C119.418802,84.7567919 118.874315,85.9419289 118.701482,87.3947614 L118.701482,91.3224772 L118.701482,91.3224772 Z" fill="#000000"></path>
<path d="M117.286335,98.178599 L115.976447,98.178599 L115.976447,74.5655228 L118.701482,74.5655228 L118.701482,83.6054416 C119.945096,81.3384772 121.659777,80.2046701 123.846822,80.2046701 C125.84934,80.2046701 127.527635,80.9960609 128.880406,82.5801421 C130.233178,84.1629239 130.909563,86.4623756 130.909563,89.4778477 C130.909563,92.078132 130.244223,94.2586802 128.913543,96.0207919 C127.582213,97.7835533 125.85064,98.6652589 123.718822,98.6652589 C121.345299,98.6652589 119.52536,97.5379492 118.257706,95.2852792 L117.286335,98.178599 L117.286335,98.178599 Z M118.701482,91.3224772 C118.828183,93.1183756 119.378518,94.420467 120.353137,95.2313503 C121.327107,96.0422335 122.356954,96.4476751 123.440081,96.4476751 C124.824041,96.4476751 125.939655,95.8466599 126.786924,94.6452792 C127.634843,93.4438985 128.057827,91.7980914 128.057827,89.7072081 C128.057827,87.4558376 127.649137,85.6852792 126.830457,84.3968325 C126.011127,83.1090355 124.875371,82.4644873 123.423188,82.4644873 C122.281584,82.4644873 121.252386,82.9232081 120.335594,83.8393503 C119.418802,84.7567919 118.874315,85.9419289 118.701482,87.3947614 L118.701482,91.3224772 L118.701482,91.3224772 Z" stroke="#000000"></path>
<path d="M137.852751,93.6466193 L140.450437,93.1099289 C141.028061,95.3067208 142.852548,96.4047919 145.923898,96.4047919 C147.054457,96.4047919 148.013482,96.1520406 148.798376,95.6452386 C149.583919,95.1390863 149.976365,94.4250152 149.976365,93.5036751 C149.976365,92.1346599 148.977056,91.2652995 146.978437,90.8968934 L143.295025,90.1958173 C141.851939,89.9190254 140.704487,89.3764873 139.850721,88.568203 C138.997604,87.7599188 138.570721,86.6923858 138.570721,85.3643046 C138.570721,83.8991269 139.152893,82.6724061 140.317888,81.6854416 C141.482234,80.6984772 143.050721,80.2046701 145.022701,80.2046701 C148.816569,80.2046701 151.158904,81.6880406 152.046457,84.6528325 L149.55403,85.1888731 C148.83866,83.3728325 147.370234,82.4644873 145.146152,82.4644873 C144.038985,82.4644873 143.131289,82.6918985 142.421766,83.1454213 C141.713543,83.5989442 141.358782,84.2330964 141.358782,85.0491777 C141.358782,86.3343756 142.265178,87.1433096 144.07602,87.4772792 L147.48069,88.1036345 C151.045848,88.750132 152.827452,90.4797563 152.827452,93.2886091 C152.827452,94.8954315 152.164061,96.1936244 150.836629,97.1812386 C149.509848,98.170802 147.743838,98.6652589 145.538599,98.6652589 C141.395817,98.6652589 138.833218,96.9915127 137.852751,93.6466193 L137.852751,93.6466193 Z" fill="#000000"></path>
<path d="M137.852751,93.6466193 L140.450437,93.1099289 C141.028061,95.3067208 142.852548,96.4047919 145.923898,96.4047919 C147.054457,96.4047919 148.013482,96.1520406 148.798376,95.6452386 C149.583919,95.1390863 149.976365,94.4250152 149.976365,93.5036751 C149.976365,92.1346599 148.977056,91.2652995 146.978437,90.8968934 L143.295025,90.1958173 C141.851939,89.9190254 140.704487,89.3764873 139.850721,88.568203 C138.997604,87.7599188 138.570721,86.6923858 138.570721,85.3643046 C138.570721,83.8991269 139.152893,82.6724061 140.317888,81.6854416 C141.482234,80.6984772 143.050721,80.2046701 145.022701,80.2046701 C148.816569,80.2046701 151.158904,81.6880406 152.046457,84.6528325 L149.55403,85.1888731 C148.83866,83.3728325 147.370234,82.4644873 145.146152,82.4644873 C144.038985,82.4644873 143.131289,82.6918985 142.421766,83.1454213 C141.713543,83.5989442 141.358782,84.2330964 141.358782,85.0491777 C141.358782,86.3343756 142.265178,87.1433096 144.07602,87.4772792 L147.48069,88.1036345 C151.045848,88.750132 152.827452,90.4797563 152.827452,93.2886091 C152.827452,94.8954315 152.164061,96.1936244 150.836629,97.1812386 C149.509848,98.170802 147.743838,98.6652589 145.538599,98.6652589 C141.395817,98.6652589 138.833218,96.9915127 137.852751,93.6466193 L137.852751,93.6466193 Z" stroke="#000000"></path>
<path d="M167.317442,92.9617868 L169.851452,93.4815838 C169.391431,94.9772995 168.492183,96.2157157 167.155005,97.1948832 C165.819127,98.1753503 164.245442,98.6652589 162.436548,98.6652589 C160.05068,98.6652589 158.120284,97.8251371 156.64601,96.1429442 C155.170437,94.4620508 154.433624,92.2574619 154.433624,89.5304772 C154.433624,86.7450152 155.199025,84.4949442 156.733726,82.7789645 C158.265827,81.0629848 160.190376,80.2046701 162.507371,80.2046701 C164.78798,80.2046701 166.624162,80.9947614 168.01267,82.5749442 C169.401827,84.1557766 170.113299,86.5189036 170.147086,89.6669239 L157.453645,89.6669239 C157.453645,92.3120406 158.007228,94.0949442 159.111797,95.019533 C160.218315,95.9434721 161.386558,96.4047919 162.619127,96.4047919 C164.841259,96.4047919 166.407797,95.2566904 167.317442,92.9617868 L167.317442,92.9617868 Z M167.169299,87.6397157 C167.146558,86.6592487 166.984772,85.7879391 166.685888,85.0264365 C166.385706,84.264934 165.879553,83.6158376 165.165482,83.0791472 C164.452061,82.5431066 163.592447,82.2747614 162.591188,82.2747614 C161.243614,82.2747614 160.100061,82.7594721 159.161178,83.7288934 C158.222944,84.6983147 157.69535,86.0010558 157.580345,87.6397157 L167.169299,87.6397157 L167.169299,87.6397157 Z" fill="#000000"></path>
<path d="M167.317442,92.9617868 L169.851452,93.4815838 C169.391431,94.9772995 168.492183,96.2157157 167.155005,97.1948832 C165.819127,98.1753503 164.245442,98.6652589 162.436548,98.6652589 C160.05068,98.6652589 158.120284,97.8251371 156.64601,96.1429442 C155.170437,94.4620508 154.433624,92.2574619 154.433624,89.5304772 C154.433624,86.7450152 155.199025,84.4949442 156.733726,82.7789645 C158.265827,81.0629848 160.190376,80.2046701 162.507371,80.2046701 C164.78798,80.2046701 166.624162,80.9947614 168.01267,82.5749442 C169.401827,84.1557766 170.113299,86.5189036 170.147086,89.6669239 L157.453645,89.6669239 C157.453645,92.3120406 158.007228,94.0949442 159.111797,95.019533 C160.218315,95.9434721 161.386558,96.4047919 162.619127,96.4047919 C164.841259,96.4047919 166.407797,95.2566904 167.317442,92.9617868 L167.317442,92.9617868 Z M167.169299,87.6397157 C167.146558,86.6592487 166.984772,85.7879391 166.685888,85.0264365 C166.385706,84.264934 165.879553,83.6158376 165.165482,83.0791472 C164.452061,82.5431066 163.592447,82.2747614 162.591188,82.2747614 C161.243614,82.2747614 160.100061,82.7594721 159.161178,83.7288934 C158.222944,84.6983147 157.69535,86.0010558 157.580345,87.6397157 L167.169299,87.6397157 L167.169299,87.6397157 Z" stroke="#000000"></path>
<path d="M175.801827,98.178599 L173.077442,98.178599 L173.077442,80.6900305 L175.464609,80.6900305 L175.464609,84.7671878 C176.30603,82.856934 177.15135,81.6198173 177.99797,81.0545381 C178.845239,80.4879594 179.713299,80.2046701 180.601503,80.2046701 C180.878294,80.2046701 181.236305,80.2261117 181.673584,80.2683452 L181.673584,82.8660305 L181.121949,82.8660305 C179.624284,82.8660305 178.38067,83.4228629 177.391107,84.5345787 C176.400893,85.6469442 175.87135,87.1082234 175.801827,88.9203655 L175.801827,98.178599 L175.801827,98.178599 Z" fill="#000000"></path>
<path d="M175.801827,98.178599 L173.077442,98.178599 L173.077442,80.6900305 L175.464609,80.6900305 L175.464609,84.7671878 C176.30603,82.856934 177.15135,81.6198173 177.99797,81.0545381 C178.845239,80.4879594 179.713299,80.2046701 180.601503,80.2046701 C180.878294,80.2046701 181.236305,80.2261117 181.673584,80.2683452 L181.673584,82.8660305 L181.121949,82.8660305 C179.624284,82.8660305 178.38067,83.4228629 177.391107,84.5345787 C176.400893,85.6469442 175.87135,87.1082234 175.801827,88.9203655 L175.801827,98.178599 L175.801827,98.178599 Z" stroke="#000000"></path>
<path d="M198.596223,80.6900305 L192.558132,98.178599 L189.734985,98.178599 L183.494822,80.6900305 L186.508995,80.6900305 L191.363249,94.9051777 L196.179817,80.6900305 L198.596223,80.6900305 L198.596223,80.6900305 Z" fill="#000000"></path>
<path d="M198.596223,80.6900305 L192.558132,98.178599 L189.734985,98.178599 L183.494822,80.6900305 L186.508995,80.6900305 L191.363249,94.9051777 L196.179817,80.6900305 L198.596223,80.6900305 L198.596223,80.6900305 Z" stroke="#000000"></path>
<path d="M200.774173,74.5655228 L203.688934,74.5655228 L203.688934,77.5861929 L200.774173,77.5861929 L200.774173,74.5655228 Z M200.900873,80.6900305 L203.625259,80.6900305 L203.625259,98.178599 L200.900873,98.178599 L200.900873,80.6900305 Z" fill="#000000"></path>
<path d="M200.774173,74.5655228 L203.688934,74.5655228 L203.688934,77.5861929 L200.774173,77.5861929 L200.774173,74.5655228 Z M200.900873,80.6900305 L203.625259,80.6900305 L203.625259,98.178599 L200.900873,98.178599 L200.900873,80.6900305 Z" stroke="#000000"></path>
<path d="M217.859249,92.0540914 L220.308792,92.4861726 C219.963127,94.4185178 219.195777,95.9317766 218.008041,97.0246497 C216.820305,98.1181726 215.338234,98.6652589 213.561827,98.6652589 C211.151919,98.6652589 209.314437,97.7744569 208.05198,95.9954518 C206.789523,94.2164467 206.15732,92.0436954 206.15732,89.4778477 C206.15732,86.8203858 206.823959,84.610599 208.155939,82.8484873 C209.487269,81.0857259 211.30136,80.2046701 213.596264,80.2046701 C215.50002,80.2046701 217.024975,80.7738477 218.172426,81.9135025 C219.320528,83.0518579 220.032,84.523533 220.308792,86.3272284 L217.859249,86.7943959 C217.397929,83.9088731 216.003574,82.4644873 213.675533,82.4644873 C212.177868,82.4644873 211.025218,83.1012386 210.219533,84.3753909 C209.412548,85.6501929 209.009056,87.3018477 209.009056,89.3310051 C209.009056,91.568731 209.409299,93.3055025 210.210437,94.545868 C211.011574,95.784934 212.137584,96.4047919 213.590416,96.4047919 C215.835939,96.4047919 217.259533,94.9545584 217.859249,92.0540914 L217.859249,92.0540914 Z" fill="#000000"></path>
<path d="M217.859249,92.0540914 L220.308792,92.4861726 C219.963127,94.4185178 219.195777,95.9317766 218.008041,97.0246497 C216.820305,98.1181726 215.338234,98.6652589 213.561827,98.6652589 C211.151919,98.6652589 209.314437,97.7744569 208.05198,95.9954518 C206.789523,94.2164467 206.15732,92.0436954 206.15732,89.4778477 C206.15732,86.8203858 206.823959,84.610599 208.155939,82.8484873 C209.487269,81.0857259 211.30136,80.2046701 213.596264,80.2046701 C215.50002,80.2046701 217.024975,80.7738477 218.172426,81.9135025 C219.320528,83.0518579 220.032,84.523533 220.308792,86.3272284 L217.859249,86.7943959 C217.397929,83.9088731 216.003574,82.4644873 213.675533,82.4644873 C212.177868,82.4644873 211.025218,83.1012386 210.219533,84.3753909 C209.412548,85.6501929 209.009056,87.3018477 209.009056,89.3310051 C209.009056,91.568731 209.409299,93.3055025 210.210437,94.545868 C211.011574,95.784934 212.137584,96.4047919 213.590416,96.4047919 C215.835939,96.4047919 217.259533,94.9545584 217.859249,92.0540914 L217.859249,92.0540914 Z" stroke="#000000"></path>
<path d="M235.67399,92.9617868 L238.208,93.4815838 C237.74733,94.9772995 236.848731,96.2157157 235.511553,97.1948832 C234.175675,98.1753503 232.60199,98.6652589 230.793096,98.6652589 C228.407228,98.6652589 226.476832,97.8251371 225.001909,96.1429442 C223.526985,94.4620508 222.789523,92.2574619 222.789523,89.5304772 C222.789523,86.7450152 223.555574,84.4949442 225.089624,82.7789645 C226.621726,81.0629848 228.546924,80.2046701 230.863919,80.2046701 C233.144528,80.2046701 234.980711,80.9947614 236.369218,82.5749442 C237.758376,84.1557766 238.469848,86.5189036 238.503635,89.6669239 L225.810193,89.6669239 C225.810193,92.3120406 226.363127,94.0949442 227.468345,95.019533 C228.574863,95.9434721 229.742457,96.4047919 230.975675,96.4047919 C233.197157,96.4047919 234.763695,95.2566904 235.67399,92.9617868 L235.67399,92.9617868 Z M235.525848,87.6397157 C235.503107,86.6592487 235.34132,85.7879391 235.041787,85.0264365 C234.742254,84.264934 234.236102,83.6158376 233.52203,83.0791472 C232.807959,82.5431066 231.948995,82.2747614 230.947086,82.2747614 C229.598863,82.2747614 228.455959,82.7594721 227.517726,83.7288934 C226.578843,84.6983147 226.051249,86.0010558 225.936893,87.6397157 L235.525848,87.6397157 L235.525848,87.6397157 Z" fill="#000000"></path>
<path d="M235.67399,92.9617868 L238.208,93.4815838 C237.74733,94.9772995 236.848731,96.2157157 235.511553,97.1948832 C234.175675,98.1753503 232.60199,98.6652589 230.793096,98.6652589 C228.407228,98.6652589 226.476832,97.8251371 225.001909,96.1429442 C223.526985,94.4620508 222.789523,92.2574619 222.789523,89.5304772 C222.789523,86.7450152 223.555574,84.4949442 225.089624,82.7789645 C226.621726,81.0629848 228.546924,80.2046701 230.863919,80.2046701 C233.144528,80.2046701 234.980711,80.9947614 236.369218,82.5749442 C237.758376,84.1557766 238.469848,86.5189036 238.503635,89.6669239 L225.810193,89.6669239 C225.810193,92.3120406 226.363127,94.0949442 227.468345,95.019533 C228.574863,95.9434721 229.742457,96.4047919 230.975675,96.4047919 C233.197157,96.4047919 234.763695,95.2566904 235.67399,92.9617868 L235.67399,92.9617868 Z M235.525848,87.6397157 C235.503107,86.6592487 235.34132,85.7879391 235.041787,85.0264365 C234.742254,84.264934 234.236102,83.6158376 233.52203,83.0791472 C232.807959,82.5431066 231.948995,82.2747614 230.947086,82.2747614 C229.598863,82.2747614 228.455959,82.7594721 227.517726,83.7288934 C226.578843,84.6983147 226.051249,86.0010558 225.936893,87.6397157 L235.525848,87.6397157 L235.525848,87.6397157 Z" stroke="#000000"></path>
<path d="M240.042234,93.6466193 L242.641218,93.1099289 C243.218193,95.3067208 245.04268,96.4047919 248.113381,96.4047919 C249.245239,96.4047919 250.202964,96.1520406 250.987858,95.6452386 C251.773401,95.1390863 252.166497,94.4250152 252.166497,93.5036751 C252.166497,92.1346599 251.167188,91.2652995 249.167919,90.8968934 L245.484508,90.1958173 C244.042071,89.9190254 242.894619,89.3764873 242.040853,88.568203 C241.187736,87.7599188 240.760853,86.6923858 240.760853,85.3643046 C240.760853,83.8991269 241.342376,82.6724061 242.50802,81.6854416 C243.671716,80.6984772 245.240203,80.2046701 247.213482,80.2046701 C251.006701,80.2046701 253.348386,81.6880406 254.235939,84.6528325 L251.743513,85.1888731 C251.029442,83.3728325 249.559716,82.4644873 247.335635,82.4644873 C246.229117,82.4644873 245.321421,82.6918985 244.612548,83.1454213 C243.903675,83.5989442 243.548914,84.2330964 243.548914,85.0491777 C243.548914,86.3343756 244.45466,87.1433096 246.266802,87.4772792 L249.671472,88.1036345 C253.23533,88.750132 255.017584,90.4797563 255.017584,93.2886091 C255.017584,94.8954315 254.354843,96.1936244 253.026761,97.1812386 C251.69998,98.170802 249.93332,98.6652589 247.729381,98.6652589 C243.585949,98.6652589 241.02335,96.9915127 240.042234,93.6466193 L240.042234,93.6466193 Z" fill="#000000"></path>
<path d="M240.042234,93.6466193 L242.641218,93.1099289 C243.218193,95.3067208 245.04268,96.4047919 248.113381,96.4047919 C249.245239,96.4047919 250.202964,96.1520406 250.987858,95.6452386 C251.773401,95.1390863 252.166497,94.4250152 252.166497,93.5036751 C252.166497,92.1346599 251.167188,91.2652995 249.167919,90.8968934 L245.484508,90.1958173 C244.042071,89.9190254 242.894619,89.3764873 242.040853,88.568203 C241.187736,87.7599188 240.760853,86.6923858 240.760853,85.3643046 C240.760853,83.8991269 241.342376,82.6724061 242.50802,81.6854416 C243.671716,80.6984772 245.240203,80.2046701 247.213482,80.2046701 C251.006701,80.2046701 253.348386,81.6880406 254.235939,84.6528325 L251.743513,85.1888731 C251.029442,83.3728325 249.559716,82.4644873 247.335635,82.4644873 C246.229117,82.4644873 245.321421,82.6918985 244.612548,83.1454213 C243.903675,83.5989442 243.548914,84.2330964 243.548914,85.0491777 C243.548914,86.3343756 244.45466,87.1433096 246.266802,87.4772792 L249.671472,88.1036345 C253.23533,88.750132 255.017584,90.4797563 255.017584,93.2886091 C255.017584,94.8954315 254.354843,96.1936244 253.026761,97.1812386 C251.69998,98.170802 249.93332,98.6652589 247.729381,98.6652589 C243.585949,98.6652589 241.02335,96.9915127 240.042234,93.6466193 L240.042234,93.6466193 Z" stroke="#000000"></path>
<path d="M178.630822,43.312731 L178.630822,39.1121218 C178.633421,38.4727716 179.114883,38.0465381 179.695107,38.0478376 L198.523452,38.0458883 C199.125766,38.0458883 199.608528,38.4838173 199.609827,39.1069239 L199.608528,42.7097665 C199.60398,43.3140305 199.095228,44.1028223 198.190782,45.3542335 L188.438741,59.2789442 C192.059127,59.1938274 195.888081,59.7357157 199.177746,61.5848934 C199.919756,62.0013807 200.117929,62.6192893 200.176406,63.2248528 L200.176406,67.706802 C200.176406,68.3247107 199.50067,69.0394315 198.790497,68.6677766 C192.994761,65.6321624 185.304365,65.2994924 178.896569,68.7041624 C178.241624,69.0530761 177.556792,68.3487513 177.556792,67.7308426 L177.556792,63.4698071 C177.556792,62.7882234 177.569137,61.6219289 178.257218,60.582335 L189.556305,44.372467 L179.718497,44.3705178 C179.116832,44.3705178 178.634721,43.9416853 178.630822,43.312731" fill="#000000"></path>
<path d="M111.249543,69.5507817 L105.521381,69.5507817 C104.976244,69.5150457 104.540914,69.1050558 104.496731,68.5826599 L104.500629,39.1835939 C104.500629,38.5955736 104.995736,38.1251574 105.605848,38.1251574 L110.940264,38.1238579 C111.499046,38.1524467 111.946721,38.5747817 111.982457,39.1108223 L111.982457,42.9495228 L112.089665,42.9495228 C113.479472,39.2375228 116.099898,37.5052995 119.62802,37.5052995 C123.210721,37.5052995 125.456244,39.2375228 127.061117,42.9495228 C128.450274,39.2375228 131.605442,37.5052995 134.973726,37.5052995 C137.380386,37.5052995 140.000162,38.4948629 141.604386,40.7221929 C143.421726,43.1964264 143.048122,46.7849746 143.048122,49.9401421 L143.043574,68.4923452 C143.043574,69.0797157 142.549117,69.5507817 141.939005,69.5507817 L136.21799,69.5507817 C135.642964,69.5137462 135.189442,69.0582741 135.189442,68.4949442 L135.188142,52.9094822 C135.188142,51.6723655 135.29535,48.5789239 135.027005,47.403533 C134.599472,45.4237563 133.316873,44.8669239 131.659371,44.8669239 C130.268914,44.8669239 128.825178,45.7947614 128.236508,47.2800812 C127.648487,48.7647513 127.702416,51.2389848 127.702416,52.9094822 L127.702416,68.4923452 C127.702416,69.0797157 127.20731,69.5507817 126.597848,69.5507817 L120.876183,69.5507817 C120.301157,69.5137462 119.847635,69.0582741 119.847635,68.4949442 L119.841787,52.9094822 C119.841787,49.6308629 120.377178,44.805198 116.313665,44.805198 C112.196223,44.805198 112.356711,49.5067614 112.356711,52.9094822 L112.354112,68.4923452 C112.354761,69.0797157 111.859655,69.5507817 111.249543,69.5507817" fill="#000000"></path>
<path d="M213.440975,37.5052995 C221.87468,37.5052995 226.436548,44.805198 226.436548,54.0848731 C226.436548,63.0546193 221.398416,70.1699898 213.440975,70.1699898 C205.166457,70.1699898 200.657218,62.8694416 200.657218,53.7755939 C200.657218,44.6193706 205.219736,37.5052995 213.440975,37.5052995 L213.440975,37.5052995 Z M213.494254,44.2626599 C209.302741,44.2626599 209.038294,50.0161624 209.038294,53.6040609 C209.038294,57.1919594 208.985015,64.1072081 213.440975,64.1072081 C217.844305,64.1072081 218.056122,58.6772792 218.056122,54.9035533 C218.056122,52.4286701 217.950863,49.4593299 217.207553,47.1085482 C216.570152,45.0670457 215.297299,44.2626599 213.494254,44.2626599 L213.494254,44.2626599 Z" fill="#000000"></path>
<path d="M238.64333,69.5507817 L232.936609,69.5507817 C232.362883,69.5137462 231.908711,69.0582741 231.908711,68.4949442 L231.899614,39.0848325 C231.947695,38.5474924 232.42266,38.1251574 233.000284,38.1251574 L238.313259,38.1238579 C238.813563,38.149198 239.226152,38.4909645 239.331411,38.9470863 L239.331411,43.4439797 L239.439269,43.4439797 C241.043492,39.4227005 243.287716,37.5052995 247.24467,37.5052995 C249.811168,37.5052995 252.325036,38.4331371 253.928609,40.9697462 C255.426274,43.3205279 255.426274,47.2800812 255.426274,50.1259695 L255.426274,68.6242437 C255.361949,69.1459898 254.894782,69.5507817 254.328853,69.5507817 L248.586396,69.5507817 C248.055553,69.5163452 247.62802,69.1271472 247.566294,68.6242437 L247.566294,52.6619289 C247.566294,49.4450355 247.940548,44.7434721 243.983594,44.7434721 C242.592487,44.7434721 241.309888,45.6713096 240.668589,47.0942538 C239.866802,48.888203 239.758944,50.6821523 239.758944,52.6619289 L239.758944,68.4923452 C239.748548,69.0797157 239.254091,69.5507817 238.64333,69.5507817" fill="#000000"></path>
<path d="M164.270782,55.511066 C164.270782,57.7435939 164.324061,59.6031675 163.19935,61.5874924 C162.288406,63.1995127 160.841421,64.1910254 159.233299,64.1910254 C157.037157,64.1910254 155.75066,62.5166294 155.75066,60.037198 C155.75066,55.1589036 160.126701,54.2713503 164.270782,54.2713503 L164.270782,55.511066 L164.270782,55.511066 Z M170.045726,69.4773604 C169.666274,69.8171777 169.119838,69.8399188 168.692305,69.6105584 C166.789848,68.0290761 166.449381,67.2981117 165.409137,65.7932995 C162.264365,68.9965482 160.037685,69.9568731 155.965076,69.9568731 C151.14266,69.9568731 147.391675,66.9810355 147.391675,61.0293604 C147.391675,56.3791269 149.910091,53.2174619 153.499939,51.6671675 C156.607675,50.3027005 160.948629,50.0551472 164.270782,49.6828426 L164.270782,48.9388832 C164.270782,47.575066 164.37799,45.9630457 163.574254,44.7850558 C162.877726,43.7311675 161.537949,43.2971371 160.35931,43.2971371 C158.174213,43.2971371 156.232122,44.4166497 155.755208,46.7368934 C155.656447,47.2527919 155.278944,47.7634924 154.760447,47.7894822 L149.208365,47.1891168 C148.739249,47.0832081 148.218152,46.7070051 148.353299,45.9916345 C149.629401,39.2557157 155.711675,37.2207107 161.163046,37.2207107 C163.949157,37.2207107 167.593584,37.9646701 169.789726,40.0730964 C172.576487,42.6772792 172.308142,46.1488731 172.308142,49.9310457 L172.308142,58.8553096 C172.308142,61.5394112 173.423756,62.717401 174.471147,64.163736 C174.836305,64.6848325 174.918822,65.3046904 174.451655,65.6854416 C173.281462,66.6659086 171.202924,68.472203 170.058721,69.4897056 L170.045726,69.4773604 L170.045726,69.4773604 Z" fill="#000000"></path>
<path d="M89.8300102,55.511066 C89.8300102,57.7435939 89.8839391,59.6031675 88.7585787,61.5874924 C87.8476345,63.1995127 86.4012995,64.1910254 84.7931777,64.1910254 C82.5963858,64.1910254 81.3105381,62.5166294 81.3105381,60.037198 C81.3105381,55.1589036 85.6865787,54.2713503 89.8300102,54.2713503 L89.8300102,55.511066 L89.8300102,55.511066 Z M95.6056041,69.4773604 C95.2261523,69.8171777 94.679066,69.8399188 94.2521827,69.6105584 C92.3490761,68.0290761 92.0079594,67.2981117 90.9683655,65.7932995 C87.8242437,68.9965482 85.5969137,69.9568731 81.5249543,69.9568731 C76.7018883,69.9568731 72.9509036,66.9810355 72.9509036,61.0293604 C72.9509036,56.3791269 75.4693198,53.2174619 79.0598173,51.6671675 C82.1675533,50.3027005 86.5085076,50.0551472 89.8300102,49.6828426 L89.8300102,48.9388832 C89.8300102,47.575066 89.9372183,45.9630457 89.134132,44.7850558 C88.4369543,43.7311675 87.0971777,43.2971371 85.9185381,43.2971371 C83.7340914,43.2971371 81.7913503,44.4166497 81.3144365,46.7368934 C81.2150254,47.2527919 80.8388223,47.7634924 80.3190254,47.7894822 L74.7675939,47.1891168 C74.2991269,47.0832081 73.7773807,46.7070051 73.9131777,45.9916345 C75.1886294,39.2557157 81.2709036,37.2207107 86.7222741,37.2207107 C89.5090355,37.2207107 93.1521624,37.9646701 95.3496041,40.0730964 C98.1357157,42.6772792 97.8680203,46.1488731 97.8680203,49.9310457 L97.8680203,58.8553096 C97.8680203,61.5394112 98.9829848,62.717401 100.029726,64.163736 C100.395533,64.6848325 100.478051,65.3046904 100.011533,65.6854416 C98.8413401,66.6659086 96.7621523,68.472203 95.618599,69.4897056 L95.6056041,69.4773604 L95.6056041,69.4773604 Z" fill="#000000"></path>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 30 KiB

+46 -26
View File
@@ -1,30 +1,50 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<svg width="256px" height="202px" viewBox="0 0 256 202" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMinYMin meet">
<g fill="#FF9900">
<g transform="translate(37.291339, 131.023622)">
<path d="M32.4702298,70.7115786 L0.645987957,59.2940368 L0.645987957,12.6483769 L32.4702298,23.4919372 L32.4702298,70.7115786"></path>
<path d="M38.3066288,70.7115786 L70.1308707,59.2940368 L70.1308707,12.6483769 L38.3066288,23.4919372 L38.3066288,70.7115786"></path>
<path d="M3.91602712,9.16033517 L36.125223,0.0939101436 L65.9902008,9.72327862 L36.125223,19.8617798 L3.91602712,9.16033517"></path>
</g>
<g transform="translate(0.000000, 65.511811)">
<path d="M31.8732666,71.058546 L0.0490247168,59.6423839 L0.0490247168,12.9953443 L31.8732666,23.8375248 L31.8732666,71.058546"></path>
<path d="M37.7096656,71.058546 L69.5352872,59.6423839 L69.5352872,12.9953443 L37.7096656,23.8375248 L37.7096656,71.058546"></path>
<path d="M3.31906388,9.50454301 L35.5282597,0.439497747 L65.3946173,10.0688662 L35.5282597,20.2087471 L3.31906388,9.50454301"></path>
</g>
<g transform="translate(73.574803, 65.511811)">
<path d="M32.5573274,71.058546 L0.731705756,59.6423839 L0.731705756,12.9953443 L32.5573274,23.8375248 L32.5573274,71.058546"></path>
<path d="M38.3937264,71.058546 L70.2193481,59.6423839 L70.2193481,12.9953443 L38.3937264,23.8375248 L38.3937264,71.058546"></path>
<path d="M4.00312468,9.50454301 L36.2123206,0.439497747 L66.0772984,10.0688662 L36.2123206,20.2087471 L4.00312468,9.50454301"></path>
</g>
<g transform="translate(111.874016, 0.000000)">
<path d="M32.1464166,71.4027538 L0.320794981,59.9893513 L0.320794981,13.3423117 L32.1464166,24.1831124 L32.1464166,71.4027538"></path>
<path d="M37.9828156,71.4027538 L69.8084372,59.9893513 L69.8084372,13.3423117 L37.9828156,24.1831124 L37.9828156,71.4027538"></path>
<path d="M3.5922139,9.85151037 L35.8014097,0.785085351 L65.6663877,10.4144538 L35.8014097,20.5543347 L3.5922139,9.85151037"></path>
</g>
<g transform="translate(185.448819, 0.000000)">
<path d="M32.8304774,71.4027538 L1.00485578,59.9893513 L1.00485578,13.3423117 L32.8304774,24.1831124 L32.8304774,71.4027538"></path>
<path d="M38.6668764,71.4027538 L70.492498,59.9893513 L70.492498,13.3423117 L38.6668764,24.1831124 L38.6668764,71.4027538"></path>
<path d="M4.27627471,9.85151037 L36.4854705,0.785085351 L66.3490687,10.4144538 L36.4854705,20.5543347 L4.27627471,9.85151037"></path>
<svg width="256px" height="100px" viewBox="0 0 256 100" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMinYMin meet">
<g fill-rule="evenodd">
<g>
<path d="M33.326132,94.9993909 L18.339736,89.6227411 L18.339736,67.6567716 L33.326132,72.7631269 L33.326132,94.9993909" fill="#FF9900"></path>
<path d="M36.0745584,94.9993909 L51.0609543,89.6227411 L51.0609543,67.6567716 L36.0745584,72.7631269 L36.0745584,94.9993909" fill="#FF9900"></path>
<path d="M19.8796345,66.0142132 L35.0473096,61.744731 L49.111066,66.2793096 L35.0473096,71.0536447 L19.8796345,66.0142132" fill="#FF9900"></path>
<path d="M15.4841015,64.3125279 L0.497705584,58.9365279 L0.497705584,36.9699086 L15.4841015,42.0756142 L15.4841015,64.3125279" fill="#FF9900"></path>
<path d="M18.2325279,64.3125279 L33.2195736,58.9365279 L33.2195736,36.9699086 L18.2325279,42.0756142 L18.2325279,64.3125279" fill="#FF9900"></path>
<path d="M2.03760406,35.3260508 L17.2059289,31.0572183 L31.2696853,35.591797 L17.2059289,40.3667817 L2.03760406,35.3260508" fill="#FF9900"></path>
<path d="M50.4534416,64.3125279 L35.4663959,58.9365279 L35.4663959,36.9699086 L50.4534416,42.0756142 L50.4534416,64.3125279" fill="#FF9900"></path>
<path d="M53.201868,64.3125279 L68.1889137,58.9365279 L68.1889137,36.9699086 L53.201868,42.0756142 L53.201868,64.3125279" fill="#FF9900"></path>
<path d="M37.0075939,35.3260508 L52.1746193,31.0572183 L66.2383756,35.591797 L52.1746193,40.3667817 L37.0075939,35.3260508" fill="#FF9900"></path>
<path d="M68.2954721,33.6243655 L53.3084264,28.249665 L53.3084264,6.28304569 L68.2954721,11.3881015 L68.2954721,33.6243655" fill="#FF9900"></path>
<path d="M71.0438985,33.6243655 L86.0309442,28.249665 L86.0309442,6.28304569 L71.0438985,11.3881015 L71.0438985,33.6243655" fill="#FF9900"></path>
<path d="M54.8489746,4.63918782 L70.0166497,0.369705584 L84.0804061,4.90428426 L70.0166497,9.67926904 L54.8489746,4.63918782" fill="#FF9900"></path>
<path d="M103.264812,33.6243655 L88.2777665,28.249665 L88.2777665,6.28304569 L103.264812,11.3881015 L103.264812,33.6243655" fill="#FF9900"></path>
<path d="M106.013239,33.6243655 L121.000284,28.249665 L121.000284,6.28304569 L106.013239,11.3881015 L106.013239,33.6243655" fill="#FF9900"></path>
<path d="M89.8183147,4.63918782 L104.98599,0.369705584 L119.049096,4.90428426 L104.98599,9.67926904 L89.8183147,4.63918782" fill="#FF9900"></path>
<path d="M95.6413401,80.6900305 L90.6071066,98.178599 L88.4187614,98.178599 L84.4994924,85.1888731 L80.9057462,98.178599 L78.6751675,98.178599 L73.4427614,80.6900305 L76.1483046,80.6900305 L79.959066,93.7226396 L83.5872487,80.6900305 L85.583269,80.6900305 L89.5265787,93.7648731 L93.4438985,80.6900305 L95.6413401,80.6900305 L95.6413401,80.6900305 Z" fill="#000000"></path>
<path d="M95.6413401,80.6900305 L90.6071066,98.178599 L88.4187614,98.178599 L84.4994924,85.1888731 L80.9057462,98.178599 L78.6751675,98.178599 L73.4427614,80.6900305 L76.1483046,80.6900305 L79.959066,93.7226396 L83.5872487,80.6900305 L85.583269,80.6900305 L89.5265787,93.7648731 L93.4438985,80.6900305 L95.6413401,80.6900305 L95.6413401,80.6900305 Z" stroke="#000000"></path>
<path d="M109.566701,92.9617868 L112.10136,93.4815838 C111.640041,94.9772995 110.741442,96.2157157 109.405563,97.1948832 C108.067736,98.1753503 106.49535,98.6652589 104.685807,98.6652589 C102.300589,98.6652589 100.370843,97.8251371 98.895269,96.1429442 C97.4203452,94.4620508 96.6828832,92.2574619 96.6828832,89.5304772 C96.6828832,86.7450152 97.4495838,84.4949442 98.9816853,82.7789645 C100.514437,81.0629848 102.438985,80.2046701 104.75598,80.2046701 C107.038538,80.2046701 108.873421,80.9947614 110.261929,82.5749442 C111.650437,84.1557766 112.362558,86.5189036 112.396995,89.6669239 L99.7035533,89.6669239 C99.7035533,92.3120406 100.255838,94.0949442 101.361706,95.019533 C102.466924,95.9434721 103.636467,96.4047919 104.867736,96.4047919 C107.091168,96.4047919 108.657056,95.2566904 109.566701,92.9617868 L109.566701,92.9617868 Z M109.419208,87.6397157 C109.395817,86.6592487 109.23533,85.7879391 108.935147,85.0264365 C108.635614,84.264934 108.128812,83.6158376 107.414741,83.0791472 C106.70067,82.5431066 105.842355,82.2747614 104.840447,82.2747614 C103.492873,82.2747614 102.34932,82.7594721 101.411086,83.7288934 C100.472203,84.6983147 99.9459086,86.0010558 99.8302538,87.6397157 L109.419208,87.6397157 L109.419208,87.6397157 Z" fill="#000000"></path>
<path d="M109.566701,92.9617868 L112.10136,93.4815838 C111.640041,94.9772995 110.741442,96.2157157 109.405563,97.1948832 C108.067736,98.1753503 106.49535,98.6652589 104.685807,98.6652589 C102.300589,98.6652589 100.370843,97.8251371 98.895269,96.1429442 C97.4203452,94.4620508 96.6828832,92.2574619 96.6828832,89.5304772 C96.6828832,86.7450152 97.4495838,84.4949442 98.9816853,82.7789645 C100.514437,81.0629848 102.438985,80.2046701 104.75598,80.2046701 C107.038538,80.2046701 108.873421,80.9947614 110.261929,82.5749442 C111.650437,84.1557766 112.362558,86.5189036 112.396995,89.6669239 L99.7035533,89.6669239 C99.7035533,92.3120406 100.255838,94.0949442 101.361706,95.019533 C102.466924,95.9434721 103.636467,96.4047919 104.867736,96.4047919 C107.091168,96.4047919 108.657056,95.2566904 109.566701,92.9617868 L109.566701,92.9617868 Z M109.419208,87.6397157 C109.395817,86.6592487 109.23533,85.7879391 108.935147,85.0264365 C108.635614,84.264934 108.128812,83.6158376 107.414741,83.0791472 C106.70067,82.5431066 105.842355,82.2747614 104.840447,82.2747614 C103.492873,82.2747614 102.34932,82.7594721 101.411086,83.7288934 C100.472203,84.6983147 99.9459086,86.0010558 99.8302538,87.6397157 L109.419208,87.6397157 L109.419208,87.6397157 Z" stroke="#000000"></path>
<path d="M117.286335,98.178599 L115.976447,98.178599 L115.976447,74.5655228 L118.701482,74.5655228 L118.701482,83.6054416 C119.945096,81.3384772 121.659777,80.2046701 123.846822,80.2046701 C125.84934,80.2046701 127.527635,80.9960609 128.880406,82.5801421 C130.233178,84.1629239 130.909563,86.4623756 130.909563,89.4778477 C130.909563,92.078132 130.244223,94.2586802 128.913543,96.0207919 C127.582213,97.7835533 125.85064,98.6652589 123.718822,98.6652589 C121.345299,98.6652589 119.52536,97.5379492 118.257706,95.2852792 L117.286335,98.178599 L117.286335,98.178599 Z M118.701482,91.3224772 C118.828183,93.1183756 119.378518,94.420467 120.353137,95.2313503 C121.327107,96.0422335 122.356954,96.4476751 123.440081,96.4476751 C124.824041,96.4476751 125.939655,95.8466599 126.786924,94.6452792 C127.634843,93.4438985 128.057827,91.7980914 128.057827,89.7072081 C128.057827,87.4558376 127.649137,85.6852792 126.830457,84.3968325 C126.011127,83.1090355 124.875371,82.4644873 123.423188,82.4644873 C122.281584,82.4644873 121.252386,82.9232081 120.335594,83.8393503 C119.418802,84.7567919 118.874315,85.9419289 118.701482,87.3947614 L118.701482,91.3224772 L118.701482,91.3224772 Z" fill="#000000"></path>
<path d="M117.286335,98.178599 L115.976447,98.178599 L115.976447,74.5655228 L118.701482,74.5655228 L118.701482,83.6054416 C119.945096,81.3384772 121.659777,80.2046701 123.846822,80.2046701 C125.84934,80.2046701 127.527635,80.9960609 128.880406,82.5801421 C130.233178,84.1629239 130.909563,86.4623756 130.909563,89.4778477 C130.909563,92.078132 130.244223,94.2586802 128.913543,96.0207919 C127.582213,97.7835533 125.85064,98.6652589 123.718822,98.6652589 C121.345299,98.6652589 119.52536,97.5379492 118.257706,95.2852792 L117.286335,98.178599 L117.286335,98.178599 Z M118.701482,91.3224772 C118.828183,93.1183756 119.378518,94.420467 120.353137,95.2313503 C121.327107,96.0422335 122.356954,96.4476751 123.440081,96.4476751 C124.824041,96.4476751 125.939655,95.8466599 126.786924,94.6452792 C127.634843,93.4438985 128.057827,91.7980914 128.057827,89.7072081 C128.057827,87.4558376 127.649137,85.6852792 126.830457,84.3968325 C126.011127,83.1090355 124.875371,82.4644873 123.423188,82.4644873 C122.281584,82.4644873 121.252386,82.9232081 120.335594,83.8393503 C119.418802,84.7567919 118.874315,85.9419289 118.701482,87.3947614 L118.701482,91.3224772 L118.701482,91.3224772 Z" stroke="#000000"></path>
<path d="M137.852751,93.6466193 L140.450437,93.1099289 C141.028061,95.3067208 142.852548,96.4047919 145.923898,96.4047919 C147.054457,96.4047919 148.013482,96.1520406 148.798376,95.6452386 C149.583919,95.1390863 149.976365,94.4250152 149.976365,93.5036751 C149.976365,92.1346599 148.977056,91.2652995 146.978437,90.8968934 L143.295025,90.1958173 C141.851939,89.9190254 140.704487,89.3764873 139.850721,88.568203 C138.997604,87.7599188 138.570721,86.6923858 138.570721,85.3643046 C138.570721,83.8991269 139.152893,82.6724061 140.317888,81.6854416 C141.482234,80.6984772 143.050721,80.2046701 145.022701,80.2046701 C148.816569,80.2046701 151.158904,81.6880406 152.046457,84.6528325 L149.55403,85.1888731 C148.83866,83.3728325 147.370234,82.4644873 145.146152,82.4644873 C144.038985,82.4644873 143.131289,82.6918985 142.421766,83.1454213 C141.713543,83.5989442 141.358782,84.2330964 141.358782,85.0491777 C141.358782,86.3343756 142.265178,87.1433096 144.07602,87.4772792 L147.48069,88.1036345 C151.045848,88.750132 152.827452,90.4797563 152.827452,93.2886091 C152.827452,94.8954315 152.164061,96.1936244 150.836629,97.1812386 C149.509848,98.170802 147.743838,98.6652589 145.538599,98.6652589 C141.395817,98.6652589 138.833218,96.9915127 137.852751,93.6466193 L137.852751,93.6466193 Z" fill="#000000"></path>
<path d="M137.852751,93.6466193 L140.450437,93.1099289 C141.028061,95.3067208 142.852548,96.4047919 145.923898,96.4047919 C147.054457,96.4047919 148.013482,96.1520406 148.798376,95.6452386 C149.583919,95.1390863 149.976365,94.4250152 149.976365,93.5036751 C149.976365,92.1346599 148.977056,91.2652995 146.978437,90.8968934 L143.295025,90.1958173 C141.851939,89.9190254 140.704487,89.3764873 139.850721,88.568203 C138.997604,87.7599188 138.570721,86.6923858 138.570721,85.3643046 C138.570721,83.8991269 139.152893,82.6724061 140.317888,81.6854416 C141.482234,80.6984772 143.050721,80.2046701 145.022701,80.2046701 C148.816569,80.2046701 151.158904,81.6880406 152.046457,84.6528325 L149.55403,85.1888731 C148.83866,83.3728325 147.370234,82.4644873 145.146152,82.4644873 C144.038985,82.4644873 143.131289,82.6918985 142.421766,83.1454213 C141.713543,83.5989442 141.358782,84.2330964 141.358782,85.0491777 C141.358782,86.3343756 142.265178,87.1433096 144.07602,87.4772792 L147.48069,88.1036345 C151.045848,88.750132 152.827452,90.4797563 152.827452,93.2886091 C152.827452,94.8954315 152.164061,96.1936244 150.836629,97.1812386 C149.509848,98.170802 147.743838,98.6652589 145.538599,98.6652589 C141.395817,98.6652589 138.833218,96.9915127 137.852751,93.6466193 L137.852751,93.6466193 Z" stroke="#000000"></path>
<path d="M167.317442,92.9617868 L169.851452,93.4815838 C169.391431,94.9772995 168.492183,96.2157157 167.155005,97.1948832 C165.819127,98.1753503 164.245442,98.6652589 162.436548,98.6652589 C160.05068,98.6652589 158.120284,97.8251371 156.64601,96.1429442 C155.170437,94.4620508 154.433624,92.2574619 154.433624,89.5304772 C154.433624,86.7450152 155.199025,84.4949442 156.733726,82.7789645 C158.265827,81.0629848 160.190376,80.2046701 162.507371,80.2046701 C164.78798,80.2046701 166.624162,80.9947614 168.01267,82.5749442 C169.401827,84.1557766 170.113299,86.5189036 170.147086,89.6669239 L157.453645,89.6669239 C157.453645,92.3120406 158.007228,94.0949442 159.111797,95.019533 C160.218315,95.9434721 161.386558,96.4047919 162.619127,96.4047919 C164.841259,96.4047919 166.407797,95.2566904 167.317442,92.9617868 L167.317442,92.9617868 Z M167.169299,87.6397157 C167.146558,86.6592487 166.984772,85.7879391 166.685888,85.0264365 C166.385706,84.264934 165.879553,83.6158376 165.165482,83.0791472 C164.452061,82.5431066 163.592447,82.2747614 162.591188,82.2747614 C161.243614,82.2747614 160.100061,82.7594721 159.161178,83.7288934 C158.222944,84.6983147 157.69535,86.0010558 157.580345,87.6397157 L167.169299,87.6397157 L167.169299,87.6397157 Z" fill="#000000"></path>
<path d="M167.317442,92.9617868 L169.851452,93.4815838 C169.391431,94.9772995 168.492183,96.2157157 167.155005,97.1948832 C165.819127,98.1753503 164.245442,98.6652589 162.436548,98.6652589 C160.05068,98.6652589 158.120284,97.8251371 156.64601,96.1429442 C155.170437,94.4620508 154.433624,92.2574619 154.433624,89.5304772 C154.433624,86.7450152 155.199025,84.4949442 156.733726,82.7789645 C158.265827,81.0629848 160.190376,80.2046701 162.507371,80.2046701 C164.78798,80.2046701 166.624162,80.9947614 168.01267,82.5749442 C169.401827,84.1557766 170.113299,86.5189036 170.147086,89.6669239 L157.453645,89.6669239 C157.453645,92.3120406 158.007228,94.0949442 159.111797,95.019533 C160.218315,95.9434721 161.386558,96.4047919 162.619127,96.4047919 C164.841259,96.4047919 166.407797,95.2566904 167.317442,92.9617868 L167.317442,92.9617868 Z M167.169299,87.6397157 C167.146558,86.6592487 166.984772,85.7879391 166.685888,85.0264365 C166.385706,84.264934 165.879553,83.6158376 165.165482,83.0791472 C164.452061,82.5431066 163.592447,82.2747614 162.591188,82.2747614 C161.243614,82.2747614 160.100061,82.7594721 159.161178,83.7288934 C158.222944,84.6983147 157.69535,86.0010558 157.580345,87.6397157 L167.169299,87.6397157 L167.169299,87.6397157 Z" stroke="#000000"></path>
<path d="M175.801827,98.178599 L173.077442,98.178599 L173.077442,80.6900305 L175.464609,80.6900305 L175.464609,84.7671878 C176.30603,82.856934 177.15135,81.6198173 177.99797,81.0545381 C178.845239,80.4879594 179.713299,80.2046701 180.601503,80.2046701 C180.878294,80.2046701 181.236305,80.2261117 181.673584,80.2683452 L181.673584,82.8660305 L181.121949,82.8660305 C179.624284,82.8660305 178.38067,83.4228629 177.391107,84.5345787 C176.400893,85.6469442 175.87135,87.1082234 175.801827,88.9203655 L175.801827,98.178599 L175.801827,98.178599 Z" fill="#000000"></path>
<path d="M175.801827,98.178599 L173.077442,98.178599 L173.077442,80.6900305 L175.464609,80.6900305 L175.464609,84.7671878 C176.30603,82.856934 177.15135,81.6198173 177.99797,81.0545381 C178.845239,80.4879594 179.713299,80.2046701 180.601503,80.2046701 C180.878294,80.2046701 181.236305,80.2261117 181.673584,80.2683452 L181.673584,82.8660305 L181.121949,82.8660305 C179.624284,82.8660305 178.38067,83.4228629 177.391107,84.5345787 C176.400893,85.6469442 175.87135,87.1082234 175.801827,88.9203655 L175.801827,98.178599 L175.801827,98.178599 Z" stroke="#000000"></path>
<path d="M198.596223,80.6900305 L192.558132,98.178599 L189.734985,98.178599 L183.494822,80.6900305 L186.508995,80.6900305 L191.363249,94.9051777 L196.179817,80.6900305 L198.596223,80.6900305 L198.596223,80.6900305 Z" fill="#000000"></path>
<path d="M198.596223,80.6900305 L192.558132,98.178599 L189.734985,98.178599 L183.494822,80.6900305 L186.508995,80.6900305 L191.363249,94.9051777 L196.179817,80.6900305 L198.596223,80.6900305 L198.596223,80.6900305 Z" stroke="#000000"></path>
<path d="M200.774173,74.5655228 L203.688934,74.5655228 L203.688934,77.5861929 L200.774173,77.5861929 L200.774173,74.5655228 Z M200.900873,80.6900305 L203.625259,80.6900305 L203.625259,98.178599 L200.900873,98.178599 L200.900873,80.6900305 Z" fill="#000000"></path>
<path d="M200.774173,74.5655228 L203.688934,74.5655228 L203.688934,77.5861929 L200.774173,77.5861929 L200.774173,74.5655228 Z M200.900873,80.6900305 L203.625259,80.6900305 L203.625259,98.178599 L200.900873,98.178599 L200.900873,80.6900305 Z" stroke="#000000"></path>
<path d="M217.859249,92.0540914 L220.308792,92.4861726 C219.963127,94.4185178 219.195777,95.9317766 218.008041,97.0246497 C216.820305,98.1181726 215.338234,98.6652589 213.561827,98.6652589 C211.151919,98.6652589 209.314437,97.7744569 208.05198,95.9954518 C206.789523,94.2164467 206.15732,92.0436954 206.15732,89.4778477 C206.15732,86.8203858 206.823959,84.610599 208.155939,82.8484873 C209.487269,81.0857259 211.30136,80.2046701 213.596264,80.2046701 C215.50002,80.2046701 217.024975,80.7738477 218.172426,81.9135025 C219.320528,83.0518579 220.032,84.523533 220.308792,86.3272284 L217.859249,86.7943959 C217.397929,83.9088731 216.003574,82.4644873 213.675533,82.4644873 C212.177868,82.4644873 211.025218,83.1012386 210.219533,84.3753909 C209.412548,85.6501929 209.009056,87.3018477 209.009056,89.3310051 C209.009056,91.568731 209.409299,93.3055025 210.210437,94.545868 C211.011574,95.784934 212.137584,96.4047919 213.590416,96.4047919 C215.835939,96.4047919 217.259533,94.9545584 217.859249,92.0540914 L217.859249,92.0540914 Z" fill="#000000"></path>
<path d="M217.859249,92.0540914 L220.308792,92.4861726 C219.963127,94.4185178 219.195777,95.9317766 218.008041,97.0246497 C216.820305,98.1181726 215.338234,98.6652589 213.561827,98.6652589 C211.151919,98.6652589 209.314437,97.7744569 208.05198,95.9954518 C206.789523,94.2164467 206.15732,92.0436954 206.15732,89.4778477 C206.15732,86.8203858 206.823959,84.610599 208.155939,82.8484873 C209.487269,81.0857259 211.30136,80.2046701 213.596264,80.2046701 C215.50002,80.2046701 217.024975,80.7738477 218.172426,81.9135025 C219.320528,83.0518579 220.032,84.523533 220.308792,86.3272284 L217.859249,86.7943959 C217.397929,83.9088731 216.003574,82.4644873 213.675533,82.4644873 C212.177868,82.4644873 211.025218,83.1012386 210.219533,84.3753909 C209.412548,85.6501929 209.009056,87.3018477 209.009056,89.3310051 C209.009056,91.568731 209.409299,93.3055025 210.210437,94.545868 C211.011574,95.784934 212.137584,96.4047919 213.590416,96.4047919 C215.835939,96.4047919 217.259533,94.9545584 217.859249,92.0540914 L217.859249,92.0540914 Z" stroke="#000000"></path>
<path d="M235.67399,92.9617868 L238.208,93.4815838 C237.74733,94.9772995 236.848731,96.2157157 235.511553,97.1948832 C234.175675,98.1753503 232.60199,98.6652589 230.793096,98.6652589 C228.407228,98.6652589 226.476832,97.8251371 225.001909,96.1429442 C223.526985,94.4620508 222.789523,92.2574619 222.789523,89.5304772 C222.789523,86.7450152 223.555574,84.4949442 225.089624,82.7789645 C226.621726,81.0629848 228.546924,80.2046701 230.863919,80.2046701 C233.144528,80.2046701 234.980711,80.9947614 236.369218,82.5749442 C237.758376,84.1557766 238.469848,86.5189036 238.503635,89.6669239 L225.810193,89.6669239 C225.810193,92.3120406 226.363127,94.0949442 227.468345,95.019533 C228.574863,95.9434721 229.742457,96.4047919 230.975675,96.4047919 C233.197157,96.4047919 234.763695,95.2566904 235.67399,92.9617868 L235.67399,92.9617868 Z M235.525848,87.6397157 C235.503107,86.6592487 235.34132,85.7879391 235.041787,85.0264365 C234.742254,84.264934 234.236102,83.6158376 233.52203,83.0791472 C232.807959,82.5431066 231.948995,82.2747614 230.947086,82.2747614 C229.598863,82.2747614 228.455959,82.7594721 227.517726,83.7288934 C226.578843,84.6983147 226.051249,86.0010558 225.936893,87.6397157 L235.525848,87.6397157 L235.525848,87.6397157 Z" fill="#000000"></path>
<path d="M235.67399,92.9617868 L238.208,93.4815838 C237.74733,94.9772995 236.848731,96.2157157 235.511553,97.1948832 C234.175675,98.1753503 232.60199,98.6652589 230.793096,98.6652589 C228.407228,98.6652589 226.476832,97.8251371 225.001909,96.1429442 C223.526985,94.4620508 222.789523,92.2574619 222.789523,89.5304772 C222.789523,86.7450152 223.555574,84.4949442 225.089624,82.7789645 C226.621726,81.0629848 228.546924,80.2046701 230.863919,80.2046701 C233.144528,80.2046701 234.980711,80.9947614 236.369218,82.5749442 C237.758376,84.1557766 238.469848,86.5189036 238.503635,89.6669239 L225.810193,89.6669239 C225.810193,92.3120406 226.363127,94.0949442 227.468345,95.019533 C228.574863,95.9434721 229.742457,96.4047919 230.975675,96.4047919 C233.197157,96.4047919 234.763695,95.2566904 235.67399,92.9617868 L235.67399,92.9617868 Z M235.525848,87.6397157 C235.503107,86.6592487 235.34132,85.7879391 235.041787,85.0264365 C234.742254,84.264934 234.236102,83.6158376 233.52203,83.0791472 C232.807959,82.5431066 231.948995,82.2747614 230.947086,82.2747614 C229.598863,82.2747614 228.455959,82.7594721 227.517726,83.7288934 C226.578843,84.6983147 226.051249,86.0010558 225.936893,87.6397157 L235.525848,87.6397157 L235.525848,87.6397157 Z" stroke="#000000"></path>
<path d="M240.042234,93.6466193 L242.641218,93.1099289 C243.218193,95.3067208 245.04268,96.4047919 248.113381,96.4047919 C249.245239,96.4047919 250.202964,96.1520406 250.987858,95.6452386 C251.773401,95.1390863 252.166497,94.4250152 252.166497,93.5036751 C252.166497,92.1346599 251.167188,91.2652995 249.167919,90.8968934 L245.484508,90.1958173 C244.042071,89.9190254 242.894619,89.3764873 242.040853,88.568203 C241.187736,87.7599188 240.760853,86.6923858 240.760853,85.3643046 C240.760853,83.8991269 241.342376,82.6724061 242.50802,81.6854416 C243.671716,80.6984772 245.240203,80.2046701 247.213482,80.2046701 C251.006701,80.2046701 253.348386,81.6880406 254.235939,84.6528325 L251.743513,85.1888731 C251.029442,83.3728325 249.559716,82.4644873 247.335635,82.4644873 C246.229117,82.4644873 245.321421,82.6918985 244.612548,83.1454213 C243.903675,83.5989442 243.548914,84.2330964 243.548914,85.0491777 C243.548914,86.3343756 244.45466,87.1433096 246.266802,87.4772792 L249.671472,88.1036345 C253.23533,88.750132 255.017584,90.4797563 255.017584,93.2886091 C255.017584,94.8954315 254.354843,96.1936244 253.026761,97.1812386 C251.69998,98.170802 249.93332,98.6652589 247.729381,98.6652589 C243.585949,98.6652589 241.02335,96.9915127 240.042234,93.6466193 L240.042234,93.6466193 Z" fill="#000000"></path>
<path d="M240.042234,93.6466193 L242.641218,93.1099289 C243.218193,95.3067208 245.04268,96.4047919 248.113381,96.4047919 C249.245239,96.4047919 250.202964,96.1520406 250.987858,95.6452386 C251.773401,95.1390863 252.166497,94.4250152 252.166497,93.5036751 C252.166497,92.1346599 251.167188,91.2652995 249.167919,90.8968934 L245.484508,90.1958173 C244.042071,89.9190254 242.894619,89.3764873 242.040853,88.568203 C241.187736,87.7599188 240.760853,86.6923858 240.760853,85.3643046 C240.760853,83.8991269 241.342376,82.6724061 242.50802,81.6854416 C243.671716,80.6984772 245.240203,80.2046701 247.213482,80.2046701 C251.006701,80.2046701 253.348386,81.6880406 254.235939,84.6528325 L251.743513,85.1888731 C251.029442,83.3728325 249.559716,82.4644873 247.335635,82.4644873 C246.229117,82.4644873 245.321421,82.6918985 244.612548,83.1454213 C243.903675,83.5989442 243.548914,84.2330964 243.548914,85.0491777 C243.548914,86.3343756 244.45466,87.1433096 246.266802,87.4772792 L249.671472,88.1036345 C253.23533,88.750132 255.017584,90.4797563 255.017584,93.2886091 C255.017584,94.8954315 254.354843,96.1936244 253.026761,97.1812386 C251.69998,98.170802 249.93332,98.6652589 247.729381,98.6652589 C243.585949,98.6652589 241.02335,96.9915127 240.042234,93.6466193 L240.042234,93.6466193 Z" stroke="#000000"></path>
<path d="M178.630822,43.312731 L178.630822,39.1121218 C178.633421,38.4727716 179.114883,38.0465381 179.695107,38.0478376 L198.523452,38.0458883 C199.125766,38.0458883 199.608528,38.4838173 199.609827,39.1069239 L199.608528,42.7097665 C199.60398,43.3140305 199.095228,44.1028223 198.190782,45.3542335 L188.438741,59.2789442 C192.059127,59.1938274 195.888081,59.7357157 199.177746,61.5848934 C199.919756,62.0013807 200.117929,62.6192893 200.176406,63.2248528 L200.176406,67.706802 C200.176406,68.3247107 199.50067,69.0394315 198.790497,68.6677766 C192.994761,65.6321624 185.304365,65.2994924 178.896569,68.7041624 C178.241624,69.0530761 177.556792,68.3487513 177.556792,67.7308426 L177.556792,63.4698071 C177.556792,62.7882234 177.569137,61.6219289 178.257218,60.582335 L189.556305,44.372467 L179.718497,44.3705178 C179.116832,44.3705178 178.634721,43.9416853 178.630822,43.312731" fill="#000000"></path>
<path d="M111.249543,69.5507817 L105.521381,69.5507817 C104.976244,69.5150457 104.540914,69.1050558 104.496731,68.5826599 L104.500629,39.1835939 C104.500629,38.5955736 104.995736,38.1251574 105.605848,38.1251574 L110.940264,38.1238579 C111.499046,38.1524467 111.946721,38.5747817 111.982457,39.1108223 L111.982457,42.9495228 L112.089665,42.9495228 C113.479472,39.2375228 116.099898,37.5052995 119.62802,37.5052995 C123.210721,37.5052995 125.456244,39.2375228 127.061117,42.9495228 C128.450274,39.2375228 131.605442,37.5052995 134.973726,37.5052995 C137.380386,37.5052995 140.000162,38.4948629 141.604386,40.7221929 C143.421726,43.1964264 143.048122,46.7849746 143.048122,49.9401421 L143.043574,68.4923452 C143.043574,69.0797157 142.549117,69.5507817 141.939005,69.5507817 L136.21799,69.5507817 C135.642964,69.5137462 135.189442,69.0582741 135.189442,68.4949442 L135.188142,52.9094822 C135.188142,51.6723655 135.29535,48.5789239 135.027005,47.403533 C134.599472,45.4237563 133.316873,44.8669239 131.659371,44.8669239 C130.268914,44.8669239 128.825178,45.7947614 128.236508,47.2800812 C127.648487,48.7647513 127.702416,51.2389848 127.702416,52.9094822 L127.702416,68.4923452 C127.702416,69.0797157 127.20731,69.5507817 126.597848,69.5507817 L120.876183,69.5507817 C120.301157,69.5137462 119.847635,69.0582741 119.847635,68.4949442 L119.841787,52.9094822 C119.841787,49.6308629 120.377178,44.805198 116.313665,44.805198 C112.196223,44.805198 112.356711,49.5067614 112.356711,52.9094822 L112.354112,68.4923452 C112.354761,69.0797157 111.859655,69.5507817 111.249543,69.5507817" fill="#000000"></path>
<path d="M213.440975,37.5052995 C221.87468,37.5052995 226.436548,44.805198 226.436548,54.0848731 C226.436548,63.0546193 221.398416,70.1699898 213.440975,70.1699898 C205.166457,70.1699898 200.657218,62.8694416 200.657218,53.7755939 C200.657218,44.6193706 205.219736,37.5052995 213.440975,37.5052995 L213.440975,37.5052995 Z M213.494254,44.2626599 C209.302741,44.2626599 209.038294,50.0161624 209.038294,53.6040609 C209.038294,57.1919594 208.985015,64.1072081 213.440975,64.1072081 C217.844305,64.1072081 218.056122,58.6772792 218.056122,54.9035533 C218.056122,52.4286701 217.950863,49.4593299 217.207553,47.1085482 C216.570152,45.0670457 215.297299,44.2626599 213.494254,44.2626599 L213.494254,44.2626599 Z" fill="#000000"></path>
<path d="M238.64333,69.5507817 L232.936609,69.5507817 C232.362883,69.5137462 231.908711,69.0582741 231.908711,68.4949442 L231.899614,39.0848325 C231.947695,38.5474924 232.42266,38.1251574 233.000284,38.1251574 L238.313259,38.1238579 C238.813563,38.149198 239.226152,38.4909645 239.331411,38.9470863 L239.331411,43.4439797 L239.439269,43.4439797 C241.043492,39.4227005 243.287716,37.5052995 247.24467,37.5052995 C249.811168,37.5052995 252.325036,38.4331371 253.928609,40.9697462 C255.426274,43.3205279 255.426274,47.2800812 255.426274,50.1259695 L255.426274,68.6242437 C255.361949,69.1459898 254.894782,69.5507817 254.328853,69.5507817 L248.586396,69.5507817 C248.055553,69.5163452 247.62802,69.1271472 247.566294,68.6242437 L247.566294,52.6619289 C247.566294,49.4450355 247.940548,44.7434721 243.983594,44.7434721 C242.592487,44.7434721 241.309888,45.6713096 240.668589,47.0942538 C239.866802,48.888203 239.758944,50.6821523 239.758944,52.6619289 L239.758944,68.4923452 C239.748548,69.0797157 239.254091,69.5507817 238.64333,69.5507817" fill="#000000"></path>
<path d="M164.270782,55.511066 C164.270782,57.7435939 164.324061,59.6031675 163.19935,61.5874924 C162.288406,63.1995127 160.841421,64.1910254 159.233299,64.1910254 C157.037157,64.1910254 155.75066,62.5166294 155.75066,60.037198 C155.75066,55.1589036 160.126701,54.2713503 164.270782,54.2713503 L164.270782,55.511066 L164.270782,55.511066 Z M170.045726,69.4773604 C169.666274,69.8171777 169.119838,69.8399188 168.692305,69.6105584 C166.789848,68.0290761 166.449381,67.2981117 165.409137,65.7932995 C162.264365,68.9965482 160.037685,69.9568731 155.965076,69.9568731 C151.14266,69.9568731 147.391675,66.9810355 147.391675,61.0293604 C147.391675,56.3791269 149.910091,53.2174619 153.499939,51.6671675 C156.607675,50.3027005 160.948629,50.0551472 164.270782,49.6828426 L164.270782,48.9388832 C164.270782,47.575066 164.37799,45.9630457 163.574254,44.7850558 C162.877726,43.7311675 161.537949,43.2971371 160.35931,43.2971371 C158.174213,43.2971371 156.232122,44.4166497 155.755208,46.7368934 C155.656447,47.2527919 155.278944,47.7634924 154.760447,47.7894822 L149.208365,47.1891168 C148.739249,47.0832081 148.218152,46.7070051 148.353299,45.9916345 C149.629401,39.2557157 155.711675,37.2207107 161.163046,37.2207107 C163.949157,37.2207107 167.593584,37.9646701 169.789726,40.0730964 C172.576487,42.6772792 172.308142,46.1488731 172.308142,49.9310457 L172.308142,58.8553096 C172.308142,61.5394112 173.423756,62.717401 174.471147,64.163736 C174.836305,64.6848325 174.918822,65.3046904 174.451655,65.6854416 C173.281462,66.6659086 171.202924,68.472203 170.058721,69.4897056 L170.045726,69.4773604 L170.045726,69.4773604 Z" fill="#000000"></path>
<path d="M89.8300102,55.511066 C89.8300102,57.7435939 89.8839391,59.6031675 88.7585787,61.5874924 C87.8476345,63.1995127 86.4012995,64.1910254 84.7931777,64.1910254 C82.5963858,64.1910254 81.3105381,62.5166294 81.3105381,60.037198 C81.3105381,55.1589036 85.6865787,54.2713503 89.8300102,54.2713503 L89.8300102,55.511066 L89.8300102,55.511066 Z M95.6056041,69.4773604 C95.2261523,69.8171777 94.679066,69.8399188 94.2521827,69.6105584 C92.3490761,68.0290761 92.0079594,67.2981117 90.9683655,65.7932995 C87.8242437,68.9965482 85.5969137,69.9568731 81.5249543,69.9568731 C76.7018883,69.9568731 72.9509036,66.9810355 72.9509036,61.0293604 C72.9509036,56.3791269 75.4693198,53.2174619 79.0598173,51.6671675 C82.1675533,50.3027005 86.5085076,50.0551472 89.8300102,49.6828426 L89.8300102,48.9388832 C89.8300102,47.575066 89.9372183,45.9630457 89.134132,44.7850558 C88.4369543,43.7311675 87.0971777,43.2971371 85.9185381,43.2971371 C83.7340914,43.2971371 81.7913503,44.4166497 81.3144365,46.7368934 C81.2150254,47.2527919 80.8388223,47.7634924 80.3190254,47.7894822 L74.7675939,47.1891168 C74.2991269,47.0832081 73.7773807,46.7070051 73.9131777,45.9916345 C75.1886294,39.2557157 81.2709036,37.2207107 86.7222741,37.2207107 C89.5090355,37.2207107 93.1521624,37.9646701 95.3496041,40.0730964 C98.1357157,42.6772792 97.8680203,46.1488731 97.8680203,49.9310457 L97.8680203,58.8553096 C97.8680203,61.5394112 98.9829848,62.717401 100.029726,64.163736 C100.395533,64.6848325 100.478051,65.3046904 100.011533,65.6854416 C98.8413401,66.6659086 96.7621523,68.472203 95.618599,69.4897056 L95.6056041,69.4773604 L95.6056041,69.4773604 Z" fill="#000000"></path>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 30 KiB

+9
View File
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="256px" height="318px" viewBox="0 0 256 318" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMinYMin meet">
<g>
<path d="M0,0 L0,171.944611 L127.983514,244.900539 L127.983514,195.308789 L42.3643479,146.5023 L42.3643479,69.8414195 L127.983514,118.647908 L127.983514,72.9559283 L0,0 L0,0 Z" fill="#002A41"></path>
<path d="M255.967029,0 L255.967029,171.944611 L127.983514,244.900539 L127.983514,195.308789 L213.602681,146.5023 L213.602681,69.8414195 L127.983514,118.647908 L127.983514,72.9559283 L255.967029,0 L255.967029,0 Z" fill="#0071B5"></path>
<path d="M0,317.932684 L0,145.988073 L127.983514,73.0321441 L127.983514,122.623895 L42.3643479,171.430383 L42.3643479,244.191489 L127.983514,195.385004 L127.983514,244.976756 L0,317.932684 L0,317.932684 Z" fill="#0071B5"></path>
<path d="M255.967029,317.932684 L255.967029,145.988073 L127.983514,73.0321441 L127.983514,122.623895 L213.602681,171.430383 L213.602681,244.191489 L127.983514,195.385004 L127.983514,244.976756 L255.967029,317.932684 L255.967029,317.932684 Z" fill="#002A41"></path>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

-24
View File
@@ -1,24 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="512px" height="92px" viewBox="0 0 512 92" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMinYMin meet">
<g>
<g transform="translate(103.403922, 21.082353)" fill="#002A41">
<path d="M0.556846403,1.34317342 L13.9195411,1.34317342 C19.9399477,1.34323024 24.3608516,2.36514328 27.1822658,4.40896936 C30.0036125,6.45285226 31.4143048,9.54081059 31.414339,13.6728443 C31.4143048,16.4942858 30.5534497,18.843555 28.8317738,20.7207653 C27.1100314,22.5980328 24.5941154,23.8032116 21.2840188,24.3363589 L21.2840188,24.5362749 C25.1717209,25.1139175 28.031979,26.3413723 29.8648022,28.2185259 C31.6975514,30.0957932 32.6139431,32.711693 32.6139829,36.0662249 C32.6139431,40.5537659 31.1255006,44.0083129 28.1486439,46.4298086 C25.1717209,48.8513044 20.9507575,50.0620523 15.4857424,50.0620523 L0.556846403,50.0620523 L0.556846403,1.34317342 L0.556846403,1.34317342 Z M3.95583612,23.0367342 L14.6859804,23.0367342 C19.2623721,23.0367911 22.5891573,22.2758827 24.666347,20.7540659 C26.7434741,19.2323627 27.7820554,16.8497363 27.7820896,13.6062436 C27.7820554,10.3627508 26.6101803,8.00791263 24.2664662,6.54167228 C21.9226898,5.07548875 18.4292872,4.34236856 13.7862474,4.34231174 L3.95583612,4.34231174 L3.95583612,23.0367342 L3.95583612,23.0367342 Z M3.95583612,26.0358724 L3.95583612,47.0629139 L15.4190955,47.0629139 C24.4386058,47.0629707 28.9483706,43.3973698 28.9484048,36.0662249 C28.9483706,29.3793233 24.1942342,26.0358724 14.6859804,26.0358724 L3.95583612,26.0358724 L3.95583612,26.0358724 Z"></path>
<path d="M66.8038246,32.8671705 L47.0097048,32.8671705 L40.2117299,50.0620523 L36.4461824,50.0620523 L56.0403575,1.14325738 L58.2063781,1.14325738 L77.4006757,50.0620523 L73.568482,50.0620523 L66.8038246,32.8671705 L66.8038246,32.8671705 Z M48.2426717,29.8014315 L65.6708268,29.8014315 L59.0394619,12.2399612 C58.4840498,10.8626545 57.8175817,8.95208686 57.0400572,6.50831506 C56.4402181,8.6410748 55.7848595,10.5738048 55.0739756,12.3066188 L48.2426717,29.8014315 L48.2426717,29.8014315 Z"></path>
<path d="M105.059116,3.70914958 C98.9498004,3.70920642 94.1401262,5.66415567 90.6300712,9.57411097 C87.1199934,13.4840663 85.3649658,18.8380428 85.3649714,25.6359836 C85.3649658,32.5894589 87.0200239,37.9878738 90.330163,41.8311714 C93.6402737,45.6744691 98.3721975,47.596118 104.52594,47.596118 C108.613587,47.596118 112.36802,47.0740518 115.78926,46.0299197 L115.78926,49.029001 C112.567964,50.1620102 108.54694,50.7285149 103.726179,50.7285149 C96.8837493,50.7285149 91.4964668,48.5180731 87.564315,44.0971328 C83.6321462,39.6762493 81.6660646,33.5003328 81.6660702,25.5693259 C81.6660646,20.6152953 82.6046755,16.2499314 84.4819029,12.4732345 C86.3591134,8.69659438 89.0583038,5.78082071 92.5794911,3.7257998 C96.1006503,1.67094934 100.193871,0.643467294 104.859177,0.643410462 C109.613287,0.643467294 113.867571,1.53206509 117.622049,3.30926068 L116.255789,6.37505663 C112.701256,4.59780422 108.969037,3.70920642 105.059116,3.70914958 L105.059116,3.70914958 L105.059116,3.70914958 Z"></path>
<path d="M159.409626,50.0620523 L155.244196,50.0620523 L136.54975,24.3363589 L130.051683,30.0680051 L130.051683,50.0620523 L126.652696,50.0620523 L126.652696,1.34317342 L130.051683,1.34317342 L130.051683,26.6689779 L135.450082,21.2706198 L154.544404,1.34317342 L158.87645,1.34317342 L138.915716,21.9370823 L159.409626,50.0620523 L159.409626,50.0620523 Z"></path>
<path d="M166.374234,1.34317342 L179.736927,1.34317342 C185.757338,1.34323024 190.178239,2.36514328 192.999652,4.40896936 C195.821002,6.45285226 197.231694,9.54081059 197.231728,13.6728443 C197.231694,16.4942858 196.37084,18.843555 194.649163,20.7207653 C192.92742,22.5980328 190.411506,23.8032116 187.101407,24.3363589 L187.101407,24.5362749 C190.989109,25.1139175 193.849369,26.3413723 195.682192,28.2185259 C197.514941,30.0957932 198.431332,32.711693 198.431373,36.0662249 C198.431332,40.5537659 196.94289,44.0083129 193.966034,46.4298086 C190.989109,48.8513044 186.768147,50.0620523 181.303131,50.0620523 L166.374234,50.0620523 L166.374234,1.34317342 L166.374234,1.34317342 Z M169.773227,23.0367342 L180.50337,23.0367342 C185.07976,23.0367911 188.406544,22.2758827 190.483733,20.7540659 C192.560865,19.2323627 193.59944,16.8497363 193.599474,13.6062436 C193.59944,10.3627508 192.427566,8.00791263 190.083855,6.54167228 C187.740081,5.07548875 184.246677,4.34236856 179.603635,4.34231174 L169.773227,4.34231174 L169.773227,23.0367342 L169.773227,23.0367342 Z M169.773227,26.0358724 L169.773227,47.0629139 L181.236485,47.0629139 C190.255994,47.0629707 194.765761,43.3973698 194.765795,36.0662249 C194.765761,29.3793233 190.011623,26.0358724 180.50337,26.0358724 L169.773227,26.0358724 L169.773227,26.0358724 Z"></path>
<path d="M250.116011,25.6359836 C250.115958,33.3670175 248.1832,39.4818454 244.317728,43.9805246 C240.452177,48.4792037 235.120432,50.7285149 228.322486,50.7285149 C221.546701,50.7285149 216.226066,48.4792037 212.360564,43.9805246 C208.495038,39.4818454 206.562284,33.3447981 206.562284,25.5693259 C206.562284,17.8161298 208.511698,11.7123829 212.41055,7.25808544 C216.309372,2.80390159 221.635566,0.576809673 228.389131,0.576752841 C235.187079,0.576809673 240.507714,2.8150396 244.351052,7.29144264 C248.194309,11.7679026 250.115958,17.8827306 250.116011,25.6359836 L250.116011,25.6359836 L250.116011,25.6359836 Z M210.261185,25.6359836 C210.261179,32.611678 211.816268,38.0045239 214.926468,41.8145212 C218.036642,45.6244618 222.501973,47.5294604 228.322486,47.5294604 C234.187377,47.5294604 238.669374,45.6411688 241.768487,41.8644718 C244.867527,38.0878317 246.417063,32.6783355 246.417108,25.6359836 C246.417063,18.6158508 244.867527,13.2341429 241.768487,9.49074633 C238.669374,5.74746348 234.209592,3.87582204 228.389131,3.87576522 C222.590832,3.87582204 218.119948,5.76417051 214.976453,9.54075377 C211.832936,13.3174507 210.261179,18.6825083 210.261185,25.6359836 L210.261185,25.6359836 L210.261185,25.6359836 Z"></path>
<path d="M296.702152,50.0620523 L293.269841,50.0620523 L264.41175,6.80824593 L264.145167,6.80824593 C264.411739,11.9623064 264.545037,15.8500425 264.545043,18.4714543 L264.545043,50.0620523 L261.279349,50.0620523 L261.279349,1.34317342 L264.678341,1.34317342 L293.503102,44.5303788 L293.703048,44.5303788 C293.503062,40.5315469 293.403093,36.7326875 293.403133,33.1337442 L293.403133,1.34317342 L296.702152,1.34317342 L296.702152,50.0620523 L296.702152,50.0620523 Z"></path>
<path d="M337.090157,50.0620523 L310.46474,50.0620523 L310.46474,1.34317342 L337.090157,1.34317342 L337.090157,4.475627 L313.863727,4.475627 L313.863727,22.9034758 L335.790544,22.9034758 L335.790544,26.0358724 L313.863727,26.0358724 L313.863727,46.9296555 L337.090157,46.9296555 L337.090157,50.0620523 L337.090157,50.0620523 Z"></path>
<path d="M346.687286,47.4628028 C346.68728,45.2857183 347.575901,44.1971475 349.353159,44.1971475 C351.174827,44.1971475 352.085667,45.2857183 352.085679,47.4628028 C352.085667,49.6399442 351.174827,50.7285149 349.353159,50.7285149 C347.575901,50.7285149 346.68728,49.6399442 346.687286,47.4628028 L346.687286,47.4628028 L346.687286,47.4628028 Z"></path>
<path d="M356.451047,62.3583659 C354.407216,62.3583659 352.729938,62.0584919 351.41921,61.458687 L351.41921,58.5262062 C353.152035,58.9704768 354.807094,59.1926688 356.384403,59.1926688 C361.760574,59.1926688 364.448668,56.2601881 364.448674,50.3952836 L364.448674,1.34317342 L367.847661,1.34317342 L367.847661,50.0620523 C367.847649,58.2595758 364.048784,62.3583659 356.451047,62.3583659 L356.451047,62.3583659 L356.451047,62.3583659 Z"></path>
<path d="M408.269,37.499108 C408.268966,41.5645978 406.774971,44.7858713 403.787,47.1629288 C400.798972,49.5399861 396.827939,50.7285149 391.873873,50.7285149 C385.920081,50.7285149 381.354773,50.0731334 378.177949,48.7624274 L378.177949,45.3634571 C381.688011,46.8519167 386.164453,47.596118 391.60729,47.596118 C395.606075,47.596118 398.777353,46.679732 401.121126,44.84696 C403.464845,43.0141311 404.636716,40.6092856 404.63675,37.6324232 C404.636716,35.7885133 404.247943,34.2611844 403.47043,33.0504363 C402.692855,31.8396884 401.426566,30.7344675 399.671559,29.7347739 C397.916498,28.73508 395.339491,27.6576474 391.940521,26.5023622 C386.964213,24.7918243 383.526345,22.9423452 381.626921,20.9540387 C379.72748,18.965789 378.777766,16.3165322 378.777772,13.0063818 C378.777766,9.36305694 380.205114,6.39176366 383.059827,4.09238828 C385.914523,1.79312656 389.585653,0.643467294 394.073224,0.643410462 C398.649613,0.643467294 402.948337,1.50984589 406.969388,3.2426599 L405.736419,6.17508377 C401.69315,4.48676501 397.827638,3.64254879 394.13987,3.64249196 C390.540921,3.64254879 387.67511,4.475627 385.542423,6.14178338 C383.409714,7.80799659 382.343369,10.0739579 382.343375,12.9397242 C382.343369,14.7392526 382.671048,16.2165742 383.326418,17.3717457 C383.981766,18.5270307 385.053668,19.565594 386.542128,20.4874922 C388.030559,21.4095041 390.585354,22.5147249 394.206515,23.8032116 C398.005363,25.1139175 400.860065,26.385754 402.770638,27.618721 C404.681149,28.8516882 406.07518,30.2512709 406.952726,31.8174693 C407.830208,33.3836676 408.268966,35.2775851 408.269,37.499108 L408.269,37.499108 L408.269,37.499108 Z"></path>
</g>
<g>
<path d="M0.292238205,0.534946162 L0.292238205,49.8501353 L36.9990077,70.7745212 L36.9990077,56.5511817 L12.4426965,42.5530623 L12.4426965,20.5660642 L36.9990077,34.5641836 L36.9990077,21.459332 L0.292238205,0.534946162 L0.292238205,0.534946162 Z" fill="#002A41"></path>
<path d="M73.7057774,0.534946162 L73.7057774,49.8501353 L36.9990077,70.7745212 L36.9990077,56.5511817 L61.555319,42.5530623 L61.555319,20.5660642 L36.9990077,34.5641836 L36.9990077,21.459332 L73.7057774,0.534946162 L73.7057774,0.534946162 Z" fill="#0071B5"></path>
<path d="M0.292238205,91.7207663 L0.292238205,42.4055773 L36.9990077,21.4811914 L36.9990077,35.7045308 L12.4426965,49.7026502 L12.4426965,70.5711594 L36.9990077,56.573041 L36.9990077,70.7963805 L0.292238205,91.7207663 L0.292238205,91.7207663 Z" fill="#0071B5"></path>
<path d="M73.7057774,91.7207663 L73.7057774,42.4055773 L36.9990077,21.4811914 L36.9990077,35.7045308 L61.555319,49.7026502 L61.555319,70.5711594 L36.9990077,56.573041 L36.9990077,70.7963805 L73.7057774,91.7207663 L73.7057774,91.7207663 Z" fill="#002A41"></path>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 10 KiB

+20 -5
View File
@@ -1,9 +1,24 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="256px" height="318px" viewBox="0 0 256 318" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMinYMin meet">
<svg width="512px" height="92px" viewBox="0 0 512 92" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMinYMin meet">
<g>
<path d="M0,0 L0,171.944611 L127.983514,244.900539 L127.983514,195.308789 L42.3643479,146.5023 L42.3643479,69.8414195 L127.983514,118.647908 L127.983514,72.9559283 L0,0 L0,0 Z" fill="#002A41"></path>
<path d="M255.967029,0 L255.967029,171.944611 L127.983514,244.900539 L127.983514,195.308789 L213.602681,146.5023 L213.602681,69.8414195 L127.983514,118.647908 L127.983514,72.9559283 L255.967029,0 L255.967029,0 Z" fill="#0071B5"></path>
<path d="M0,317.932684 L0,145.988073 L127.983514,73.0321441 L127.983514,122.623895 L42.3643479,171.430383 L42.3643479,244.191489 L127.983514,195.385004 L127.983514,244.976756 L0,317.932684 L0,317.932684 Z" fill="#0071B5"></path>
<path d="M255.967029,317.932684 L255.967029,145.988073 L127.983514,73.0321441 L127.983514,122.623895 L213.602681,171.430383 L213.602681,244.191489 L127.983514,195.385004 L127.983514,244.976756 L255.967029,317.932684 L255.967029,317.932684 Z" fill="#002A41"></path>
<g transform="translate(103.403922, 21.082353)" fill="#002A41">
<path d="M0.556846403,1.34317342 L13.9195411,1.34317342 C19.9399477,1.34323024 24.3608516,2.36514328 27.1822658,4.40896936 C30.0036125,6.45285226 31.4143048,9.54081059 31.414339,13.6728443 C31.4143048,16.4942858 30.5534497,18.843555 28.8317738,20.7207653 C27.1100314,22.5980328 24.5941154,23.8032116 21.2840188,24.3363589 L21.2840188,24.5362749 C25.1717209,25.1139175 28.031979,26.3413723 29.8648022,28.2185259 C31.6975514,30.0957932 32.6139431,32.711693 32.6139829,36.0662249 C32.6139431,40.5537659 31.1255006,44.0083129 28.1486439,46.4298086 C25.1717209,48.8513044 20.9507575,50.0620523 15.4857424,50.0620523 L0.556846403,50.0620523 L0.556846403,1.34317342 L0.556846403,1.34317342 Z M3.95583612,23.0367342 L14.6859804,23.0367342 C19.2623721,23.0367911 22.5891573,22.2758827 24.666347,20.7540659 C26.7434741,19.2323627 27.7820554,16.8497363 27.7820896,13.6062436 C27.7820554,10.3627508 26.6101803,8.00791263 24.2664662,6.54167228 C21.9226898,5.07548875 18.4292872,4.34236856 13.7862474,4.34231174 L3.95583612,4.34231174 L3.95583612,23.0367342 L3.95583612,23.0367342 Z M3.95583612,26.0358724 L3.95583612,47.0629139 L15.4190955,47.0629139 C24.4386058,47.0629707 28.9483706,43.3973698 28.9484048,36.0662249 C28.9483706,29.3793233 24.1942342,26.0358724 14.6859804,26.0358724 L3.95583612,26.0358724 L3.95583612,26.0358724 Z"></path>
<path d="M66.8038246,32.8671705 L47.0097048,32.8671705 L40.2117299,50.0620523 L36.4461824,50.0620523 L56.0403575,1.14325738 L58.2063781,1.14325738 L77.4006757,50.0620523 L73.568482,50.0620523 L66.8038246,32.8671705 L66.8038246,32.8671705 Z M48.2426717,29.8014315 L65.6708268,29.8014315 L59.0394619,12.2399612 C58.4840498,10.8626545 57.8175817,8.95208686 57.0400572,6.50831506 C56.4402181,8.6410748 55.7848595,10.5738048 55.0739756,12.3066188 L48.2426717,29.8014315 L48.2426717,29.8014315 Z"></path>
<path d="M105.059116,3.70914958 C98.9498004,3.70920642 94.1401262,5.66415567 90.6300712,9.57411097 C87.1199934,13.4840663 85.3649658,18.8380428 85.3649714,25.6359836 C85.3649658,32.5894589 87.0200239,37.9878738 90.330163,41.8311714 C93.6402737,45.6744691 98.3721975,47.596118 104.52594,47.596118 C108.613587,47.596118 112.36802,47.0740518 115.78926,46.0299197 L115.78926,49.029001 C112.567964,50.1620102 108.54694,50.7285149 103.726179,50.7285149 C96.8837493,50.7285149 91.4964668,48.5180731 87.564315,44.0971328 C83.6321462,39.6762493 81.6660646,33.5003328 81.6660702,25.5693259 C81.6660646,20.6152953 82.6046755,16.2499314 84.4819029,12.4732345 C86.3591134,8.69659438 89.0583038,5.78082071 92.5794911,3.7257998 C96.1006503,1.67094934 100.193871,0.643467294 104.859177,0.643410462 C109.613287,0.643467294 113.867571,1.53206509 117.622049,3.30926068 L116.255789,6.37505663 C112.701256,4.59780422 108.969037,3.70920642 105.059116,3.70914958 L105.059116,3.70914958 L105.059116,3.70914958 Z"></path>
<path d="M159.409626,50.0620523 L155.244196,50.0620523 L136.54975,24.3363589 L130.051683,30.0680051 L130.051683,50.0620523 L126.652696,50.0620523 L126.652696,1.34317342 L130.051683,1.34317342 L130.051683,26.6689779 L135.450082,21.2706198 L154.544404,1.34317342 L158.87645,1.34317342 L138.915716,21.9370823 L159.409626,50.0620523 L159.409626,50.0620523 Z"></path>
<path d="M166.374234,1.34317342 L179.736927,1.34317342 C185.757338,1.34323024 190.178239,2.36514328 192.999652,4.40896936 C195.821002,6.45285226 197.231694,9.54081059 197.231728,13.6728443 C197.231694,16.4942858 196.37084,18.843555 194.649163,20.7207653 C192.92742,22.5980328 190.411506,23.8032116 187.101407,24.3363589 L187.101407,24.5362749 C190.989109,25.1139175 193.849369,26.3413723 195.682192,28.2185259 C197.514941,30.0957932 198.431332,32.711693 198.431373,36.0662249 C198.431332,40.5537659 196.94289,44.0083129 193.966034,46.4298086 C190.989109,48.8513044 186.768147,50.0620523 181.303131,50.0620523 L166.374234,50.0620523 L166.374234,1.34317342 L166.374234,1.34317342 Z M169.773227,23.0367342 L180.50337,23.0367342 C185.07976,23.0367911 188.406544,22.2758827 190.483733,20.7540659 C192.560865,19.2323627 193.59944,16.8497363 193.599474,13.6062436 C193.59944,10.3627508 192.427566,8.00791263 190.083855,6.54167228 C187.740081,5.07548875 184.246677,4.34236856 179.603635,4.34231174 L169.773227,4.34231174 L169.773227,23.0367342 L169.773227,23.0367342 Z M169.773227,26.0358724 L169.773227,47.0629139 L181.236485,47.0629139 C190.255994,47.0629707 194.765761,43.3973698 194.765795,36.0662249 C194.765761,29.3793233 190.011623,26.0358724 180.50337,26.0358724 L169.773227,26.0358724 L169.773227,26.0358724 Z"></path>
<path d="M250.116011,25.6359836 C250.115958,33.3670175 248.1832,39.4818454 244.317728,43.9805246 C240.452177,48.4792037 235.120432,50.7285149 228.322486,50.7285149 C221.546701,50.7285149 216.226066,48.4792037 212.360564,43.9805246 C208.495038,39.4818454 206.562284,33.3447981 206.562284,25.5693259 C206.562284,17.8161298 208.511698,11.7123829 212.41055,7.25808544 C216.309372,2.80390159 221.635566,0.576809673 228.389131,0.576752841 C235.187079,0.576809673 240.507714,2.8150396 244.351052,7.29144264 C248.194309,11.7679026 250.115958,17.8827306 250.116011,25.6359836 L250.116011,25.6359836 L250.116011,25.6359836 Z M210.261185,25.6359836 C210.261179,32.611678 211.816268,38.0045239 214.926468,41.8145212 C218.036642,45.6244618 222.501973,47.5294604 228.322486,47.5294604 C234.187377,47.5294604 238.669374,45.6411688 241.768487,41.8644718 C244.867527,38.0878317 246.417063,32.6783355 246.417108,25.6359836 C246.417063,18.6158508 244.867527,13.2341429 241.768487,9.49074633 C238.669374,5.74746348 234.209592,3.87582204 228.389131,3.87576522 C222.590832,3.87582204 218.119948,5.76417051 214.976453,9.54075377 C211.832936,13.3174507 210.261179,18.6825083 210.261185,25.6359836 L210.261185,25.6359836 L210.261185,25.6359836 Z"></path>
<path d="M296.702152,50.0620523 L293.269841,50.0620523 L264.41175,6.80824593 L264.145167,6.80824593 C264.411739,11.9623064 264.545037,15.8500425 264.545043,18.4714543 L264.545043,50.0620523 L261.279349,50.0620523 L261.279349,1.34317342 L264.678341,1.34317342 L293.503102,44.5303788 L293.703048,44.5303788 C293.503062,40.5315469 293.403093,36.7326875 293.403133,33.1337442 L293.403133,1.34317342 L296.702152,1.34317342 L296.702152,50.0620523 L296.702152,50.0620523 Z"></path>
<path d="M337.090157,50.0620523 L310.46474,50.0620523 L310.46474,1.34317342 L337.090157,1.34317342 L337.090157,4.475627 L313.863727,4.475627 L313.863727,22.9034758 L335.790544,22.9034758 L335.790544,26.0358724 L313.863727,26.0358724 L313.863727,46.9296555 L337.090157,46.9296555 L337.090157,50.0620523 L337.090157,50.0620523 Z"></path>
<path d="M346.687286,47.4628028 C346.68728,45.2857183 347.575901,44.1971475 349.353159,44.1971475 C351.174827,44.1971475 352.085667,45.2857183 352.085679,47.4628028 C352.085667,49.6399442 351.174827,50.7285149 349.353159,50.7285149 C347.575901,50.7285149 346.68728,49.6399442 346.687286,47.4628028 L346.687286,47.4628028 L346.687286,47.4628028 Z"></path>
<path d="M356.451047,62.3583659 C354.407216,62.3583659 352.729938,62.0584919 351.41921,61.458687 L351.41921,58.5262062 C353.152035,58.9704768 354.807094,59.1926688 356.384403,59.1926688 C361.760574,59.1926688 364.448668,56.2601881 364.448674,50.3952836 L364.448674,1.34317342 L367.847661,1.34317342 L367.847661,50.0620523 C367.847649,58.2595758 364.048784,62.3583659 356.451047,62.3583659 L356.451047,62.3583659 L356.451047,62.3583659 Z"></path>
<path d="M408.269,37.499108 C408.268966,41.5645978 406.774971,44.7858713 403.787,47.1629288 C400.798972,49.5399861 396.827939,50.7285149 391.873873,50.7285149 C385.920081,50.7285149 381.354773,50.0731334 378.177949,48.7624274 L378.177949,45.3634571 C381.688011,46.8519167 386.164453,47.596118 391.60729,47.596118 C395.606075,47.596118 398.777353,46.679732 401.121126,44.84696 C403.464845,43.0141311 404.636716,40.6092856 404.63675,37.6324232 C404.636716,35.7885133 404.247943,34.2611844 403.47043,33.0504363 C402.692855,31.8396884 401.426566,30.7344675 399.671559,29.7347739 C397.916498,28.73508 395.339491,27.6576474 391.940521,26.5023622 C386.964213,24.7918243 383.526345,22.9423452 381.626921,20.9540387 C379.72748,18.965789 378.777766,16.3165322 378.777772,13.0063818 C378.777766,9.36305694 380.205114,6.39176366 383.059827,4.09238828 C385.914523,1.79312656 389.585653,0.643467294 394.073224,0.643410462 C398.649613,0.643467294 402.948337,1.50984589 406.969388,3.2426599 L405.736419,6.17508377 C401.69315,4.48676501 397.827638,3.64254879 394.13987,3.64249196 C390.540921,3.64254879 387.67511,4.475627 385.542423,6.14178338 C383.409714,7.80799659 382.343369,10.0739579 382.343375,12.9397242 C382.343369,14.7392526 382.671048,16.2165742 383.326418,17.3717457 C383.981766,18.5270307 385.053668,19.565594 386.542128,20.4874922 C388.030559,21.4095041 390.585354,22.5147249 394.206515,23.8032116 C398.005363,25.1139175 400.860065,26.385754 402.770638,27.618721 C404.681149,28.8516882 406.07518,30.2512709 406.952726,31.8174693 C407.830208,33.3836676 408.268966,35.2775851 408.269,37.499108 L408.269,37.499108 L408.269,37.499108 Z"></path>
</g>
<g>
<path d="M0.292238205,0.534946162 L0.292238205,49.8501353 L36.9990077,70.7745212 L36.9990077,56.5511817 L12.4426965,42.5530623 L12.4426965,20.5660642 L36.9990077,34.5641836 L36.9990077,21.459332 L0.292238205,0.534946162 L0.292238205,0.534946162 Z" fill="#002A41"></path>
<path d="M73.7057774,0.534946162 L73.7057774,49.8501353 L36.9990077,70.7745212 L36.9990077,56.5511817 L61.555319,42.5530623 L61.555319,20.5660642 L36.9990077,34.5641836 L36.9990077,21.459332 L73.7057774,0.534946162 L73.7057774,0.534946162 Z" fill="#0071B5"></path>
<path d="M0.292238205,91.7207663 L0.292238205,42.4055773 L36.9990077,21.4811914 L36.9990077,35.7045308 L12.4426965,49.7026502 L12.4426965,70.5711594 L36.9990077,56.573041 L36.9990077,70.7963805 L0.292238205,91.7207663 L0.292238205,91.7207663 Z" fill="#0071B5"></path>
<path d="M73.7057774,91.7207663 L73.7057774,42.4055773 L36.9990077,21.4811914 L36.9990077,35.7045308 L61.555319,49.7026502 L61.555319,70.5711594 L36.9990077,56.573041 L36.9990077,70.7963805 L73.7057774,91.7207663 L73.7057774,91.7207663 Z" fill="#002A41"></path>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 10 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 16 KiB

+25 -8
View File
File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 112 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.5 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 8.8 KiB

+9 -3
View File
File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB

+6
View File
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<svg width="256px" height="256px" viewBox="0 0 256 256" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMinYMin meet">
<g>
<path d="M251.172245,116.593517 L139.398753,4.82845302 C132.966433,-1.60948434 122.525852,-1.60948434 116.085106,4.82845302 L92.8753863,28.0381721 L122.317995,57.4807809 C129.16041,55.1690784 137.005593,56.7195763 142.460425,62.1744081 C147.940536,67.6629464 149.479799,75.5755422 147.111919,82.4404282 L175.487156,110.815665 C182.352042,108.450594 190.273064,109.98143 195.755985,115.472777 C203.418591,123.132574 203.418591,135.547794 195.755985,143.213209 C188.09057,150.878624 175.67535,150.878624 168.007126,143.213209 C162.243319,137.443783 160.81922,128.977839 163.737639,121.877008 L137.275245,95.4146135 L137.272436,165.052198 C139.140337,165.979126 140.904309,167.212221 142.460425,168.762719 C150.123031,176.422516 150.123031,188.837736 142.460425,196.508768 C134.79501,204.171375 122.374173,204.171375 114.719993,196.508768 C107.057387,188.837736 107.057387,176.422516 114.719993,168.762719 C116.613174,166.872347 118.804095,165.442631 121.141077,164.481996 L121.141077,94.1955625 C118.804095,93.2405457 116.615983,91.8192558 114.719993,89.9148396 C108.914052,84.1173254 107.518042,75.5980132 110.492639,68.4690928 L81.4713611,39.4421974 L4.83125614,116.076685 C-1.60949009,122.52024 -1.60949009,132.960821 4.83125614,139.398759 L116.604747,251.166631 C123.039876,257.604569 133.477648,257.604569 139.921203,251.166631 L251.172245,139.9184 C257.61018,133.477654 257.61018,123.031455 251.172245,116.593517" fill="#DE4C36"></path>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

-9
View File
@@ -1,9 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<svg width="256px" height="108px" viewBox="0 0 256 108" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMinYMin meet">
<g>
<path d="M152.983963,37.213516 C147.387032,37.213516 143.218557,39.9617169 143.218557,46.5756347 C143.218557,51.5588676 145.965589,55.0189589 152.682374,55.0189589 C158.37516,55.0189589 162.242046,51.6640731 162.242046,46.3698995 C162.242046,40.3696804 158.781954,37.213516 152.983963,37.213516 L152.983963,37.213516 L152.983963,37.213516 Z M141.793607,83.9153973 C140.469187,85.5402374 139.149443,87.2679452 139.149443,89.3054247 C139.149443,93.3722009 144.334904,94.5960913 151.458484,94.5960913 C157.359342,94.5960913 165.397041,94.1822831 165.397041,88.6964018 C165.397041,85.435032 161.530155,85.2339726 156.643945,84.9277078 L141.793607,83.9153973 L141.793607,83.9153973 Z M171.906922,37.5209498 C173.73516,39.8611872 175.670941,43.1178813 175.670941,47.7971872 C175.670941,59.089242 166.819653,65.7008219 154.004457,65.7008219 C150.745425,65.7008219 147.794995,65.2951963 145.965589,64.7867032 L142.607196,70.1778995 L152.576,70.7869224 C170.178046,71.9091142 180.551306,72.4187763 180.551306,85.9435251 C180.551306,97.6458813 170.278575,104.255123 152.576,104.255123 C134.162703,104.255123 127.14316,99.5758174 127.14316,91.5392877 C127.14316,86.9605114 129.178301,84.5244201 132.738922,81.1613516 C129.38053,79.7422466 128.263014,77.1997808 128.263014,74.4515799 C128.263014,72.2118721 129.38053,70.1778995 131.214612,68.2432877 C133.045187,66.3133516 135.07916,64.3775708 137.521096,62.1402009 C132.536694,59.6982648 128.771507,54.4075982 128.771507,46.8783927 C128.771507,35.1807123 136.50411,27.1465205 152.066338,27.1465205 C156.441717,27.1465205 159.088219,27.5486393 161.428457,28.1635068 L181.267872,28.1635068 L181.267872,36.8078904 L171.906922,37.5209498 L171.906922,37.5209498 Z" fill="#2F2707"></path>
<path d="M199.165662,19.0340091 C193.365333,19.0340091 190.009279,15.6744475 190.009279,9.87294977 C190.009279,4.0796347 193.365333,0.92347032 199.165662,0.92347032 C205.066521,0.92347032 208.423744,4.0796347 208.423744,9.87294977 C208.423744,15.6744475 205.066521,19.0340091 199.165662,19.0340091 L199.165662,19.0340091 L199.165662,19.0340091 Z M186.039525,80.1712511 L186.039525,72.1382283 L191.229662,71.4286758 C192.654612,71.2229406 192.85684,70.9190137 192.85684,69.3900274 L192.85684,39.4801096 C192.85684,38.3637626 192.552913,37.6483653 191.53242,37.3456073 L186.039525,35.4109954 L187.15821,27.1734064 L208.219178,27.1734064 L208.219178,69.3900274 C208.219178,71.0207123 208.31737,71.2229406 209.847525,71.4286758 L215.036493,72.1382283 L215.036493,80.1712511 L186.039525,80.1712511 L186.039525,80.1712511 Z" fill="#2F2707"></path>
<path d="M255.267068,76.2272146 C250.890521,78.3617169 244.482338,80.2951598 238.68084,80.2951598 C226.575196,80.2951598 221.998758,75.4171324 221.998758,63.9158356 L221.998758,37.2626119 C221.998758,36.653589 221.998758,36.2456256 221.181662,36.2456256 L214.061589,36.2456256 L214.061589,27.1909406 C223.016913,26.1716164 226.575196,21.6945388 227.693881,10.6058813 L237.359927,10.6058813 L237.359927,25.0564384 C237.359927,25.7659909 237.359927,26.0734247 238.174685,26.0734247 L252.517699,26.0734247 L252.517699,36.2456256 L237.359927,36.2456256 L237.359927,60.5586119 C237.359927,66.5611689 238.786046,68.8990685 244.276603,68.8990685 C247.12884,68.8990685 250.075763,68.188347 252.517699,67.2730594 L255.267068,76.2272146" fill="#2F2707"></path>
<path d="M104.528658,49.5295708 L58.0126393,3.01705936 C55.3357443,0.337826484 50.990758,0.337826484 48.3103562,3.01705936 L38.6513242,12.6760913 L50.9042557,24.9290228 C53.7518174,23.9669772 57.0166941,24.6122374 59.2867945,26.8823379 C61.5674155,29.1664658 62.208,32.4593973 61.2225753,35.3163105 L73.0313059,47.1250411 C75.8882192,46.1407854 79.1846575,46.777863 81.4664475,49.0631598 C84.6553425,52.2508858 84.6553425,57.4176438 81.4664475,60.6077078 C78.2763836,63.7977717 73.1096256,63.7977717 69.9183927,60.6077078 C67.5197078,58.2066849 66.9270502,54.6834703 68.141589,51.7283653 L57.1289132,40.7156895 L57.1277443,69.6962922 C57.9050959,70.0820457 58.6391963,70.5952146 59.2867945,71.2404749 C62.4756895,74.4282009 62.4756895,79.5949589 59.2867945,82.7873607 C56.0967306,85.9762557 50.9276347,85.9762557 47.7422466,82.7873607 C44.5533516,79.5949589 44.5533516,74.4282009 47.7422466,71.2404749 C48.5301187,70.4537717 49.4418995,69.8587763 50.4144658,69.4589954 L50.4144658,40.2083653 C49.4418995,39.8109224 48.5312877,39.2194338 47.7422466,38.4268858 C45.3260274,36.0141735 44.7450594,32.4687489 45.9829772,29.5019543 L33.9053881,17.4220274 L2.01059361,49.314484 C-0.669808219,51.9960548 -0.669808219,56.3410411 2.01059361,59.020274 L48.5266119,105.533954 C51.2046758,108.213187 55.5484932,108.213187 58.2300639,105.533954 L104.528658,59.2365297 C107.20789,56.5561279 107.20789,52.2088037 104.528658,49.5295708" fill="#DE4C36"></path>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 4.9 KiB

+5 -2
View File
@@ -1,6 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<svg width="256px" height="256px" viewBox="0 0 256 256" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMinYMin meet">
<svg width="256px" height="108px" viewBox="0 0 256 108" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMinYMin meet">
<g>
<path d="M251.172245,116.593517 L139.398753,4.82845302 C132.966433,-1.60948434 122.525852,-1.60948434 116.085106,4.82845302 L92.8753863,28.0381721 L122.317995,57.4807809 C129.16041,55.1690784 137.005593,56.7195763 142.460425,62.1744081 C147.940536,67.6629464 149.479799,75.5755422 147.111919,82.4404282 L175.487156,110.815665 C182.352042,108.450594 190.273064,109.98143 195.755985,115.472777 C203.418591,123.132574 203.418591,135.547794 195.755985,143.213209 C188.09057,150.878624 175.67535,150.878624 168.007126,143.213209 C162.243319,137.443783 160.81922,128.977839 163.737639,121.877008 L137.275245,95.4146135 L137.272436,165.052198 C139.140337,165.979126 140.904309,167.212221 142.460425,168.762719 C150.123031,176.422516 150.123031,188.837736 142.460425,196.508768 C134.79501,204.171375 122.374173,204.171375 114.719993,196.508768 C107.057387,188.837736 107.057387,176.422516 114.719993,168.762719 C116.613174,166.872347 118.804095,165.442631 121.141077,164.481996 L121.141077,94.1955625 C118.804095,93.2405457 116.615983,91.8192558 114.719993,89.9148396 C108.914052,84.1173254 107.518042,75.5980132 110.492639,68.4690928 L81.4713611,39.4421974 L4.83125614,116.076685 C-1.60949009,122.52024 -1.60949009,132.960821 4.83125614,139.398759 L116.604747,251.166631 C123.039876,257.604569 133.477648,257.604569 139.921203,251.166631 L251.172245,139.9184 C257.61018,133.477654 257.61018,123.031455 251.172245,116.593517" fill="#DE4C36"></path>
<path d="M152.983963,37.213516 C147.387032,37.213516 143.218557,39.9617169 143.218557,46.5756347 C143.218557,51.5588676 145.965589,55.0189589 152.682374,55.0189589 C158.37516,55.0189589 162.242046,51.6640731 162.242046,46.3698995 C162.242046,40.3696804 158.781954,37.213516 152.983963,37.213516 L152.983963,37.213516 L152.983963,37.213516 Z M141.793607,83.9153973 C140.469187,85.5402374 139.149443,87.2679452 139.149443,89.3054247 C139.149443,93.3722009 144.334904,94.5960913 151.458484,94.5960913 C157.359342,94.5960913 165.397041,94.1822831 165.397041,88.6964018 C165.397041,85.435032 161.530155,85.2339726 156.643945,84.9277078 L141.793607,83.9153973 L141.793607,83.9153973 Z M171.906922,37.5209498 C173.73516,39.8611872 175.670941,43.1178813 175.670941,47.7971872 C175.670941,59.089242 166.819653,65.7008219 154.004457,65.7008219 C150.745425,65.7008219 147.794995,65.2951963 145.965589,64.7867032 L142.607196,70.1778995 L152.576,70.7869224 C170.178046,71.9091142 180.551306,72.4187763 180.551306,85.9435251 C180.551306,97.6458813 170.278575,104.255123 152.576,104.255123 C134.162703,104.255123 127.14316,99.5758174 127.14316,91.5392877 C127.14316,86.9605114 129.178301,84.5244201 132.738922,81.1613516 C129.38053,79.7422466 128.263014,77.1997808 128.263014,74.4515799 C128.263014,72.2118721 129.38053,70.1778995 131.214612,68.2432877 C133.045187,66.3133516 135.07916,64.3775708 137.521096,62.1402009 C132.536694,59.6982648 128.771507,54.4075982 128.771507,46.8783927 C128.771507,35.1807123 136.50411,27.1465205 152.066338,27.1465205 C156.441717,27.1465205 159.088219,27.5486393 161.428457,28.1635068 L181.267872,28.1635068 L181.267872,36.8078904 L171.906922,37.5209498 L171.906922,37.5209498 Z" fill="#2F2707"></path>
<path d="M199.165662,19.0340091 C193.365333,19.0340091 190.009279,15.6744475 190.009279,9.87294977 C190.009279,4.0796347 193.365333,0.92347032 199.165662,0.92347032 C205.066521,0.92347032 208.423744,4.0796347 208.423744,9.87294977 C208.423744,15.6744475 205.066521,19.0340091 199.165662,19.0340091 L199.165662,19.0340091 L199.165662,19.0340091 Z M186.039525,80.1712511 L186.039525,72.1382283 L191.229662,71.4286758 C192.654612,71.2229406 192.85684,70.9190137 192.85684,69.3900274 L192.85684,39.4801096 C192.85684,38.3637626 192.552913,37.6483653 191.53242,37.3456073 L186.039525,35.4109954 L187.15821,27.1734064 L208.219178,27.1734064 L208.219178,69.3900274 C208.219178,71.0207123 208.31737,71.2229406 209.847525,71.4286758 L215.036493,72.1382283 L215.036493,80.1712511 L186.039525,80.1712511 L186.039525,80.1712511 Z" fill="#2F2707"></path>
<path d="M255.267068,76.2272146 C250.890521,78.3617169 244.482338,80.2951598 238.68084,80.2951598 C226.575196,80.2951598 221.998758,75.4171324 221.998758,63.9158356 L221.998758,37.2626119 C221.998758,36.653589 221.998758,36.2456256 221.181662,36.2456256 L214.061589,36.2456256 L214.061589,27.1909406 C223.016913,26.1716164 226.575196,21.6945388 227.693881,10.6058813 L237.359927,10.6058813 L237.359927,25.0564384 C237.359927,25.7659909 237.359927,26.0734247 238.174685,26.0734247 L252.517699,26.0734247 L252.517699,36.2456256 L237.359927,36.2456256 L237.359927,60.5586119 C237.359927,66.5611689 238.786046,68.8990685 244.276603,68.8990685 C247.12884,68.8990685 250.075763,68.188347 252.517699,67.2730594 L255.267068,76.2272146" fill="#2F2707"></path>
<path d="M104.528658,49.5295708 L58.0126393,3.01705936 C55.3357443,0.337826484 50.990758,0.337826484 48.3103562,3.01705936 L38.6513242,12.6760913 L50.9042557,24.9290228 C53.7518174,23.9669772 57.0166941,24.6122374 59.2867945,26.8823379 C61.5674155,29.1664658 62.208,32.4593973 61.2225753,35.3163105 L73.0313059,47.1250411 C75.8882192,46.1407854 79.1846575,46.777863 81.4664475,49.0631598 C84.6553425,52.2508858 84.6553425,57.4176438 81.4664475,60.6077078 C78.2763836,63.7977717 73.1096256,63.7977717 69.9183927,60.6077078 C67.5197078,58.2066849 66.9270502,54.6834703 68.141589,51.7283653 L57.1289132,40.7156895 L57.1277443,69.6962922 C57.9050959,70.0820457 58.6391963,70.5952146 59.2867945,71.2404749 C62.4756895,74.4282009 62.4756895,79.5949589 59.2867945,82.7873607 C56.0967306,85.9762557 50.9276347,85.9762557 47.7422466,82.7873607 C44.5533516,79.5949589 44.5533516,74.4282009 47.7422466,71.2404749 C48.5301187,70.4537717 49.4418995,69.8587763 50.4144658,69.4589954 L50.4144658,40.2083653 C49.4418995,39.8109224 48.5312877,39.2194338 47.7422466,38.4268858 C45.3260274,36.0141735 44.7450594,32.4687489 45.9829772,29.5019543 L33.9053881,17.4220274 L2.01059361,49.314484 C-0.669808219,51.9960548 -0.669808219,56.3410411 2.01059361,59.020274 L48.5266119,105.533954 C51.2046758,108.213187 55.5484932,108.213187 58.2300639,105.533954 L104.528658,59.2365297 C107.20789,56.5561279 107.20789,52.2088037 104.528658,49.5295708" fill="#DE4C36"></path>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

+6
View File
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<svg width="256px" height="255px" viewBox="0 0 256 255" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMinYMin meet">
<g fill="#464342">
<path d="M18.1239675,127.500488 C18.1239675,170.795707 43.284813,208.211252 79.7700163,225.941854 L27.5938862,82.985626 C21.524813,96.5890081 18.1239675,111.643057 18.1239675,127.500488 L18.1239675,127.500488 Z M201.345041,121.980878 C201.345041,108.462829 196.489366,99.1011382 192.324683,91.8145041 C186.780098,82.8045528 181.583089,75.1745041 181.583089,66.1645528 C181.583089,56.1097886 189.208976,46.7501789 199.950569,46.7501789 C200.435512,46.7501789 200.89548,46.8105366 201.367935,46.8375935 C181.907772,29.0091707 155.981008,18.1239675 127.50465,18.1239675 C89.2919675,18.1239675 55.6727154,37.7298211 36.1147317,67.4258211 C38.6809756,67.5028293 41.0994472,67.5569431 43.1536911,67.5569431 C54.5946016,67.5569431 72.3043902,66.1687154 72.3043902,66.1687154 C78.2007154,65.8211382 78.8958699,74.4814309 73.0057886,75.1786667 C73.0057886,75.1786667 67.0803252,75.8759024 60.4867642,76.2213984 L100.318699,194.699447 L124.25574,122.909138 L107.214049,76.2172358 C101.323967,75.8717398 95.744,75.1745041 95.744,75.1745041 C89.8497561,74.8290081 90.540748,65.8169756 96.4349919,66.1645528 C96.4349919,66.1645528 114.498602,67.5527805 125.246439,67.5527805 C136.685268,67.5527805 154.397138,66.1645528 154.397138,66.1645528 C160.297626,65.8169756 160.990699,74.4772683 155.098537,75.1745041 C155.098537,75.1745041 149.160585,75.8717398 142.579512,76.2172358 L182.107577,193.798244 L193.017756,157.340098 C197.746472,142.211122 201.345041,131.34465 201.345041,121.980878 L201.345041,121.980878 Z M129.42361,137.068228 L96.6056585,232.43135 C106.404423,235.31187 116.76722,236.887415 127.50465,236.887415 C140.242211,236.887415 152.457366,234.685398 163.827512,230.68722 C163.534049,230.218927 163.267642,229.721496 163.049106,229.180358 L129.42361,137.068228 L129.42361,137.068228 Z M223.481756,75.0225691 C223.95213,78.5066667 224.218537,82.2467642 224.218537,86.2699187 C224.218537,97.3694959 222.145561,109.846894 215.901659,125.448325 L182.490537,222.04774 C215.00878,203.085008 236.881171,167.854829 236.881171,127.502569 C236.883252,108.485724 232.025496,90.603187 223.481756,75.0225691 L223.481756,75.0225691 Z M127.50465,0 C57.2003902,0 0,57.1962276 0,127.500488 C0,197.813073 57.2003902,255.00722 127.50465,255.00722 C197.806829,255.00722 255.015545,197.813073 255.015545,127.500488 C255.013463,57.1962276 197.806829,0 127.50465,0 L127.50465,0 Z M127.50465,249.162927 C60.4243252,249.162927 5.84637398,194.584976 5.84637398,127.500488 C5.84637398,60.4201626 60.4222439,5.84637398 127.50465,5.84637398 C194.582894,5.84637398 249.156683,60.4201626 249.156683,127.500488 C249.156683,194.584976 194.582894,249.162927 127.50465,249.162927 L127.50465,249.162927 Z"></path>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 11 KiB

+10 -6
View File
File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 11 KiB