|
|
|
|
|
by satvikpendem
1236 days ago
|
|
The HTML renderer is actually what was first, canvas came later. The canvas is the first class implementation while the HTML one is a fallback for mobile performance and I assume if canvas is fast enough, HTML will be dropped as well. |
|