參考

  • MSDN 參考
  • SVG 简介与截图等应用

    測試1

    svg 模版:
    <svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'>
      <foreignObject width='100%' height='100%'>
        <div xmlns='http://www.w3.org/1999/xhtml' style='font-size:40px'>
          html 字串
        </div>
      </foreignObject>
    </svg>