зеркало из https://github.com/mozilla/gecko-dev.git
10 строки
216 B
XML
10 строки
216 B
XML
|
<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>
|