Restore unittests from history
This commit is contained in:
parent
ebccae8cad
commit
3b7e8a0091
111 changed files with 2341 additions and 0 deletions
9
unittests/overflow-svg.svg
Normal file
9
unittests/overflow-svg.svg
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="overflow:visible">
|
||||
<svg style="overflow:hidden">
|
||||
<line x2="100" y2="100" stroke="#000" />
|
||||
</svg>
|
||||
<svg style="overflow:visible">
|
||||
<line x2="100" y2="100" stroke="#000" />
|
||||
</svg>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 344 B |
Loading…
Add table
Add a link
Reference in a new issue