Back

SVG Drawing Match #1865

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A snail wearing a top hat and monocle, sipping tea under a mushroom"

SVG by DeepSeek-R1-Distill-Qwen-32B
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="shellGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#FFD700;stop-opacity:1"/>
      <stop offset="100%" style="stop-color:#FFA500;stop-opacity:1"/>
    </linearGradient>
    <linearGradient id="hatGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#8B008B;stop-opacity:1"/>
      <stop offset="100%" style="stop-color:#4B0082;stop-opacity:1"/>
    </linearGradient>
    <linearGradient id="mushroomGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#FF69B4;stop-opacity:1"/>
      <stop offset="100%" style="stop-color:#FFB6C1;stop-opacity:1"/>
    </linearGradient>
    <pattern id="teacupPattern" x="0" y="0" width="20" height="20">
      <circle cx="10" cy="10" r="5" fill="#87CEEB"/>
    </pattern>
  </defs>
  <g transform="translate(150,150)">
    <!-- Mushroom -->
    <circle cx="0" cy="-100" r="60" fill="url(#mushroomGradient)" stroke="#FF69B4" stroke-width="2"/>
    <rect x="-20" y="-160" width="40" height="140" fill="#8B4513" stroke="#654321" stroke-width="2"/>
    
    <!-- Snail Body -->
    <path d="M0,0 Q50,-50 100,0 Q100,50 0,100" fill="url(#shellGradient)" stroke="#FFD700" stroke-width="2"/>
    
    <!-- Head -->
    <circle cx="0" cy="50" r="20" fill="#FFD700" stroke="#FFA500" stroke-width="2"/>
    <circle cx="-10" cy="60" r="5" fill="#000000"/>
    <circle cx="10" cy="60" r="5" fill="#000000"/>
    <rect x="-5" y="70" width="10" height="5" fill="#000000"/>
    
    <!-- Top Hat -->
    <rect x="-25" y="-40" width="50" height="60" fill="url(#hatGradient)" stroke="#4B0082" stroke-width="2"/>
    <circle cx="0" cy="-100" r="25" fill="#FFFFFF"/>
    
    <!-- Monocle -->
    <circle cx="10" cy="55" r="15" fill="#FFFFFF"/>
    
    <!-- Tea Cup -->
    <path d="M-30,-80 L30,-80 Q40,-80 40,-70 L40,-60 Q40,-50 30,-50 L-30,-50 Q-40,-50 -40,-60 L-40,-70 Q-40,-80 -30,-80" fill="url(#teacupPattern)" stroke="#87CEEB" stroke-width="2"/>
    <rect x="-20" y="-90" width="40" height="10" fill="#8B4513"/>
    
    <!-- Details -->
    <circle cx="0" cy="-120" r="100" fill="none" stroke="#FF69B4" stroke-width="4"/>
    <circle cx="0" cy="-120" r="95" fill="none" stroke="#FFB6C1" stroke-width="4"/>
  </g>
</svg>
SVG by o3-mini high (2025-01-31)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#a0e9f0"/>
      <stop offset="100%" stop-color="#f8fbff"/>
    </linearGradient>
    <radialGradient id="shellGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#d2a679"/>
      <stop offset="100%" stop-color="#8b5e3c"/>
    </radialGradient>
    <radialGradient id="mushroomGradient" cx="50%" cy="40%" r="50%">
      <stop offset="0%" stop-color="#ff6f61"/>
      <stop offset="100%" stop-color="#d32f2f"/>
    </radialGradient>
    <linearGradient id="hatGradient" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#555"/>
      <stop offset="100%" stop-color="#222"/>
    </linearGradient>
    <radialGradient id="cupGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#fff1e0"/>
      <stop offset="100%" stop-color="#d4a373"/>
    </radialGradient>
  </defs>
  <!-- Background -->
  <rect x="0" y="0" width="300" height="300" fill="url(#skyGradient)" />
  
  <!-- Ground Shadow -->
  <ellipse cx="150" cy="230" rx="70" ry="20" fill="black" opacity="0.1" />
  
  <!-- Mushroom Stem -->
  <rect x="135" y="190" width="30" height="40" rx="15" fill="white" stroke="#ccc" stroke-width="1" />
  
  <!-- Snail -->
  <g id="snail">
    <!-- Shell -->
    <circle cx="150" cy="180" r="20" fill="url(#shellGradient)" stroke="#5a3e1b" stroke-width="1" />
    <!-- Head -->
    <ellipse cx="170" cy="180" rx="12" ry="8" fill="#98fb98" stroke="#6b8e23" stroke-width="1" />
    <!-- Monocle -->
    <circle cx="165" cy="173" r="5" fill="none" stroke="#000" stroke-width="1" />
    <circle cx="165" cy="173" r="3" fill="white" stroke="#000" stroke-width="0.5" />
    <circle cx="165" cy="173" r="1.5" fill="#000" />
    <!-- Top Hat -->
    <g id="tophat">
      <rect x="160" y="160" width="16" height="15" fill="url(#hatGradient)" />
      <ellipse cx="168" cy="175" rx="18" ry="3" fill="url(#hatGradient)" />
    </g>
    <!-- Teacup -->
    <path d="M178,177 C180,173 186,173 188,177 L188,182 C186,186 180,186 178,182 Z" fill="url(#cupGradient)" stroke="#8b4513" stroke-width="1" />
    <path d="M188,179 C192,178 192,183 188,182" fill="none" stroke="#8b4513" stroke-width="1" />
  </g>
  
  <!-- Mushroom Cap (translucent to reveal the sheltered snail) -->
  <ellipse cx="150" cy="150" rx="80" ry="40" fill="url(#mushroomGradient)" stroke="#c62828" stroke-width="2" fill-opacity="0.8" />
  <!-- Mushroom Spots -->
  <circle cx="125" cy="140" r="7" fill="white" />
  <circle cx="160" cy="130" r="5" fill="white" />
  <circle cx="190" cy="155" r="6" fill="white" />
  <circle cx="110" cy="145" r="4" fill="white" />
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is O3-mini high (2025-01-31) Player 2

