Can we say canvas has a greater scalability than SVG when you have to draw many elements?
I know SVG little, but I see that every element is a DOM object, so can we say SVG has a lower scalability than canvas because of the impact of many DOM objects on browser reflow/repaint?