html D3:svg,canvas,path,style:SVG Triangle with Outline

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html D3:svg,canvas,path,style:SVG Triangle with Outline相关的知识,希望对你有一定的参考价值。

<!DOCTYPE html>
<html>
<head>
    <meta name="description" content="D3: svg, path, canvas, style">
</head>
<body>
    <script src="d3/d3.js" charset="utf-8"></script>
    <svg width="400" height="400">
        <path d="M 10 10 L 380 10 L 190 380 Z"
              style="fill:mediumblue;stroke:darkred;stroke-width:10" />
    </svg>
</body>
</html>

以上是关于html D3:svg,canvas,path,style:SVG Triangle with Outline的主要内容,如果未能解决你的问题,请参考以下文章

D3系列06-canvas和SVG的比较

html D3:svg,path,d3.selectAll,.style:草图和填充三角形

d3:结合canvas + svg用于视网膜

canvas svg webgl threejs d3js 的区别

d3js 画布 概念

d3js shape深入理解