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
我尝试过改成最新的2d类型,但是添加边框的时候,总是只有点击和拖动的时候才会显示,不知道为什么?而且改成2d类型后,拖拽会闪烁,旋转的时候也只有边框在旋转,两个图标和图片不会旋转,希望作者帮帮忙吧,迁移到最新的2d类型
The text was updated successfully, but these errors were encountered:
http://www.wxapp-union.com/portal.php?mod=view&aid=7081
@Healer-boy 看网上有个解决方案,使用两个canvas,两个canvas层叠在一起,交互事件由上层canvas传出,在touchStart时间中将选中的图形元素就绘制在上册canvas上,将其他图形元素绘制在下层canvas元素上。没试过,不知道行不行
Sorry, something went wrong.
No branches or pull requests
我尝试过改成最新的2d类型,但是添加边框的时候,总是只有点击和拖动的时候才会显示,不知道为什么?而且改成2d类型后,拖拽会闪烁,旋转的时候也只有边框在旋转,两个图标和图片不会旋转,希望作者帮帮忙吧,迁移到最新的2d类型
The text was updated successfully, but these errors were encountered: