big-band-roulette / musicians-portal-old

A portal for Big Band Roulette musicians built using Flask.
https://portal.bigbandroulette.com
0 stars 0 forks source link

Change logo to svg #32

Closed carlashworth closed 11 months ago

carlashworth commented 11 months ago

Self explanatory - but would prevent it being blurred on phones.

THargreaves commented 11 months ago

I actually changed it to a PNG from an SVG because the SVG was blurring at the small logo resolution. See https://graphicdesign.stackexchange.com/questions/48991/svg-looking-bad-in-small-resolution

You're right though, the PNG does look blurry too. Perhaps rendering the SVG as a PNG at the correct resolution and using that for the logo is the best way?

carlashworth commented 11 months ago

I think I might have found a solution using a thing called pixelsnap in inkscape https://code.google.com/archive/p/pixelsnap/ - but I can't replicate the issue... I'll make a PR here and if you think I've solved it we can use this solution?