Re: [pve-devel] [PATCH v2 flutter_frontend] fix android splash screen logo

2021-12-22 Thread Dominik Csapak
tested this patch (by manually fixing the line breaking issue) and it looked good (no cut off part of the logo anymore) so Tested-by: Dominik Csapak ___ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/li

Re: [pve-devel] [PATCH v2 flutter_frontend] fix android splash screen logo

2021-12-22 Thread Aaron Lauterer
Looks like Thunderbird is splitting some long SVG lines when saving the email, making it impossible to apply the patch right away Line 188, 307, 472 are affected. Be careful as there usually is some whitespace at the beginning of those lines which is needed. __

[pve-devel] [PATCH v2 flutter_frontend] fix android splash screen logo

2021-12-21 Thread Aaron Lauterer
The new Android 12 splash screen will mask the logo / icon. See figure 2 in [0]. This resulted in the current logo being cut off by the circular mask, appearing broken. I created a new version, based on the stacked variant accounting for the additional space around the logo needed for the mask. It