mirror of
https://github.com/anuraghazra/github-readme-stats.git
synced 2024-12-21 06:11:29 +08:00
feat: gradient units to userSpaceOnUse (#1644)
This commit is contained in:
parent
de80488f17
commit
de05a574b1
@ -125,6 +125,7 @@ class Card {
|
||||
<linearGradient
|
||||
id="gradient"
|
||||
gradientTransform="rotate(${this.colors.bgColor[0]})"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
>
|
||||
${gradients.map((grad, index) => {
|
||||
let offset = (index * 100) / (gradients.length - 1);
|
||||
|
Loading…
Reference in New Issue
Block a user