Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
<svg></svg>
http://jsfiddle.net/c6SW6/
它在 Chrome 中正常工作,但无论我尝试什么,我似乎都无法让 svg 元素完全扩展。
有什么想法吗?
您还需要提供html100% 的高度:
html
body, html { height: 100%; width: 100%; margin: 0; padding: 0; }
jsfiddle