Add vase design: split SVG title/image/date into homepage sections

- Hero glass panel now shows Lina · rings · Marlin from vase artwork
  (side-by-side on landscape, stacked on portrait)
- Vase illustration used as ornamental divider above album grid
- Vase date used as footer closing line
- Homepage structure: intro text, ornament, albums divider, gallery, date

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
yvierkoetter
2026-06-18 23:04:36 +02:00
parent 921a852cbf
commit d62e71bafb
10 changed files with 319 additions and 20 deletions
+109 -17
View File
@@ -68,22 +68,41 @@ section.hero {
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.hero-content h1 {
font-family: 'Cormorant Garant', Georgia, serif;
color: #faf8f4;
font-weight: 300;
font-style: italic;
font-size: clamp(3.5rem, 9vw, 8rem);
line-height: 1.0;
text-wrap: balance;
letter-spacing: 0.04em;
/* SVG vase title in the hero glass panel */
.hero-vase-title {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 2rem;
margin-bottom: 1.25rem;
animation: hero-fade-up 1s cubic-bezier(0.16, 1, 0.3, 1) both;
}
@media (orientation: portrait) {
.hero-vase-title {
flex-direction: column;
gap: 0.5rem;
}
}
.hero-vase-title img {
filter: brightness(0) invert(1);
display: block;
width: auto;
}
.hero-vase-title .vase-name {
height: clamp(3rem, 7.5vw, 5.5rem);
}
.hero-vase-title .vase-rings {
height: clamp(3rem, 7.5vw, 5.5rem);
}
.hero-content p {
color: rgba(250, 248, 244, 0.8);
font-size: 0.8125rem;
font-size: 1rem;
line-height: 1.6;
letter-spacing: 0.12em;
text-transform: uppercase;
@@ -96,8 +115,7 @@ section.hero {
.hero-scroll {
display: flex;
justify-content: center;
padding-top: 1.25rem;
padding-bottom: 0.25rem;
padding-top: 0.5rem;
color: rgba(250, 250, 250, 0.6);
animation: hero-fade-in 0.6s ease 0.6s both;
}
@@ -116,8 +134,8 @@ section.hero {
/* ── Intro text section ───────────────────────────────── */
.home-intro {
max-width: 600px;
margin: 0 auto 5rem;
max-width: 560px;
margin: 4rem auto 5rem;
padding: 0 1.5rem;
text-align: center;
}
@@ -125,13 +143,87 @@ section.hero {
.home-intro .prose p {
color: var(--text-2);
font-size: 1rem;
line-height: 1.85;
margin-top: 1em;
margin-bottom: 1em;
line-height: 1.9;
margin-top: 0.9em;
margin-bottom: 0.9em;
}
.home-intro .prose p:first-child {
margin-top: 0;
color: var(--text-1);
font-size: 1.1875rem;
line-height: 1.75;
}
/* ── Vase ornament ────────────────────────────────────── */
.home-ornament {
display: flex;
justify-content: center;
margin: 0 auto 3rem;
}
.home-ornament img {
height: 240px;
width: auto;
opacity: 0.38;
filter: sepia(1);
}
[data-theme="dark"] .home-ornament img {
filter: invert(1) sepia(0.4) brightness(0.85);
opacity: 0.45;
}
/* ── Albums divider ───────────────────────────────────── */
.home-divider {
display: flex;
align-items: center;
gap: 1.25rem;
max-width: 1280px;
margin: 0 auto 2.5rem;
padding: 0 1.5rem;
}
.home-divider::before,
.home-divider::after {
content: "";
flex: 1;
height: 1px;
background: var(--border);
}
.home-divider span {
font-size: 0.6875rem;
font-weight: 500;
letter-spacing: 0.2em;
text-transform: uppercase;
color: var(--text-2);
white-space: nowrap;
}
/* ── Closing line ─────────────────────────────────────── */
.home-closing {
display: flex;
justify-content: center;
margin: 4rem auto 2rem;
padding: 2.5rem 1.5rem 0;
border-top: 1px solid var(--border);
max-width: 1280px;
}
.home-closing .vase-date {
height: 1.75rem;
width: auto;
opacity: 0.75;
filter: sepia(1);
}
[data-theme="dark"] .home-closing .vase-date {
filter: invert(1) sepia(0.3) brightness(0.9);
opacity: 0.75;
}
/* ── Keyframes ────────────────────────────────────────── */
+2 -2
View File
@@ -13,8 +13,8 @@
if (s > heroH) { ticking = false; return; }
// Background at 55%, text at 80% — both slower than normal, image slowest
if (heroBg) heroBg.style.transform = 'translateY(' + (s * 0.45) + 'px)';
if (heroFg) heroFg.style.transform = 'translateY(' + (s * 0.35) + 'px)';
if (heroBg) heroBg.style.transform = 'translateY(' + (s * 0.25) + 'px)';
if (heroFg) heroFg.style.transform = 'translateY(' + (s * 0.15) + 'px)';
// Scroll arrow fades out over the first 30% of hero height
if (heroScroll) {
+2
View File
@@ -2,6 +2,8 @@
title: "Herzlich Willkommen"
params:
tagline: "Schön, dass ihr da seid."
albums_label: "Alben"
closing: "20. Juni 2026"
---
Hier findet ihr die Erinnerungen an unseren besonderen Tag — festgehalten in Bildern, die für immer bleiben.
+20 -1
View File
@@ -6,7 +6,11 @@
<div class="hero-bg" style="background-image: url({{ $img.RelPermalink }})"></div>
<div class="hero-fg">
<div class="hero-content">
<h1>{{ .Title }}</h1>
<div class="hero-vase-title" aria-label="{{ .Title }}">
<img src="/vase-lina.svg" class="vase-name" alt="Lina">
<img src="/vase-rings.svg" class="vase-rings" alt="">
<img src="/vase-marlin.svg" class="vase-name" alt="Marlin">
</div>
{{ with .Params.tagline }}<p>{{ . }}</p>{{ end }}
<div class="hero-scroll" aria-hidden="true">
<span class="hero-scroll-icon">
@@ -21,16 +25,31 @@
{{ else }}
{{ partial "title.html" . }}
{{ end }}
{{ with .Content }}
<section class="home-intro">
<div class="prose">{{ . }}</div>
</section>
{{ end }}
{{ partial "categories.html" }}
{{ partial "featured.html" . }}
<div class="home-ornament" aria-hidden="true">
<img src="/vase-image.svg" alt="" width="263" height="295">
</div>
{{ with .Params.albums_label }}
<div class="home-divider"><span>{{ . }}</span></div>
{{ end }}
<section class="galleries">
{{ range where .Pages "Params.private" "ne" true }}
{{ partial "album-card.html" . }}
{{ end }}
</section>
<div class="home-closing" aria-label="{{ .Params.closing }}">
<img src="/vase-date.svg" class="vase-date" alt="{{ .Params.closing }}" width="263" height="47">
</div>
{{ end }}
+39
View File
@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 233 39" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(1,0,0,1,-478,-610)">
<rect id="Vase" x="-0" y="0" width="1187.34" height="755.906" style="fill:none;"/>
<g>
<g transform="matrix(1,0,0,1,-400.248,0)">
<path d="M902.512,638.149C902.032,640.686 900.889,642.68 899.083,644.132C897.277,645.583 895.403,646.309 893.46,646.309C891.494,646.309 889.757,645.646 888.248,644.32C887.38,643.543 886.5,643.155 885.608,643.155C883.848,643.155 882.785,644.16 882.42,646.172L881.46,646.172C881.574,642.789 882.768,639.766 885.043,637.103C887.317,634.44 889.449,632.457 891.437,631.154C893.426,629.829 894.854,628.389 895.723,626.834C896.592,625.28 897.026,623.76 897.026,622.274C897.026,620.24 896.346,618.423 894.986,616.823C893.626,615.223 891.951,614.422 889.963,614.422C888.043,614.422 886.437,615.032 885.146,616.251C883.854,617.47 883.208,619.025 883.208,620.917C883.208,622.284 883.557,623.39 884.254,624.233C884.951,625.076 885.826,625.497 886.877,625.497C887.814,625.497 888.586,625.191 889.191,624.579C889.797,623.968 890.1,623.265 890.1,622.472L890.1,621.861L890.854,621.588C891.197,622.183 891.369,622.903 891.369,623.748C891.369,625.166 890.906,626.291 889.98,627.126C889.054,627.96 887.848,628.377 886.363,628.377C884.831,628.377 883.574,627.817 882.591,626.697C881.608,625.577 881.117,624.126 881.117,622.343C881.117,619.6 882.134,617.28 884.168,615.383C886.203,613.485 888.717,612.537 891.711,612.537C894.294,612.537 896.506,613.365 898.346,615.023C900.186,616.68 901.106,618.674 901.106,621.006C901.106,624.846 898.477,628.491 893.22,631.943C887.963,635.394 884.831,638.777 883.826,642.092C885.037,641.155 886.443,640.686 888.043,640.686C889.209,640.686 890.706,640.995 892.534,641.612C894.386,642.206 895.586,642.503 896.134,642.503C897.323,642.503 898.317,642.178 899.117,641.526C899.917,640.875 900.752,639.612 901.62,637.737L902.512,638.149Z" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(1,0,0,1,-400.248,0)">
<path d="M913.998,621.657C913.929,621.314 913.895,620.823 913.895,620.183C913.895,618.468 914.421,617.045 915.472,615.914C916.524,614.783 917.872,614.217 919.518,614.217C922.055,614.217 924.164,615.491 925.844,618.04C927.524,620.588 928.364,624.011 928.364,628.309C928.364,633.589 927.255,637.846 925.038,641.08C922.821,644.315 920.066,645.932 916.775,645.932C913.621,645.932 911.021,644.429 908.975,641.423C906.929,638.417 905.906,634.617 905.906,630.023C905.906,621.52 909.415,615.52 916.432,612.022L916.946,612.88C911.643,616.331 908.992,621.36 908.992,627.966C908.992,632.332 909.969,636 911.923,638.972C913.878,641.943 916.135,643.429 918.695,643.429C920.889,643.429 922.701,642.263 924.129,639.932C925.558,637.6 926.272,634.526 926.272,630.709C926.272,626.731 925.484,623.503 923.907,621.023C922.329,618.543 920.501,617.303 918.421,617.303C917.392,617.303 916.569,617.645 915.952,618.331C915.335,619.017 915.026,619.931 915.026,621.074L915.026,621.451L913.998,621.657Z" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(1,0,0,1,-400.248,0)">
<path d="M939.987,643.635L936.901,646.926L933.815,643.772L936.901,640.343L939.987,643.635Z" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(1,0,0,1,-400.248,0)">
<path d="M952.844,621.657C952.776,621.314 952.742,620.823 952.742,620.183C952.742,618.468 953.267,617.045 954.319,615.914C955.37,614.783 956.719,614.217 958.365,614.217C960.902,614.217 963.01,615.491 964.69,618.04C966.371,620.588 967.211,624.011 967.211,628.309C967.211,633.589 966.102,637.846 963.885,641.08C961.668,644.315 958.913,645.932 955.622,645.932C952.467,645.932 949.867,644.429 947.821,641.423C945.776,638.417 944.753,634.617 944.753,630.023C944.753,621.52 948.261,615.52 955.279,612.022L955.793,612.88C950.49,616.331 947.839,621.36 947.839,627.966C947.839,632.332 948.816,636 950.77,638.972C952.724,641.943 954.982,643.429 957.542,643.429C959.736,643.429 961.548,642.263 962.976,639.932C964.405,637.6 965.119,634.526 965.119,630.709C965.119,626.731 964.33,623.503 962.753,621.023C961.176,618.543 959.347,617.303 957.267,617.303C956.239,617.303 955.416,617.645 954.799,618.331C954.182,619.017 953.873,619.931 953.873,621.074L953.873,621.451L952.844,621.657Z" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(1,0,0,1,-400.248,0)">
<path d="M977.702,634.206C976.994,633.223 976.639,632.149 976.639,630.983C976.639,629.131 977.371,627.56 978.834,626.269C980.297,624.977 982.068,624.331 984.148,624.331C986.48,624.331 988.388,625.188 989.874,626.903C991.36,628.617 992.103,630.846 992.103,633.589C992.103,637.04 991.068,639.977 989,642.4C986.931,644.823 984.434,646.035 981.508,646.035C978.491,646.035 976.016,644.812 974.085,642.366C972.154,639.92 971.188,636.663 971.188,632.594C971.188,627.086 972.708,622.354 975.748,618.4C978.788,614.445 982.297,612.468 986.274,612.468C987.577,612.468 988.605,612.708 989.36,613.188C990.114,613.668 990.491,614.308 990.491,615.108C990.491,615.885 990.177,616.571 989.548,617.165C988.92,617.76 988.205,618.057 987.405,618.057C987.2,618.057 986.914,618.011 986.548,617.92L986.48,617.508C987.28,617.028 987.68,616.423 987.68,615.691C987.68,614.525 986.811,613.942 985.074,613.942C982.285,613.942 979.788,615.554 977.582,618.777C975.376,622 974.274,625.794 974.274,630.16C974.274,634.069 975.091,637.269 976.725,639.76C978.359,642.252 980.514,643.498 983.188,643.498C985.245,643.498 986.891,642.766 988.125,641.303C989.36,639.84 989.977,637.92 989.977,635.543C989.977,633.189 989.291,631.246 987.92,629.714C986.548,628.183 984.902,627.417 982.982,627.417C981.565,627.417 980.388,627.874 979.451,628.789C978.514,629.703 978.045,630.811 978.045,632.114C978.045,632.892 978.137,633.429 978.319,633.726L977.702,634.206Z" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(1,0,0,1,-400.248,0)">
<path d="M1004.48,643.635L1001.39,646.926L998.309,643.772L1001.39,640.343L1004.48,643.635Z" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(1,0,0,1,-400.248,0)">
<path d="M1031.5,638.149C1031.02,640.686 1029.88,642.68 1028.07,644.132C1026.26,645.583 1024.39,646.309 1022.45,646.309C1020.48,646.309 1018.74,645.646 1017.24,644.32C1016.37,643.543 1015.49,643.155 1014.6,643.155C1012.84,643.155 1011.77,644.16 1011.41,646.172L1010.45,646.172C1010.56,642.789 1011.75,639.766 1014.03,637.103C1016.3,634.44 1018.44,632.457 1020.42,631.154C1022.41,629.829 1023.84,628.389 1024.71,626.834C1025.58,625.28 1026.01,623.76 1026.01,622.274C1026.01,620.24 1025.33,618.423 1023.97,616.823C1022.61,615.223 1020.94,614.422 1018.95,614.422C1017.03,614.422 1015.42,615.032 1014.13,616.251C1012.84,617.47 1012.2,619.025 1012.2,620.917C1012.2,622.284 1012.54,623.39 1013.24,624.233C1013.94,625.076 1014.81,625.497 1015.86,625.497C1016.8,625.497 1017.57,625.191 1018.18,624.579C1018.78,623.968 1019.09,623.265 1019.09,622.472L1019.09,621.861L1019.84,621.588C1020.18,622.183 1020.36,622.903 1020.36,623.748C1020.36,625.166 1019.89,626.291 1018.97,627.126C1018.04,627.96 1016.84,628.377 1015.35,628.377C1013.82,628.377 1012.56,627.817 1011.58,626.697C1010.6,625.577 1010.1,624.126 1010.1,622.343C1010.1,619.6 1011.12,617.28 1013.15,615.383C1015.19,613.485 1017.7,612.537 1020.7,612.537C1023.28,612.537 1025.49,613.365 1027.33,615.023C1029.17,616.68 1030.09,618.674 1030.09,621.006C1030.09,624.846 1027.46,628.491 1022.21,631.943C1016.95,635.394 1013.82,638.777 1012.81,642.092C1014.02,641.155 1015.43,640.686 1017.03,640.686C1018.2,640.686 1019.69,640.995 1021.52,641.612C1023.37,642.206 1024.57,642.503 1025.12,642.503C1026.31,642.503 1027.3,642.178 1028.1,641.526C1028.9,640.875 1029.74,639.612 1030.61,637.737L1031.5,638.149Z" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(1,0,0,1,-400.248,0)">
<path d="M1042.98,621.657C1042.91,621.314 1042.88,620.823 1042.88,620.183C1042.88,618.468 1043.41,617.045 1044.46,615.914C1045.51,614.783 1046.86,614.217 1048.5,614.217C1051.04,614.217 1053.15,615.491 1054.83,618.04C1056.51,620.588 1057.35,624.011 1057.35,628.309C1057.35,633.589 1056.24,637.846 1054.02,641.08C1051.81,644.315 1049.05,645.932 1045.76,645.932C1042.61,645.932 1040.01,644.429 1037.96,641.423C1035.91,638.417 1034.89,634.617 1034.89,630.023C1034.89,621.52 1038.4,615.52 1045.42,612.022L1045.93,612.88C1040.63,616.331 1037.98,621.36 1037.98,627.966C1037.98,632.332 1038.95,636 1040.91,638.972C1042.86,641.943 1045.12,643.429 1047.68,643.429C1049.88,643.429 1051.69,642.263 1053.12,639.932C1054.54,637.6 1055.26,634.526 1055.26,630.709C1055.26,626.731 1054.47,623.503 1052.89,621.023C1051.32,618.543 1049.49,617.303 1047.41,617.303C1046.38,617.303 1045.56,617.645 1044.94,618.331C1044.32,619.017 1044.01,619.931 1044.01,621.074L1044.01,621.451L1042.98,621.657Z" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(1,0,0,1,-400.248,0)">
<path d="M1082.79,638.149C1082.31,640.686 1081.17,642.68 1079.36,644.132C1077.56,645.583 1075.68,646.309 1073.74,646.309C1071.77,646.309 1070.04,645.646 1068.53,644.32C1067.66,643.543 1066.78,643.155 1065.89,643.155C1064.13,643.155 1063.06,644.16 1062.7,646.172L1061.74,646.172C1061.85,642.789 1063.05,639.766 1065.32,637.103C1067.6,634.44 1069.73,632.457 1071.72,631.154C1073.7,629.829 1075.13,628.389 1076,626.834C1076.87,625.28 1077.31,623.76 1077.31,622.274C1077.31,620.24 1076.62,618.423 1075.27,616.823C1073.9,615.223 1072.23,614.422 1070.24,614.422C1068.32,614.422 1066.72,615.032 1065.42,616.251C1064.13,617.47 1063.49,619.025 1063.49,620.917C1063.49,622.284 1063.84,623.39 1064.53,624.233C1065.23,625.076 1066.11,625.497 1067.16,625.497C1068.09,625.497 1068.87,625.191 1069.47,624.579C1070.08,623.968 1070.38,623.265 1070.38,622.472L1070.38,621.861L1071.13,621.588C1071.48,622.183 1071.65,622.903 1071.65,623.748C1071.65,625.166 1071.18,626.291 1070.26,627.126C1069.33,627.96 1068.13,628.377 1066.64,628.377C1065.11,628.377 1063.85,627.817 1062.87,626.697C1061.89,625.577 1061.4,624.126 1061.4,622.343C1061.4,619.6 1062.41,617.28 1064.45,615.383C1066.48,613.485 1069,612.537 1071.99,612.537C1074.57,612.537 1076.79,613.365 1078.62,615.023C1080.46,616.68 1081.38,618.674 1081.38,621.006C1081.38,624.846 1078.76,628.491 1073.5,631.943C1068.24,635.394 1065.11,638.777 1064.11,642.092C1065.32,641.155 1066.72,640.686 1068.32,640.686C1069.49,640.686 1070.99,640.995 1072.81,641.612C1074.66,642.206 1075.87,642.503 1076.41,642.503C1077.6,642.503 1078.6,642.178 1079.4,641.526C1080.2,640.875 1081.03,639.612 1081.9,637.737L1082.79,638.149Z" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(1,0,0,1,-400.248,0)">
<path d="M1093.49,634.206C1092.78,633.223 1092.42,632.149 1092.42,630.983C1092.42,629.131 1093.16,627.56 1094.62,626.269C1096.08,624.977 1097.85,624.331 1099.93,624.331C1102.27,624.331 1104.17,625.188 1105.66,626.903C1107.15,628.617 1107.89,630.846 1107.89,633.589C1107.89,637.04 1106.85,639.977 1104.79,642.4C1102.72,644.823 1100.22,646.035 1097.29,646.035C1094.28,646.035 1091.8,644.812 1089.87,642.366C1087.94,639.92 1086.97,636.663 1086.97,632.594C1086.97,627.086 1088.49,622.354 1091.53,618.4C1094.57,614.445 1098.08,612.468 1102.06,612.468C1103.36,612.468 1104.39,612.708 1105.15,613.188C1105.9,613.668 1106.28,614.308 1106.28,615.108C1106.28,615.885 1105.96,616.571 1105.33,617.165C1104.71,617.76 1103.99,618.057 1103.19,618.057C1102.99,618.057 1102.7,618.011 1102.33,617.92L1102.27,617.508C1103.07,617.028 1103.47,616.423 1103.47,615.691C1103.47,614.525 1102.6,613.942 1100.86,613.942C1098.07,613.942 1095.57,615.554 1093.37,618.777C1091.16,622 1090.06,625.794 1090.06,630.16C1090.06,634.069 1090.88,637.269 1092.51,639.76C1094.14,642.252 1096.3,643.498 1098.97,643.498C1101.03,643.498 1102.68,642.766 1103.91,641.303C1105.15,639.84 1105.76,637.92 1105.76,635.543C1105.76,633.189 1105.08,631.246 1103.71,629.714C1102.33,628.183 1100.69,627.417 1098.77,627.417C1097.35,627.417 1096.17,627.874 1095.24,628.789C1094.3,629.703 1093.83,630.811 1093.83,632.114C1093.83,632.892 1093.92,633.429 1094.11,633.726L1093.49,634.206Z" style="fill-rule:nonzero;"/>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 12 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 217 KiB

+21
View File
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 130 60" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(1,0,0,1,-532,-107)">
<rect id="Vase" x="-0" y="0" width="1187.34" height="755.906" style="fill:none;"/>
<g>
<g transform="matrix(1,0,0,1,-400.248,0)">
<path d="M973.401,164.014C970.78,164.014 968.088,163.627 965.326,162.855C962.564,162.083 959.954,160.947 957.497,159.449C955.039,157.951 952.921,156.172 951.142,154.113C947.397,157.858 943.839,159.73 940.469,159.73C938.736,159.73 937.449,159.227 936.607,158.221C935.764,157.214 935.343,155.915 935.343,154.323C935.343,151.374 936.466,147.91 938.713,143.931C940.82,140.186 942.505,138.22 943.769,138.033C944.705,138.033 945.665,138.992 946.648,140.912L951.072,149.478C953.553,146.155 956.151,142.573 958.866,138.735C955.027,137.003 953.108,134.498 953.108,131.221C953.108,129.817 953.447,128.518 954.126,127.324C954.805,126.13 955.683,125.159 956.759,124.41C957.836,123.661 958.936,123.287 960.06,123.287C961.604,123.287 962.728,124.012 963.43,125.463C963.524,125.604 963.536,125.744 963.465,125.885C963.395,126.025 963.313,126.072 963.22,126.025C962.892,125.651 962.424,125.323 961.815,125.042C961.207,124.761 960.645,124.621 960.13,124.621C959.147,124.621 958.246,125.007 957.426,125.779C956.607,126.552 955.975,127.453 955.531,128.483C955.086,129.513 954.91,130.426 955.004,131.221C955.004,133.609 956.689,135.692 960.06,137.471C960.855,136.301 961.722,135.025 962.658,133.644C963.594,132.263 964.6,130.777 965.677,129.185C974.993,115.516 982.74,108.681 988.92,108.681C993.273,108.681 995.45,110.717 995.45,114.79C995.45,118.488 993.648,122.842 990.043,127.851C988.264,130.332 986.017,132.555 983.302,134.522C980.587,136.488 977.72,138.044 974.7,139.191C971.681,140.338 968.767,140.912 965.958,140.912C965.303,140.912 964.659,140.876 964.027,140.806C963.395,140.736 962.822,140.607 962.307,140.42C961.09,142.012 959.685,143.791 958.094,145.757C956.502,147.723 954.746,149.9 952.827,152.287C953.67,153.457 954.875,154.628 956.443,155.798C958.012,156.968 959.779,158.01 961.745,158.923C963.711,159.836 965.654,160.573 967.573,161.135C969.492,161.696 971.224,161.977 972.769,161.977C974.548,161.977 976.187,161.778 977.685,161.38C979.183,160.982 980.4,160.351 981.336,159.484C982.272,158.618 982.74,157.483 982.74,156.079L982.74,155.517C982.74,155.33 982.717,155.143 982.67,154.955C982.67,154.862 982.658,154.792 982.635,154.745C982.612,154.698 982.6,154.651 982.6,154.604C982.6,154.136 982.74,153.902 983.021,153.902C983.489,153.902 983.864,154.265 984.145,154.99C984.426,155.716 984.566,156.29 984.566,156.711C984.566,158.162 984.004,159.438 982.881,160.538C981.757,161.638 980.341,162.492 978.633,163.101C976.924,163.709 975.18,164.014 973.401,164.014ZM965.467,139.086C967.854,139.086 970.405,138.536 973.12,137.436C975.836,136.336 978.399,134.884 980.809,133.082C983.22,131.28 985.175,129.325 986.673,127.219C990.933,121.274 993.063,116.756 993.063,113.667C993.063,112.356 992.688,111.396 991.939,110.788C991.19,110.179 990.277,109.875 989.201,109.875C986.86,109.875 983.958,111.841 980.493,115.773C979.417,117.037 978.001,118.851 976.245,121.215C974.49,123.579 972.418,126.493 970.031,129.957C969.095,131.315 968.065,132.743 966.941,134.241C965.818,135.739 964.647,137.284 963.43,138.875C964.086,139.016 964.764,139.086 965.467,139.086ZM940.609,157.834C941.498,157.834 942.493,157.518 943.593,156.886C944.693,156.254 945.758,155.47 946.788,154.534C947.818,153.598 948.661,152.685 949.316,151.795C948.661,150.859 947.959,149.736 947.21,148.425C946.461,147.114 945.641,145.593 944.752,143.861C943.675,141.614 942.856,140.607 942.294,140.841C941.452,140.982 940.539,142.48 939.556,145.335C938.573,148.191 938.081,150.859 938.081,153.34C938.081,156.336 938.924,157.834 940.609,157.834Z" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(1,0,0,1,-400.248,0)">
<path d="M996.854,132.204C996.059,132.204 995.368,131.947 994.783,131.432C994.198,130.917 993.905,130.332 993.905,129.677C993.905,128.366 994.795,127.71 996.574,127.71C997.229,127.71 997.884,127.933 998.54,128.377C999.195,128.822 999.523,129.372 999.523,130.028C999.523,130.589 999.218,131.093 998.61,131.537C998.001,131.982 997.416,132.204 996.854,132.204ZM983.864,157.132C982.834,157.132 981.98,156.793 981.301,156.114C980.622,155.435 980.283,154.23 980.283,152.498C980.283,151.515 980.505,150.379 980.95,149.092C981.395,147.805 981.956,146.506 982.635,145.195C983.314,143.884 983.981,142.714 984.636,141.684C987.258,137.424 989.411,135.271 991.096,135.224C991.518,135.224 992.033,135.399 992.641,135.75C993.25,136.102 993.554,136.488 993.554,136.909C993.554,136.909 991.775,139.203 988.217,143.791C984.707,148.331 982.951,151.561 982.951,153.481C982.951,154.979 983.536,155.728 984.707,155.728C985.456,155.728 986.427,155.412 987.621,154.78C988.814,154.148 990.067,153.34 991.377,152.357C992.688,151.374 993.94,150.321 995.134,149.197C996.328,148.074 997.299,147.044 998.048,146.108C998.516,145.499 998.926,145.078 999.277,144.844C999.628,144.61 999.85,144.493 999.944,144.493C1000.13,144.493 1000.23,144.633 1000.23,144.914C1000.23,145.148 999.956,145.616 999.417,146.318C998.879,147.021 998.142,147.84 997.206,148.776C996.082,149.9 994.841,151.117 993.484,152.427C992.126,153.738 990.652,154.85 989.06,155.763C987.468,156.676 985.736,157.132 983.864,157.132Z" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(1,0,0,1,-400.248,0)">
<path d="M1015.11,156.5C1013.85,156.5 1012.96,156.137 1012.44,155.412C1011.93,154.686 1011.67,153.785 1011.67,152.708C1011.67,149.993 1012.61,147.091 1014.48,144.001L1018.97,136.698C1015.79,139.039 1012.63,141.965 1009.49,145.476C1008.65,146.412 1007.7,147.512 1006.65,148.776C1005.6,150.04 1004.44,151.491 1003.17,153.13C1001.49,155.33 1000.48,156.43 1000.15,156.43C999.499,156.43 998.961,156.137 998.54,155.552C998.118,154.967 997.908,154.44 997.908,153.972C997.908,153.598 998.025,152.907 998.259,151.901C998.493,150.894 998.774,150.017 999.101,149.268C999.429,148.472 999.768,147.688 1000.12,146.915C1000.47,146.143 1000.81,145.382 1001.14,144.633L996.925,149.057C996.831,149.151 996.55,149.431 996.082,149.9C995.614,150.368 995.239,150.602 994.958,150.602C994.724,150.602 994.607,150.438 994.607,150.11C994.607,150.017 994.643,149.888 994.713,149.724C994.783,149.56 994.935,149.361 995.169,149.127C995.871,148.425 996.597,147.676 997.346,146.88C998.095,146.084 998.867,145.172 999.663,144.142C1000.08,143.627 1000.72,142.843 1001.56,141.789C1002.4,140.736 1003.33,139.601 1004.33,138.384C1005.34,137.167 1006.29,136.043 1007.18,135.013C1007.41,134.685 1007.67,134.463 1007.95,134.346C1008.23,134.229 1008.42,134.171 1008.51,134.171C1009.77,134.171 1010.41,134.662 1010.41,135.645C1010.41,135.926 1010.34,136.207 1010.2,136.488C1005.98,142.293 1003.46,146.716 1002.61,149.759C1008.04,144.329 1012.41,140.244 1015.71,137.506C1019.01,134.767 1021.36,133.398 1022.76,133.398C1023.51,133.398 1024.09,133.515 1024.49,133.749C1024.88,133.983 1025.08,134.428 1025.08,135.083C1025.08,135.317 1025.06,135.505 1025.01,135.645C1024.87,135.973 1023.91,137.284 1022.13,139.577C1021.06,140.888 1020.11,142.082 1019.29,143.159C1018.47,144.235 1017.8,145.172 1017.29,145.967C1016.45,147.278 1015.81,148.507 1015.39,149.654C1014.97,150.801 1014.76,151.772 1014.76,152.568C1014.76,152.896 1014.81,153.294 1014.9,153.762C1014.99,154.23 1015.27,154.464 1015.74,154.464C1016.82,154.464 1018.5,153.528 1020.8,151.655C1021.88,150.719 1022.88,149.771 1023.82,148.811C1024.76,147.852 1025.64,146.904 1026.49,145.967C1026.67,145.78 1026.98,145.417 1027.4,144.879C1027.82,144.341 1028.08,144.071 1028.17,144.071C1028.36,144.071 1028.45,144.259 1028.45,144.633C1028.45,144.82 1028.35,145.136 1028.14,145.581C1027.93,146.026 1027.7,146.365 1027.47,146.599C1026.95,147.208 1026.19,148.05 1025.19,149.127C1024.18,150.204 1023.06,151.304 1021.82,152.427C1020.58,153.551 1019.37,154.511 1018.2,155.306C1017.03,156.102 1016,156.5 1015.11,156.5Z" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(1,0,0,1,-400.248,0)">
<path d="M1030.21,156.711C1029.09,156.711 1027.96,156.313 1026.84,155.517C1025.71,154.721 1025.08,153.785 1024.94,152.708C1024.47,149.104 1026.74,144.82 1031.75,139.858C1036.71,134.896 1041.19,132.415 1045.16,132.415C1046.24,132.415 1047.08,132.673 1047.69,133.187C1048.02,133.515 1048.27,133.96 1048.43,134.522C1048.59,135.083 1048.72,135.364 1048.82,135.364C1049,135.364 1049.17,135.329 1049.31,135.259C1049.45,135.189 1049.61,135.154 1049.8,135.154C1050.36,135.154 1050.85,135.364 1051.27,135.786C1051.69,136.207 1051.93,136.581 1051.98,136.909C1052.02,137.003 1050.53,139.32 1047.48,143.861C1044.44,148.308 1043.06,151.327 1043.34,152.919C1043.57,153.996 1044.09,154.534 1044.88,154.534C1047.32,154.534 1051.77,150.508 1058.23,142.456C1058.37,142.269 1058.51,142.175 1058.65,142.175C1058.88,142.175 1059,142.339 1059,142.667C1059,143.042 1058.79,143.51 1058.37,144.071C1052.42,152.076 1047.86,156.079 1044.67,156.079C1044.25,156.079 1043.85,156.009 1043.48,155.868C1041.42,155.072 1040.39,153.528 1040.39,151.234C1040.39,150.438 1040.48,149.642 1040.67,148.846L1036.32,153.059C1035.01,154.37 1033.83,155.306 1032.77,155.868C1031.72,156.43 1030.86,156.711 1030.21,156.711ZM1029.58,155.166C1032.29,155.166 1035.99,152.193 1040.67,146.248L1048.11,135.996C1047.74,135.341 1047.13,135.013 1046.29,135.013C1043.43,135.013 1039.57,137.307 1034.7,141.895C1029.65,146.576 1027.38,150.438 1027.89,153.481C1028.12,154.604 1028.69,155.166 1029.58,155.166Z" style="fill-rule:nonzero;"/>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 9.8 KiB

+27
View File
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 204 60" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(1,0,0,1,-489,-221)">
<rect id="Vase" x="-0" y="0" width="1187.34" height="755.906" style="fill:none;"/>
<g>
<g transform="matrix(1,0,0,1,-400.248,0)">
<path d="M957.041,273.181C956.198,273.181 955.636,272.971 955.355,272.549C954.513,271.332 954.091,269.858 954.091,268.126C954.091,264.1 956.245,258.318 960.552,250.782C963.313,246.053 967.573,239.687 973.331,231.682C970.897,233.695 968.252,236.012 965.397,238.634C962.541,241.255 959.475,244.158 956.198,247.341C951.938,251.507 948.462,255.17 945.77,258.33C943.079,261.49 941.148,264.1 939.977,266.16C938.76,268.36 937.286,269.46 935.554,269.46C934.758,269.46 934.36,269.179 934.36,268.617C934.36,268.43 934.43,268.243 934.571,268.055C935.366,266.792 936.396,265.118 937.66,263.035C938.924,260.952 940.422,258.459 942.154,255.556C947.21,246.756 950.838,239.757 953.038,234.561C953.834,232.595 954.232,231.167 954.232,230.278C954.232,229.529 953.974,229.154 953.459,229.154C952.757,229.154 951.657,229.786 950.159,231.05C944.963,235.404 939.135,241.466 932.675,249.237C929.959,252.467 927.584,255.451 925.547,258.19C923.511,260.928 921.791,263.398 920.386,265.598C919.263,267.33 918.701,268.57 918.701,269.319C918.701,269.6 918.806,269.799 919.017,269.916C919.228,270.033 919.333,270.092 919.333,270.092C919.333,270.139 918.912,270.49 918.069,271.145C917.32,271.52 916.477,271.707 915.541,271.707C913.622,271.707 912.803,271.262 913.083,270.373C913.739,268.266 915.916,264.451 919.614,258.927C924.436,251.765 927.572,246.873 929.023,244.251C932.16,238.587 933.728,234.069 933.728,230.699C933.728,228.358 933.119,226.696 931.902,225.713C930.685,224.73 928.836,224.239 926.355,224.239C920.878,224.239 915.213,226.603 909.362,231.331C906.834,233.391 904.47,235.72 902.27,238.318C900.07,240.916 898.291,243.619 896.933,246.428C895.576,249.237 894.897,251.999 894.897,254.714C894.897,259.582 897.191,262.017 901.778,262.017C907.162,262.017 911.328,260.074 914.277,256.188C915.401,254.644 915.962,253.192 915.962,251.835C915.962,251.039 915.728,250.501 915.26,250.22C915.213,250.173 915.19,250.103 915.19,250.009C915.19,249.822 915.331,249.728 915.611,249.728C916.829,249.728 917.437,250.524 917.437,252.116C917.437,253.099 917.016,254.339 916.173,255.837C915.096,257.71 913.481,259.301 911.328,260.612C908.613,262.297 905.617,263.14 902.34,263.14C899.157,263.14 896.605,262.134 894.686,260.121C892.767,258.108 891.807,255.463 891.807,252.186C891.807,244.79 896.629,237.229 906.272,229.505C908.051,228.101 910.169,226.895 912.627,225.889C915.085,224.882 917.624,224.11 920.246,223.572C922.867,223.033 925.278,222.764 927.478,222.764C930.662,222.764 933.084,223.291 934.746,224.344C936.408,225.397 937.239,227.235 937.239,229.856C937.239,233.133 935.905,237.557 933.236,243.128C932.394,244.86 930.498,248.02 927.549,252.607L932.955,245.726C934.313,243.947 936.139,241.84 938.433,239.406C940.726,236.972 943.442,234.21 946.578,231.12C947.936,229.81 949.48,228.686 951.212,227.75C952.944,226.813 954.419,226.345 955.636,226.345C957.321,226.345 958.164,227.235 958.164,229.014C958.164,230.559 957.532,232.665 956.268,235.333C954.583,238.891 952.476,243.034 949.948,247.762C949.153,249.213 948.614,250.454 948.333,251.484C948.053,252.514 947.865,253.099 947.772,253.239C947.959,253.005 948.415,252.455 949.141,251.589C949.867,250.723 950.885,249.541 952.195,248.043C953.787,246.264 955.683,244.31 957.883,242.18C960.083,240.05 962.611,237.768 965.467,235.333L976.702,226.064C977.591,225.315 978.387,224.941 979.089,224.941C979.745,224.941 980.225,225.327 980.529,226.1C980.833,226.872 981.149,227.867 981.477,229.084C981.711,229.88 980.587,231.542 978.106,234.069C972.255,240.061 967.199,246.756 962.939,254.152C959.054,260.987 957.111,265.925 957.111,268.968C957.111,270.326 957.556,271.005 958.445,271.005C959.007,271.005 960.411,270.513 962.658,269.53C964.624,268.641 965.912,268.126 966.52,267.985C966.754,268.079 966.871,268.196 966.871,268.336C966.871,269.039 965.631,270.022 963.15,271.286C960.715,272.549 958.679,273.181 957.041,273.181Z" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(1,0,0,1,-400.248,0)">
<path d="M975.157,268.828C974.034,268.828 972.91,268.43 971.787,267.634C970.663,266.838 970.031,265.902 969.891,264.825C969.423,261.221 971.693,256.937 976.702,251.975C981.664,247.013 986.135,244.532 990.114,244.532C991.19,244.532 992.033,244.79 992.642,245.304C992.969,245.632 993.215,246.077 993.379,246.639C993.543,247.2 993.671,247.481 993.765,247.481C993.952,247.481 994.116,247.446 994.257,247.376C994.397,247.306 994.561,247.271 994.748,247.271C995.31,247.271 995.801,247.481 996.223,247.903C996.644,248.324 996.878,248.698 996.925,249.026C996.972,249.12 995.474,251.437 992.431,255.978C989.388,260.425 988.007,263.444 988.288,265.036C988.522,266.113 989.037,266.651 989.833,266.651C992.267,266.651 996.714,262.625 1003.17,254.573C1003.32,254.386 1003.46,254.293 1003.6,254.293C1003.83,254.293 1003.95,254.456 1003.95,254.784C1003.95,255.159 1003.74,255.627 1003.32,256.188C997.37,264.193 992.805,268.196 989.622,268.196C989.201,268.196 988.803,268.126 988.428,267.985C986.369,267.189 985.339,265.645 985.339,263.351C985.339,262.555 985.432,261.759 985.62,260.963L981.266,265.176C979.955,266.487 978.773,267.423 977.72,267.985C976.667,268.547 975.812,268.828 975.157,268.828ZM974.525,267.283C977.24,267.283 980.938,264.31 985.62,258.365L993.063,248.113C992.688,247.458 992.08,247.13 991.237,247.13C988.382,247.13 984.52,249.424 979.651,254.012C974.595,258.693 972.325,262.555 972.84,265.598C973.074,266.721 973.636,267.283 974.525,267.283Z" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(1,0,0,1,-400.248,0)">
<path d="M1013.71,268.828C1011.69,268.828 1010.31,268.301 1009.56,267.248C1008.82,266.195 1008.44,264.779 1008.44,263C1008.44,261.034 1009.05,258.693 1010.27,255.978C1010.74,254.901 1011.23,253.93 1011.74,253.064C1012.26,252.198 1012.79,251.39 1013.36,250.641C1013.17,250.688 1013,250.711 1012.87,250.711L1012.44,250.711C1011.32,250.711 1010.38,249.916 1009.63,248.324L1004.44,255.065C1001.68,258.67 999.991,260.472 999.383,260.472C999.149,260.472 999.032,260.378 999.032,260.191C999.032,259.957 999.149,259.653 999.383,259.278C999.523,258.997 999.804,258.623 1000.23,258.155C1002,256.095 1003.64,254.058 1005.14,252.046C1006.64,250.033 1007.88,248.066 1008.86,246.147C1009.94,242.074 1011.3,240.038 1012.94,240.038C1014.01,240.038 1014.55,240.53 1014.55,241.513C1014.55,242.402 1013.97,243.572 1012.79,245.024C1011.67,246.475 1011.11,247.224 1011.11,247.271C1011.11,248.254 1011.84,248.745 1013.29,248.745C1014.13,248.745 1015.07,248.441 1016.1,247.832L1017.92,246.709C1018.01,246.662 1018.15,246.639 1018.34,246.639C1018.9,246.639 1019.39,246.873 1019.82,247.341C1020.24,247.809 1020.38,248.23 1020.24,248.605L1015.39,254.714C1012.4,258.552 1010.9,261.642 1010.9,263.983C1010.9,266.089 1011.93,267.143 1013.99,267.143C1015.39,267.143 1016.9,266.721 1018.52,265.879C1020.13,265.036 1021.7,263.994 1023.22,262.754C1024.74,261.513 1026.02,260.308 1027.05,259.138L1028.73,257.172C1028.83,257.078 1028.94,256.961 1029.09,256.82C1029.23,256.68 1029.34,256.61 1029.44,256.61C1029.76,256.61 1029.93,256.774 1029.93,257.101C1029.93,257.195 1029.88,257.359 1029.79,257.593C1029.69,257.827 1029.53,258.084 1029.3,258.365L1027.05,260.893C1025.97,262.11 1024.65,263.339 1023.08,264.58C1021.51,265.82 1019.9,266.838 1018.24,267.634C1016.58,268.43 1015.07,268.828 1013.71,268.828Z" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(1,0,0,1,-400.248,0)">
<path d="M1032.39,268.617C1031.03,268.617 1029.76,268.278 1028.59,267.599C1027.42,266.92 1026.84,265.785 1026.84,264.193C1026.84,261.993 1027.62,259.372 1029.19,256.329C1030.76,253.286 1032.55,250.126 1034.56,246.849C1040.04,237.955 1043.92,233.508 1046.22,233.508C1046.69,233.508 1047.17,233.683 1047.66,234.034C1048.15,234.385 1048.42,234.772 1048.47,235.193L1043.55,241.794C1041.63,244.368 1039.9,246.744 1038.35,248.921C1036.81,251.098 1035.47,253.052 1034.35,254.784C1033.79,255.673 1033.16,256.68 1032.46,257.803C1031.75,258.927 1031.13,260.086 1030.6,261.279C1030.06,262.473 1029.79,263.678 1029.79,264.896C1029.79,265.457 1029.95,265.961 1030.28,266.405C1030.61,266.85 1031.19,267.072 1032.03,267.072C1033.53,267.072 1035.5,266.265 1037.93,264.65C1040.37,263.035 1042.78,260.799 1045.16,257.944C1045.4,257.663 1045.66,257.406 1045.94,257.172C1046.22,256.937 1046.45,256.82 1046.64,256.82C1046.87,256.82 1046.99,256.961 1046.99,257.242C1046.99,257.382 1046.84,257.651 1046.54,258.049C1046.23,258.447 1045.99,258.763 1045.8,258.997L1044.11,260.893C1043.18,261.923 1042.06,263.046 1040.78,264.264C1039.49,265.481 1038.13,266.511 1036.7,267.353C1035.28,268.196 1033.84,268.617 1032.39,268.617Z" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(1,0,0,1,-400.248,0)">
<path d="M1059.63,244.321C1058.84,244.321 1058.14,244.064 1057.56,243.549C1056.97,243.034 1056.68,242.449 1056.68,241.794C1056.68,240.483 1057.57,239.827 1059.35,239.827C1060.01,239.827 1060.66,240.05 1061.32,240.494C1061.97,240.939 1062.3,241.489 1062.3,242.145C1062.3,242.706 1062,243.21 1061.39,243.654C1060.78,244.099 1060.19,244.321 1059.63,244.321ZM1046.64,269.249C1045.61,269.249 1044.76,268.91 1044.08,268.231C1043.4,267.552 1043.06,266.347 1043.06,264.615C1043.06,263.632 1043.28,262.496 1043.73,261.209C1044.17,259.922 1044.73,258.623 1045.41,257.312C1046.09,256.001 1046.76,254.831 1047.41,253.801C1050.03,249.541 1052.19,247.388 1053.87,247.341C1054.29,247.341 1054.81,247.516 1055.42,247.867C1056.03,248.219 1056.33,248.605 1056.33,249.026C1056.33,249.026 1054.55,251.32 1050.99,255.908C1047.48,260.448 1045.73,263.678 1045.73,265.598C1045.73,267.096 1046.31,267.845 1047.48,267.845C1048.23,267.845 1049.2,267.529 1050.4,266.897C1051.59,266.265 1052.84,265.457 1054.15,264.474C1055.46,263.491 1056.72,262.438 1057.91,261.314C1059.1,260.191 1060.08,259.161 1060.82,258.225C1061.29,257.616 1061.7,257.195 1062.05,256.961C1062.4,256.727 1062.63,256.61 1062.72,256.61C1062.91,256.61 1063,256.75 1063,257.031C1063,257.265 1062.73,257.733 1062.19,258.435C1061.65,259.138 1060.92,259.957 1059.98,260.893C1058.86,262.017 1057.62,263.234 1056.26,264.544C1054.9,265.855 1053.43,266.967 1051.84,267.88C1050.25,268.793 1048.51,269.249 1046.64,269.249Z" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(1,0,0,1,-400.248,0)">
<path d="M1077.89,268.617C1076.62,268.617 1075.73,268.254 1075.22,267.529C1074.7,266.803 1074.45,265.902 1074.45,264.825C1074.45,262.11 1075.38,259.208 1077.26,256.118L1081.75,248.815C1078.57,251.156 1075.41,254.082 1072.27,257.593C1071.43,258.529 1070.48,259.629 1069.43,260.893C1068.37,262.157 1067.21,263.608 1065.95,265.247C1064.27,267.447 1063.26,268.547 1062.93,268.547C1062.28,268.547 1061.74,268.254 1061.32,267.669C1060.89,267.084 1060.68,266.557 1060.68,266.089C1060.68,265.715 1060.8,265.024 1061.04,264.018C1061.27,263.011 1061.55,262.134 1061.88,261.385C1062.2,260.589 1062.55,259.805 1062.9,259.032C1063.25,258.26 1063.59,257.499 1063.91,256.75L1059.7,261.174C1059.61,261.268 1059.33,261.548 1058.86,262.017C1058.39,262.485 1058.02,262.719 1057.74,262.719C1057.5,262.719 1057.38,262.555 1057.38,262.227C1057.38,262.134 1057.42,262.005 1057.49,261.841C1057.56,261.677 1057.71,261.478 1057.94,261.244C1058.65,260.542 1059.37,259.793 1060.12,258.997C1060.87,258.201 1061.64,257.289 1062.44,256.259C1062.86,255.744 1063.49,254.96 1064.34,253.906C1065.18,252.853 1066.1,251.718 1067.11,250.501C1068.12,249.284 1069.06,248.16 1069.95,247.13C1070.19,246.803 1070.44,246.58 1070.72,246.463C1071.01,246.346 1071.19,246.288 1071.29,246.288C1072.55,246.288 1073.18,246.779 1073.18,247.762C1073.18,248.043 1073.11,248.324 1072.97,248.605C1068.76,254.41 1066.23,258.833 1065.39,261.876C1070.82,256.446 1075.18,252.362 1078.48,249.623C1081.79,246.884 1084.14,245.515 1085.54,245.515C1086.29,245.515 1086.86,245.632 1087.26,245.866C1087.66,246.1 1087.86,246.545 1087.86,247.2C1087.86,247.434 1087.84,247.622 1087.79,247.762C1087.65,248.09 1086.69,249.401 1084.91,251.694C1083.83,253.005 1082.88,254.199 1082.07,255.276C1081.25,256.352 1080.58,257.289 1080.06,258.084C1079.22,259.395 1078.59,260.624 1078.17,261.771C1077.75,262.918 1077.54,263.889 1077.54,264.685C1077.54,265.013 1077.58,265.411 1077.68,265.879C1077.77,266.347 1078.05,266.581 1078.52,266.581C1079.6,266.581 1081.28,265.645 1083.58,263.772C1084.65,262.836 1085.66,261.888 1086.6,260.928C1087.53,259.969 1088.42,259.021 1089.26,258.084C1089.45,257.897 1089.75,257.534 1090.18,256.996C1090.6,256.458 1090.86,256.188 1090.95,256.188C1091.13,256.188 1091.23,256.376 1091.23,256.75C1091.23,256.937 1091.12,257.253 1090.91,257.698C1090.7,258.143 1090.48,258.482 1090.25,258.716C1089.73,259.325 1088.97,260.168 1087.96,261.244C1086.96,262.321 1085.83,263.421 1084.59,264.544C1083.35,265.668 1082.15,266.628 1080.98,267.423C1079.81,268.219 1078.78,268.617 1077.89,268.617Z" style="fill-rule:nonzero;"/>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 13 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.2 KiB

+75
View File
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 257 KiB