Back

SVG Drawing Match #2403

May 09, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A snail wearing a crown racing against a turtle on a rainbow bridge."

SVG by o4-mini medium (2025-04-16)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <linearGradient id="skyGrad" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#87CEEB"/>
      <stop offset="100%" stop-color="#B0E0E6"/>
    </linearGradient>
    <linearGradient id="rainbow" x1="0" y1="1" x2="1" y2="0">
      <stop offset="0%" stop-color="#FF0000"/>
      <stop offset="14%" stop-color="#FF7F00"/>
      <stop offset="28%" stop-color="#FFFF00"/>
      <stop offset="42%" stop-color="#00FF00"/>
      <stop offset="56%" stop-color="#0000FF"/>
      <stop offset="70%" stop-color="#4B0082"/>
      <stop offset="84%" stop-color="#9400D3"/>
      <stop offset="100%" stop-color="#FF1493"/>
    </linearGradient>
    <radialGradient id="snailShell" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#FFD700"/>
      <stop offset="100%" stop-color="#FF8C00"/>
    </radialGradient>
    <radialGradient id="turtleShellGrad" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#228B22"/>
      <stop offset="100%" stop-color="#006400"/>
    </radialGradient>
    <filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
      <feDropShadow dx="2" dy="2" stdDeviation="2" flood-color="#000" flood-opacity="0.4"/>
    </filter>
  </defs>
  <rect width="300" height="300" fill="url(#skyGrad)"/>
  <path d="M20,250 Q150,50 280,250" fill="none" stroke="url(#rainbow)" stroke-width="15" filter="url(#shadow)"/>
  <g transform="translate(60,180)" filter="url(#shadow)">
    <path d="M0,0 c20,-10 40,10 50,-5 s20,25 0,30 s-30,15 -30,0 s-20,10 -20,10" fill="#9ACD32"/>
    <circle cx="25" cy="-10" r="20" fill="url(#snailShell)"/>
    <path d="M25,-10 m-15,0 a15,15 0 1,0 30,0 a15,15 0 1,0 -30,0" stroke="#FF4500" stroke-width="2" fill="none"/>
    <polygon points="15,-30 20,-40 25,-30 30,-40 35,-30 20,-25 15,-30" fill="#FFD700" stroke="#DAA520" stroke-width="1"/>
  </g>
  <g transform="translate(200,180) scale(0.8)" filter="url(#shadow)">
    <path d="M0,0 c-10,-10 -30,-10 -40,0 c-10,10 -10,20 0,30 c10,10 30,10 40,0 c10,-10 10,-20 0,-30" fill="#6B8E23"/>
    <circle cx="-45" cy="-10" r="10" fill="#6B8E23"/>
    <circle cx="-47" cy="-12" r="2" fill="#000"/>
    <ellipse cx="-20" cy="10" rx="5" ry="8" fill="#6B8E23"/>
    <ellipse cx="10" cy="10" rx="5" ry="8" fill="#6B8E23"/>
    <ellipse cx="-20" cy="-20" rx="5" ry="8" fill="#6B8E23"/>
    <ellipse cx="10" cy="-20" rx="5" ry="8" fill="#6B8E23"/>
    <ellipse cx="0" cy="0" rx="30" ry="25" fill="url(#turtleShellGrad)"/>
    <polygon points="-5,-10 5,-10 10,0 5,10 -5,10 -10,0" fill="#ADFF2F" stroke="#228B22" stroke-width="1"/>
    <polygon points="15,-5 20,2 15,10 5,10 0,2 5,-5" fill="#ADFF2F" stroke="#228B22" stroke-width="1"/>
    <polygon points="-15,5 -10,12 0,12 5,5 0,-2 -10,-2" fill="#ADFF2F" stroke="#228B22" stroke-width="1"/>
  </g>
