9***@qq.com
9***@qq.com
  • 发布:2020-06-09 16:24
  • 更新:2020-06-09 16:25
  • 阅读:760

原生view drawBitmap图片可以弄成圆角吗

分类:HTML5+

原生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),
}
},
])

2020-06-09 16:24 负责人:无 分享
已邀请:
细嗅蔷薇

细嗅蔷薇 - 专注于App的开发和代上架合作,带需求来聊,有需求请加QQ:1481983952

可以绘成圆角~

  • 9***@qq.com (作者)

    怎么实现的,方便展示代码吗

    2020-06-22 16:06

该问题目前已经被锁定, 无法添加新回复