d3_text

d3_text

by Shang-De You

HTML

<svg width="300" height="300" version="1.1" xmlns="http://www.w3.org/2000/svg">
  <text x=“200” y="10" dx="5" dy="5" rotate="15" textLength="100">
    hello <tspan fill="red">D3.js</tspan>
  </text>
</svg>