I am using Raphael to create a vector shape and fill it with a background image.
The image is blurred in internet explorer.
You can see this using ie 8 on the following url https://justplay.thefa.com/
Does anyone know how to fix this?
Thanks
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.
For anyone who finds this…I got to the solution to my particular problem after a day of trial and error. I read a remark someone made about another aspect of using vml which I remember having issues with in the flash days with fonts.
The problem arises when you are not using integers for your x/y points in a path. The line below gives an example of the last box as it was.
This was resolved by removing the sub pixel positioning which was causing ie to try and anti-alias the image across pixels
And we now have much nicer images