new image gradient

This commit is contained in:
2025-08-28 15:00:46 +03:00
parent 9a0a0a9e12
commit 0fa37766a3
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 457 KiB

After

Width:  |  Height:  |  Size: 506 KiB

View File

@@ -168,7 +168,7 @@
<!-- Загруженное изображение --> <!-- Загруженное изображение -->
{#if image} {#if image}
<div id="result" class="w-full h-full"> <div id="result" class="w-full h-full">
<svg viewBox="0 0 512 512" class="w-full h-full" style="--font-size: {fontSize}rem"> <svg viewBox="0 0 512 512" class="w-full h-full" style="--font-size: {fontSize}rem" xmlns="http://www.w3.org/2000/svg">
<defs> <defs>
<clipPath id="circle-clip"> <clipPath id="circle-clip">
<circle cx="256" cy="256" r="256" /> <circle cx="256" cy="256" r="256" />