原生view drawBitmap图片可以弄成圆角吗
查了文档没有找到图片变圆角
viewBox.draw([{
tag: 'img',
id: 'img',
src: this.avathor,
rectStyles:{
color:'rgba(0,0,0,1)',borderWidth:'2px',radius:'50px'
},
rect:{
color:'rgba(0,0,0,1)',borderWidth:'2px',radius:'50px'
},
position: {
left: this.boxpl,
top: this.boxpt,
width: uni.upx2px(100),
height: uni.upx2px(100),
}
},
])
9***@qq.com
- 发布:2020-06-09 16:24
- 更新:2020-06-09 16:25
- 阅读:865
9***@qq.com (作者)
怎么实现的,方便展示代码吗
2020-06-22 16:06