Skip to content

Commit 457fbac

Browse files
committed
Fix svg clip id
1 parent 4205425 commit 457fbac

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ <h3>Fully open-source and reverse-engineered.</h3>
271271
<div class="library">
272272
<div class="library-icon">
273273
<svg viewBox="0 0 32 32" width="64" height="64" aria-hidden="true">
274-
<g clip-path="url(#a)">
274+
<g clip-path="url(#cli_clip)">
275275
<path fill="#32384d" d="M0 3.75h32V28H0z" />
276276
<path
277277
fill="#385283"
@@ -286,7 +286,7 @@ <h3>Fully open-source and reverse-engineered.</h3>
286286
<rect width="12" height="3" x="15.75" y="21.75" fill="#edf3fc" rx=".75" />
287287
</g>
288288
<defs>
289-
<clipPath id="a">
289+
<clipPath id="cli_clip">
290290
<rect width="32" height="24.25" y="3.75" fill="#fff" rx="3.5" />
291291
</clipPath>
292292
</defs>
@@ -369,7 +369,7 @@ <h2>ValvePak</h2>
369369
<div class="library">
370370
<div class="library-icon">
371371
<svg viewBox="0 0 32 32" width="64" height="64" aria-hidden="true">
372-
<g clip-path="url(#a)">
372+
<g clip-path="url(#vkv_clip)">
373373
<path fill="#32384d" d="M32 30.5H0V1.25h23.5l8.5 8.5z" />
374374
<path fill="#458fff" d="M0 28h32v2.5H0z" />
375375
<path fill="#385283" d="M0 25.5h32V28H0z" />
@@ -381,7 +381,7 @@ <h2>ValvePak</h2>
381381
<path fill="#000" fill-opacity=".35" d="M27 9.75h5v6.5l-7.47-7.52-.03-.03.03.03c.64.63 1.5 1.02 2.47 1.02" />
382382
</g>
383383
<defs>
384-
<clipPath id="a">
384+
<clipPath id="vkv_clip">
385385
<rect width="32" height="29.25" y="1.25" fill="#fff" rx="3.5" />
386386
</clipPath>
387387
</defs>

0 commit comments

Comments
 (0)