源码地址:源码
将customevent.js文件引入到在svg.js文件之前
svg.js 添加自定义属性支持
用法:
var image = draw.image('/path/to/image.jpg')
image.custom({
id:"67565",
x:56.6,
y:78.98
});
源码地址:源码
将customevent.js文件引入到在svg.js文件之前
svg.js 添加自定义属性支持
用法:
var image = draw.image('/path/to/image.jpg')
image.custom({
id:"67565",
x:56.6,
y:78.98
});
评论区