How do I scale a stubborn SVG embedded with the <object> tag?

前端 未结 9 1314
眼角桃花
眼角桃花 2020-11-28 02:03

I have some SVG files that specifies width and height as well as viewbox like this:



        
9条回答
  •  难免孤独
    2020-11-28 02:08

    None of the answers given here worked for me when I asked this back in 2009. As I now had the same issue again I noticed that using the tag and width together with an svg works fine.

    
    

提交回复
热议问题