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.
是否可以通过在画布的顶部和左侧添加新空间来调整画布dx的大小 - 通过在左侧添加像素和dy在顶部添加像素?如果是这样,如果当前画布非常大,那么最好的优化解决方案是什么......?
dx
dy
是的,这可以通过内存画布实现。您所要做的就是通过将画布位图绘制到内存中的临时画布来“保存”画布位图,调整画布大小,然后在正确的位置绘制旧位图。
这是一个活生生的例子:
http://jsfiddle.net/simonsarris/YdtEd/