|
|
|
|
|
by bayesian_horse
1869 days ago
|
|
It's not totally mutually exclusive. But canvas operations aren't hardware accelerated, and rendering of HTML potentially is. It's still possible to make the DOM complicated enough that moving to canvas has performance advantages. I don't know the details, but I'm guessing that is achieved by skipping updates the browser would usually make. |
|