我以 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>
谢谢高里