brad_152
11-07-2011, 01:34 PM
Hi,
I'm wondering if you could help me, I have come across CSS rotation problem in google chrome and firefox. Whenever I rotate a piece of text it looks un-rendered/jagged.
But on IE the text looks smooth and normal, wondering if this is a bug in the rotation code?
---Code I've used---
transform:rotate(4deg);
-webkit-transform:rotate(4deg);
-moz-transform:rotate(4deg);
-ms-transform:rotate(4deg);
-o-transform:rotate(4deg);
____________________________
Attached the image for you to look at.
461
Thanks.
I'm wondering if you could help me, I have come across CSS rotation problem in google chrome and firefox. Whenever I rotate a piece of text it looks un-rendered/jagged.
But on IE the text looks smooth and normal, wondering if this is a bug in the rotation code?
---Code I've used---
transform:rotate(4deg);
-webkit-transform:rotate(4deg);
-moz-transform:rotate(4deg);
-ms-transform:rotate(4deg);
-o-transform:rotate(4deg);
____________________________
Attached the image for you to look at.
461
Thanks.