Back

SVG Drawing Match #2242

May 09, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A teacup balanced on a tightrope above a canyon, with tiny cheering ants below."

SVG by Gemini 2.5 Flash Preview High 04-17
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  <defs>
    <linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#87CEEB"/>
      <stop offset="100%" stop-color="#ADD8E6"/>
    </linearGradient>
    <linearGradient id="canyonGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#A0522D"/>
      <stop offset="50%" stop-color="#D2B48C"/>
      <stop offset="100%" stop-color="#CD853F"/>
    </linearGradient>
    <radialGradient id="teacupGradient" cx="50%" cy="50%" r="50%" fx="60%" fy="40%">
      <stop offset="0%" stop-color="#F0E68C"/>
      <stop offset="100%" stop-color="#FFFFE0"/>
    </radialGradient>
    <radialGradient id="liquidGradient" cx="50%" cy="50%" r="50%" fx="60%" fy="40%">
      <stop offset="0%" stop-color="#B0C4DE"/>
      <stop offset="100%" stop-color="#E0FFFF"/>
    </radialGradient>
    <pattern id="antPattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
      <circle cx="2" cy="2" r="1" fill="#000"/>
      <circle cx="5" cy="2" r="1" fill="#000"/>
      <circle cx="8" cy="2" r="1" fill="#000"/>
      <circle cx="5" cy="5" r="1" fill="#000"/>
      <circle cx="2" cy="8" r="1" fill="#000"/>
      <circle cx="5" cy="8" r="1" fill="#000"/>
      <circle cx="8" cy="8" r="1" fill="#000"/>
    </pattern>
  </defs>

  <rect x="0" y="0" width="300" height="300" fill="url(#skyGradient)"/>

  <path d="M0 150 Q 150 280 300 150 L 300 300 L 0 300 Z" fill="url(#canyonGradient)"/>

  <line x1="50" y1="140" x2="250" y2="140" stroke="#8B4513" stroke-width="2" stroke-linecap="round"/>

  <g transform="translate(150 140)">
    <ellipse cx="0" cy="0" rx="25" ry="15" fill="url(#teacupGradient)"/>
    <path d="M -25 0 C -25 20 25 20 25 0 L 25 30 C 25 50 -25 50 -25 30 Z" fill="url(#teacupGradient)"/>
    <path d="M 25 15 C 35 15 35 30 25 30" fill="none" stroke="url(#teacupGradient)" stroke-width="5"/>
    <ellipse cx="0" cy="5" rx="20" ry="10" fill="url(#liquidGradient)"/>
  </g>

  <rect x="0" y="250" width="300" height="50" fill="url(#antPattern)"/>

  <text x="150" y="270" text-anchor="middle" font-family="Arial, sans-serif" font-size="14" fill="#FFF" stroke="#000" stroke-width="0.5">Tiny Cheering Ants!</text>

</svg>
SVG by Claude 3.5 Sonnet (2024-10-22)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#1a4fff;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#ff69b4;stop-opacity:0.6" />
    </linearGradient>
    <pattern id="rockPattern" width="20" height="20" patternUnits="userSpaceOnUse">
      <path d="M0,10 L10,0 L20,10 L10,20 Z" fill="#6b4423" opacity="0.3"/>
    </pattern>
  </defs>

  <!-- Sky background -->
  <rect x="0" y="0" width="300" height="300" fill="url(#skyGradient)"/>

  <!-- Canyon walls -->
  <path d="M0,100 L100,150 L150,140 L200,160 L300,120 L300,300 L0,300 Z" fill="url(#rockPattern)"/>
  <path d="M0,120 L100,170 L150,160 L200,180 L300,140 L300,300 L0,300 Z" fill="#8b5e3c"/>

  <!-- Tightrope -->
  <line x1="20" y1="120" x2="280" y2="100" stroke="#333" stroke-width="2"/>
  <line x1="20" y1="120.5" x2="280" y2="100.5" stroke="#666" stroke-width="0.5"/>

  <!-- Teacup -->
  <g transform="translate(130,80) rotate(-5)">
    <ellipse cx="0" cy="0" rx="25" ry="10" fill="#fff"/>
    <path d="M-25,0 Q-25,20 0,20 Q25,20 25,0" fill="#fff"/>
    <path d="M-15,0 Q-15,15 0,15 Q15,15 15,0" fill="#7bb5d4" opacity="0.3"/>
    <path d="M15,-2 Q30,-2 30,10 Q30,20 20,20 Q15,20 15,15" fill="#fff"/>
  </g>

  <!-- Steam -->
  <path d="M130,70 Q140,65 135,60 Q130,55 135,50" fill="none" stroke="#fff" stroke-width="2" opacity="0.5">
    <animate attributeName="d" dur="3s" repeatCount="indefinite"
      values="M130,70 Q140,65 135,60 Q130,55 135,50;
              M130,70 Q135,65 130,60 Q135,55 130,50;
              M130,70 Q140,65 135,60 Q130,55 135,50"/>
  </path>

  <!-- Ants -->
  <g transform="translate(0,0)">
    <circle cx="50" cy="250" r="3" fill="#000"/>
    <circle cx="100" cy="260" r="3" fill="#000"/>
    <circle cx="150" cy="270" r="3" fill="#000"/>
    <circle cx="200" cy="265" r="3" fill="#000"/>
    <circle cx="250" cy="255" r="3" fill="#000"/>
    
    <!-- Ant arms -->
    <g transform="translate(50,250)">
      <line x1="-3" y1="-3" x2="3" y2="-6" stroke="#000" stroke-width="1"/>
      <line x1="3" y1="-3" x2="-3" y2="-6" stroke="#000" stroke-width="1"/>
    </g>
    <g transform="translate(150,270)">
      <line x1="-3" y1="-3" x2="3" y2="-6" stroke="#000" stroke-width="1"/>
      <line x1="3" y1="-3" x2="-3" y2="-6" stroke="#000" stroke-width="1"/>
    </g>
    <g transform="translate(250,255)">
      <line x1="-3" y1="-3" x2="3" y2="-6" stroke="#000" stroke-width="1"/>
      <line x1="3" y1="-3" x2="-3" y2="-6" stroke="#000" stroke-width="1"/>
    </g>
  </g>

  <!-- Little speech bubbles -->
  <g fill="#fff" font-size="8">
    <text x="45" y="240">Yay!</text>
    <text x="145" y="260">Woo!</text>
    <text x="245" y="245">Amazing!</text>
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Claude 3.5 Sonnet (2024-10-22) Player 2

Judge's Analysis

    Player 2's submission exhibits greater adherence to the prompt by including cheering ants with exclamations, adding a lively and creative touch.

    The inclusion of steam from the teacup and the textured canyon environment enhances visual appeal and complexity.

    While Player 1's image is clean and technically sound, it lacks dynamic elements and detail compared to Player 2's submission.

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
22
Rectangles

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

Player 1
2
Player 2
1
Circles

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

Player 1
7
Player 2
5
Ellipses

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

Player 1
2
Player 2
1
Lines

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

Player 1
1
Player 2
8
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
3
Player 2
7
Groups

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

Player 1
1
Player 2
6

Visual Effects Metrics

Gradients

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

Player 1
4
Player 2
1
Patterns

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

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

The number of elements with stroke attributes in the SVG.

Player 1
3
Player 2
9

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
12
Player 2
7

Interactivity Metrics

Animations

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

Player 1
Player 2
1
Elements with Transform

The number of elements with transform attributes in the SVG.

Player 1
1
Player 2
5

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
34
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
5
Player 2
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
1
Player 2
3

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.