mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
Fix gradient tests
This commit is contained in:
@ -110,6 +110,7 @@
|
||||
}
|
||||
|
||||
.linearGradient4 {
|
||||
background: -webkit-linear-gradient(0deg, #ddd, #ddd 50%, transparent 50%);
|
||||
background: linear-gradient(0deg, #ddd, #ddd 50%, transparent 50%);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user