1) The url would suggest this is done using the canvas element. On my browser, though, it's implemented using SVG. Is anyone else seeing this?
2) SVG is a really terrible medium for this use case. What should be used instead, and would probably give better performance, is... canvas.
And i think they made a zombie as an excuse for their bad implementation of a walking cicle.
1) The url would suggest this is done using the canvas element. On my browser, though, it's implemented using SVG. Is anyone else seeing this?
2) SVG is a really terrible medium for this use case. What should be used instead, and would probably give better performance, is... canvas.