2024-06-15 23:18:58 +02:00
|
|
|
<template>
|
|
|
|
|
<svg class="absolute inset-0 h-full w-full stroke-white/10 [mask-image:radial-gradient(100%_100%_at_top_right,white,transparent)]"
|
|
|
|
|
aria-hidden="true">
|
|
|
|
|
<defs>
|
|
|
|
|
<pattern id="983e3e4c-de6d-4c3f-8d64-b9761d1534cc" width="200" height="200" x="50%" y="-1"
|
|
|
|
|
patternUnits="userSpaceOnUse">
|
|
|
|
|
<path d="M.5 200V.5H200" fill="none"></path>
|
|
|
|
|
</pattern>
|
2024-07-22 01:05:51 +02:00
|
|
|
</defs><svg x="50%" y="-1" class="overflow-visible fill-text-800/20">
|
2024-06-15 23:18:58 +02:00
|
|
|
<path d="M-200 0h201v201h-201Z M600 0h201v201h-201Z M-400 600h201v201h-201Z M200 800h201v201h-201Z"
|
|
|
|
|
stroke-width="0"></path>
|
|
|
|
|
</svg>
|
|
|
|
|
<rect width="100%" height="100%" stroke-width="0" fill="url(#983e3e4c-de6d-4c3f-8d64-b9761d1534cc)"></rect>
|
|
|
|
|
</svg>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script lang="ts" setup>
|
|
|
|
|
|
|
|
|
|
</script>
|