flutter_launcher_icons icon indicating copy to clipboard operation
flutter_launcher_icons copied to clipboard

Icon is not filling entire area

Open kashlo opened this issue 5 years ago • 6 comments

Icon should fill entire area, but Ive got white background around the image

Pixel 3a emulator Android 10

bottom left corner Screen Shot 2020-01-15 at 18 37 33

kashlo avatar Jan 15 '20 16:01 kashlo

Hej @kashlo! Can you check with #144 - it worked seamlessly for me.

aatmmr avatar Jan 17 '20 10:01 aatmmr

@aatmmr I don't have the ability to separate the background from the foreground. Is there a way to fix this while still using just one image file?

rfitz123 avatar Apr 24 '20 02:04 rfitz123

Hej @rfitz123! That's a good question. Quick thoughts are:

  • Can you create a second image which extends the background of the icon and use this as background icon?
  • Another try would be to use your icon as background image and add a fully transparent foreground image to trick it where you want it.

aatmmr avatar Apr 24 '20 06:04 aatmmr