Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想检查是否在页面加载时使用 java 脚本将[禁用加速 2D 画布]设置为禁用或启用。 chrome://flags/有什么办法吗?
chrome://flags/
好吧,试着回答后面的问题:用户的画布硬件加速了吗?
使用 GPU 画布,drawImage() 到旋转和非旋转上下文之间的时间几乎没有差异。将相同的操作与在 CPU 上运行的画布进行比较会产生很大的差异。