Awo*_*ing 4 html css internet-explorer svg
我有一个svg,我正在申请身体的背景.我正在使用x-repeat,它在chrome和FF中工作,但是在ie10(实际上是11 beta)中,背景被压扁并且在每个x重复之间有巨大的条纹
链接在这里 http://knowledgecity.com/hrtools/workstyle/svgtest.php
我在身体上使用的syle是
<body style="margin:0em;background-image: url(background-opt.svg);background-size: 1339em 1000em;background-repeat:repeat-x;overflow:hidden">  
这种风格的哪一部分在ie10中不起作用?或者是别的什么?
铬:

IE10:

好的,事实证明我需要添加
preserveAspectRatio="none slice" 
我的svg元素为ie正确渲染它.这解决了它.