Fix blurry vml background images in Internet explorer (raphael)

I use Raphael to create a vector shape and fill it with a background image.

Image is blurry in Internet Explorer. You can see this using 8 at the following URL https://justplay.thefa.com/

Does anyone know how to fix this?

thank

+3
source share
2 answers

For those who find this ... I came to a solution to my specific problem after a day of trial and error. I read a comment made by someone else about using vml, which, as I recall, had problems with flash days with fonts.

, x/y- . , .

r.path('M4.5,24.875L175.5,17.95L175.5,136.598L4.5,132.125Z')

, , .

r.path('M4,25L175,18L175,136L4,132Z')

+2

Raphael 2.0? , -, , VML.

Raphael, . Packer Dean Edwards, lib.

0
source

All Articles