1 2 3 4 5 6 7 8 9 10 11
<style> text::first-letter {} </style> <script> function js() { a.setAttribute("fill", "url()"); } </script> <body onload=js()> <svg> <text id="a">aa</text>