Back

SVG Drawing Match #2492

May 09, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Surreal teacup city with tiny buildings and trees inside a steaming cup."

SVG by o4-mini low (2025-04-16)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="skyGrad" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#ffefd5"/>
      <stop offset="100%" stop-color="#ffe4e1"/>
    </linearGradient>
    <radialGradient id="cupGrad" cx="50%" cy="30%" r="60%">
      <stop offset="0%" stop-color="#fafafa"/>
      <stop offset="100%" stop-color="#dcdcdc"/>
    </radialGradient>
    <linearGradient id="steamGrad" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="white" stop-opacity="0.8"/>
      <stop offset="100%" stop-color="white" stop-opacity="0"/>
    </linearGradient>
    <pattern id="windowPattern" width="10" height="10" patternUnits="userSpaceOnUse">
      <rect x="0" y="0" width="10" height="10" fill="#444"/>
      <rect x="2" y="2" width="2" height="2" fill="#ffd"/>
      <rect x="6" y="2" width="2" height="2" fill="#ffd"/>
      <rect x="2" y="6" width="2" height="2" fill="#ffd"/>
      <rect x="6" y="6" width="2" height="2" fill="#ffd"/>
    </pattern>
  </defs>
  <!-- Background -->
  <rect width="300" height="300" fill="url(#skyGrad)"/>
  <!-- Steam -->
  <g opacity="0.7">
    <path d="M100 60 C90 20, 130 10, 120 60 S150 110, 140 60" fill="none" stroke="url(#steamGrad)" stroke-width="8"/>
    <path d="M180 70 C170 30, 210 20, 200 70 S230 120, 220 70" fill="none" stroke="url(#steamGrad)" stroke-width="6"/>
  </g>
  <!-- Teacup -->
  <path d="M50 220 Q150 260 250 220 L250 240 Q150 290 50 240 Z" fill="url(#cupGrad)" stroke="#bbb" stroke-width="2"/>
  <!-- Cup interior shadow -->
  <ellipse cx="150" cy="220" rx="100" ry="20" fill="rgba(200,200,200,0.3)"/>
  <!-- Cup handle -->
  <path d="M250 220 C280 220, 280 260, 250 260" fill="none" stroke="url(#cupGrad)" stroke-width="12"/>
  <!-- City inside cup -->
  <g transform="translate(80, 170)">
    <!-- Buildings -->
    <g>
      <rect x="0" y="-50" width="20" height="50" fill="#e9967a" stroke="#c65"/>
      <rect x="25" y="-70" width="25" height="70" fill="#8fbc8f" stroke="#6b9"/>
      <rect x="60" y="-40" width="15" height="40" fill="#87ceeb" stroke="#579"/>
      <rect x="80" y="-60" width="30" height="60" fill="#dda0dd" stroke="#b87"/>
      <!-- Windows pattern -->
      <rect x="25" y="-70" width="25" height="70" fill="url(#windowPattern)" opacity="0.6"/>
      <rect x="80" y="-60" width="30" height="60" fill="url(#windowPattern)" opacity="0.6"/>
    </g>
    <!-- Trees -->
    <g fill="#228b22">
      <circle cx="15" cy="-60" r="8"/>
      <rect x="12" y="-52" width="6" height="12" fill="#8b4513"/>
      <circle cx="95" cy="-50" r="10"/>
      <rect x="92" y="-40" width="6" height="15" fill="#8b4513"/>
      <circle cx="55" cy="-30" r="7"/>
      <rect x="52" y="-22" width="6" height="10" fill="#8b4513"/>
    </g>
    <!-- Pathways -->
    <path d="M0,-10 L120,-10" stroke="#d2b48c" stroke-width="4" stroke-linecap="round"/>
  </g>
  <!-- Decorative saucer -->
  <ellipse cx="150" cy="240" rx="120" ry="15" fill="rgba(220,220,220,0.4)"/>
</svg>
SVG by Llama 3.0 70B (8192)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <!-- Teacup -->
  <path d="M150,150 C150,100 200,100 200,150 L200,220 C200,250 150,250 150,220 Z" fill="#F7F4C9" />
  <path d="M150,150 C150,100 100,100 100,150 L100,220 C100,250 150,250 150,220 Z" fill="#F7F4C9" />
  <path d="M150,220 C150,250 200,250 200,220 Z" fill="#FFD700" />
  <path d="M150,220 C150,250 100,250 100,220 Z" fill="#FFD700" />
  <circle cx="150" cy="220" r="10" fill="#663300" />
  
  <!-- Steam -->
  <g transform="translate(150,220)">
    <circle cx="0" cy="-20" r="10" fill="url(#SteamGradient)" />
    <circle cx="10" cy="-30" r="10" fill="url(#SteamGradient)" />
    <circle cx="-10" cy="-30" r="10" fill="url(#SteamGradient)" />
    <circle cx="0" cy="-40" r="10" fill="url(#SteamGradient)" />
    <circle cx="15" cy="-50" r="10" fill="url(#SteamGradient)" />
    <circle cx="-15" cy="-50" r="10" fill="url(#SteamGradient)" />
  </g>
  
  <!-- City -->
  <g transform="translate(150,150)">
    <rect x="-40" y="-20" width="20" height="40" fill="#8B9467" rx="2" />
    <rect x="-20" y="-30" width="20" height="30" fill="#9A8665" rx="2" />
    <rect x="0" y="-40" width="20" height="20" fill="#A18F63" rx="2" />
    <rect x="20" y="-20" width="20" height="40" fill="#8B9467" rx="2" />
    <rect x="40" y="-30" width="20" height="30" fill="#9A8665" rx="2" />
    <rect x="60" y="-40" width="20" height="20" fill="#A18F63" rx="2" />
    
    <circle cx="-30" cy="-10" r="5" fill="#228B22" />
    <circle cx="-10" cy="-20" r="5" fill="#228B22" />
    <circle cx="10" cy="-30" r="5" fill="#228B22" />
    <circle cx="30" cy="-10" r="5" fill="#228B22" />
    <circle cx="50" cy="-20" r="5" fill="#228B22" />
    <circle cx="70" cy="-30" r="5" fill="#228B22" />
  </g>
  
  <!-- Gradient Definitions -->
  <linearGradient id="SteamGradient" x1="0" y1="0" x2="0" y2="1">
    <stop offset="0" stop-color="#FFFFFF" stop-opacity="0.5" />
    <stop offset="1" stop-color="#FFFFFF" stop-opacity="0" />
  </linearGradient>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is O4-mini low (2025-04-16) Player 1

Judge's Analysis

    Player 1's submission demonstrates a clear execution of the concept with recognizable elements of a teacup, buildings, and trees, as well as a subtle hint of steam.

    The composition is balanced and visually appealing, with attention to detail.

    Player 2's submission, while creative, lacks clarity and depth, making it harder to interpret the intended concept effectively.

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
25
Player 2
23
Rectangles

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

Player 1
15
Player 2
6
Circles

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

Player 1
3
Player 2
13
Ellipses

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

Player 1
2
Player 2
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
5
Player 2
4
Groups

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

Player 1
4
Player 2
2

Visual Effects Metrics

Gradients

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

Player 1
3
Player 2
1
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
3
Player 2
Elements with Stroke

The number of elements with stroke attributes in the SVG.

Player 1
9
Player 2

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
21
Player 2
8

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
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
15
Player 2
16
Max Group Nesting

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

Player 1
1
Player 2
Defs Elements

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

Player 1
4
Player 2
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