1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-09-22 17:41:41 +02:00
CanvasBlocker/test/domRectSVG.svg

10 lines
268 B
XML
Raw Normal View History

2020-07-29 14:17:05 +02:00
<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>