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