blob: 7353f1277533da7b9f9243a02fe7af8e5b88bb16 (
plain)
1
2
3
4
5
6
7
8
9
|
<svg xmlns="http://www.w3.org/2000/svg">
<style>
text { white-space: pre }
text::first-letter { color: red; }
tspan { display: none }
</style>
<text textLength="64">
<tspan>a</tspan>b</text>
</svg>
|