1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-05-29 09:28:06 +02:00
CanvasBlocker/test/domRectSVG.svg
2020-10-14 16:33:26 +02:00

10 lines
268 B
XML

<svg viewBox="0 0 240 80" xmlns="http://www.w3.org/2000/svg">
<style>
#text {
font: italic 13px sans-serif;
transform: rotate(-3.4deg);
}
</style>
<text x="20" y="35" data-name="text" id="text" class="testRect">Text with Unicode &#x1D790;</text>
</svg>