Back

SVG Drawing Match #2411

May 09, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A striped zebra wearing a polka-dotted party hat under a rainbow."

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="#a0eaff"/>
      <stop offset="100%" stop-color="#ffffff"/>
    </linearGradient>
    <linearGradient id="grassGrad" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#88c070"/>
      <stop offset="100%" stop-color="#4a7f3a"/>
    </linearGradient>
    <pattern id="stripes" patternUnits="userSpaceOnUse" width="8" height="20" patternTransform="rotate(15)">
      <rect width="8" height="20" fill="#ffffff"/>
      <rect width="4" height="20" fill="#000000"/>
    </pattern>
    <pattern id="dots" patternUnits="userSpaceOnUse" width="20" height="20">
      <rect width="20" height="20" fill="#ff66cc"/>
      <circle cx="10" cy="10" r="4" fill="#ffffff"/>
    </pattern>
  </defs>
  <rect width="300" height="300" fill="url(#skyGrad)"/>
  <path d="M50,180 A100,100 0 0,1 250,180" fill="none" stroke="#FF4C4C" stroke-width="14"/>
  <path d="M55,185 A95,95 0 0,1 245,185" fill="none" stroke="#FFB74C" stroke-width="12"/>
  <path d="M60,190 A90,90 0 0,1 240,190" fill="none" stroke="#FFF14C" stroke-width="10"/>
  <path d="M65,195 A85,85 0 0,1 235,195" fill="none" stroke="#90EE90" stroke-width="8"/>
  <path d="M70,200 A80,80 0 0,1 230,200" fill="none" stroke="#6ABEDB" stroke-width="6"/>
  <path d="M75,205 A75,75 0 0,1 225,205" fill="none" stroke="#BB66FF" stroke-width="4"/>
  <rect y="250" width="300" height="50" fill="url(#grassGrad)"/>
  <g>
    <rect x="95" y="230" width="8" height="40" fill="url(#stripes)" stroke="#333333" stroke-width="1"/>
    <rect x="115" y="230" width="8" height="40" fill="url(#stripes)" stroke="#333333" stroke-width="1"/>
    <rect x="135" y="230" width="8" height="40" fill="url(#stripes)" stroke="#333333" stroke-width="1"/>
    <rect x="155" y="230" width="8" height="40" fill="url(#stripes)" stroke="#333333" stroke-width="1"/>
    <ellipse cx="140" cy="190" rx="80" ry="40" fill="url(#stripes)" stroke="#333333" stroke-width="2"/>
    <ellipse cx="220" cy="170" rx="25" ry="20" fill="url(#stripes)" stroke="#333333" stroke-width="2"/>
    <ellipse cx="245" cy="170" rx="12" ry="8" fill="#ffffff" stroke="#333333" stroke-width="2"/>
    <circle cx="215" cy="165" r="3" fill="#000000"/>
    <ellipse cx="205" cy="145" rx="5" ry="15" fill="url(#stripes)" stroke="#333333" stroke-width="1"/>
    <ellipse cx="235" cy="145" rx="5" ry="15" fill="url(#stripes)" stroke="#333333" stroke-width="1"/>
    <polyline points="160,165 165,150 170,165 175,150 180,165 185,150 190,165 195,150 200,165 205,150 210,165 215,150 220,165"
      fill="none" stroke="#000000" stroke-width="4" stroke-linecap="round"/>
    <path d="M200,175 L220,130 L240,175 Z" fill="url(#dots)" stroke="#990050" stroke-width="2"/>
    <ellipse cx="220" cy="177" rx="25" ry="5" fill="#cc0099" stroke="#990050" stroke-width="2"/>
  </g>
</svg>
SVG by GPT-4o mini (2024-07-18)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="rainbowGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#FF0000;stop-opacity:1" />
      <stop offset="20%" style="stop-color:#FF7F00;stop-opacity:1" />
      <stop offset="40%" style="stop-color:#FFFF00;stop-opacity:1" />
      <stop offset="60%" style="stop-color:#00FF00;stop-opacity:1" />
      <stop offset="80%" style="stop-color:#0000FF;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#4B0082;stop-opacity:1" />
    </linearGradient>
    <radialGradient id="zebraGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" style="stop-color:#FFFFFF;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#000000;stop-opacity:1" />
    </radialGradient>
  </defs>
  <rect width="100%" height="100%" fill="#A0D8E6"/>
  <ellipse cx="150" cy="250" rx="150" ry="40" fill="url(#rainbowGradient)" />
  <g transform="translate(100,150)">
    <ellipse cx="0" cy="0" rx="50" ry="30" fill="url(#zebraGradient)" />
    <path d="M-50 0 Q-30 10 0 0 Q-30 -10 -50 0 Z" fill="white" stroke="black" stroke-width="3"/>
    <path d="M50 0 Q30 10 0 0 Q30 -10 50 0 Z" fill="black"/>
    <path d="M-40 10 Q-10 0 0 10 Q-10 20 -40 10 Z" fill="black"/>
    <path d="M35 -10 L54 -20 Q70 -20 60 0 Q50 10 35 -10 Z" fill="white"/>
    <path d="M-40 -10 Q-50 -30 -15 -50 Q0 -40 5 -20 Q0 -20 -40 -10 Z" fill="black"/>
  </g>
  <polygon points="100,125 115,95 85,95" fill="red" />
  <polygon points="100,125 110,110 90,110" fill="yellow" />
  <polygon points="100,125 105,120 95,120" fill="green" />
  <polygon points="100,125 102,125 98,125" fill="blue" />
  <circle cx="200" cy="130" r="3" fill="black"/>
  <circle cx="180" cy="130" r="3" fill="black"/>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is O4-mini high (2025-04-16) Player 1

Judge's Analysis

    Player 1's submission adheres more clearly to the prompt, depicting a striped zebra with a polka-dotted party hat under a well-defined rainbow.

    The composition is clean, colorful, and visually appealing.

    Player 2's submission is more abstract and lacks clear adherence to the key elements of the prompt, such as the zebra's stripes or a recognizable rainbow structure.

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

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

Player 1
9
Player 2
1
Circles

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

Player 1
2
Player 2
2
Ellipses

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

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

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

Player 1
7
Player 2
5
Groups

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

Player 1
1
Player 2
1

Visual Effects Metrics

Gradients

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

Player 1
2
Player 2
2
Patterns

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

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

The number of elements with stroke attributes in the SVG.

Player 1
18
Player 2
1

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
15
Player 2
7

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
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
16
Player 2
22
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
4
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
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