version
Deprecated
Avoid using this feature in new projects. SVG 2 omittted some parts of SVG 1.1 to "improv[e] the usability and precision of the language." This feature may be a candidate for removal from web standards or browsers.>
Consider using the following features instead: SVG或@font-face.>
version 属性用于指明 SVG 文档遵循规范。它只允许在根元素 <svg> 上使用。它纯粹是一个说明,对渲染或处理没有任何影响。
虽然它接受任何数字,但是只有 1.0 和 1.1 这两个有效的选择。