This commit is contained in:
ldxw
2025-07-30 18:40:23 +08:00
parent a6a3bd5859
commit 9f0a4f33e7
286 changed files with 37757 additions and 3 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 829 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 783 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

+27
View File
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8" ?>
<svg baseProfile="full" height="300px" version="1.1" width="300px" xmlns="http://www.w3.org/2000/svg" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:xlink="http://www.w3.org/1999/xlink" style="background-color: transparent;">
<defs>
<linearGradient id="grad1" x1="0%" x2="100%" y1="0%" y2="100%">
<stop offset="0.0" stop-color="#5D26C1" />
<stop offset="0.5" stop-color="#00C6FF" />
<stop offset="1.0" stop-color="#00FFB7" />
</linearGradient>
<style type="text/css">
.ultra-smooth {
stroke-linejoin: round;
stroke-linecap: round;
shape-rendering: geometricPrecision;
stroke-miterlimit: 20;
}
</style>
</defs>
<circle cx="150" cy="150" fill="none" r="140" stroke="url(#grad1)" stroke-width="10" shape-rendering="geometricPrecision" />
<g transform="translate(150,135) scale(1.35) translate(-150,-150)" shape-rendering="geometricPrecision">
<path d="M 95 145 L 145 95 Q 150 85, 155 95 L 205 145"
class="ultra-smooth" fill="none" stroke="url(#grad1)" stroke-width="7" />
<rect fill="none" height="65" rx="10" ry="10" width="110" x="95" y="145" class="ultra-smooth" stroke="url(#grad1)" stroke-width="6" />
<path d="M150,162 C145,154 135,154 135,162 C135,175 150,187 150,187 C150,187 165,175 165,162 C165,154 155,154 150,162 Z" fill="url(#grad1)" stroke="url(#grad1)" stroke-width="3" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

+30
View File
@@ -0,0 +1,30 @@
<svg width="300" height="300" viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<!-- Gradient for ring and text stroke -->
<linearGradient id="ringGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#4A00E0"/>
<stop offset="50%" stop-color="#00D4FF"/>
<stop offset="100%" stop-color="#00FFA3"/>
</linearGradient>
<!-- Enhanced shadow for visibility -->
<filter id="enhancedShadow" x="-50%" y="-50%" width="200%" height="200%">
<feDropShadow dx="2" dy="2" stdDeviation="3" flood-color="#00d4ff" flood-opacity="0.9"/>
</filter>
</defs>
<!-- Unified group -->
<g transform="translate(150,150)">
<!-- Gradient circle -->
<circle cx="0" cy="0" r="130" stroke="url(#ringGradient)" stroke-width="10" fill="none" />
<!-- Text with Noto Sans SC font -->
<text x="0" y="25" text-anchor="middle"
font-size="90" font-family="Noto Sans SC, sans-serif" font-weight="bold"
fill="white" stroke="url(#ringGradient)" stroke-width="4"
filter="url(#enhancedShadow)">
小窝
</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

+30
View File
@@ -0,0 +1,30 @@
<svg width="300" height="300" viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<!-- Gradient for ring and text stroke -->
<linearGradient id="ringGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#4A00E0"/>
<stop offset="50%" stop-color="#00D4FF"/>
<stop offset="100%" stop-color="#00FFA3"/>
</linearGradient>
<!-- Enhanced colored shadow for smaller scale visibility -->
<filter id="enhancedShadow" x="-50%" y="-50%" width="200%" height="200%">
<feDropShadow dx="2" dy="2" stdDeviation="3" flood-color="#00d4ff" flood-opacity="0.9"/>
</filter>
</defs>
<!-- Unified group -->
<g transform="translate(150,150)">
<!-- Gradient circle -->
<circle cx="0" cy="0" r="130" stroke="url(#ringGradient)" stroke-width="10" fill="none" />
<!-- Enhanced visibility XW text -->
<text x="0" y="40" text-anchor="middle"
font-size="100" font-family="Noto Sans SC, sans-serif"
fill="white" stroke="url(#ringGradient)" stroke-width="3"
filter="url(#enhancedShadow)">
XW
</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB