textContent "Design" と text-anchor を最初に持つテキストがあり、css で 45 度回転するように変換されています。だから回転します。問題は、予想される図に示すように、回転後にテキストの (x,y) 位置を調整して、目盛りの間にテキストを表示する必要があることです。どうすればこれを達成できますか。
結果: http://imageshack.us/content_round.php?page=done&l=img404/2711/result1h.png
予想: http://imageshack.us/content_round.php?page=done&l=img266/5138/expected1.png
<svg>
<text x="100" y="100" width="64" height="16" fill="black" transform="rotate(45,100,100)" text-anchor="start">Design</text>
</svg>
ありがとうゴウリ