11 lines
177 B
HTML
11 lines
177 B
HTML
<style>
|
|
text::first-letter {}
|
|
</style>
|
|
<script>
|
|
function js() {
|
|
a.setAttribute("fill", "url()");
|
|
}
|
|
</script>
|
|
<body onload=js()>
|
|
<svg>
|
|
<text id="a">aa</text>
|