Restore unittests from history
This commit is contained in:
parent
ebccae8cad
commit
3b7e8a0091
111 changed files with 2341 additions and 0 deletions
15
unittests/duplicate-gradients-update-style.svg
Normal file
15
unittests/duplicate-gradients-update-style.svg
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<?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">
|
||||
<defs>
|
||||
<linearGradient id="duplicate-one" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="blue" />
|
||||
<stop offset="1" stop-color="yellow" />
|
||||
</linearGradient>
|
||||
<linearGradient id="duplicate-two" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="blue" />
|
||||
<stop offset="1" stop-color="yellow" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect style="fill: url(#duplicate-one)" width="200" height="200"/>
|
||||
<rect style="fill: url(#duplicate-two)" width="200" height="200" y="200"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 708 B |
Loading…
Add table
Add a link
Reference in a new issue