Skip to content

Commit

Permalink
Clean up Paris and SE logo size
Browse files Browse the repository at this point in the history
  • Loading branch information
Altonss committed Nov 4, 2024
1 parent c0f794f commit b40904a
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 19 deletions.
12 changes: 6 additions & 6 deletions app/src/main/res/drawable/network_paris_logo.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="63.35112dp"
android:height="64dp"
android:width="64dp"
android:viewportHeight="1124.4"
android:viewportWidth="1113">
android:viewportWidth="1124.4">

<path android:fillColor="#67b4e7" android:pathData="m872.2,0h-631.4c-133,0 -240.8,107.8 -240.8,240.8v642.8c0,133 107.8,240.8 240.8,240.8h631.4c133,0 240.8,-107.8 240.8,-240.8v-642.8c0,-133 -107.8,-240.8 -240.8,-240.8z"/>
<path android:fillColor="#67b4e7" android:pathData="m877.9,0h-631.4c-133,0 -240.8,107.8 -240.8,240.8v642.8c0,133 107.8,240.8 240.8,240.8h631.4c133,0 240.8,-107.8 240.8,-240.8L1118.7,240.8c0,-133 -107.8,-240.8 -240.8,-240.8z"/>

<path android:fillColor="#fff" android:pathData="m505.9,346.3c47.5,22 109,-9.1 137,-69.5s12.1,-127.3 -35.4,-149.3c-47.5,-22.1 -109,9 -137,69.5 -28,60.4 -12.1,127.2 35.4,149.3z"/>
<path android:fillColor="#ffffff" android:pathData="m511.6,346.3c47.5,22 109,-9.1 137,-69.5 28,-60.4 12.1,-127.3 -35.4,-149.3 -47.5,-22.1 -109,9 -137,69.5 -28,60.4 -12.1,127.2 35.4,149.3z"/>

<path android:fillColor="#fff" android:pathData="m230.9,606.6c94.1,-48.6 178,-82.2 285.2,-85 99.3,-2.6 183.6,-45.2 269.8,-89.7 30.3,-15.8 57.3,-43.8 78.3,-70.4 4.2,-5.6 33.6,-49.3 4.7,-34.3 -94.1,48.6 -177.5,82 -284.7,84.8 -99.3,2.6 -184.1,45.4 -270.3,89.9 -30.3,15.8 -57.3,43.8 -78.3,70.4 -4.2,5.6 -33.6,49.3 -4.7,34.3z"/>
<path android:fillColor="#ffffff" android:pathData="m236.6,606.6c94.1,-48.6 178,-82.2 285.2,-85 99.3,-2.6 183.6,-45.2 269.8,-89.7 30.3,-15.8 57.3,-43.8 78.3,-70.4 4.2,-5.6 33.6,-49.3 4.7,-34.3 -94.1,48.6 -177.5,82 -284.7,84.8 -99.3,2.6 -184.1,45.4 -270.3,89.9 -30.3,15.8 -57.3,43.8 -78.3,70.4 -4.2,5.6 -33.6,49.3 -4.7,34.3z"/>

<path android:fillColor="#fff" android:pathData="m790.4,776.2c-42.9,-61.9 -81.2,-125.2 -147.6,-165.6 -77.9,-47.9 -163.7,42.4 -214.9,92.8 -80.2,79.4 -139.3,185.2 -203.4,277.8 -15.2,22.2 -6.5,29.8 15.2,15.2 29.5,-19.6 56.3,-46.9 76.1,-75.9 22.6,-32.7 45.2,-65.3 67.8,-97.9 21.2,-30.8 43.8,-83 75.2,-105 115.7,-81.6 237.9,222.3 305.3,267.5 41.5,27.8 114.8,21.4 162.3,21.4h24.2l-123.5,-172.8c-13.7,-19.9 -25.5,-41.3 -36.7,-57.5z"/>
<path android:fillColor="#ffffff" android:pathData="m796.1,776.2c-42.9,-61.9 -81.2,-125.2 -147.6,-165.6 -77.9,-47.9 -163.7,42.4 -214.9,92.8 -80.2,79.4 -139.3,185.2 -203.4,277.8 -15.2,22.2 -6.5,29.8 15.2,15.2 29.5,-19.6 56.3,-46.9 76.1,-75.9 22.6,-32.7 45.2,-65.3 67.8,-97.9 21.2,-30.8 43.8,-83 75.2,-105 115.7,-81.6 237.9,222.3 305.3,267.5 41.5,27.8 114.8,21.4 162.3,21.4h24.2L832.8,833.7c-13.7,-19.9 -25.5,-41.3 -36.7,-57.5z"/>

</vector>
8 changes: 4 additions & 4 deletions app/src/main/res/drawable/network_se_logo.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:height="40dp"
android:height="64dp"
android:width="64dp"
android:viewportHeight="5"
android:viewportHeight="8"
android:viewportWidth="8">

<path android:fillColor="#005293" android:pathData="M0,0H8V5H0Z"/>
<path android:fillColor="#005293" android:pathData="m0,1.5h8v5H0Z"/>

<path android:fillColor="#FF000000" android:pathData="M0,2.5h8M3,0v5" android:strokeColor="#fecb00" android:strokeWidth="1"/>
<path android:fillColor="#FF000000" android:pathData="M0,4H8M3,1.5v5" android:strokeColor="#fecb00" android:strokeWidth="1"/>

</vector>
38 changes: 31 additions & 7 deletions artwork/networks/network_paris_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 20 additions & 2 deletions artwork/networks/network_se_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b40904a

Please sign in to comment.