</svg>
SVG by o4-mini high (2025-04-16)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <linearGradient id="skyGrad" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#87CEEB"/>
      <stop offset="100%" stop-color="#ffffff"/>
    </linearGradient>
    <radialGradient id="shellGrad" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#ffd27f"/>
      <stop offset="100%" stop-color="#c48a35"/>
    </radialGradient>
    <radialGradient id="turtleShellGrad" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#9fcd6f"/>
      <stop offset="100%" stop-color="#4f7b31"/>
    </radialGradient>
    <filter id="shadow" x="-50%" y="-50%" width="200%" height="200%">
      <feDropShadow dx="0" dy="4" stdDeviation="3" flood-color="#000000" flood-opacity="0.4"/>
    </filter>
  </defs>
  <rect width="300" height="300" fill="url(#skyGrad)"/>
  <g id="rainbow">
    <path d="M30,250 A120,120 0 0,1 270,250" stroke="#e6194B" stroke-width="15" fill="none"/>
    <path d="M35,250 A115,115 0 0,1 265,250" stroke="#f58231" stroke-width="15" fill="none"/>
    <path d="M40,250 A110,110 0 0,1 260,250" stroke="#ffe119" stroke-width="15" fill="none"/>
    <path d="M45,250 A105,105 0 0,1 255,250" stroke="#bfef45" stroke-width="15" fill="none"/>
    <path d="M50,250 A100,100 0 0,1 250,250" stroke="#3cb44b" stroke-width="15" fill="none"/>
    <path d="M55,250 A95,95 0 0,1 245,250" stroke="#42d4f4" stroke-width="15" fill="none"/>
    <path d="M60,250 A90,90 0 0,1 240,250" stroke="#4363d8" stroke-width="15" fill="none"/>
    <path d="M65,250 A85,85 0 0,1 235,250" stroke="#911eb4" stroke-width="15" fill="none"/>
  </g>
  <g filter="url(#shadow)">
    <g id="snail" transform="translate(80,170) scale(0.8)">
      <ellipse cx="0" cy="20" rx="45" ry="20" fill="#d2b48c"/>
      <ellipse cx="-35" cy="12" rx="15" ry="10" fill="#d2b48c"/>
      <line x1="-35" y1="5" x2="-45" y2="-15" stroke="#d2b48c" stroke-width="4" stroke-linecap="round"/>
      <line x1="-20" y1="5" x2="-10" y2="-15" stroke="#d2b48c" stroke-width="4" stroke-linecap="round"/>
      <circle cx="-45" cy="-15" r="4" fill="#ffffff"/>
      <circle cx="-10" cy="-15" r="4" fill="#ffffff"/>
      <circle cx="-45" cy="-15" r="2" fill="#000000"/>
      <circle cx="-10" cy="-15" r="2" fill="#000000"/>
      <circle cx="20" cy="0" r="30" fill="url(#shellGrad)"/>
      <path d="M40,0 A20,20 0 0,0 20,0 A10,10 0 0,1 28,6 A5,5 0 0,1 22,8" fill="none" stroke="#8b4513" stroke-width="3"/>
      <polygon points="0,-40 8,-22 20,-40 32,-22 42,-40 48,-30 30,-12 12,-30" fill="#ffd700" stroke="#e5c100" stroke-width="1"/>
    </g>
    <g id="turtle" transform="translate(200,170) scale(0.9)">
      <ellipse cx="0" cy="20" rx="40" ry="18" fill="#6a9f33"/>
      <ellipse cx="0" cy="0" rx="45" ry="30" fill="url(#turtleShellGrad)"/>
      <g fill="none" stroke="#567b24" stroke-width="2">
        <polygon points="0,-10 8,-3 8,6 0,13 -8,6 -8,-3"/>
        <polygon points="18,0 26,7 26,18 18,25 10,18 10,7"/>
        <polygon points="-18,0 -10,7 -10,18 -18,25 -26,18 -26,7"/>
      </g>
      <ellipse cx="45" cy="8" rx="12" ry="8" fill="#6a9f33"/>
      <circle cx="52" cy="4" r="3" fill="#ffffff"/>
      <circle cx="52" cy="4" r="1.5" fill="#000000"/>
      <ellipse cx="-45" cy="8" rx="12" ry="8" fill="#6a9f33"/>
      <ellipse cx="0" cy="40" rx="12" ry="8" fill="#6a9f33"/>
      <ellipse cx="20" cy="40" rx="12" ry="8" fill="#6a9f33"/>
      <ellipse cx="-20" cy="40" rx="12" ry="8" fill="#6a9f33"/>
      <ellipse cx="-35" cy="8" rx="12" ry="8" fill="#6a9f33"/>
    </g>
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is O4-mini high (2025-04-16) Player 2

Judge's Analysis

    Player 2's image demonstrates stronger adherence to the prompt by clearly depicting a snail with a crown and a turtle racing on a vibrant rainbow bridge.

    The characters are more detailed and expressive, enhancing both creativity and visual appeal.

    Player 1's image lacks clarity and detail, making it less engaging and harder to interpret in comparison.

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
17
Player 2
33
Rectangles

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

Player 1
1
Player 2
1
Circles

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

Player 1
3
Player 2
7
Ellipses

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

Player 1
5
Player 2
10
Lines

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

Player 1
Player 2
2
Polygons

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

Player 1
4
Player 2
4
Paths

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

Player 1
4
Player 2
9
Groups

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

Player 1
2
Player 2
5

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
6
Player 2
13

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
20
Player 2
21

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

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

Player 1
Player 2
2
Defs Elements

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

Player 1
5
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.

Similar Challenges