diff options
-rw-r--r-- | CHANGELOG.txt | 2 | ||||
-rw-r--r-- | zp.svg | 10 |
2 files changed, 7 insertions, 5 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 72a7171..af8ac99 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -232,6 +232,8 @@ * Update logo; * Remove u8c logos; +* Revert logo resize; + # 0.0.2 * Migrate to CMake; @@ -9,14 +9,14 @@ <stop offset="100%" stop-color="#b8171a" /> </linearGradient> <!-- clips --> - <clipPath id="curve"> - <polygon points="132,60 192,0 192,192 132,192" /> + <clipPath id="clip61"> + <polygon points="192,0 192,192 120,192 120,72" /> </clipPath> <!-- masks --> <mask id="foreground"> - <polyline fill="none" points="96,24 96,168 24,168 60,132 24,96 132,96" stroke="#FFF" stroke-linecap="round" stroke-linejoin="round" stroke-width="12" /> - <circle clip-path="url(#curve)" cx="132" cy="60" fill="none" r="36" stroke="#FFF" stroke-width="12" /> - <circle cx="157.459" cy="34.544" fill="#FFF" r="6" /> + <polyline fill="none" points="96,48 96,144 48,144 72,120 48,96 120,96" stroke="#FFF" stroke-linecap="round" stroke-linejoin="round" stroke-width="12" /> + <circle clip-path="url(#clip61)" cx="120" cy="72" fill="none" r="24" stroke="#FFF" stroke-width="12" /> + <circle cx="136.972" cy="55.028" fill="#FFF" r="6" /> </mask> <!-- fills --> <rect fill="url(#backgroundColour)" height="192" width="192" x="0" y="0" /> |