On 10-03-2015 01:07, Matthew Flaschen wrote:
For comparison, there is also https://gerrit.wikimedia.org/r/#/c/193434/ . Paladox is proposing to make wgLogo SVG (will need back-compat of course), with wgLogoPNG as a fallback for browsers that don't support SVG.
Depending on the complexity of the SVG logo, that could result in a large file being downloaded. The Wikipedia logo SVG is 162 KB vs. 19 KB for the PNG. But if someone wants SVG, by all means
One question though; the logo is now a background image, requiring media queries for PNG and a lot of CSS background hacking for SVG. Is there no way to do it using a regular <img> tag, using srcset for PNG, instead?
Regards,