mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-31 18:13:44 +00:00
To expand with full Organic Maps and Maps.ME commits history run: git remote add om-historic [om-historic.git repo url] git fetch --tags om-historic git replace squashed-history historic-commits
11 lines
546 B
XML
11 lines
546 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="1000dp"
|
|
android:height="1000dp"
|
|
android:viewportWidth="1000"
|
|
android:viewportHeight="1000">
|
|
<path
|
|
android:pathData="m500,500q-103.1,0 -176.6,-73.4t-73.4,-176.6 73.4,-176.6 176.6,-73.4 176.6,73.4 73.4,176.6 -73.4,176.6 -176.6,73.4zM0,1000v-175q0,-53.1 27.3,-97.7t72.7,-68q96.9,-48.4 196.9,-72.7t203.1,-24.2 203.1,24.2 196.9,72.7q45.3,23.4 72.7,68t27.3,97.7v175z"
|
|
android:strokeWidth="1.5625"
|
|
android:fillColor="#fff"/>
|
|
</vector>
|