We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c7bfdc commit 6935a4bCopy full SHA for 6935a4b
1 file changed
api/carousel.js
@@ -252,8 +252,7 @@ export default async function handler(req, res) {
252
</clipPath>
253
</defs>
254
<rect width="${W}" height="${H}" fill="transparent"/>
255
- <g clip-path="url(#carouselClip)">
256
-`;
+ <g clip-path="url(#carouselClip)">`;
257
258
slideSvgs.forEach((slide, idx) => {
259
const anim = generateAnimationForSlide(
@@ -300,8 +299,7 @@ export default async function handler(req, res) {
300
299
fill="freeze"
301
/>
302
</g>
303
- </g>
304
+ </g>`;
305
});
306
307
svg += ` </g>\n</svg>`;
0 commit comments