conan-io / web

Conan website, including home and ConanCenter
MIT License
10 stars 10 forks source link

Use plain PNG logos instead of SVGs with an embedded PNG for the header #117

Closed valgur closed 1 year ago

valgur commented 1 year ago

The header logos currently look noticeably blurrier than they should due to the raster images embedded in the SVG files not being rendered particularly well.

This PR simply extracts the PNG files for the two logos and displays them with the appropriate identical size to fix this.

Here's the before and after: conan-logo-before conan-logo-after