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);
|
|
|
|
}
|
2020-11-02 13:07:19 +01:00
|
|
|
#path {
|
|
|
|
transform: rotate(42.3deg);
|
|
|
|
}
|
2020-07-29 14:17:05 +02:00
|
|
|
</style>
|
|
|
|
|
2020-11-02 13:07:19 +01:00
|
|
|
<path data-name="path" id="path" class="testRect" fill="red" d="
|
|
|
|
M 10,30
|
|
|
|
A 20,20 0,0,1 50,30
|
|
|
|
A 20,20 0,0,1 90,30
|
|
|
|
Q 90,60 50,90
|
|
|
|
Q 10,60 10,30 z"/>
|
2020-07-29 14:17:05 +02:00
|
|
|
<text x="20" y="35" data-name="text" id="text" class="testRect">Text with Unicode 𝞐</text>
|
2022-01-30 10:05:52 +01:00
|
|
|
<text x="20" y="55" data-name="text2" id="text2" class="testRect">񳺚顃򳴡ģԹ̔򫳞񊄐񿔺ࠕ</text>
|
2020-07-29 14:17:05 +02:00
|
|
|
</svg>
|