<script src="http://d3js.org/d3.v3.min.js"></script>
<p>i'm a para</p>
<p>I'm also a para</p>
<p>i'm the third para</p>
<p>forth</p>
<p>fifth</p>
<p>sixth</p>
<svg width="4cm" height="4cm" viewBox="0 0 400 400"
xmlns="http://www.w3.org/2000/svg" version="1.1">
<title>Example triangle01- simple example of a 'path'</title>
<desc>A path that draws a triangle</desc>
<rect x="1" y="1" width="398" height="398"
fill="none" stroke="blue" />
<path d="M 100 100 L 300 100 L 200 300 z"
fill="red" stroke="blue" stroke-width="3" />
</svg>