Open-source while42 logo using HTML5 canvas.
The result can be seen here.
<!DOCTYPE html><html><body><canvasid="canvas"></canvas><scriptsrc="srcs/script.js"></script><script>newwhile42.logo.constructor().render(document.getElementById('canvas').getContext('2d'));</script></body></html>