10 lines
130 B
XML
10 lines
130 B
XML
<script>
|
|
window.onload = function() {
|
|
a.getComputedTextLength()
|
|
}
|
|
</script>
|
|
<body>
|
|
<svg>
|
|
<switch>
|
|
<hatch>
|
|
<text id="a">A</text>
|