More tests
This commit is contained in:
parent
c8fdeb2136
commit
7aaa6c0a1c
3 changed files with 74 additions and 0 deletions
6
tests/units.svg
Normal file
6
tests/units.svg
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="400px" height="300px">
|
||||
<rect width="200" height="100" fill="blue" style="stroke-width:1px" />
|
||||
<rect width="200" height="100" fill="blue" style="stroke-width:100.00e-2pt" />
|
||||
<rect width="200" height="100" fill="blue" style="stroke-width:-0.000000000006e+14em" />
|
||||
<rect width="200" height="100" fill="blue" style="stroke-width:4%" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 393 B |
Loading…
Add table
Add a link
Reference in a new issue