iOS Build 20

This commit is contained in:
2025-10-10 13:36:07 -06:00
parent 790b7075c5
commit 719181aa16
16 changed files with 99 additions and 87 deletions

View File

@@ -1,19 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="1024" height="1024" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg">
<svg width="1024" height="1024" viewBox="0 0 1024 1024" xmlns="http://schemas.android.com/2000/svg">
<!-- Transparent background with rounded corners for iOS tinted mode -->
<rect width="1024" height="1024" fill="transparent" rx="180" ry="180"/>
<g transform="translate(512, 512) scale(2.5)">
<polygon points="-70,80 -20,-60 30,80"
<!-- Transform to match Android layout exactly -->
<g transform="translate(512, 512) scale(4.75) translate(-54, -42.5)">
<!-- Left mountain - matches Android coordinates, black fill for tinting -->
<polygon points="15,70 35,25 55,70"
fill="#000000"
stroke="#000000"
stroke-width="4"
stroke-width="3"
stroke-linejoin="round"
opacity="0.8"/>
<polygon points="0,80 50,-80 100,80"
<!-- Right mountain - matches Android coordinates, black fill for tinting -->
<polygon points="40,70 65,15 90,70"
fill="#000000"
stroke="#000000"
stroke-width="4"
stroke-width="3"
stroke-linejoin="round"
opacity="0.9"/>
</g>

Before

Width:  |  Height:  |  Size: 662 B

After

Width:  |  Height:  |  Size: 981 B