mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-01-08 20:54:49 +01:00
10 lines
268 B
XML
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 𝞐</text>
|
|
</svg> |