作者:Rac__hel黄蓉 | 来源:互联网 | 2023-05-19 17:55
Bydefault,Kineticjsv4.0.5doesnotsupportimageborder,therefore.showBorder()and.hideBorder()
By default, Kineticjsv4.0.5 does not support image border, therefore .showBorder()
and .hideBorder()
would result in error saying
默认情况下,Kineticjsv4.0.5不支持图像边框,因此.showBorder()和.hideBorder()会导致错误。
Uncaught TypeError: Object # has no method 'showBorder'
未捕获的类型错误:Object #没有方法'showBorder'
But when I included the Image Plugin v1.0.1 Javascript file, my game did not appear at all while FireBug reported no errors at all.
但是当我包含了Image Plugin v1.0.1 Javascript文件时,我的游戏根本没有出现,而FireBug报告没有出现任何错误。
I have also started an issue on github.
我也开始了一个关于github的问题。
Regards,
问候,
1 个解决方案