Why doesn't this SVG graphic scale in IE9 and 10 (preview)?

后端 未结 4 1671
-上瘾入骨i
-上瘾入骨i 2021-02-04 16:56

According to IE website SVG is supported. And according to this answer too What are SVG (Scalable Vector Graphics) supported browsers?

http://jsfiddle.net/jitendravyas/2

4条回答
  •  粉色の甜心
    2021-02-04 17:18

    Another option is to use viewport units. This way your SVG will scale according to the size of the window:

     
          
    
    

    https://jsfiddle.net/orikon/qy43fb0p/

提交回复
热议问题