Files
jiebanke/website/images/animal-case2.svg

58 lines
2.4 KiB
XML
Raw Normal View History

<svg width="400" height="300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="garden" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#E8F5E8;stop-opacity:1" />
<stop offset="100%" style="stop-color:#F1F8E9;stop-opacity:1" />
</linearGradient>
<linearGradient id="carrot" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#FF8A65;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FF5722;stop-opacity:1" />
</linearGradient>
</defs>
<!-- 花园背景 -->
<rect width="400" height="300" fill="url(#garden)" />
<!-- 草地纹理 -->
<circle cx="50" cy="280" r="8" fill="#4CAF50" opacity="0.3" />
<circle cx="120" cy="290" r="6" fill="#4CAF50" opacity="0.3" />
<circle cx="200" cy="285" r="7" fill="#4CAF50" opacity="0.3" />
<circle cx="280" cy="290" r="5" fill="#4CAF50" opacity="0.3" />
<circle cx="350" cy="280" r="6" fill="#4CAF50" opacity="0.3" />
<!-- 小白兔 -->
<ellipse cx="200" cy="180" rx="35" ry="25" fill="white" stroke="#E0E0E0" stroke-width="2" />
<!-- 兔耳朵 -->
<ellipse cx="185" cy="150" rx="8" ry="25" fill="white" stroke="#E0E0E0" stroke-width="1" />
<ellipse cx="215" cy="150" rx="8" ry="25" fill="white" stroke="#E0E0E0" stroke-width="1" />
<!-- 兔脸 -->
<circle cx="190" cy="175" r="3" fill="pink" />
<circle cx="210" cy="175" r="3" fill="pink" />
<!-- 兔眼睛 -->
<circle cx="190" cy="170" r="2" fill="black" />
<circle cx="210" cy="170" r="2" fill="black" />
<!-- 兔嘴巴 -->
<path d="M195 185 Q200 188, 205 185" stroke="pink" stroke-width="1.5" fill="none" />
<!-- 胡萝卜 -->
<path d="M230 200 L250 190 L250 210 Z" fill="url(#carrot)" />
<path d="M250 195 L260 192" stroke="#4CAF50" stroke-width="2" />
<path d="M250 200 L262 200" stroke="#4CAF50" stroke-width="2" />
<path d="M250 205 L260 208" stroke="#4CAF50" stroke-width="2" />
<!-- 小朋友轮廓 -->
<circle cx="150" cy="160" r="20" fill="#FFCCBC" />
<ellipse cx="150" cy="200" rx="15" ry="25" fill="#64B5F6" />
<!-- 小朋友笑脸 -->
<circle cx="145" cy="155" r="2" fill="black" />
<circle cx="155" cy="155" r="2" fill="black" />
<path d="M145 165 Q150 170, 155 165" stroke="black" stroke-width="1" fill="none" />
<!-- 文字标签 -->
<text x="200" y="250" text-anchor="middle" font-family="Arial, sans-serif" font-size="14" fill="#333">小白兔认领案例</text>
</svg>