feat: new polygon peony logo + updated OG image
- Replace logo partial with faceted low-poly peony bloom (v7: blush→heat) - Update static/logo.svg (app icon, no background) - Regenerate OG default image with new logo and correct tagline - Update favicons Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@@ -1,31 +1,70 @@
|
||||
{{- /*
|
||||
Inline SVG logotype with gradient fill.
|
||||
Usage: {{ partial "logo.html" (dict "id" "nav" "class" "h-9 w-auto") }}
|
||||
Inline SVG logo — faceted polygon peony, no background, no stroke.
|
||||
Usage: {{ partial "logo.html" (dict "class" "h-8 w-auto") }}
|
||||
Params:
|
||||
id — unique suffix for gradient ID (required to avoid conflicts when used twice)
|
||||
class — CSS classes on the <svg> element (default: "h-9 w-auto")
|
||||
*/ -}}
|
||||
{{- $id := .id | default "logo" -}}
|
||||
{{- $class := .class | default "h-9 w-auto" -}}
|
||||
<svg
|
||||
class="{{ $class }}"
|
||||
viewBox="0 0 96 96"
|
||||
fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
aria-label="{{ site.Title }}"
|
||||
role="img"
|
||||
>
|
||||
<defs>
|
||||
<linearGradient id="lg-{{ $id }}" gradientUnits="userSpaceOnUse" x1="10" y1="48" x2="86" y2="48">
|
||||
<stop offset="0%" stop-color="#FF1A8C"/>
|
||||
<stop offset="50%" stop-color="#9B00FF"/>
|
||||
<stop offset="100%" stop-color="#00C8FF"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g transform="translate(48,48)">
|
||||
<path
|
||||
d="M -1.1e-6,-43.328173 -37.551083,43.328173 -1.1e-6,34.662539 H -17.331269 L -1.1e-6,-5.7770893 17.33127,34.662539 H -1.1e-6 l 37.5510841,8.665635 z"
|
||||
fill="url(#lg-{{ $id }})"
|
||||
/>
|
||||
</g>
|
||||
<svg class="{{ $class }}" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg" aria-label="{{ site.Title }}" role="img" overflow="hidden">
|
||||
<polygon points="65.12,49.96 80.71,12.09 93.17,65.67" fill="#FF4DA0" stroke="none"/>
|
||||
<polygon points="80.71,12.09 119.29,12.09 106.83,65.67 93.17,65.67" fill="#FFB3D9" stroke="none"/>
|
||||
<polygon points="119.29,12.09 134.88,49.96 106.83,65.67" fill="#FF80BC" stroke="none"/>
|
||||
<polygon points="110.72,39.95 148.52,24.20 119.44,70.90" fill="#FF4DA0" stroke="none"/>
|
||||
<polygon points="148.52,24.20 175.80,51.48 129.10,80.56 119.44,70.90" fill="#FFB3D9" stroke="none"/>
|
||||
<polygon points="175.80,51.48 160.05,89.28 129.10,80.56" fill="#FF80BC" stroke="none"/>
|
||||
<polygon points="150.04,65.12 187.91,80.71 134.33,93.17" fill="#FF4DA0" stroke="none"/>
|
||||
<polygon points="187.91,80.71 187.91,119.29 134.33,106.83 134.33,93.17" fill="#FFB3D9" stroke="none"/>
|
||||
<polygon points="187.91,119.29 150.04,134.88 134.33,106.83" fill="#FF80BC" stroke="none"/>
|
||||
<polygon points="160.05,110.72 175.80,148.52 129.10,119.44" fill="#FF4DA0" stroke="none"/>
|
||||
<polygon points="175.80,148.52 148.52,175.80 119.44,129.10 129.10,119.44" fill="#FFB3D9" stroke="none"/>
|
||||
<polygon points="148.52,175.80 110.72,160.05 119.44,129.10" fill="#FF80BC" stroke="none"/>
|
||||
<polygon points="134.88,150.04 119.29,187.91 106.83,134.33" fill="#FF4DA0" stroke="none"/>
|
||||
<polygon points="119.29,187.91 80.71,187.91 93.17,134.33 106.83,134.33" fill="#FFB3D9" stroke="none"/>
|
||||
<polygon points="80.71,187.91 65.12,150.04 93.17,134.33" fill="#FF80BC" stroke="none"/>
|
||||
<polygon points="89.28,160.05 51.48,175.80 80.56,129.10" fill="#FF4DA0" stroke="none"/>
|
||||
<polygon points="51.48,175.80 24.20,148.52 70.90,119.44 80.56,129.10" fill="#FFB3D9" stroke="none"/>
|
||||
<polygon points="24.20,148.52 39.95,110.72 70.90,119.44" fill="#FF80BC" stroke="none"/>
|
||||
<polygon points="49.96,134.88 12.09,119.29 65.67,106.83" fill="#FF4DA0" stroke="none"/>
|
||||
<polygon points="12.09,119.29 12.09,80.71 65.67,93.17 65.67,106.83" fill="#FFB3D9" stroke="none"/>
|
||||
<polygon points="12.09,80.71 49.96,65.12 65.67,93.17" fill="#FF80BC" stroke="none"/>
|
||||
<polygon points="39.95,89.28 24.20,51.48 70.90,80.56" fill="#FF4DA0" stroke="none"/>
|
||||
<polygon points="24.20,51.48 51.48,24.20 80.56,70.90 70.90,80.56" fill="#FFB3D9" stroke="none"/>
|
||||
<polygon points="51.48,24.20 89.28,39.95 80.56,70.90" fill="#FF80BC" stroke="none"/>
|
||||
<polygon points="90.47,62.18 111.63,43.18 104.23,81.48" fill="#CC1070" stroke="none"/>
|
||||
<polygon points="111.63,43.18 137.17,55.48 111.85,85.15 104.23,81.48" fill="#FF4DA0" stroke="none"/>
|
||||
<polygon points="137.17,55.48 135.51,83.87 111.85,85.15" fill="#FF1A8C" stroke="none"/>
|
||||
<polygon points="123.63,68.97 151.68,73.67 117.12,91.76" fill="#CC1070" stroke="none"/>
|
||||
<polygon points="151.68,73.67 157.99,101.30 119.00,100.00 117.12,91.76" fill="#FF4DA0" stroke="none"/>
|
||||
<polygon points="157.99,101.30 134.75,117.71 119.00,100.00" fill="#FF1A8C" stroke="none"/>
|
||||
<polygon points="138.99,99.12 152.81,123.99 117.12,108.24" fill="#CC1070" stroke="none"/>
|
||||
<polygon points="152.81,123.99 135.14,146.15 111.85,114.85 117.12,108.24" fill="#FF4DA0" stroke="none"/>
|
||||
<polygon points="135.14,146.15 107.82,138.21 111.85,114.85" fill="#FF1A8C" stroke="none"/>
|
||||
<polygon points="124.99,129.94 114.17,156.24 104.23,118.52" fill="#CC1070" stroke="none"/>
|
||||
<polygon points="114.17,156.24 85.83,156.24 95.77,118.52 104.23,118.52" fill="#FF4DA0" stroke="none"/>
|
||||
<polygon points="85.83,156.24 75.01,129.94 95.77,118.52" fill="#FF1A8C" stroke="none"/>
|
||||
<polygon points="92.18,138.21 64.86,146.15 88.15,114.85" fill="#CC1070" stroke="none"/>
|
||||
<polygon points="64.86,146.15 47.19,123.99 82.88,108.24 88.15,114.85" fill="#FF4DA0" stroke="none"/>
|
||||
<polygon points="47.19,123.99 61.01,99.12 82.88,108.24" fill="#FF1A8C" stroke="none"/>
|
||||
<polygon points="65.25,117.71 42.01,101.30 81.00,100.00" fill="#CC1070" stroke="none"/>
|
||||
<polygon points="42.01,101.30 48.32,73.67 82.88,91.76 81.00,100.00" fill="#FF4DA0" stroke="none"/>
|
||||
<polygon points="48.32,73.67 76.37,68.97 82.88,91.76" fill="#FF1A8C" stroke="none"/>
|
||||
<polygon points="64.49,83.87 62.83,55.48 88.15,85.15" fill="#CC1070" stroke="none"/>
|
||||
<polygon points="62.83,55.48 88.37,43.18 95.77,81.48 88.15,85.15" fill="#FF4DA0" stroke="none"/>
|
||||
<polygon points="88.37,43.18 109.53,62.18 95.77,81.48" fill="#FF1A8C" stroke="none"/>
|
||||
<polygon points="82.63,88.20 89.16,69.89 97.53,92.39" fill="#990050" stroke="none"/>
|
||||
<polygon points="89.16,69.89 110.84,69.89 102.47,92.39 97.53,92.39" fill="#FF1A8C" stroke="none"/>
|
||||
<polygon points="110.84,69.89 117.37,88.20 102.47,92.39" fill="#CC1070" stroke="none"/>
|
||||
<polygon points="105.86,79.83 125.28,80.39 106.47,95.30" fill="#990050" stroke="none"/>
|
||||
<polygon points="125.28,80.39 131.98,101.01 108.00,100.00 106.47,95.30" fill="#FF1A8C" stroke="none"/>
|
||||
<polygon points="131.98,101.01 116.59,112.87 108.00,100.00" fill="#CC1070" stroke="none"/>
|
||||
<polygon points="120.99,99.34 126.47,117.99 106.47,104.70" fill="#990050" stroke="none"/>
|
||||
<polygon points="126.47,117.99 108.93,130.73 102.47,107.61 106.47,104.70" fill="#FF1A8C" stroke="none"/>
|
||||
<polygon points="108.93,130.73 92.89,119.76 102.47,107.61" fill="#CC1070" stroke="none"/>
|
||||
<polygon points="107.11,119.76 91.07,130.73 97.53,107.61" fill="#990050" stroke="none"/>
|
||||
<polygon points="91.07,130.73 73.53,117.99 93.53,104.70 97.53,107.61" fill="#FF1A8C" stroke="none"/>
|
||||
<polygon points="73.53,117.99 79.01,99.34 93.53,104.70" fill="#CC1070" stroke="none"/>
|
||||
<polygon points="83.41,112.87 68.02,101.01 92.00,100.00" fill="#990050" stroke="none"/>
|
||||
<polygon points="68.02,101.01 74.72,80.39 93.53,95.30 92.00,100.00" fill="#FF1A8C" stroke="none"/>
|
||||
<polygon points="74.72,80.39 94.14,79.83 93.53,95.30" fill="#CC1070" stroke="none"/>
|
||||
<polygon points="100.00,95.00 104.76,98.45 102.94,104.05 97.06,104.05 95.24,98.45" fill="#880044" stroke="none"/>
|
||||
</svg>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
>
|
||||
<!-- Logotype -->
|
||||
<a href="/" class="logo-glitch flex items-center gap-3 hover:opacity-90 transition-opacity" aria-label="{{ .Site.Params.logoText }} Home">
|
||||
{{- partial "logo.html" (dict "id" "nav" "class" "h-8 w-auto flex-shrink-0") -}}
|
||||
{{- partial "logo.html" (dict "id" "nav" "class" "h-10 w-auto flex-shrink-0") -}}
|
||||
<span class="font-display text-2xl md:text-3xl leading-none tracking-wide">
|
||||
{{- .Site.Params.logoText -}}
|
||||
</span>
|
||||
|
||||
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 40 KiB |
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 534 B After Width: | Height: | Size: 842 B |
|
Before Width: | Height: | Size: 751 B After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 940 B After Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 97 KiB After Width: | Height: | Size: 60 KiB |
@@ -1,83 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="630" viewBox="0 0 1200 630">
|
||||
<defs>
|
||||
<linearGradient id="logo-grad" gradientUnits="userSpaceOnUse" x1="-37" y1="0" x2="37" y2="0">
|
||||
<stop offset="0%" stop-color="#FF1A8C" />
|
||||
<stop offset="50%" stop-color="#9B00FF" />
|
||||
<stop offset="100%" stop-color="#00C8FF" />
|
||||
</linearGradient>
|
||||
<linearGradient id="bar-grad" x1="0%" y1="0%" x2="100%" y2="0%">
|
||||
<stop offset="0%" stop-color="#FF1A8C" />
|
||||
<stop offset="50%" stop-color="#9B00FF" />
|
||||
<stop offset="100%" stop-color="#00C8FF" />
|
||||
</linearGradient>
|
||||
<linearGradient id="glow-grad" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#9B00FF" stop-opacity="0.18" />
|
||||
<stop offset="100%" stop-color="#FF1A8C" stop-opacity="0" />
|
||||
</linearGradient>
|
||||
<radialGradient id="logo-glow" cx="50%" cy="50%" r="50%">
|
||||
<stop offset="0%" stop-color="#9B00FF" stop-opacity="0.22" />
|
||||
<stop offset="100%" stop-color="#050510" stop-opacity="0" />
|
||||
</radialGradient>
|
||||
</defs>
|
||||
|
||||
<!-- Background -->
|
||||
<rect width="1200" height="630" fill="#050510" />
|
||||
|
||||
<!-- Subtle speed-line diagonals -->
|
||||
<g stroke="#FF1A8C" stroke-opacity="0.03" stroke-width="1">
|
||||
<line x1="0" y1="0" x2="1200" y2="630" />
|
||||
<line x1="0" y1="80" x2="1120" y2="630" />
|
||||
<line x1="0" y1="160" x2="1040" y2="630" />
|
||||
<line x1="0" y1="240" x2="960" y2="630" />
|
||||
<line x1="80" y1="0" x2="1200" y2="550" />
|
||||
<line x1="160" y1="0" x2="1200" y2="470" />
|
||||
<line x1="240" y1="0" x2="1200" y2="390" />
|
||||
</g>
|
||||
<g stroke="#00C8FF" stroke-opacity="0.03" stroke-width="1">
|
||||
<line x1="1200" y1="0" x2="0" y2="630" />
|
||||
<line x1="1200" y1="80" x2="80" y2="630" />
|
||||
<line x1="1200" y1="160" x2="160" y2="630" />
|
||||
<line x1="1120" y1="0" x2="0" y2="550" />
|
||||
<line x1="1040" y1="0" x2="0" y2="470" />
|
||||
</g>
|
||||
|
||||
<!-- Right-side purple glow behind logo -->
|
||||
<ellipse cx="960" cy="315" rx="320" ry="280" fill="url(#logo-glow)" />
|
||||
|
||||
<!-- Top gradient bar -->
|
||||
<rect x="0" y="0" width="1200" height="3" fill="url(#bar-grad)" />
|
||||
<!-- Bottom gradient bar -->
|
||||
<rect x="0" y="627" width="1200" height="3" fill="url(#bar-grad)" opacity="0.4" />
|
||||
|
||||
<!-- Vertical divider -->
|
||||
<line x1="740" y1="80" x2="740" y2="550" stroke="#FF1A8C" stroke-opacity="0.12" stroke-width="1" />
|
||||
|
||||
<!-- Logo mark — centered at (960, 305), scale 3.8 -->
|
||||
<g transform="translate(960, 305) scale(3.8)">
|
||||
<path
|
||||
d="M 0,-43.328173 -37.551083,43.328173 0,34.662539 H -17.331269 L 0,-5.7770893 17.33127,34.662539 H 0 l 37.5510841,8.665635 z"
|
||||
fill="url(#logo-grad)" />
|
||||
</g>
|
||||
|
||||
<!-- Left content area -->
|
||||
|
||||
<!-- Eyebrow label -->
|
||||
<text x="80" y="195" font-family="Helvetica, Arial, sans-serif" font-size="12" letter-spacing="7" fill="#FF1A8C"
|
||||
opacity="0.9">AI ART MAGAZINE</text>
|
||||
|
||||
<!-- Gradient accent line under eyebrow -->
|
||||
<rect x="80" y="207" width="120" height="1.5" fill="url(#bar-grad)" />
|
||||
|
||||
<!-- PIVOINE headline -->
|
||||
<text x="76" y="360" font-family="Helvetica-Bold, Arial Black, sans-serif" font-size="148" font-weight="900"
|
||||
letter-spacing="-3" fill="#FFFFFF">PIVOINE</text>
|
||||
|
||||
<!-- Tagline -->
|
||||
<text x="82" y="415" font-family="Helvetica, Arial, sans-serif" font-size="21" fill="#8B8FA8"
|
||||
letter-spacing="0.5">Where the machine dreams.</text>
|
||||
|
||||
<!-- Bottom URL -->
|
||||
<text x="82" y="562" font-family="Helvetica, Arial, sans-serif" font-size="13" letter-spacing="4" fill="#9B00FF"
|
||||
opacity="0.8">PIVOINE.ART</text>
|
||||
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 3.4 KiB |
@@ -1,15 +1,64 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="-10 -10 116 116" fill="none" xmlns="http://www.w3.org/2000/svg" aria-label="{{ site.Title }}" role="img">
|
||||
<defs>
|
||||
<linearGradient id="gradient" gradientUnits="userSpaceOnUse" x1="10" y1="48" x2="86" y2="48">
|
||||
<stop offset="0%" stop-color="#FF1A8C" />
|
||||
<stop offset="50%" stop-color="#9B00FF" />
|
||||
<stop offset="100%" stop-color="#00C8FF" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g transform="translate(48,48)">
|
||||
<path
|
||||
d="M -1.1e-6,-43.328173 -37.551083,43.328173 -1.1e-6,34.662539 H -17.331269 L -1.1e-6,-5.7770893 17.33127,34.662539 H -1.1e-6 l 37.5510841,8.665635 z"
|
||||
fill="url(#gradient)" />
|
||||
</g>
|
||||
</svg>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg" role="img" overflow="hidden">
|
||||
<polygon points="65.12,49.96 80.71,12.09 93.17,65.67" fill="#FF4DA0" stroke="none"/>
|
||||
<polygon points="80.71,12.09 119.29,12.09 106.83,65.67 93.17,65.67" fill="#FFB3D9" stroke="none"/>
|
||||
<polygon points="119.29,12.09 134.88,49.96 106.83,65.67" fill="#FF80BC" stroke="none"/>
|
||||
<polygon points="110.72,39.95 148.52,24.20 119.44,70.90" fill="#FF4DA0" stroke="none"/>
|
||||
<polygon points="148.52,24.20 175.80,51.48 129.10,80.56 119.44,70.90" fill="#FFB3D9" stroke="none"/>
|
||||
<polygon points="175.80,51.48 160.05,89.28 129.10,80.56" fill="#FF80BC" stroke="none"/>
|
||||
<polygon points="150.04,65.12 187.91,80.71 134.33,93.17" fill="#FF4DA0" stroke="none"/>
|
||||
<polygon points="187.91,80.71 187.91,119.29 134.33,106.83 134.33,93.17" fill="#FFB3D9" stroke="none"/>
|
||||
<polygon points="187.91,119.29 150.04,134.88 134.33,106.83" fill="#FF80BC" stroke="none"/>
|
||||
<polygon points="160.05,110.72 175.80,148.52 129.10,119.44" fill="#FF4DA0" stroke="none"/>
|
||||
<polygon points="175.80,148.52 148.52,175.80 119.44,129.10 129.10,119.44" fill="#FFB3D9" stroke="none"/>
|
||||
<polygon points="148.52,175.80 110.72,160.05 119.44,129.10" fill="#FF80BC" stroke="none"/>
|
||||
<polygon points="134.88,150.04 119.29,187.91 106.83,134.33" fill="#FF4DA0" stroke="none"/>
|
||||
<polygon points="119.29,187.91 80.71,187.91 93.17,134.33 106.83,134.33" fill="#FFB3D9" stroke="none"/>
|
||||
<polygon points="80.71,187.91 65.12,150.04 93.17,134.33" fill="#FF80BC" stroke="none"/>
|
||||
<polygon points="89.28,160.05 51.48,175.80 80.56,129.10" fill="#FF4DA0" stroke="none"/>
|
||||
<polygon points="51.48,175.80 24.20,148.52 70.90,119.44 80.56,129.10" fill="#FFB3D9" stroke="none"/>
|
||||
<polygon points="24.20,148.52 39.95,110.72 70.90,119.44" fill="#FF80BC" stroke="none"/>
|
||||
<polygon points="49.96,134.88 12.09,119.29 65.67,106.83" fill="#FF4DA0" stroke="none"/>
|
||||
<polygon points="12.09,119.29 12.09,80.71 65.67,93.17 65.67,106.83" fill="#FFB3D9" stroke="none"/>
|
||||
<polygon points="12.09,80.71 49.96,65.12 65.67,93.17" fill="#FF80BC" stroke="none"/>
|
||||
<polygon points="39.95,89.28 24.20,51.48 70.90,80.56" fill="#FF4DA0" stroke="none"/>
|
||||
<polygon points="24.20,51.48 51.48,24.20 80.56,70.90 70.90,80.56" fill="#FFB3D9" stroke="none"/>
|
||||
<polygon points="51.48,24.20 89.28,39.95 80.56,70.90" fill="#FF80BC" stroke="none"/>
|
||||
<polygon points="90.47,62.18 111.63,43.18 104.23,81.48" fill="#CC1070" stroke="none"/>
|
||||
<polygon points="111.63,43.18 137.17,55.48 111.85,85.15 104.23,81.48" fill="#FF4DA0" stroke="none"/>
|
||||
<polygon points="137.17,55.48 135.51,83.87 111.85,85.15" fill="#FF1A8C" stroke="none"/>
|
||||
<polygon points="123.63,68.97 151.68,73.67 117.12,91.76" fill="#CC1070" stroke="none"/>
|
||||
<polygon points="151.68,73.67 157.99,101.30 119.00,100.00 117.12,91.76" fill="#FF4DA0" stroke="none"/>
|
||||
<polygon points="157.99,101.30 134.75,117.71 119.00,100.00" fill="#FF1A8C" stroke="none"/>
|
||||
<polygon points="138.99,99.12 152.81,123.99 117.12,108.24" fill="#CC1070" stroke="none"/>
|
||||
<polygon points="152.81,123.99 135.14,146.15 111.85,114.85 117.12,108.24" fill="#FF4DA0" stroke="none"/>
|
||||
<polygon points="135.14,146.15 107.82,138.21 111.85,114.85" fill="#FF1A8C" stroke="none"/>
|
||||
<polygon points="124.99,129.94 114.17,156.24 104.23,118.52" fill="#CC1070" stroke="none"/>
|
||||
<polygon points="114.17,156.24 85.83,156.24 95.77,118.52 104.23,118.52" fill="#FF4DA0" stroke="none"/>
|
||||
<polygon points="85.83,156.24 75.01,129.94 95.77,118.52" fill="#FF1A8C" stroke="none"/>
|
||||
<polygon points="92.18,138.21 64.86,146.15 88.15,114.85" fill="#CC1070" stroke="none"/>
|
||||
<polygon points="64.86,146.15 47.19,123.99 82.88,108.24 88.15,114.85" fill="#FF4DA0" stroke="none"/>
|
||||
<polygon points="47.19,123.99 61.01,99.12 82.88,108.24" fill="#FF1A8C" stroke="none"/>
|
||||
<polygon points="65.25,117.71 42.01,101.30 81.00,100.00" fill="#CC1070" stroke="none"/>
|
||||
<polygon points="42.01,101.30 48.32,73.67 82.88,91.76 81.00,100.00" fill="#FF4DA0" stroke="none"/>
|
||||
<polygon points="48.32,73.67 76.37,68.97 82.88,91.76" fill="#FF1A8C" stroke="none"/>
|
||||
<polygon points="64.49,83.87 62.83,55.48 88.15,85.15" fill="#CC1070" stroke="none"/>
|
||||
<polygon points="62.83,55.48 88.37,43.18 95.77,81.48 88.15,85.15" fill="#FF4DA0" stroke="none"/>
|
||||
<polygon points="88.37,43.18 109.53,62.18 95.77,81.48" fill="#FF1A8C" stroke="none"/>
|
||||
<polygon points="82.63,88.20 89.16,69.89 97.53,92.39" fill="#990050" stroke="none"/>
|
||||
<polygon points="89.16,69.89 110.84,69.89 102.47,92.39 97.53,92.39" fill="#FF1A8C" stroke="none"/>
|
||||
<polygon points="110.84,69.89 117.37,88.20 102.47,92.39" fill="#CC1070" stroke="none"/>
|
||||
<polygon points="105.86,79.83 125.28,80.39 106.47,95.30" fill="#990050" stroke="none"/>
|
||||
<polygon points="125.28,80.39 131.98,101.01 108.00,100.00 106.47,95.30" fill="#FF1A8C" stroke="none"/>
|
||||
<polygon points="131.98,101.01 116.59,112.87 108.00,100.00" fill="#CC1070" stroke="none"/>
|
||||
<polygon points="120.99,99.34 126.47,117.99 106.47,104.70" fill="#990050" stroke="none"/>
|
||||
<polygon points="126.47,117.99 108.93,130.73 102.47,107.61 106.47,104.70" fill="#FF1A8C" stroke="none"/>
|
||||
<polygon points="108.93,130.73 92.89,119.76 102.47,107.61" fill="#CC1070" stroke="none"/>
|
||||
<polygon points="107.11,119.76 91.07,130.73 97.53,107.61" fill="#990050" stroke="none"/>
|
||||
<polygon points="91.07,130.73 73.53,117.99 93.53,104.70 97.53,107.61" fill="#FF1A8C" stroke="none"/>
|
||||
<polygon points="73.53,117.99 79.01,99.34 93.53,104.70" fill="#CC1070" stroke="none"/>
|
||||
<polygon points="83.41,112.87 68.02,101.01 92.00,100.00" fill="#990050" stroke="none"/>
|
||||
<polygon points="68.02,101.01 74.72,80.39 93.53,95.30 92.00,100.00" fill="#FF1A8C" stroke="none"/>
|
||||
<polygon points="74.72,80.39 94.14,79.83 93.53,95.30" fill="#CC1070" stroke="none"/>
|
||||
<polygon points="100.00,95.00 104.76,98.45 102.94,104.05 97.06,104.05 95.24,98.45" fill="#880044" stroke="none"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 757 B After Width: | Height: | Size: 5.8 KiB |