How to make SVG work with IE?

前端 未结 5 2072
广开言路
广开言路 2020-12-13 20:55

Does anybody know of a comprehensive library to make SVG work with IE (7 and 8 in particular)?

I wanted something Javascript which could be included in my web page a

5条回答
  •  生来不讨喜
    2020-12-13 21:03

    Google's SVG Web does this. According to the project website:

    SVG Web is a JavaScript library which provides SVG support on many browsers, including Internet Explorer, Firefox, and Safari. Using the library plus native SVG support you can instantly target ~95% of the existing installed web base.

    Whilst it's described as a JavaScript library it also requires Flash 9+. This isn't usually a problem, but if you're in a corporate environment with old Flash or no Flash on the workstations it's not going to work.

    Also, it is still in Alpha which could be a problem, depending on what your project is.

提交回复
热议问题