www/logo.svg
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sun, 08 Oct 2017 19:20:44 +0300
changeset 930 2989d9b90b14
parent 684 6ba6249fb194
permissions -rw-r--r--
Fixed compilation error in Cygwin: Anki requires a UTF-8 locale. File py/gadict_srs_anki.py, line 14, in <module> import anki File /cygdrive/c/home/devel/anki/anki/__init__.py, line 14, in <module> raise Exception(Anki requires a UTF-8 locale.) Exception: Anki requires a UTF-8 locale.

<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1"
     width="60" height="60" fill="none">
  <desc>Gadict logo.</desc>

  <!-- RU -->
  <rect stroke-width="0" width="30" height="20" x="0" y="0" fill="#ffffff" />
  <rect stroke-width="0" width="30" height="20" x="0" y="20" fill="#0039a6" />
  <rect stroke-width="0" width="30" height="20" x="0" y="40" fill="#d52b1e" />

  <!-- UK -->
  <rect stroke-width="0" width="30" height="30" x="30" y="0" fill="#005bbb" />
  <rect stroke-width="0" width="30" height="30" x="30" y="30" fill="#ffd500" />

</svg>