开启原生水印功能后,使用tiny编辑器上传图片加不上水印,其他编辑器可以,这个编辑器后台好像有些设置需要填写下,但按下面提示填写后,上传还是没水印,是我那里没设置对么?

// 【水印】
// _chop: (undefined)||null||false 不添加水印
// url: 水印图片 同域名URL或Base64编码的DataURL
// url: (undefined)||null||false 不添加水印
// width: 原图达到此宽度才添加水印
// width: (undefined)||null||false 0
// height: 原图达到此高度才添加水印
// height: (undefined)||null||false 0
// x: 顶点横坐标 负数为从右到左 0-1小数为中轴百分比
// x: (undefined)||null||false 0
// y: 顶点纵坐标 负数为从下到上 0-1小数为中轴百分比
// y: (undefined)||null||false 0
_chop: {url:"view/img/logo.png",width:400,height:200,x:0.5,y:-80},