We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
原生的CanvasRenderingContext2D的所有属性都进行了 get set处理了,导致CanvasRenderingContext2D的属性读取和写入都会有性能损失
这个应该可以优化,通过手动mock一个虚拟CanvasRenderingContext2D,应该可以提高CanvasRenderingContext2D的性能
The text was updated successfully, but these errors were encountered:
No branches or pull requests
maptalks's version and what browser you use?
Issue description
原生的CanvasRenderingContext2D的所有属性都进行了 get set处理了,导致CanvasRenderingContext2D的属性读取和写入都会有性能损失
这个应该可以优化,通过手动mock一个虚拟CanvasRenderingContext2D,应该可以提高CanvasRenderingContext2D的性能
Please provide a reproduction URL (on any jsfiddle like site)
The text was updated successfully, but these errors were encountered: