Similary to “css transform, jagged edges in chrome“, same occurs with Firefox on 3D transforms, eg: http://jsfiddle.net/78d8K/5/ (<- remember: Firefox)
This time, backface-visibility doesn’t help 🙁
Any idea?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Edited answer: (after comments)
“Workaround”, add a transparent outline attribute:
Tested on Firefox 10.0.2 Windows 7: http://jsfiddle.net/nKhr8/
Original answer: (background-color dependent)
“Workaround”, add a border attribute with the same color of your background (white this case):
Tested on Firefox 10.0.2 Windows 7: http://jsfiddle.net/LPEfC/