`
<Surface top={0} left={0} width={size.width} height={size.height} enableCSSLayout={true}>
<Image style={this.getImageStyle()} src={iconUrl}/>
<Text style={this.getTextStyle()}>Text</Text>
</Surface>
`
the right position is at the top border , but I have two boder in the canvas, and the icon is at the secoend
