zowe / zowe.github.io

Zowe.org website development
https://zowe.org
Creative Commons Attribution 4.0 International
13 stars 34 forks source link

Frontpage Zowe logo quality regression #876

Open 1000TurquoisePogs opened 10 months ago

1000TurquoisePogs commented 10 months ago

When PR https://github.com/zowe/zowe.github.io/pull/873 switched the logo from an SVG file to an animated GIF, the logo became low quality, pixelated: image

The SVG was also about ~2% the file size, 13kb versus over 800kb, an issue noted https://github.com/zowe/zowe.github.io/issues/875

SVGs can scale to any resolution without quality loss, and are highly efficient. The GIF is at a fixed and low resolution, causing the quality issue.

A proposed solution is https://github.com/zowe/zowe.github.io/pull/877