kych

OAuth 2.0 API for Swiyu to enable Taler integration of Swiyu for KYC (experimental)
Log | Files | Refs

kych_logo.svg (822B)


      1 <svg width="180" height="200" viewBox="0 0 180 200" xmlns="http://www.w3.org/2000/svg">
      2  <defs>
      3    <linearGradient id="shieldGrad" x1="0" x2="0" y1="0" y2="1">
      4      <stop offset="0%" stop-color="#ff4b4b"/>
      5      <stop offset="100%" stop-color="#c40000"/>
      6    </linearGradient>
      7  </defs>
      8 
      9  <!-- Shield -->
     10  <path d="M90 10
     11           L150 40
     12           L150 100
     13           C150 145 120 175 90 190
     14           C60 175 30 145 30 100
     15           L30 40 Z"
     16        fill="url(#shieldGrad)"
     17        stroke="#820000" stroke-width="4"/>
     18 
     19  <!-- Swiss cross -->
     20  <rect x="78" y="55" width="24" height="70" fill="white"/>
     21  <rect x="55" y="78" width="70" height="24" fill="white"/>
     22 
     23  <!-- Digital checkmark -->
     24  <path d="M115 130 L130 145 L155 115"
     25        stroke="#2affd3" stroke-width="10" stroke-linecap="round" stroke-linejoin="round"/>
     26 </svg>