add: HAML, fix #307 (#340)

* add: HAML, fix #307

The logo has been aggressively simplified to fit under 1KiB,
it look more like the favicon than the full quality one.

* haml: move stroke on the square to the item
This commit is contained in:
Romain Dartigues
2019-10-26 16:24:51 +02:00
committed by Terence Eden
parent b839e7560a
commit 05ae5e0d76
5 changed files with 566 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#3e3e2a"
android:strokeColor="#29291c"
android:strokeWidth="22"
android:pathData="M15,0 L475,0 Q490,0,490,15 L490,475 Q490,490,475,490 L15,490 Q0,490,0,475 L0,15 Q0,0,15,0 Z" />
<path
android:fillColor="#ecdfa7"
android:pathData="M115,91 L196,256 L153,440 C180,459,214,465,243,457 C261,478,290,486,315,489 C314,494,308,505,313,507 C330,517,353,520,368,507 C376,500,380,492,380,482 C392,476,403,466,401,453 C400,434,383,421,370,412 C359,404,336,402,330,391 C322,378,332,367,332,354 L360,330 L363,332 S372,333,377,320 L375,318 C378,315,385,309,384,308 C382,306,374,312,370,315 L361,309 L379,294 C384,295,393,302,395,297 C388,281,358,267,348,265 C346,265,345,267,343,268 L334,265 L222,360 L176,261 L179,261 C180,259,182,248,170,250 C170,248,163,228,159,227 C144,221,106,237,87,244 Z M183,85 L189,97 L176,98 L170,87 Z M195,109 L247,210 L239,217 L183,111 Z M383,118 C390,119,418,138,419,140 C416,140,384,120,383,118 Z M344,212 C340,223,339,236,346,244 C357,259,377,258,392,267 C404,274,419,285,420,299 C421,309,415,316,408,322 C408,321,405,302,403,307 C394,331,375,322,358,315 L355,316 L345,331 C314,328,281,292,273,287 L275,264 C298,248,321,230,344,212 Z M269,265 L271,268 L239,451 L236,452 L262,267 L376,168 L382,173 Z" />
</vector>