mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
domRectTest: added svg tests
This commit is contained in:
parent
3eea8fe7c4
commit
ff98b9b9af
4 changed files with 37 additions and 7 deletions
10
test/domRectSVG.svg
Normal file
10
test/domRectSVG.svg
Normal file
|
@ -0,0 +1,10 @@
|
|||
<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>
|
After Width: | Height: | Size: 268 B |
Loading…
Add table
Add a link
Reference in a new issue