Judge's Analysis

    Player 2's image more closely adheres to the prompt, clearly depicting a snail under a mushroom, wearing a top hat and monocle, with an emphasis on sipping tea.

    The technical quality and visual appeal are enhanced by the clean lines and balanced composition.

    Player 1's image is more abstract and lacks clarity in representing the given idea.

These metrics analyze technical aspects of both SVG drawings. Look for differences that might explain the judge's decision. Use the "View Code" button above to see the SVG code for each drawing.

Shapes Metrics

Total Shapes

The total number of shape elements (rect, circle, ellipse, line, polygon, polyline, path) in the SVG.

Player 1
15
Player 2
17
Rectangles

The number of rectangle elements (rect) in the SVG.

Player 1
4
Player 2
3
Circles

The number of circle elements (circle) in the SVG.

Player 1
9
Player 2
8
Ellipses

The number of ellipse elements (ellipse) in the SVG.

Player 1
Player 2
4
Lines

The number of line elements (line) in the SVG.

Player 1
Player 2
Polygons

The number of polygon elements (polygon) in the SVG.

Player 1
Player 2
Paths

The number of path elements (path) in the SVG.

Player 1
2
Player 2
2
Groups

The number of group elements (g) in the SVG.

Player 1
1
Player 2
2

Visual Effects Metrics

Gradients

The number of gradient definitions (linearGradient, radialGradient) in the SVG.

Player 1
3
Player 2
5
Patterns

The number of pattern definitions (pattern) in the SVG.

Player 1
1
Player 2
Filters

The number of filter definitions (filter) in the SVG.

Player 1
Player 2
Masks

The number of mask definitions (mask) in the SVG.

Player 1
Player 2
Clip Paths

The number of clipping path definitions (clipPath) in the SVG.

Player 1
Player 2
Elements with Opacity

The number of elements with opacity attributes in the SVG.

Player 1
Player 2
1
Elements with Stroke

The number of elements with stroke attributes in the SVG.

Player 1
8
Player 2
8

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
10
Player 2
19

Interactivity Metrics

Animations

The number of animation elements (animate, animateMotion, animateTransform, set) in the SVG.

Player 1
Player 2
Elements with Transform

The number of elements with transform attributes in the SVG.

Player 1
1
Player 2

Complexity Metrics

Path Commands

The total number of path commands in all path elements (M, L, C, Q, etc.) in the SVG.

Player 1
12
Player 2
7
Max Group Nesting

The maximum nesting level of group elements (g) in the SVG.

Player 1
Player 2
1
Defs Elements

The number of elements defined within the defs element in the SVG.

Player 1
4
Player 2
5
Use Elements

The number of use elements (use) in the SVG.

Player 1
Player 2

Text Metrics

Text Elements

The number of text elements (text) in the SVG.

Player 1
Player 2

AI Judging Process

Creativity

Originality, innovative use of shapes and unique approach to the prompt.

Prompt Adherence

How accurately the SVG captures the essence of the prompt.

Visual Appeal

Aesthetic quality including composition, color usage and overall visual impact.

How does judging work?

SVG drawings are converted to static PNG images for evaluation. The AI judge receives the original prompt and both images, then determines which drawing better fulfills the evaluation criteria without seeing animations, interactivity, or SVG code.

Similar Challenges