Roave / roave.com

Roave.com website
2 stars 1 forks source link

Gracefully degrade the header logo from SVG to PNG #9

Closed TheFrozenFire closed 10 years ago

TheFrozenFire commented 10 years ago

Not all browsers will support SVG, so the header logo should gracefully degrade to PNG.

DASPRiD commented 10 years ago

We actually don't care about IE8 and lower, @EvanDotPro agreed.

EvanDotPro commented 10 years ago

I say we don't bother. Not because it's difficult to degrade gracefully, but as a matter of principle. :)

EvanDotPro commented 10 years ago

/me marks as wontfix. :wink:

Ocramius commented 10 years ago

As suggested on IRC, we should render server-side and stream directly to clients! Support for CMYK for printer-rendering should also be added.

EvanDotPro commented 10 years ago

@Ocramius Websockets! We should definitely make a node.js logo server.

EvanDotPro commented 10 years ago

We can call it logo.js... is that taken?

EvanDotPro commented 10 years ago

/me takes a drink.

DASPRiD commented 10 years ago

Nah, let's just use an SVG renderer written in JavaScript: http://code.google.com/p/canvg/

EvanDotPro commented 10 years ago

@DASPRiD then for maximum compatibility we can use this to render canvas using using IE's VML renderer. http://code.google.com/p/explorercanvas/

TheFrozenFire commented 10 years ago

Resolved by using ASCII image for maximum accessibility.