本文介绍了检查Fabric.js中的Canvas是否为空的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如果我的 Canvas
元素为空,我想每5秒检查一次。
I want to check every 5 seconds if my Canvas
element is blank.
我按照以下链接中的解决方案,但它无效。
I followed the solution from the link below, but its not working.
上面的链接适用于
元素但不 fabric.js
创建。
The above link works for plain canvas
element BUT NOT for the one that fabric.js
creates.
这是 没有 Fabric.js
这是 当 Fabric.js
创建画布时,不能工作。
Here is my Fiddle that DOES NOT WORK when Fabric.js
creates the canvas.
推荐答案
这是因为你已经将背景颜色设为白色,如果你删除它可以工作
it is because you have given background color as white, if you remove that it works
这篇关于检查Fabric.js中的Canvas是否为空的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!