kasper / phoenix

A lightweight macOS window and app manager scriptable with JavaScript
https://kasper.github.io/phoenix/
Other
4.36k stars 129 forks source link

Images are not antialiased #338

Open fabiospampinato opened 1 year ago

fabiospampinato commented 1 year ago

Using the following 1024x1024 image in a modal:

![search_gray](https://github.com/kasper/phoenix/assets/1812093/9d689e0f-1d23-4c72-8a7f-5a241c0b3abf)

I get this result:

Screen Shot 2023-08-29 at 20 19 41

Basically if you zoom in you can see that the image is not antialiased, and its edges are super sharp as a result. I get the same result if I use a PNG or an ICNS.

I guess they should probably be antialiased?

kasper commented 1 year ago

Definitely should, I will check. Thanks for reporting!