Is there possible to create effect like Safari new tab http://images.marketingtechblog.com/uploads/2009/06/safari-new-tab.png using HTML5 canvas?
We can do similar transformation with CSS3 3d transform, but it is only supported by Webkit browsers. Can we do some thing with CANVAS to implement it?
edit: How can i actually implement that perspective effect using canvas transform matrix. Note the effect is not just isometric If we go for isometric we can make round shape like shown in the reference image.