getBBbox() 예제가 더 많긴한데...
어짜피 둘다 이미 그려진 시점에서 크기를 얻어 오는거라..
위치를 세밀하게 설정하기에는 무리가 있으려나?
getComputedTextLength();
[링크 : https://stackoverflow.com/questions/10254644/get-pixel-length-of-string-in-svg]
[링크 : https://www.w3.org/TR/SVG/text.html#__svg__SVGTextContentElement__getComputedTextLength]
getBBbox()
[링크 : https://gist.github.com/huytd/327e453c95ca3edadb32d0c867e2561b]
[링크 : https://bl.ocks.org/mbostock/1160929]
[링크 : http://blog.xogus.io/2017/01/15/SVG에서-getBBox-활용하기/]
[링크 : https://developer.mozilla.org/en-US/docs/Web/API/SVGGraphicsElement]
'Programming > d3' 카테고리의 다른 글
d3 update enter (0) | 2018.11.12 |
---|---|
d3 svg circle (0) | 2018.11.01 |
d3 arc text (0) | 2018.10.31 |
d3 hyperlink (0) | 2018.10.31 |
d3 background image (0) | 2018.10.29 |