Seeking a solution for implementing anti-aliasing on a rotated image with a wide border specifically in IE10 as shown above.
I have experimented with -ms-backface-visibility:hidden
which successfully addresses the issue in Chrome, however it does not seem to work in IE10 and I am unable to find any further information regarding this.