If 2 browsers are said to be HTML5 canvas standard compliant, will there be any rendering difference between them ?. Say I’m drawing a shape in browser 1 and 2, will the pixel by pixel comparison be equal.
Share
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.
The spec doesn’t go into as far of detail to guarantee pixel by pixel perfection. Browsers use very different rendering libraries, and IE and Opera even offload to the GPU, so difference in implementation will undoubtedly have subtile differences in pixel shading or even some slight alignment for lines and curves. I’m sure fonts add their own complexity.
That said, In my experience, I haven’t seen any major differences that weren’t attributable to missing features or bugs.