cv
blog
lab
Rendering performance when using canvas or svg for a rotating world animation
A comparison in rendering performance when using d3 with canvas or svg. On this dataset, the canvas element requires about 20 millisecond to render one frame while the svg element about 30. Source code is available here.