I’ve seen on some websites using the <canvas> tag with javascript to draw text and add text styling. What practical advantages are there to generating text in the <canvas> tag compared to normal text styled with CSS3?
I’ve seen on some websites using the <canvas> tag with javascript to draw text
Share
The use cases should dictate your choice. Nevertheless, I’ll try to give my thoughts on this rather general question: