Changeset dea5eb8 in Renga


Ignore:
Timestamp:
Nov 16, 2023, 5:54:43 PM (6 months ago)
Author:
PulkoMandy <pulkomandy@…>
Branches:
main
Children:
8484ad7
Parents:
5de4d89
Message:

Manually fixed up SVG icon by Link Mauve

File:
1 edited

Legend:

Unmodified
Added
Removed
  • resources/icons/app-icon.svg

    r5de4d89 rdea5eb8  
    1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    2 <svg version="1.1" width="64" height="64" color-interpolation="linearRGB"
    3      xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg">
    4  <g>
    5   <path style="fill:#000000; fill-opacity:0.4"
     1<?xml version="1.0" encoding="UTF-8"?>
     2<svg version="1.1" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg">
     3 <filter width="64" height="64" id="shadow">
     4  <feDropShadow dx="3" dy="3" stdDeviation="0" flood-opacity="0.4"/>
     5 </filter>
     6 <g filter="url(#shadow)">
     7  <path fill="none" stroke="#000" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"
    68        d="M20.99 2C10.5 2 1.99 9.15 1.99 18C1.99 26.82 10.5 34 20.99 34C31.47 34 40 26.82 40 18C40 9.15 31.47 2 20.99 2z
    79           M40 36C37 33 36 26 36 26L28 32C28 32 36 36 40 36z"
    8         transform="matrix(1.4544,0,0,1.4544,2.9135,6.9089)"
     10        transform="matrix(1.4544,0,0,1.4544,0,4)"
    911  />
    10   <path style="fill:none; stroke:#000000; stroke-width:4; stroke-linecap:round; stroke-linejoin:round"
     12  <linearGradient id="gradient0" gradientUnits="userSpaceOnUse" x1="128" y1="2" x2="128" y2="40">
     13   <stop offset="0" stop-color="#fff"/>
     14   <stop offset="1" stop-color="#e5e5e5"/>
     15  </linearGradient>
     16  <path fill="url(#gradient0)"
    1117        d="M20.99 2C10.5 2 1.99 9.15 1.99 18C1.99 26.82 10.5 34 20.99 34C31.47 34 40 26.82 40 18C40 9.15 31.47 2 20.99 2z
    1218           M40 36C37 33 36 26 36 26L28 32C28 32 36 36 40 36z"
    13         transform="matrix(1.4544,0,0,1.4544,0.0047,4)"
     19        transform="matrix(1.4544,0,0,1.4544,0,4)"
    1420  />
    15   <linearGradient id="gradient0" gradientUnits="userSpaceOnUse" x1="128" y1="1.99" x2="128" y2="40">
    16    <stop offset="0" stop-color="#ffffff"/>
    17    <stop offset="1" stop-color="#e5e5e5"/>
    18   </linearGradient>
    19   <path style="fill:url(#gradient0)"
    20         d="M20.99 2C10.5 2 1.99 9.15 1.99 18C1.99 26.82 10.5 34 20.99 34C31.47 34 40 26.82 40 18C40 9.15 31.47 2 20.99 2z
    21            M40 36C37 33 36 26 36 26L28 32C28 32 36 36 40 36z"
    22         transform="matrix(1.4544,0,0,1.4544,0.0047,4)"
    23   />
    24   <path style="fill:#000000"
     21  <path fill="#000"
    2522        d="M22.48 26.76H26.1V28.82H22.48
    2623           M26.1 21.75V23.99H22.48V21.75
Note: See TracChangeset for help on using the changeset viewer.