YehudaKremer / msix

Create Msix installer for flutter windows-build files.
https://pub.dev/packages/msix
MIT License
280 stars 70 forks source link

[BUG] taskbar image too small #71

Closed YehudaKremer closed 2 years ago

YehudaKremer commented 2 years ago

I compare version 2.6.x vs 2.7.x and most of the icons looks the same, but taskbar image shrines down: image

tsinis commented 2 years ago

Thanks! You might maybe want to check my older files (which I've created by myself), to compare. Anyways, it might be related to SVG's padding, in my specific case, so you should definitely check it on some default icons. Anyway, it's not a big deal for me, generated icons are in any case better than doing the same thing manually :)

YehudaKremer commented 2 years ago

hey:)

i publish new version (2.8.0) that solve the small icon problem, and also trim the image so the transparent padding will not affect the icons size.

the .svg format is deprecated for now, but there are few more other format, please se the CHANGELOG

hope its will help, thank you 👍

edit - before and after: image