Back

SVG Drawing Match #2796

May 25, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A cat balancing on a giant pencil while juggling three fish."

SVG by Claude Sonnet 4 (2025-05-14)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="skyGrad" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#87CEEB;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#E0F6FF;stop-opacity:1" />
    </linearGradient>
    <linearGradient id="pencilGrad" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" style="stop-color:#FFD700;stop-opacity:1" />
      <stop offset="20%" style="stop-color:#FFA500;stop-opacity:1" />
      <stop offset="80%" style="stop-color:#FF6347;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#DC143C;stop-opacity:1" />
    </linearGradient>
    <radialGradient id="catGrad" cx="50%" cy="30%" r="70%">
      <stop offset="0%" style="stop-color:#FFA500;stop-opacity:1" />
      <stop offset="70%" style="stop-color:#FF7F00;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#FF4500;stop-opacity:1" />
    </radialGradient>
    <linearGradient id="fishGrad1" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#00CED1;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#008B8B;stop-opacity:1" />
    </linearGradient>
    <linearGradient id="fishGrad2" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#FF69B4;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#C71585;stop-opacity:1" />
    </linearGradient>
    <linearGradient id="fishGrad3" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#32CD32;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#228B22;stop-opacity:1" />
    </linearGradient>
    <filter id="shadow" x="-50%" y="-50%" width="200%" height="200%">
      <feDropShadow dx="3" dy="3" stdDeviation="2" flood-opacity="0.3"/>
    </filter>
  </defs>
  
  <!-- Background -->
  <rect width="300" height="300" fill="url(#skyGrad)"/>
  
  <!-- Floating clouds -->
  <ellipse cx="50" cy="40" rx="25" ry="15" fill="white" opacity="0.7"/>
  <ellipse cx="250" cy="60" rx="30" ry="18" fill="white" opacity="0.6"/>
  <ellipse cx="200" cy="30" rx="20" ry="12" fill="white" opacity="0.8"/>
  
  <!-- Giant pencil -->
  <g transform="rotate(-15 150 200)">
    <!-- Pencil body -->
    <rect x="130" y="120" width="40" height="160" fill="url(#pencilGrad)" filter="url(#shadow)"/>
    <!-- Metal ferrule -->
    <rect x="128" y="115" width="44" height="15" fill="#C0C0C0"/>
    <!-- Eraser -->
    <rect x="130" y="105" width="40" height="15" fill="#FF69B4" rx="3"/>
    <!-- Pencil tip -->
    <polygon points="150,280 130,270 170,270" fill="#8B4513"/>
    <polygon points="150,290 145,280 155,280" fill="#2F4F4F"/>
    <!-- Wood texture lines -->
    <line x1="135" y1="130" x2="135" y2="270" stroke="#DAA520" stroke-width="1" opacity="0.5"/>
    <line x1="165" y1="130" x2="165" y2="270" stroke="#B8860B" stroke-width="1" opacity="0.5"/>
  </g>
  
  <!-- Cat balancing on pencil -->
  <g transform="translate(140,80)">
    <!-- Cat body -->
    <ellipse cx="20" cy="30" rx="18" ry="25" fill="url(#catGrad)" filter="url(#shadow)"/>
    <!-- Cat head -->
    <circle cx="20" cy="10" r="15" fill="url(#catGrad)"/>
    <!-- Cat ears -->
    <polygon points="10,0 15,8 20,2" fill="#FF4500"/>
    <polygon points="20,2 25,8 30,0" fill="#FF4500"/>
    <polygon points="12,2 16,6 18,3" fill="#FFB6C1"/>
    <polygon points="22,3 24,6 28,2" fill="#FFB6C1"/>
    <!-- Cat eyes -->
    <ellipse cx="16" cy="8" rx="2" ry="3" fill="#32CD32"/>
    <ellipse cx="24" cy="8" rx="2" ry="3" fill="#32CD32"/>
    <ellipse cx="16" cy="8" rx="1" ry="2" fill="black"/>
    <ellipse cx="24" cy="8" rx="1" ry="2" fill="black"/>
    <!-- Cat nose -->
    <polygon points="20,12 18,14 22,14" fill="#FF69B4"/>
    <!-- Cat mouth -->
    <path d="M 20 14 Q 18 16 16 15" stroke="black" stroke-width="1" fill="none"/>
    <path d="M 20 14 Q 22 16 24 15" stroke="black" stroke-width="1" fill="none"/>
    <!-- Cat whiskers -->
    <line x1="8" y1="10" x2="14" y2="11" stroke="black" stroke-width="1"/>
    <line x1="8" y1="13" x2="14" y2="13" stroke="black" stroke-width="1"/>
    <line x1="26" y1="11" x2="32" y2="10" stroke="black" stroke-width="1"/>
    <line x1="26" y1="13" x2="32" y2="13" stroke="black" stroke-width="1"/>
    <!-- Cat arms juggling -->
    <ellipse cx="5" cy="25" rx="4" ry="12" fill="#FF7F00" transform="rotate(-30 5 25)"/>
    <ellipse cx="35" cy="25" rx="4" ry="12" fill="#FF7F00" transform="rotate(30 35 25)"/>
    <!-- Cat paws -->
    <circle cx="2" cy="18" r="3" fill="#FF4500"/>
    <circle cx="38" cy="18" r="3" fill="#FF4500"/>
    <!-- Cat legs -->
    <ellipse cx="12" cy="50" rx="3" ry="8" fill="#FF7F00"/>
    <ellipse cx="28" cy="50" rx="3" ry="8" fill="#FF7F00"/>
    <!-- Cat tail for balance -->
    <path d="M 35 35 Q 50 25 55 10" stroke="#FF4500" stroke-width="6" fill="none"/>
    <path d="M 52 12 Q 58 8 60 15" stroke="#FF4500" stroke-width="4" fill="none"/>
  </g>
  
  <!-- Juggling fish -->
  <!-- Fish 1 (top) -->
  <g transform="translate(80,40) rotate(15)">
    <ellipse cx="0" cy="0" rx="15" ry="8" fill="url(#fishGrad1)" filter="url(#shadow)"/>
    <polygon points="15,0 25,5 25,-5" fill="url(#fishGrad1)"/>
    <circle cx="-8" cy="-2" r="2" fill="white"/>
    <circle cx="-8" cy="-2" r="1" fill="black"/>
    <path d="M -5 3 Q 0 5 5 3" stroke="#006666" stroke-width="1" fill="none"/>
  </g>
  
  <!-- Fish 2 (left) -->
  <g transform="translate(60,120) rotate(-45)">
    <ellipse cx="0" cy="0" rx="12" ry="7" fill="url(#fishGrad2)" filter="url(#shadow)"/>
    <polygon points="12,0 20,4 20,-4" fill="url(#fishGrad2)"/>
    <circle cx="-6" cy="-1" r="1.5" fill="white"/>
    <circle cx="-6" cy="-1" r="0.8" fill="black"/>
    <path d="M -3 2 Q 1 4 4 2" stroke="#8B1538" stroke-width="1" fill="none"/>
  </g>
  
  <!-- Fish 3 (right) -->
  <g transform="translate(240,110) rotate(60)">
    <ellipse cx="0" cy="0" rx="14" ry="9" fill="url(#fishGrad3)" filter="url(#shadow)"/>
    <polygon points="14,0 24,6 24,-6" fill="url(#fishGrad3)"/>
    <circle cx="-7" cy="-2" r="2" fill="white"/>
    <circle cx="-7" cy="-2" r="1" fill="black"/>
    <path d="M -4 3 Q 1 5 6 3" stroke="#1F5F1F" stroke-width="1" fill="none"/>
  </g>
  
  <!-- Motion lines for juggling effect -->
  <path d="M 95 55 Q 110 70 125 85" stroke="#87CEEB" stroke-width="2" fill="none" opacity="0.6" stroke-dasharray="3,3"/>
  <path d="M 75 135 Q 100 150 125 165" stroke="#87CEEB" stroke-width="2" fill="none" opacity="0.6" stroke-dasharray="3,3"/>
  <path d="M 225 125 Q 200 140 175 155" stroke="#87CEEB" stroke-width="2" fill="none" opacity="0.6" stroke-dasharray="3,3"/>
  
  <!-- Sparkle effects -->
  <g opacity="0.8">
    <polygon points="100,70 102,75 107,75 103,78 105,83 100,80 95,83 97,78 93,75 98,75" fill="#FFD700"/>
    <polygon points="220,80 221,83 224,83 222,85 223,88 220,86 217,88 218,85 216,83 219,83" fill="#FFD700"/>
    <polygon points="70,100 71,102 73,102 72,103 72,105 70,104 68,105 69,103 67,102 69,102" fill="#FFD700"/>
  </g>
