Why do all canvas examples use ctx?

后端 未结 5 536
长情又很酷
长情又很酷 2020-12-24 11:38

Is this a requirement or a convention? If it\'s a convention what\'s the reason? Ctx doesn\'t seem especially memorable or intuitive.

e.g.

var ctx =          


        
5条回答
  •  长发绾君心
    2020-12-24 12:20

    It's a convention, since the canvas in the mostly open-source browsers uses Cairo, and in Cairo, they're called "Contexts".

提交回复
热议问题