Husky branding(icons)

main
Alibek Omarov 4 years ago
parent ec17c807cb
commit 000ba91d23
  1. 11
      app/src/blue/res/drawable/ic_launcher_background.xml
  2. 5
      app/src/blue/res/mipmap-anydpi-v26/ic_launcher.xml
  3. BIN
      app/src/blue/res/mipmap-hdpi/ic_launcher.png
  4. BIN
      app/src/blue/res/mipmap-hdpi/ic_shortcut_compose.png
  5. BIN
      app/src/blue/res/mipmap-mdpi/ic_launcher.png
  6. BIN
      app/src/blue/res/mipmap-mdpi/ic_shortcut_compose.png
  7. BIN
      app/src/blue/res/mipmap-xhdpi/ic_launcher.png
  8. BIN
      app/src/blue/res/mipmap-xhdpi/ic_shortcut_compose.png
  9. BIN
      app/src/blue/res/mipmap-xxhdpi/ic_launcher.png
  10. BIN
      app/src/blue/res/mipmap-xxhdpi/ic_shortcut_compose.png
  11. BIN
      app/src/blue/res/mipmap-xxxhdpi/ic_launcher.png
  12. BIN
      app/src/blue/res/mipmap-xxxhdpi/ic_shortcut_compose.png
  13. 11
      app/src/green/res/drawable/ic_launcher_background.xml
  14. 5
      app/src/green/res/mipmap-anydpi-v26/ic_launcher.xml
  15. BIN
      app/src/green/res/mipmap-hdpi/ic_launcher.png
  16. BIN
      app/src/green/res/mipmap-mdpi/ic_launcher.png
  17. BIN
      app/src/green/res/mipmap-xhdpi/ic_launcher.png
  18. BIN
      app/src/green/res/mipmap-xxhdpi/ic_launcher.png
  19. BIN
      app/src/green/res/mipmap-xxxhdpi/ic_launcher.png
  20. BIN
      app/src/main/ic_launcher-web.png
  21. 508
      app/src/main/ic_launcher.svg
  22. 121
      app/src/main/ic_launcher_.svg
  23. 107
      app/src/main/ic_launcher_foreground.svg
  24. BIN
      app/src/main/res/drawable-hdpi/ic_notify.png
  25. BIN
      app/src/main/res/drawable-hdpi/splash.png
  26. BIN
      app/src/main/res/drawable-mdpi/ic_notify.png
  27. BIN
      app/src/main/res/drawable-mdpi/splash.png
  28. 44
      app/src/main/res/drawable-v26/ic_launcher_foreground.xml
  29. BIN
      app/src/main/res/drawable-xhdpi/ic_notify.png
  30. BIN
      app/src/main/res/drawable-xhdpi/splash.png
  31. BIN
      app/src/main/res/drawable-xxhdpi/ic_notify.png
  32. BIN
      app/src/main/res/drawable-xxhdpi/splash.png
  33. BIN
      app/src/main/res/drawable-xxxhdpi/splash.png
  34. 9
      app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
  35. 1
      app/src/main/res/values/colors.xml
  36. 173
      app/src/main/splash.svg
  37. BIN
      assets/splash.xcf
  38. BIN
      assets/tusky_banner.xcf

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
<size android:width="108dp" android:height="108dp" />
<gradient
android:type="radial"
android:centerX="50%"
android:centerY="50%"
android:startColor="#2588d0"
android:endColor="#1967a3"
android:gradientRadius="100"/>
</shape>

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/tusky_grey_10" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
</adaptive-icon>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.4 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 10 KiB

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
<size android:width="108dp" android:height="108dp" />
<gradient
android:type="radial"
android:centerX="50%"
android:centerY="50%"
android:startColor="#25d069"
android:endColor="#19a341"
android:gradientRadius="100"/>
</shape>

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/green_ver" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
</adaptive-icon>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 44 KiB

