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,18 +1,22 @@
<?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">
<!-- Dark background with rounded corners for iOS -->
<rect width="1024" height="1024" fill="#1A1A1A" 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 (yellow/amber) - matches Android coordinates with white border -->
<polygon points="15,70 35,25 55,70"
fill="#FFC107"
stroke="#1C1C1C"
stroke-width="4"
stroke="#FFFFFF"
stroke-width="3"
stroke-linejoin="round"/>
<polygon points="0,80 50,-80 100,80"
<!-- Right mountain (red) - matches Android coordinates with white border -->
<polygon points="40,70 65,15 90,70"
fill="#F44336"
stroke="#1C1C1C"
stroke-width="4"
stroke="#FFFFFF"
stroke-width="3"
stroke-linejoin="round"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 604 B

After

Width:  |  Height:  |  Size: 913 B