laravelnews / site-bugs

5 stars 0 forks source link

Logo pixelated #2

Closed ericlbarnes closed 8 years ago

ericlbarnes commented 8 years ago

I had reports that the logo is pixelated on retina. Maybe convert to svg and/or double check sizing.

themsaid commented 8 years ago
screen shot 2016-08-07 at 12 43 58 pm

Yes it's a bit blurry. Maybe it's a sizing issue.

egeriis commented 8 years ago

It's a PNG—which of course is a bitmap—so it doesn't scale nicely on high DPI screens. Since it's 90×90px and displayed in 90×90px, it doesn't provide the double amount of pixels usually available on high DPI screens. Remember that some iPhones, and maybe other devices, have even more points per pixel.

Another issue with your logo is that is actually not 90×90px, rather it's 89×91px, so it will get distorted a bit on any screen :) See natural size: image

ericlbarnes commented 8 years ago

Fixed!