@ -1,20 +1,23 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg181"
viewBox="0 0 135.46666 135.46666"
version="1.1"
height="512"
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
sodipodi:docname="ic_launcher.svg"
width="512"
sodipodi:docname="ic_launcher2.svg"
inkscape:version="0.92.1 r15371">
height="512"
version="1.1"
viewBox="0 0 135.46666 135.46666"
id="svg181"
inkscape:export-filename="/home/a1ba/projects/Tusky/app/src/main/ic_launcher-web.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
@ -24,19 +27,26 @@
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1147"
inkscape:window-width="1876"
inkscape:window-height="1051"
id="namedview4579"
showgrid="false"
showgrid="true"
inkscape:measure-start="140.54,184.424"
inkscape:measure-end="499.461,-175.02"
inkscape:zoom="1.9140625"
inkscape:cx="253.80846"
inkscape:cy="248.95369"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:zoom="0.70710678"
inkscape:cx="-48.885887"
inkscape:cy="393.6953"
inkscape:window-x="44"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="g157" />
inkscape:current-layer="svg181"
inkscape:snap-global="false"
inkscape:snap-bbox="false"
inkscape:bbox-paths="false"
inkscape:bbox-nodes="false"
inkscape:snap-bbox-edge-midpoints="false"
inkscape:snap-bbox-midpoints="false"
inkscape:snap-object-midpoints="true" />
<metadata
id="metadata185">
<rdf:RDF>
@ -45,444 +55,92 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs147">
<linearGradient
inkscape:collect="always"
id="linearGradient4780">
id="linearGradient5474"
osb:paint="gradient">
<stop
style="stop-color:#2588d0;stop-opacity:1;"
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop4776" />
<stop
style="stop-color:#1967a3;stop-opacity:1"
offset="1"
id="stop4778" />
</linearGradient>
<linearGradient
id="c">
id="stop5470" />
<stop
id="stop2"
offset="0" />
<stop
id="stop4"
offset="1"
stop-opacity="0" />
</linearGradient>
<clipPath
id="g">
<circle
id="circle7"
fill="#2588d0"
r="112.52"
cy="125"
cx="125" />
</clipPath>
<clipPath
id="e">
<g
id="g132"
opacity=".05"
fill="url(#a)"
clip-path="url(#g)"
transform="matrix(.26458 0 0 .26458 7.7244 -29.561)">
<g
id="g128"
stroke-width=".5">
<path
id="path10"
fill="url(#a)"
d="m98.535 73.473c-1.8371-0.09054-2.2298 0.10241-1.635 0.69722l70.711 70.711c-0.59481-0.59481-0.2021-0.78775 1.635-0.69722z" />
<path
id="path12"
fill="url(#a)"
d="m96.9 74.17c0.70818 0.70818 2.8162 1.986 5.553 4.0332l70.711 70.711c-2.7368-2.0472-4.8448-3.3251-5.553-4.0332z" />
<path
id="path14"
fill="url(#a)"
d="m102.45 78.203c2.4807 1.8557 4.9237 4.0232 7.1498 6.2492l70.711 70.711c-2.226-2.226-4.6691-4.3935-7.1498-6.2492z" />
<path
id="path16"
fill="url(#a)"
d="m109.6 84.452c3.2825 3.2825 6.093 6.6922 7.8561 9.4168l70.711 70.711c-1.7631-2.7246-4.5736-6.1343-7.8561-9.4168z" />
<path
id="path18"
fill="url(#a)"
d="m117.46 93.869c2.9912 4.6225 5.6692 8.3037 12.262 28.254l70.711 70.711c-6.5925-19.95-9.2705-23.631-12.262-28.254z" />
<path
id="path20"
fill="url(#a)"
d="m129.72 122.12c2.4794 7.5032 5.7538 14.14 6.6211 16.113l70.711 70.711c-0.86733-1.9736-4.1417-8.6101-6.6211-16.113z" />
<path
id="path22"
fill="url(#a)"
d="m136.34 138.24 1.3476 3.0059 70.711 70.711-1.3476-3.0059z" />
<path
id="path24"
fill="url(#a)"
d="m137.69 141.24c-0.0653 0.0814-0.11927 0.14322-0.18554 0.22656l70.711 70.711c0.0663-0.0833 0.12024-0.14516 0.18554-0.22656z" />
<path
id="path26"
fill="url(#a)"
d="m137.5 141.47-3.4395 3.0098 70.711 70.711 3.4395-3.0098z" />
<path
id="path28"
fill="url(#a)"
d="m134.06 144.48c-5.5481 5.7637-16.033 11.691-24.285 13.729l70.711 70.711c8.2524-2.0372 18.737-7.9648 24.285-13.729z" />
<path
id="path30"
fill="url(#a)"
d="m109.78 158.21c-6.3614 1.5706-21.301 1.1651-27.809 0.0137l70.711 70.711c6.5077 1.1514 21.447 1.5569 27.809-0.0137z" />
<path
id="path32"
fill="url(#a)"
d="m81.971 158.22c-7.8527-1.3894-14.205-5.074-19.134-10.002l70.711 70.711c4.9282 4.9282 11.281 8.6128 19.134 10.002z" />
<path
id="path34"
fill="url(#a)"
d="m62.837 148.22c-6.1069-6.1069-10.026-14.123-11.902-22.049l70.711 70.711c1.8752 7.9251 5.7946 15.942 11.902 22.049z" />
<path
id="path36"
fill="url(#a)"
d="m50.936 126.17c-1.5987-9.5426 0.52116-16.959 1.6895-21.707l70.711 70.711c-1.1683 4.7477-3.2882 12.164-1.6894 21.707z" />
<path
id="path38"
fill="url(#a)"
d="m52.625 104.46c2.6637-10.825 9.7356-20.465 18.479-26.402l70.711 70.711c-8.7429 5.9372-15.815 15.578-18.479 26.402z" />
<path
id="path40"
fill="url(#a)"
d="m71.104 78.061c3.0009-2.0378 4.6792-2.7066 4.4597-2.9261l70.711 70.711c0.21947 0.21947-1.4588 0.88834-4.4597 2.9261z" />
<path
id="path42"
fill="url(#a)"
d="m75.563 75.134c-0.11026-0.11026-0.69947-0.10709-1.8406-0.10709l70.711 70.711c1.1411 0 1.7303-3e-3 1.8406 0.10709z" />
<path
id="path44"
fill="url(#a)"
d="m73.723 75.027c-3.9668 0-10.077 2.6389-14.275 6.0215l70.711 70.711c4.1987-3.3826 10.309-6.0215 14.275-6.0215z" />
<path
id="path46"
fill="url(#a)"
d="m59.447 81.049c-8.0199 6.461-14.768 15.598-18.961 26.336l70.711 70.711c4.1931-10.738 10.941-19.875 18.961-26.336z" />
<path
id="path48"
fill="url(#a)"
d="m40.486 107.38c-2.2433 6.6848-2.2747 5.5109-2.418 15.162l70.711 70.711c0.14324-9.6512 0.17463-8.4773 2.418-15.162z" />
<path
id="path50"
fill="url(#a)"
d="m38.068 122.55c0.37633 6.9829 1.0389 9.3071 3.0723 15.406l70.711 70.711c-2.0333-6.0991-2.6959-8.4234-3.0723-15.406z" />
<path
id="path52"
fill="url(#a)"
d="m41.141 137.95c2.3472 7.0404 6.2768 13.161 11.343 18.227l70.711 70.711c-5.0663-5.0663-8.9959-11.187-11.343-18.227z" />
<path
id="path54"
fill="url(#a)"
d="m52.484 156.18c2.9744 2.9744 6.3406 5.5855 10.008 7.806l70.711 70.711c-3.6678-2.2205-7.034-4.8316-10.008-7.806z" />
<path
id="path56"
fill="url(#a)"
d="m62.492 163.99c4.9985 3.0261 15.324 6.7023 22.098 7.8027l70.711 70.711c-6.7734-1.1005-17.099-4.7766-22.098-7.8027z" />
<path
id="path58"
fill="url(#a)"
d="m84.59 171.79c1.8904 0.30967 4.992 0.90865 7.8848 1.1875l70.711 70.711c-2.8928-0.27885-5.9944-0.87783-7.8848-1.1875z" />
<path
id="path60"
fill="url(#a)"
d="m92.475 172.98c12.195 0.94625 15.055-0.32666 24.506-1.8418l70.711 70.711c-9.4508 1.5151-12.311 2.788-24.506 1.8418z" />
<path
id="path62"
fill="url(#a)"
d="m116.98 171.13c8.5906-2.4983 16.678-7.275 22.934-12.367l70.711 70.711c-6.2561 5.0922-14.343 9.8689-22.934 12.367z" />
<path
id="path64"
fill="url(#a)"
d="m139.91 158.77 5.7871-4.7168 70.711 70.711-5.7871 4.7168z" />
<path
id="path66"
fill="url(#a)"
d="m145.7 154.05c0.0891 0.11275 0.1968 0.26762 0.28321 0.375l70.711 70.711c-0.0864-0.10738-0.19411-0.26225-0.28321-0.375z" />
<path
id="path68"
fill="url(#a)"
d="m145.98 154.43 1.9648 2.0644 70.711 70.711-1.9648-2.0644z" />
<path
id="path70"
fill="url(#a)"
d="m147.95 156.49c0.29948 0.31455 0.59902 0.62179 0.89884 0.92161l70.711 70.711c-0.29982-0.29982-0.59936-0.60705-0.89884-0.9216z" />
<path
id="path72"
fill="url(#a)"
d="m148.85 157.41c5.8411 5.8411 11.787 8.8672 19.377 8.303l70.711 70.711c-7.5898 0.56423-13.535-2.4619-19.377-8.303z" />
<path
id="path74"
fill="url(#a)"
d="m168.22 165.71c7.5551-0.56163 13.041-2.6761 17.49-6.7422l70.711 70.711c-4.4488 4.066-9.9351 6.1806-17.49 6.7422z" />
<path
id="path76"
fill="url(#a)"
d="m185.71 158.97c4.5132-4.1248 5.5354-6.236 7.6699-12.512l70.711 70.711c-2.1345 6.2758-3.1567 8.3869-7.6699 12.512z" />
<path
id="path78"
fill="url(#a)"
d="m193.38 146.46c2.9552-8.6889 4.3184-16.193 3.9922-29.721l70.711 70.711c0.32618 13.527-1.0369 21.032-3.9922 29.721z" />
<path
id="path80"
fill="url(#a)"
d="m197.38 116.74c-0.33294-13.818-1.6567-19.14-5.4434-23.453l70.711 70.711c3.7867 4.3128 5.1104 9.6355 5.4434 23.453z" />
<path
id="path82"
fill="url(#a)"
d="m191.93 93.287c-0.0959-0.10288-0.19218-0.20269-0.28888-0.2994l70.711 70.711c0.0967 0.0967 0.19301 0.19652 0.28888 0.2994z" />
<path
id="path84"
fill="url(#a)"
d="m191.64 92.988c-3.0781-3.0781-6.553-3.0044-8.5724 1.8287l70.711 70.711c2.0194-4.8331 5.4943-4.9068 8.5724-1.8287z" />
<path
id="path86"
fill="url(#a)"
d="m183.07 94.816c-0.79737 1.9089-0.78178 2.91 0.11132 6.918l70.711 70.711c-0.8931-4.008-0.90869-5.0091-0.11132-6.918z" />
<path
id="path88"
fill="url(#a)"
d="m183.18 101.73c1.6289 7.3102 1.7837 25.828 0.45313 32.072l70.711 70.711c1.3306-6.2445 1.1758-24.762-0.45313-32.072z" />
<path
id="path90"
fill="url(#a)"
d="m183.64 133.81c-2.7904 13.095-11.463 17.859-22.207 12.49l70.711 70.711c10.744 5.3688 19.417 0.60451 22.207-12.49z" />
<path
id="path92"
fill="url(#a)"
d="m161.43 146.3c-2.4274-1.213-3.8861-1.9048-5.748-3.5762l70.711 70.711c1.862 1.6714 3.3206 2.3632 5.748 3.5762z" />
<path
id="path94"
fill="url(#a)"
d="m155.68 142.72c-0.18578-0.19582-0.32768-0.35348-0.50391-0.54101l70.711 70.711c0.17623 0.18753 0.31813 0.34519 0.50391 0.54101z" />
<path
id="path96"
fill="url(#a)"
d="m155.18 142.18c1.047-1.7899 1.5781-3.0116 2.7754-4.9883l70.711 70.711c-1.1973 1.9767-1.7284 3.1984-2.7754 4.9883z" />
<path
id="path98"
fill="url(#a)"
d="m157.95 137.19c4.9715-8.2077 9.7196-21.436 11.604-32.795l70.711 70.711c-1.8839 11.359-6.632 24.587-11.604 32.795z" />
<path
id="path100"
fill="url(#a)"
d="m169.56 104.4c1.1273-6.797 0.81713-9.1729-0.83126-10.821l70.711 70.711c1.6484 1.6484 1.9586 4.0243 0.83126 10.821z" />
<path
id="path102"
fill="url(#a)"
d="m168.73 93.575c-0.32731-0.32731-0.70738-0.62594-1.1394-0.92479l70.711 70.711c0.43206 0.29886 0.81213 0.59748 1.1394 0.92479z" />
<path
id="path104"
fill="url(#a)"
d="m167.59 92.65c-2.0094-0.98322-2.8331-1.0491-4.9531-0.39844l70.711 70.711c2.12-0.65064 2.9438-0.58478 4.9531 0.39844z" />
<path
id="path106"
fill="url(#a)"
d="m162.63 92.252c-1.3988 0.42933-3.0221 1.3082-3.6055 1.9531l70.711 70.711c0.58337-0.64492 2.2067-1.5238 3.6055-1.9531z" />
<path
id="path108"
fill="url(#a)"
d="m159.03 94.205c-0.58363 0.64492-1.9734 4.6467-3.0879 8.8945l70.711 70.711c1.1145-4.2479 2.5043-8.2496 3.0879-8.8945z" />
<path
id="path110"
fill="url(#a)"
d="m155.94 103.1c-1.1144 4.2479-2.7555 9.2858-3.6465 11.193l70.711 70.711c0.89102-1.9076 2.532-6.9455 3.6465-11.193z" />
<path
id="path112"
fill="url(#a)"
d="m152.29 114.29c-0.89099 1.9076-1.8493 4.2376-2.1309 5.1777l70.711 70.711c0.28157-0.94013 1.2399-3.2702 2.1309-5.1777z" />
<path
id="path114"
fill="url(#a)"
d="m150.16 119.47c-0.28161 0.94013-1.2853 3.2472-2.2305 5.127l70.711 70.711c0.94515-1.8798 1.9489-4.1868 2.2305-5.127z" />
<path
id="path116"
fill="url(#a)"
d="m147.93 124.6-2 4.0059 70.711 70.711 2-4.0059z" />
<path
id="path118"
fill="url(#a)"
d="m145.93 128.6-1.1016-2.5469 70.711 70.711 1.1016 2.5469z" />
<path
id="path120"
fill="url(#a)"
d="m144.83 126.06c-0.50786-1.1277-2.6738-6.8816-5.1504-12.898l70.711 70.711c2.4766 6.0168 4.6425 11.771 5.1504 12.898z" />
<path
id="path122"
fill="url(#a)"
d="m139.68 113.16c-5.7036-13.857-11.141-23.408-17.401-29.668l70.711 70.711c6.2598 6.2598 11.697 15.811 17.401 29.668z" />
<path
id="path124"
fill="url(#a)"
d="m122.28 83.49c-6.0835-6.0835-12.944-9.058-21.58-9.8534l70.711 70.711c8.6358 0.79538 15.496 3.7699 21.58 9.8534z" />
<path
id="path126"
fill="url(#a)"
d="m100.7 73.637c-0.8718-0.08029-1.5892-0.13573-2.1641-0.16406l70.711 70.711c0.57491 0.0283 1.2923 0.0838 2.1641 0.16407z" />
</g>
<path
id="path130"
fill="url(#a)"
d="m98.535 73.473c-4.0243-0.19833-1.1175 0.96369 3.918 4.7305 6.1387 4.592 12.047 11.094 15.006 15.666 2.9912 4.6225 5.6692 8.3037 12.262 28.254 2.4794 7.5032 5.7538 14.14 6.6211 16.113l1.3476 3.0059c-0.0653 0.0814-0.11927 0.14322-0.18554 0.22656l-3.4395 3.0098c-5.5481 5.7637-16.033 11.691-24.285 13.729-6.3614 1.5706-21.301 1.1651-27.809 0.0137-17.584-3.1111-27.647-17.73-31.035-32.051-1.5987-9.5426 0.52116-16.959 1.6895-21.707 2.6637-10.825 9.7356-20.465 18.479-26.402 4.5085-3.0615 6.0316-3.0332 2.6191-3.0332-3.9668 0-10.077 2.6389-14.275 6.0215-8.0199 6.461-14.768 15.598-18.961 26.336-2.2433 6.6848-2.2747 5.5109-2.418 15.162 0.37633 6.9829 1.0389 9.3071 3.0723 15.406 3.7252 11.174 11.436 20.03 21.352 26.033 4.9985 3.0261 15.324 6.7023 22.098 7.8027 1.8904 0.30967 4.992 0.90865 7.8848 1.1875 12.195 0.94625 15.055-0.32666 24.506-1.8418 8.5906-2.4983 16.678-7.275 22.934-12.367l5.7871-4.7168c0.0891 0.11275 0.1968 0.26762 0.28321 0.375l1.9648 2.0644c6.134 6.4426 12.296 9.8178 20.275 9.2246 7.5551-0.56163 13.041-2.6761 17.49-6.7422 4.5132-4.1248 5.5354-6.236 7.6699-12.512 2.9552-8.6889 4.3184-16.193 3.9922-29.721-0.33294-13.818-1.6567-19.14-5.4434-23.453-3.1472-3.3774-6.7785-3.4556-8.8613 1.5293-0.79737 1.9089-0.78178 2.91 0.11132 6.918 1.6289 7.3102 1.7837 25.828 0.45313 32.072-2.7904 13.095-11.463 17.859-22.207 12.49-2.4274-1.213-3.8861-1.9048-5.748-3.5762-0.18578-0.19582-0.32768-0.35348-0.50391-0.54101 1.047-1.7899 1.5781-3.0116 2.7754-4.9883 4.9715-8.2077 9.7196-21.436 11.604-32.795 1.3511-8.1466 0.63728-9.9421-1.9707-11.746-2.0094-0.98322-2.8331-1.0491-4.9531-0.39844-1.3988 0.42933-3.0221 1.3082-3.6055 1.9531-0.58363 0.64492-1.9734 4.6467-3.0879 8.8945-1.1144 4.2479-2.7555 9.2858-3.6465 11.193-0.89099 1.9076-1.8493 4.2376-2.1309 5.1777-0.28161 0.94013-1.2853 3.2472-2.2305 5.127l-2 4.0059-1.1016-2.5469c-0.50786-1.1277-2.6738-6.8816-5.1504-12.898-11.247-27.323-21.459-37.908-38.98-39.522-0.8718-0.080295-1.5892-0.13573-2.1641-0.16406z" />
</g>
</clipPath>
<linearGradient
xlink:href="#c"
gradientUnits="userSpaceOnUse"
y2="210.2"
y1="153.65"
x2="201.21"
x1="146.2"
id="a" />
<clipPath
id="f">
<circle
id="circle136"
opacity=".1"
clip-path="url(#e)"
r="29.772"
cy="2.6396"
cx="40.292"
transform="matrix(1.0037 0 0 1.0037 1.3836 -1.2671)" />
</clipPath>
<linearGradient
gradientUnits="userSpaceOnUse"
y2="22.179"
y1="6.5707"
x2="61.309"
x1="45.701"
id="b">
<stop
id="stop139"
offset="0" />
<stop
id="stop141"
style="stop-color:#000000;stop-opacity:0;"
offset="1"
stop-opacity="0" />
id="stop5472" />
</linearGradient>
<filter
color-interpolation-filters="sRGB"
height="1.048"
width="1.048"
y="-.024"
x="-.024"
id="d">
id="d"
color-interpolation-filters="sRGB">
<feGaussianBlur
id="feGaussianBlur144"
stdDeviation="13.532652" />
</filter>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4599">
<circle
cx="725.02002"
cy="-684.40002"
id="circle4601"
style="display:inline;fill:#2588d0;stroke-width:1"
r="666.01202" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#b"
id="linearGradient4609"
x1="932.39093"
y1="-448.59128"
x2="1103.4291"
y2="-292.29779"
gradientUnits="userSpaceOnUse" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4780"
id="radialGradient4782"
cx="725.02002"
cy="-684.40002"
fx="725.02002"
fy="-684.40002"
r="666.01202"
gradientUnits="userSpaceOnUse" />
</defs>
<g
style="display:inline"
id="g177"
transform="translate(-8.0628,99.804)">
transform="translate(-7.0922591,100.37719)">
<g
style="display:inline"
id="g175"
transform="matrix(2,0,0,2,-5.3112,-36.986)">
transform="matrix(0.09375,0,0,0.09375,7.4604,32.24)"
id="g173"
style="display:inline">
<g
style="display:inline"
id="g173"
transform="matrix(0.046875,0,0,0.046875,6.3858,34.613)">
<g
style="display:inline"
id="g157">
<circle
style="display:inline;opacity:0.36000001;filter:url(#d)"
id="circle149"
r="676.63"
cy="-672.09003"
cx="710.14001"
transform="matrix(0.98504,0,0,0.98504,29.403,-5.6005)" />
<circle
r="666.01202"
style="display:inline;fill:url(#radialGradient4782);fill-opacity:1"
id="ellipse153"
cy="-684.40002"
cx="725.02002" />
<path
style="opacity:0.1;fill:url(#linearGradient4609);fill-opacity:1.0;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 502.01302,-949.02227 384.24915,383.32798 -3.43645,-89.82106 -77.68618,-110.93471 -187.18224,-187.80303 137.91285,50.53567 165.36793,165.01042 87.04612,-110.32758 124.5448,123.76483 1.5739,-125.34778 679.4554,673.25412 -544.5472,559.35788 -866.24945,-865.97293 -82.57017,-258.03173 64.87656,-135.65098 z"
id="path4595"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccccccccccc"
clip-path="url(#clipPath4599)" />
</g>
<g
style="display:inline;stroke-width:0.052917"
id="g171"
transform="matrix(21.768,0,0,21.716,-148.18,-741.68)">
<g
style="display:inline;stroke:#efefef"
id="g167">
<g
style="display:inline;stroke:#efefef;stroke-width:0.052917"
id="g165">
<g
style="display:inline;stroke-width:0.052853"
id="g163"
transform="matrix(1.0012,0,0,1.0012,-0.2806,-0.13189)">
<path
style="display:inline;fill:#fefefe;stroke:#e9e9eb"
id="path159"
d="M 33.997,14.956 C 27.2465,14.30008 22.721,10.953 21.162,5.4628 c -0.97232,-3.4236 -0.40007,-6.6554 1.7689,-9.9897 1.963,-3.0177 4.5842,-4.9793 6.6538,-4.9793 h 0.55721 l -0.68124,0.45556 c -2.3327,1.5599 -4.1732,3.9523 -5.0456,6.5585 -0.51198,1.5295 -0.64528,4.5724 -0.27628,6.3067 0.63604,2.9894 2.4635,5.3876 5.0854,6.6734 1.7788,0.87238 3.409,1.2191 5.7324,1.2191 3.8422,0 6.9587,-1.203 9.6137,-3.711 l 0.90726,-0.85704 -0.45582,-1.0092 c -0.40414,-0.89475 -1.3238,-3.3221 -3.0074,-7.9377 -0.66266,-1.8167 -1.3902,-3.0367 -2.6217,-4.3966 -0.83567,-0.92274 -2.4857,-2.3558 -3.8598,-3.3523 -0.41933,-0.3041 -0.41152,-0.30624 0.78481,-0.21562 4.547,0.34444 6.8542,2.8969 10.192,11.276 0.58286,1.463 0.84878,2.0983 0.96426,2.3599 0.02953,0.0669 0.07669,0.21387 0.13247,0.16887 0.05579,-0.044998 0.2425,-0.39246 0.30776,-0.50578 0.06527,-0.11332 0.13756,-0.25964 0.22146,-0.43667 0.0839,-0.17703 0.1794,-0.38476 0.29108,-0.62088 0.81832,-1.7301 1.8142,-4.5739 2.1755,-6.2124 0.17685,-0.80191 0.31139,-1.0422 0.6944,-1.2403 1.2546,-0.64879 2.3739,-0.046158 2.3739,1.2782 0,2.3978 -1.562,7.2043 -3.3553,10.325 -0.11458,0.1994 -0.2299,0.32992 -0.28958,0.44825 -0.05969,0.11833 -0.22117,0.32942 -0.18689,0.38982 0.0262,0.046164 0.03631,0.058028 0.07857,0.1003 0.04494,0.044952 0.10546,0.1025 0.18606,0.16729 0.59444,0.47791 2.1261,1.0701 2.9132,1.178 1.0012,0.13722 2.1429,-0.34975 2.7808,-1.186 1.4436,-1.8927 1.7772,-5.2915 1.0067,-10.256 -0.28139,-1.8131 -0.2804,-1.8507 0.0612,-2.3095 0.8275,-1.1115 1.8285,-0.9019 2.5288,0.52951 1.4339,2.9307 1.2081,10.094 -0.43371,13.76 -0.9119,2.0362 -2.4949,3.1576 -5.135,3.6376 -2.1119,0.38401 -3.6271,-0.10683 -5.3738,-1.7407 l -1.0573,-0.98905 -0.49724,0.52519 c -1.2916,1.3642 -4.2775,3.0339 -6.4849,3.6264 -1.0871,0.29178 -3.7581,0.64007 -4.619,0.60228 -0.28227,-0.01239 -1.0906,-0.07862 -1.7963,-0.14719 z"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:#e9e9eb;stroke:#efefef"
id="path161"
d="M 49.244,6.7482 C 48.93619,6.36517 48.43741,5.6114 48.1356,5.0733 L 47.58686,4.09477 48.05882,3.2394 C 48.3184,2.76894 48.70519,1.8739 48.94989,1.2573 l 0.39948,-0.98883 1.3378,1.3563 c 0.8003,0.81132 1.266,1.4388 1.2301,1.6104 -0.08034,0.3845 -1.217,2.7582 -1.713,3.561 l -0.40066,0.6485 z"
inkscape:connector-curvature="0" />
</g>
</g>
</g>
<path
style="display:inline;fill:none;stroke:#e9e9eb"
id="path169"
d="m 45.251,7.0162 c 0,0 0.6208,1.4785 1.9195,3.2142"
inkscape:connector-curvature="0" />
</g>
id="g157"
style="display:inline;fill:#121a24;fill-opacity:1"
transform="translate(-13.179525,-21.636192)">
<circle
transform="matrix(0.98504,0,0,0.98504,29.403,-5.6005)"
cx="710.14001"
cy="-672.09003"
r="676.63"
id="circle149"
style="display:inline;opacity:0.36000001;fill:#121a24;fill-opacity:1;filter:url(#d)" />
<circle
cx="725.02002"
cy="-684.40002"
id="ellipse153"
style="display:inline;fill:#071a24;fill-opacity:1"
r="666.01202" />
</g>
</g>
</g>
<style
id="style179">.st0{fill:#e0e0e0}.st1{fill:#fff}.st2{clip-path:url(#SVGID_2_);fill:#fbbc05}.st3{clip-path:url(#SVGID_4_);fill:#ea4335}.st4{clip-path:url(#SVGID_6_);fill:#34a853}.st5{clip-path:url(#SVGID_8_);fill:#4285f4}</style>
<g
id="g3339"
transform="matrix(1.0192895,0,0,1.0192895,-1.3319259,3.5319492)">
<path
sodipodi:nodetypes="cccccccccccccccccccccccccc"
inkscape:connector-curvature="0"
id="path1875"
d="m 45.20966,18.634296 c -8.679134,8.870869 -14.247863,35.428002 -11.46271,45.98466 -9.326681,14.357568 4.935272,25.966111 3.619666,38.996014 7.825019,-18.625166 -2.98025,-21.83698 1.947834,-31.830606 7.611358,-12.235666 19.460361,-9.245197 21.539714,-9.078117 4.663691,5.33658 4.845985,14.927757 6.614583,19.843749 L 67.62188,41.43182 C 64.948513,41.327919 61.687493,41.747023 59.132851,42.517135 58.394386,34.086346 49.058344,18.450531 45.20966,18.634296 Z M 67.62188,41.43182 67.468747,82.549996 c 1.768597,-4.915992 1.950892,-14.507169 6.614583,-19.843749 2.079353,-0.16708 13.072859,-2.272961 20.684213,9.962705 5.02307,8.948879 -5.599003,11.940944 2.226023,30.566108 C 95.67796,90.205159 109.84493,78.976524 100.51825,64.618956 103.30341,54.062298 97.734671,27.505165 89.055538,18.634296 85.206853,18.450529 75.736497,33.884869 74.998023,42.315658 72.443382,41.545548 70.176522,41.375407 67.62188,41.43182 Z M 46.085597,27.699631 c 3.529776,4.123451 6.24561,10.338072 6.997557,17.406424 -4.757066,3.939996 -10.414623,7.924 -13.787919,12.450791 -0.07834,-9.26038 2.427209,-19.713968 6.790362,-29.857215 z m 41.892526,-0.268635 c 4.363153,10.143247 7.070188,20.86547 6.991839,30.12585 -3.373296,-4.526791 -9.433808,-9.115225 -14.190873,-13.055221 0.751948,-7.068352 3.669258,-12.947178 7.199034,-17.070629 z"
style="fill:#d7a074;fill-opacity:1;stroke:none;stroke-width:0.29925326px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<circle
r="3.7041035"
cy="78.581245"
cx="52.916664"
id="path2011"
style="fill:#d7a074;fill-opacity:1;stroke:none;stroke-width:6.61458302;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
<circle
r="3.7041035"
cy="78.581245"
cx="82.020828"
id="path2011-7"
style="fill:#d7a074;fill-opacity:1;stroke:none;stroke-width:6.61458302;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path2041"
d="m 67.485042,87.615129 c -0.3851,0.002 -0.750204,0.171743 -1,0.464844 l -3.639849,4.59964 c -0.742789,0.873264 -0.88263,2.308532 0.263315,2.274664 l 8.271065,0.104211 c 1.090425,-0.03438 1.672991,-1.299478 0.990235,-2.150391 L 68.524104,88.111223 C 68.271638,87.795915 67.888966,87.61321 67.485042,87.615129 Z"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#d7a074;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.64583325;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 7.6 KiB

@ -0,0 +1,121 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
sodipodi:docname="ic_launcher_.svg"
width="276.48911"
height="321.19296"
version="1.1"
viewBox="0 0 73.154405 84.982301"
id="svg181"
inkscape:export-filename="/home/a1ba/projects/Tusky/app/src/main/ic_launcher-web.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1876"
inkscape:window-height="1051"
id="namedview4579"
showgrid="true"
inkscape:measure-start="140.54,184.424"
inkscape:measure-end="499.461,-175.02"
inkscape:zoom="1.0620717"
inkscape:cx="-26.344471"
inkscape:cy="84.076116"
inkscape:window-x="44"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg181"
inkscape:snap-global="true"
inkscape:snap-bbox="true"
inkscape:bbox-paths="false"
inkscape:bbox-nodes="false"
inkscape:snap-bbox-edge-midpoints="false"
inkscape:snap-bbox-midpoints="true"
inkscape:snap-object-midpoints="true"
units="px"
width="512mm"
scale-x="1"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0" />
<metadata
id="metadata185">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs147">
<linearGradient
id="linearGradient5474"
osb:paint="gradient">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop5470" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop5472" />
</linearGradient>
<filter
height="1.048"
width="1.048"
y="-0.024"
x="-0.024"
id="d"
style="color-interpolation-filters:sRGB">
<feGaussianBlur
id="feGaussianBlur144"
stdDeviation="13.532652" />
</filter>
</defs>
<style
id="style179">.st0{fill:#e0e0e0}.st1{fill:#fff}.st2{clip-path:url(#SVGID_2_);fill:#fbbc05}.st3{clip-path:url(#SVGID_4_);fill:#ea4335}.st4{clip-path:url(#SVGID_6_);fill:#34a853}.st5{clip-path:url(#SVGID_8_);fill:#4285f4}</style>
<path
style="fill:#d7a074;fill-opacity:1;stroke:none;stroke-width:0.29925326px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 14.646845,0.00162633 C 5.9677108,8.8724953 0.39898183,35.429628 3.1841348,45.986286 -6.1425462,60.343854 8.1194068,71.952397 6.8038008,84.9823 14.62882,66.357134 3.8235508,63.14532 8.7516348,53.151694 16.362993,40.916028 28.211996,43.906497 30.291349,44.073577 c 4.663691,5.33658 4.845985,14.927757 6.614583,19.843749 L 37.059065,22.79915 C 34.385698,22.695249 31.124678,23.114353 28.570036,23.884465 27.831571,15.453676 18.495529,-0.18213867 14.646845,0.00162633 Z M 37.059065,22.79915 36.905932,63.917326 c 1.768597,-4.915992 1.950892,-14.507169 6.614583,-19.843749 2.079353,-0.16708 13.072859,-2.272961 20.684213,9.962705 5.02307,8.948879 -5.599003,11.940944 2.226023,30.566108 C 65.115145,71.572489 79.282115,60.343854 69.955435,45.986286 72.740595,35.429628 67.171856,8.8724953 58.492723,0.00162633 54.644038,-0.18214067 45.173682,15.252199 44.435208,23.682988 41.880567,22.912878 39.613707,22.742737 37.059065,22.79915 Z M 15.522782,9.0669613 c 3.529776,4.1234507 6.24561,10.3380717 6.997557,17.4064237 -4.757066,3.939996 -10.414623,7.924 -13.7879192,12.450791 -0.07834,-9.26038 2.4272092,-19.713968 6.7903622,-29.8572147 z M 57.415308,8.7983263 C 61.778461,18.941573 64.485496,29.663796 64.407147,38.924176 61.033851,34.397385 54.973339,29.808951 50.216274,25.868955 50.968222,18.800603 53.885532,12.921777 57.415308,8.7983263 Z"
id="path1875"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccccccccccccccccccccc" />
<circle
style="fill:#d7a074;fill-opacity:1;stroke:none;stroke-width:6.61458302;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
id="path2011"
cx="22.353849"
cy="59.948574"
r="3.7041035" />
<circle
style="fill:#d7a074;fill-opacity:1;stroke:none;stroke-width:6.61458302;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
id="path2011-7"
cx="51.458012"
cy="59.948574"
r="3.7041035" />
<path
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#d7a074;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.64583325;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 36.922227,68.982459 c -0.3851,0.002 -0.750204,0.171743 -1,0.464844 l -3.639849,4.59964 c -0.742789,0.873264 -0.88263,2.308532 0.263315,2.274664 l 8.271065,0.104211 c 1.090425,-0.03438 1.672991,-1.299478 0.990235,-2.150391 L 37.961289,69.478553 C 37.708823,69.163245 37.326151,68.98054 36.922227,68.982459 Z"
id="path2041"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
</svg>

After

Width:  |  Height:  |  Size: 6.8 KiB

@ -0,0 +1,107 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
sodipodi:docname="ic_launcher_foreground.svg"
width="108"
height="108"
version="1.1"
viewBox="0 0 28.574999 28.574999"
id="svg181"
inkscape:export-filename="/home/a1ba/projects/Tusky/app/src/main/ic_launcher-web.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1876"
inkscape:window-height="1051"
id="namedview4579"
showgrid="true"
inkscape:measure-start="140.54,184.424"
inkscape:measure-end="499.461,-175.02"
inkscape:zoom="2.8284271"
inkscape:cx="34.950445"
inkscape:cy="60.056331"
inkscape:window-x="44"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg181"
inkscape:snap-global="false"
inkscape:snap-bbox="false"
inkscape:bbox-paths="false"
inkscape:bbox-nodes="false"
inkscape:snap-bbox-edge-midpoints="false"
inkscape:snap-bbox-midpoints="false"
inkscape:snap-object-midpoints="true" />
<metadata
id="metadata185">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs147">
<linearGradient
id="linearGradient5474"
osb:paint="gradient">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop5470" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop5472" />
</linearGradient>
</defs>
<style
id="style179">.st0{fill:#e0e0e0}.st1{fill:#fff}.st2{clip-path:url(#SVGID_2_);fill:#fbbc05}.st3{clip-path:url(#SVGID_4_);fill:#ea4335}.st4{clip-path:url(#SVGID_6_);fill:#34a853}.st5{clip-path:url(#SVGID_8_);fill:#4285f4}</style>
<g
id="g3339"
transform="matrix(0.14333759,0,0,0.14333759,4.6638113,5.5261585)">
<path
sodipodi:nodetypes="cccccccccccccccccccccccccc"
inkscape:connector-curvature="0"
id="path1875"
d="m 45.20966,18.634296 c -8.679134,8.870869 -14.247863,35.428002 -11.46271,45.98466 -9.326681,14.357568 4.935272,25.966111 3.619666,38.996014 7.825019,-18.625166 -2.98025,-21.83698 1.947834,-31.830606 7.611358,-12.235666 19.460361,-9.245197 21.539714,-9.078117 4.663691,5.33658 4.845985,14.927757 6.614583,19.843749 L 67.62188,41.43182 C 64.948513,41.327919 61.687493,41.747023 59.132851,42.517135 58.394386,34.086346 49.058344,18.450531 45.20966,18.634296 Z M 67.62188,41.43182 67.468747,82.549996 c 1.768597,-4.915992 1.950892,-14.507169 6.614583,-19.843749 2.079353,-0.16708 13.072859,-2.272961 20.684213,9.962705 5.02307,8.948879 -5.599003,11.940944 2.226023,30.566108 C 95.67796,90.205159 109.84493,78.976524 100.51825,64.618956 103.30341,54.062298 97.734671,27.505165 89.055538,18.634296 85.206853,18.450529 75.736497,33.884869 74.998023,42.315658 72.443382,41.545548 70.176522,41.375407 67.62188,41.43182 Z M 46.085597,27.699631 c 3.529776,4.123451 6.24561,10.338072 6.997557,17.406424 -4.757066,3.939996 -10.414623,7.924 -13.787919,12.450791 -0.07834,-9.26038 2.427209,-19.713968 6.790362,-29.857215 z m 41.892526,-0.268635 c 4.363153,10.143247 7.070188,20.86547 6.991839,30.12585 -3.373296,-4.526791 -9.433808,-9.115225 -14.190873,-13.055221 0.751948,-7.068352 3.669258,-12.947178 7.199034,-17.070629 z"
style="fill:#d7a074;fill-opacity:1;stroke:none;stroke-width:0.29925326px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<circle
r="3.7041035"
cy="78.581245"
cx="52.916664"
id="path2011"
style="fill:#d7a074;fill-opacity:1;stroke:none;stroke-width:6.61458302;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
<circle
r="3.7041035"
cy="78.581245"
cx="82.020828"
id="path2011-7"
style="fill:#d7a074;fill-opacity:1;stroke:none;stroke-width:6.61458302;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path2041"
d="m 67.485042,87.615129 c -0.3851,0.002 -0.750204,0.171743 -1,0.464844 l -3.639849,4.59964 c -0.742789,0.873264 -0.88263,2.308532 0.263315,2.274664 l 8.271065,0.104211 c 1.090425,-0.03438 1.672991,-1.299478 0.990235,-2.150391 L 68.524104,88.111223 C 68.271638,87.795915 67.888966,87.61321 67.485042,87.615129 Z"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#d7a074;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.64583325;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 675 B

After

Width:  |  Height:  |  Size: 855 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 453 B

After

Width:  |  Height:  |  Size: 604 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 9.3 KiB

@ -1,14 +1,30 @@
<vector android:height="108dp" android:viewportHeight="135.46666"
android:viewportWidth="135.46666" android:width="108dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillAlpha="0.1" android:fillColor="@drawable/launcher_shadow_gradient"
android:pathData="m46.46,43.07 l36.02,35.94 -0.32,-8.42 -7.28,-10.4 -17.55,-17.61 12.93,4.74 15.5,15.47 8.16,-10.34 11.68,11.6 0.15,-11.75 63.7,63.12 -51.05,52.44 -81.21,-81.18 -7.74,-24.19 6.08,-12.72z" />
<path android:fillColor="#fefefe"
android:pathData="m54.4,92.73c-13.79,-1.34 -23.04,-8.16 -26.22,-19.35 -1.99,-6.98 -0.82,-13.57 3.61,-20.36 4.01,-6.15 9.37,-10.15 13.6,-10.15l1.14,0l-1.39,0.93c-4.77,3.18 -8.53,8.06 -10.31,13.37 -1.05,3.12 -1.32,9.32 -0.56,12.86 1.3,6.09 5.03,10.98 10.39,13.6 3.63,1.78 6.97,2.48 11.71,2.48 7.85,0 14.22,-2.45 19.64,-7.56l1.85,-1.75 -0.93,-2.06c-0.83,-1.82 -2.7,-6.77 -6.14,-16.18 -1.35,-3.7 -2.84,-6.19 -5.36,-8.96 -1.71,-1.88 -5.08,-4.8 -7.89,-6.83 -0.86,-0.62 -0.84,-0.62 1.6,-0.44 9.29,0.7 14,5.9 20.82,22.98 1.19,2.98 1.73,4.28 1.97,4.81 0.06,0.14 0.16,0.44 0.27,0.34 0.11,-0.09 0.5,-0.8 0.63,-1.03 0.13,-0.23 0.28,-0.53 0.45,-0.89s0.37,-0.78 0.59,-1.27c1.67,-3.53 3.71,-9.32 4.44,-12.66 0.36,-1.63 0.64,-2.12 1.42,-2.53 2.56,-1.32 4.85,-0.09 4.85,2.61 0,4.89 -3.19,14.68 -6.86,21.05 -0.23,0.41 -0.47,0.67 -0.59,0.91 -0.12,0.24 -0.45,0.67 -0.38,0.79 0.05,0.09 0.07,0.12 0.16,0.2 0.09,0.09 0.22,0.21 0.38,0.34 1.21,0.97 4.34,2.18 5.95,2.4 2.05,0.28 4.38,-0.71 5.68,-2.42 2.95,-3.86 3.63,-10.79 2.06,-20.9 -0.57,-3.7 -0.57,-3.77 0.13,-4.71 1.69,-2.27 3.74,-1.84 5.17,1.08 2.93,5.97 2.47,20.57 -0.89,28.05 -1.86,4.15 -5.1,6.44 -10.49,7.41 -4.32,0.78 -7.41,-0.22 -10.98,-3.55l-2.16,-2.02 -1.02,1.07c-2.64,2.78 -8.74,6.18 -13.25,7.39 -2.22,0.59 -7.68,1.3 -9.44,1.23 -0.58,-0.03 -2.23,-0.16 -3.67,-0.3z"
android:strokeColor="#e9e9eb" android:strokeWidth=".052853"/>
<path android:fillColor="#e9e9eb"
android:pathData="m85.55,76c-0.63,-0.78 -1.65,-2.32 -2.26,-3.41l-1.12,-1.99 0.96,-1.74c0.53,-0.96 1.32,-2.78 1.82,-4.04l0.82,-2.02 2.73,2.76c1.64,1.65 2.59,2.93 2.51,3.28 -0.16,0.78 -2.49,5.62 -3.5,7.26l-0.82,1.32z"
android:strokeColor="#efefef" android:strokeWidth=".052853"/>
<path android:fillColor="#00000000"
android:pathData="m77.85,76.8s1.27,3.01 3.92,6.54"
android:strokeColor="#e9e9eb" android:strokeWidth=".052917"/>
</vector>
<vector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt"
android:viewportWidth="28.575"
android:viewportHeight="28.575"
android:width="108dp"
android:height="108dp">
<group
android:scaleX="0.1433376"
android:scaleY="0.1433376"
android:translateX="4.663811"
android:translateY="5.526159">
<path
android:pathData="M45.20966 18.634296c-8.679134 8.870869 -14.247863 35.428002 -11.46271 45.98466 -9.326681 14.357568 4.935272 25.966111 3.619666 38.996014 7.825019 -18.625166 -2.98025 -21.83698 1.947834 -31.830606 7.611358 -12.235666 19.460361 -9.245197 21.539714 -9.078117 4.663691 5.33658 4.845985 14.927757 6.614583 19.843749L67.62188 41.43182C64.948513 41.327919 61.687493 41.747023 59.132851 42.517135 58.394386 34.086346 49.058344 18.450531 45.20966 18.634296ZM67.62188 41.43182L67.468747 82.549996c1.768597 -4.915992 1.950892 -14.507169 6.614583 -19.843749 2.079353 -0.16708 13.072859 -2.272961 20.684213 9.962705 5.02307 8.948879 -5.599003 11.940944 2.226023 30.566108C95.67796 90.205159 109.84493 78.976524 100.51825 64.618956 103.30341 54.062298 97.734671 27.505165 89.055538 18.634296 85.206853 18.450529 75.736497 33.884869 74.998023 42.315658 72.443382 41.545548 70.176522 41.375407 67.62188 41.43182ZM46.085597 27.699631c3.529776 4.123451 6.24561 10.338072 6.997557 17.406424 -4.757066 3.939996 -10.414623 7.924 -13.787919 12.450791 -0.07834 -9.26038 2.427209 -19.713968 6.790362 -29.857215zm41.892526 -0.268635c4.363153 10.143247 7.070188 20.86547 6.991839 30.12585 -3.373296 -4.526791 -9.433808 -9.115225 -14.190873 -13.055221 0.751948 -7.068352 3.669258 -12.947178 7.199034 -17.070629z"
android:fillColor="#D7A074" />
<path
android:pathData="M56.62077 78.58125A3.704104 3.704104 0 0 1 49.21256 78.58125A3.704104 3.704104 0 0 1 56.62077 78.58125Z"
android:fillColor="#D7A074"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
<path
android:pathData="M85.72493 78.58125A3.704104 3.704104 0 0 1 78.31672 78.58125A3.704104 3.704104 0 0 1 85.72493 78.58125Z"
android:fillColor="#D7A074"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
<path
android:pathData="M67.485042 87.615129c-0.3851 0.002 -0.750204 0.171743 -1 0.464844l-3.639849 4.59964c-0.742789 0.873264 -0.88263 2.308532 0.263315 2.274664l8.271065 0.104211c1.090425 -0.03438 1.672991 -1.299478 0.990235 -2.150391L68.524104 88.111223C68.271638 87.795915 67.888966 87.61321 67.485042 87.615129Z"
android:fillColor="#D7A074"
android:strokeLineJoin="round"
android:strokeMiterLimit="10" />
</group>
</vector>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 888 B

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 56 KiB

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android" android:layout_height="108dp" android:layout_width="108dp">
<background android:drawable="@drawable/ic_launcher_background"/>
<foreground>
<inset
android:inset="10%"
android:drawable="@drawable/ic_launcher_foreground" />
</foreground>
</adaptive-icon>

@ -38,4 +38,5 @@
<color name="elephant_friend_light_color_1">#CAD4E0</color>
<color name="elephant_friend_light_color_2">#d9e1e8</color>
<color name="green_ver">#124514</color>
</resources>

@ -0,0 +1,173 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="400"
height="400"
version="1.1"
viewBox="0 0 105.83333 105.83333"
id="svg181"
sodipodi:docname="splash.svg"
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
inkscape:export-filename="/home/a1ba/projects/Tusky/app/src/main/res/drawable-mdpi/splash.png"
inkscape:export-xdpi="24"
inkscape:export-ydpi="24">
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1876"
inkscape:window-height="1051"
id="namedview20"
showgrid="false"
inkscape:zoom="1.18"
inkscape:cx="161.24214"
inkscape:cy="197.23488"
inkscape:window-x="44"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg181" />
<metadata
id="metadata185">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs147">
<linearGradient
id="linearGradient5474"
osb:paint="gradient">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop5470" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop5472" />
</linearGradient>
<filter
height="1.0893193"
y="-0.044659662"
width="1.1037608"
x="-0.051880417"
id="filter1690"
style="color-interpolation-filters:sRGB">
<feGaussianBlur
id="feGaussianBlur1692"
stdDeviation="1.5813671" />
</filter>
<filter
style="color-interpolation-filters:sRGB;"
inkscape:label="Drop Shadow"
id="filter967">
<feFlood
flood-opacity="1"
flood-color="rgb(0,0,0)"
result="flood"
id="feFlood957" />
<feComposite
in="flood"
in2="SourceGraphic"
operator="in"
result="composite1"
id="feComposite959" />
<feGaussianBlur
in="composite1"
stdDeviation="3"
result="blur"
id="feGaussianBlur961" />
<feOffset
dx="0"
dy="0"
result="offset"
id="feOffset963" />
<feComposite
in="SourceGraphic"
in2="offset"
operator="over"
result="fbSourceGraphic"
id="feComposite965" />
<feColorMatrix
result="fbSourceGraphicAlpha"
in="fbSourceGraphic"
values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
id="feColorMatrix969" />
<feFlood
id="feFlood971"
flood-opacity="1"
flood-color="rgb(0,0,0)"
result="flood"
in="fbSourceGraphic" />
<feComposite
in2="fbSourceGraphic"
id="feComposite973"
in="flood"
operator="in"
result="composite1" />
<feGaussianBlur
id="feGaussianBlur975"
in="composite1"
stdDeviation="3"
result="blur" />
<feOffset
id="feOffset977"
dx="0"
dy="0"
result="offset" />
<feComposite
in2="offset"
id="feComposite979"
in="fbSourceGraphic"
operator="over"
result="composite2" />
</filter>
</defs>
<style
id="style179">.st0{fill:#e0e0e0}.st1{fill:#fff}.st2{clip-path:url(#SVGID_2_);fill:#fbbc05}.st3{clip-path:url(#SVGID_4_);fill:#ea4335}.st4{clip-path:url(#SVGID_6_);fill:#34a853}.st5{clip-path:url(#SVGID_8_);fill:#4285f4}</style>
<g
id="g2240"
transform="matrix(1.0552895,0,0,1.0552895,-1.0669185,-1.3284968)"
style="filter:url(#filter967)">
<path
id="path1875"
d="M 29.843167,9.8913729 C 21.164032,18.762242 15.595303,45.319375 18.380456,55.876033 c -9.3266807,14.357568 4.935272,25.966111 3.619666,38.996016 7.82502,-18.625168 -2.98025,-21.836982 1.947834,-31.830608 7.611359,-12.235666 19.460362,-9.245197 21.539715,-9.078117 4.663691,5.33658 4.845985,14.927757 6.614583,19.843749 L 52.255387,32.688897 C 49.58202,32.584996 46.321,33.0041 43.766358,33.774212 43.027893,25.343423 33.691851,9.7076079 29.843167,9.8913729 Z m 22.41222,22.7975241 -0.153133,41.118176 c 1.768597,-4.915992 1.950892,-14.507169 6.614583,-19.843749 2.079353,-0.16708 13.072859,-2.272961 20.684213,9.962705 5.02307,8.948879 -5.599003,11.940944 2.226023,30.56611 C 80.311467,81.462236 94.478437,70.233601 85.151757,55.876033 87.936917,45.319375 82.368178,18.762242 73.689045,9.8913729 69.84036,9.7076059 60.370004,25.141946 59.63153,33.572735 57.076889,32.802625 54.810029,32.632484 52.255387,32.688897 Z M 30.719104,18.956708 c 3.529776,4.123451 6.24561,10.338072 6.997557,17.406424 -4.757066,3.939996 -10.414623,7.924 -13.78792,12.450791 -0.07834,-9.26038 2.42721,-19.713968 6.790363,-29.857215 z M 72.61163,18.688073 c 4.363153,10.143247 7.070188,20.86547 6.991839,30.12585 C 76.230173,44.287132 70.169661,39.698698 65.412596,35.758702 66.164544,28.69035 69.081854,22.811524 72.61163,18.688073 Z"
style="fill:#fffffb;fill-opacity:1;stroke:none;stroke-width:0.29925326px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
inkscape:connector-curvature="0" />
<circle
r="3.7041035"
cy="69.838318"
cx="37.550171"
id="path2011"
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:6.61458302;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
<circle
r="3.7041035"
cy="69.838318"
cx="66.654335"
id="path2011-7"
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:6.61458302;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
<path
id="path2041"
d="m 52.118549,78.872206 c -0.3851,0.002 -0.750204,0.171743 -1,0.464844 L 47.4787,83.93669 c -0.742789,0.873264 -0.88263,2.308532 0.263315,2.274664 l 8.271065,0.104211 c 1.090425,-0.03438 1.672991,-1.299478 0.990235,-2.150391 L 53.157611,79.3683 c -0.252466,-0.315308 -0.635138,-0.498013 -1.039062,-0.496094 z"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.64583325;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
inkscape:connector-curvature="0" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 KiB

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.
Loading…
Cancel
Save