提交 c85e896f 编写于 作者: M Mr.doob

Merge pull request #7232 from agnivade/agnivade-svgpatch

Updating SVGLoader to handle comments
......@@ -25,7 +25,7 @@ THREE.SVGLoader.prototype = {
var doc = parser.parseFromString( svgString, 'image/svg+xml' ); // application/xml
onLoad( doc.firstChild );
onLoad( doc.documentElement );
}, onProgress, onError );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册