</svg>
SVG by GPT-4o (2024-11-20)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <!-- Background Gradient -->
  <defs>
    <radialGradient id="bgGradient" cx="50%" cy="50%" r="80%">
      <stop offset="0%" stop-color="#FFDEE9" />
      <stop offset="100%" stop-color="#B5FFFC" />
    </radialGradient>
    <linearGradient id="pencilGradient" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" stop-color="#FFD700" />
      <stop offset="100%" stop-color="#FF8C00" />
    </linearGradient>
    <linearGradient id="catBodyGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#FAD6A5" />
      <stop offset="100%" stop-color="#F3A183" />
    </linearGradient>
    <linearGradient id="fishGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#A4F9C8" />
      <stop offset="100%" stop-color="#29ABE2" />
    </linearGradient>
  </defs>

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

  <!-- Giant Pencil -->
  <g transform="translate(50 190)">
    <rect x="0" y="0" width="200" height="20" fill="url(#pencilGradient)" />
    <polygon points="200,0 240,10 200,20" fill="#E34F26" />
    <rect x="0" y="5" width="10" height="10" fill="#DF3D32" stroke="#9B2926" stroke-width="1" />
  </g>

  <!-- Cat Body -->
  <ellipse cx="150" cy="120" rx="30" ry="40" fill="url(#catBodyGradient)" />
  <!-- Cat Head -->
  <circle cx="150" cy="65" r="20" fill="url(#catBodyGradient)" />
  <!-- Cat Ears -->
  <polygon points="135,50 150,20 165,50" fill="#F4A59E" />
  <polygon points="155,50 170,20 185,50" fill="#F4A59E" />
  <!-- Cat Face -->
  <circle cx="145" cy="65" r="3" fill="#634136" />
  <circle cx="155" cy="65" r="3" fill="#634136" />
  <ellipse cx="150" cy="72" rx="5" ry="3" fill="#634136" />
  <line x1="140" y1="75" x2="130" y2="80" stroke="#634136" stroke-width="1" />
  <line x1="160" y1="75" x2="170" y2="80" stroke="#634136" stroke-width="1" />
  <!-- Cat Tail -->
  <path d="M130 140 C120 130, 110 150, 130 160" fill="none" stroke="url(#catBodyGradient)" stroke-width="8" />

  <!-- Fish Juggling -->
  <g>
    <ellipse cx="120" cy="40" rx="12" ry="6" fill="url(#fishGradient)" />
    <polygon points="108,40 95,30 95,50" fill="url(#fishGradient)" />
    <circle cx="118" cy="38" r="1.5" fill="#FFFFFF" />
  </g>
  <g>
    <ellipse cx="180" cy="40" rx="12" ry="6" fill="url(#fishGradient)" />
    <polygon points="192,40 205,30 205,50" fill="url(#fishGradient)" />
    <circle cx="182" cy="38" r="1.5" fill="#FFFFFF" />
  </g>
  <g>
    <ellipse cx="150" cy="0" rx="12" ry="6" fill="url(#fishGradient)" />
    <polygon points="138,0 125,-10 125,10" fill="url(#fishGradient)" />
    <circle cx="148" cy="-2" r="1.5" fill="#FFFFFF" />
  </g>

  <!-- Balancing Shadow -->
  <ellipse cx="150" cy="210" rx="70" ry="10" fill="#00000022" />
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Claude Sonnet 4 (2025-05-14) Player 1

Judge's Analysis

    Player 1's submission is more visually dynamic with vibrant colors, clear depiction of the cat balancing on the pencil, and the motion of juggling fish.

    The composition is lively and adheres closely to the prompt.

    Player 2's submission, while clean, lacks the same level of energy, detail, and visual appeal, making it less engaging overall.

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
57
Player 2
24
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
6
Ellipses

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

Player 1
15
Player 2
6
Lines

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

Player 1
6
Player 2
2
Polygons

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

Player 1
13
Player 2
6
Paths

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

Player 1
10
Player 2
1
Groups

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

Player 1
6
Player 2
4

Visual Effects Metrics

Gradients

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

Player 1
6
Player 2
4
Patterns

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

Player 1
Player 2
Filters

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

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

The number of elements with stroke attributes in the SVG.

Player 1
16
Player 2
4

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
17
Player 2
14

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

Complexity Metrics

Path Commands

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

Player 1
20
Player 2
2
Max Group Nesting

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

Player 1
Player 2
Defs Elements

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

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