<canvas height="40">
<view width="200" height="200" bgcolor="pink" opacity="0.5">
<text textalign="right" width="100">
Click me!
<handler name="onclick">
this.setAttribute('text', 'Hello World!');
this.setAttribute('textalign', 'left!');
</handler>
</text>
</view>
</canvas>