Commit 72e6cb1d authored by jan.koester's avatar jan.koester
Browse files

deb

parent 1e712a68
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400" width="400" height="400">
  <defs>
    <radialGradient id="bgGrad" cx="50%" cy="50%" r="75%">
      <stop offset="0%" stop-color="#4a4a4a" />
      <stop offset="100%" stop-color="#0a0a0a" />
    <radialGradient id="bgGrad" cx="0.5" cy="0.5" r="0.75">
      <stop offset="0" stop-color="#4a4a4a" />
      <stop offset="1" stop-color="#0a0a0a" />
    </radialGradient>
    <filter id="pigment">
      <feTurbulence type="fractalNoise" baseFrequency="0.75" numOctaves="4" result="noise" />
      <feColorMatrix type="matrix" values="1 0 0 0 0  0 1 0 0 0  0 0 1 0 0  0 0 0 0.3 0" in="noise" result="alphaNoise" />
      <feBlend in="SourceGraphic" in2="alphaNoise" mode="multiply" />
    </filter>
    <linearGradient id="textGrad" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" stop-color="#ffffff" />
      <stop offset="100%" stop-color="#b3b3b3" />
    <linearGradient id="textGrad" x1="0" y1="0" x2="1" y2="0">
      <stop offset="0" stop-color="#ffffff" />
      <stop offset="1" stop-color="#b3b3b3" />
    </linearGradient>
  </defs>
  
  <!-- Pigmented Gray/Black Background -->
  <rect width="100%" height="100%" rx="50" fill="url(#bgGrad)" filter="url(#pigment)"/>
  <rect width="400" height="400" rx="50" fill="url(#bgGrad)" filter="url(#pigment)"/>
  
  <!-- Runic Text for "tuxi" : t=ᛏ, u=ᚢ, x=ᚷ, i=ᛁ -->
  <text x="50%" y="220" font-family="sans-serif" font-size="80" font-weight="bold" fill="url(#textGrad)" text-anchor="middle" letter-spacing="12">ᛏᚢᚷᛁ</text>
  <text x="200" y="220" font-family="sans-serif" font-size="80" font-weight="bold" fill="url(#textGrad)" text-anchor="middle" letter-spacing="12">ᛏᚢᚷᛁ</text>
  
  <!-- Latin Subtext -->
  <text x="50%" y="290" font-family="sans-serif" font-size="28" font-weight="600" fill="#7f8c8d" text-anchor="middle" letter-spacing="8">TUXI</text>
  <text x="200" y="290" font-family="sans-serif" font-size="28" font-weight="600" fill="#7f8c8d" text-anchor="middle" letter-spacing="8">TUXI</text>
</svg>
+7 −1
Original line number Diff line number Diff line
blogi (20260416+8) UNRELEASED; urgency=medium
blogi (20260416+9) UNRELEASED; urgency=medium

  * Fix SVG logo rendering issues and syntax errors for Qt compatibility

 -- Jan Koester <jan.koester@tuxist.de>  Thu, 16 Apr 2026 12:20:00 +0200

blogi (20260416+8) unstable; urgency=medium

  * Fix logo runic spelling from blogi to tuxi