We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11a4751 commit 530d063Copy full SHA for 530d063
2 files changed
test/output/arcCollatzUp.svg
test/plots/arc.ts
@@ -52,12 +52,12 @@ export async function arcCollatzUp() {
52
() =>
53
svg`<defs>
54
<linearGradient id="gradient0" x1="0%" y1="0%" x2="100%" y2="0%">
55
- <stop offset="5%" stop-opacity="0.3"></stop>
56
- <stop offset="95%" stop-opacity="1"></stop>
+ <stop offset="5%" stop-color="currentColor" stop-opacity="0.3"></stop>
+ <stop offset="95%" stop-color="currentColor" stop-opacity="1"></stop>
57
</linearGradient>
58
<linearGradient id="gradient1" x1="0%" y1="0%" x2="100%" y2="0%">
59
- <stop offset="5%" stop-opacity="1"></stop>
60
- <stop offset="95%" stop-opacity="0.3"></stop>
+ <stop offset="5%" stop-color="currentColor" stop-opacity="1"></stop>
+ <stop offset="95%" stop-color="currentColor" stop-opacity="0.3"></stop>
61
</linearGradient>`
62
]
63
});
0 commit comments