Is there any way to remove the rounded corners that apple devices add to your website icon?I used\[code\]<link rel="apple-touch-icon" href="http://stackoverflow.com/questions/14040046/touch-icon-iphone.png" />\[/code\]Which acts effect and rounded corners\[code\]<link rel="apple-touch-icon-precomposed" href="http://stackoverflow.com/questions/14040046/touch-icon-iphone.png" />\[/code\]which doesn't add any effect, but still has rounded corners.I found the above tutorial here Is there any way to remove the rounded corners??