We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99c2907 commit 8173d95Copy full SHA for 8173d95
1 file changed
lib/svg/generator.ts
@@ -337,7 +337,7 @@ function renderFooter(
337
x="${s(100)}"
338
y="${s(80)}"
339
width="${s(400)}"
340
- height="${sf}"
+ height="${s(1)}"
341
class="cp-accent-fill scan-line"
342
fill-opacity="0.3"
343
style="--scan-speed: ${params.speed || '8s'}; --scan-start: ${s(0)}px; --scan-end: ${s(240)}px;"
@@ -588,7 +588,7 @@ ${
588
589
590
591
592
593
594
0 commit comments