await this.painter.draw({
type: "clip",
left: size.contentleft,
top: size.bottomViewTop,
path: {
type: "rounded-rect",
width: 88,
height: 88,
borderRadius: 44
},
content: {
type: "image",
width: 88,
height: 88,
// objectFit: "cover",
// objectPosition: ['center','center'],
src: userIcon
}
});[](url)