1f564b94cb
* Add tests for SVGs * Add more null checks for Frontend._popup * Use null popup when on an XMLDocument
15 lines
375 B
XML
15 lines
375 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<style>
|
|
:root {
|
|
background-color: #f8f8f8;
|
|
}
|
|
text {
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
font-size: 14px;
|
|
fill: #000000;
|
|
dominant-baseline: hanging;
|
|
}
|
|
</style>
|
|
<text x="7" y="12">ありがとう</text>
|
|
</svg> |