我正在使用Fabric js进行视频流传输。当我在画布上添加织物文本框并单击外部文本框对象时,文本框元素覆盖了我附着在图像中的整个画布,因此我无法输入文本。
这是我用于在cavas上添加文本框的代码。
oText = new fabric.Textbox('', {
width: 150,
top: 50,
left: 50,
fontSize: 16,
textAlign: 'center',
fill: brushColor,
selectable:false
// textBackgroundColor: '#0A97FF',
});
我如何限制元素覆盖它,并允许我输入任意大小的文本元素 对不起,我的英语不好。 see my image here