Back

SVG Drawing Match #2056

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Cactus plays piano under a starry desert sky"

SVG by GPT-4o (2024-11-20)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="skyGradient" cx="50%" cy="30%" r="80%">
      <stop offset="0%" stop-color="#002b45"/>
      <stop offset="100%" stop-color="#000"/>
    </radialGradient>
    <linearGradient id="sandGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#fae0a4"/>
      <stop offset="100%" stop-color="#c19b6b"/>
    </linearGradient>
  </defs>
  <rect width="300" height="300" fill="url(#skyGradient)"/>
  <rect y="200" width="300" height="100" fill="url(#sandGradient)"/>
  <circle cx="40" cy="50" r="3" fill="white"/>
  <circle cx="80" cy="90" r="2" fill="white"/>
  <circle cx="200" cy="40" r="2.5" fill="white"/>
  <circle cx="220" cy="75" r="3.5" fill="white"/>
  <circle cx="280" cy="60" r="2" fill="white"/>
  <path d="M150 230 q-15 -60 -30 -80 q-15 -20 -30 0 q-15 20 0 80 z" fill="#38975B" stroke="#246B3A" stroke-width="2"/>
  <rect x="130" y="210" width="10" height="5" fill="#38975B"/>
  <rect x="140" y="206" width="6" height="5" fill="#386B53"/>
  <path d="M100 240 h120 v10 q0 5 -5 5 h-110 q-5 0 -5 -5 z" fill="#382A20"/>
  <rect x="100" y="250" width="120" height="10" fill="#200F00"/>
  <rect x="112" y="250" width="6" height="10" fill="#5C4531"/>
  <rect x="124" y="250" width="6" height="10" fill="#5C4531"/>
  <rect x="136" y="250" width="6" height="10" fill="#5C4531"/>
  <rect x="148" y="250" width="6" height="10" fill="#5C4531"/>
  <rect x="160" y="250" width="6" height="10" fill="#5C4531"/>
  <rect x="172" y="250" width="6" height="10" fill="#5C4531"/>
  <rect x="184" y="250" width="6" height="10" fill="#5C4531"/>
  <rect x="196" y="250" width="6" height="10" fill="#5C4531"/>
  <polygon points="115,210 130,210 122,200" fill="#ADEBCF"/>
  <polygon points="135,210 150,210 142,200" fill="#ADEBCF"/>
</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="skyGradient" x1="0%" y1="0%" x2="100%" y2="100%">
            <stop offset="0%" style="stop-color:#0b3d91;stop-opacity:1" />
            <stop offset="100%" style="stop-color:#2c2c54;stop-opacity:1" />
        </linearGradient>
        <radialGradient id="cactusGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
            <stop offset="0%" style="stop-color:#4caf50;stop-opacity:1" />
            <stop offset="100%" style="stop-color:#2e7d32;stop-opacity:1" />
        </radialGradient>
        <pattern id="pianoKeys" patternUnits="userSpaceOnUse" width="20" height="60">
            <rect x="0" y="0" width="20" height="60" fill="#fff" />
            <rect x="2" y="0" width="16" height="30" fill="#000" />
        </pattern>
    </defs>
    <rect width="300" height="300" fill="url(#skyGradient)" />
    <circle cx="150" cy="50" r="3" fill="#f5f5f5" />
    <circle cx="200" cy="30" r="2" fill="#f5f5f5" />
    <circle cx="80" cy="70" r="1.5" fill="#f5f5f5" />
    <circle cx="250" cy="80" r="2.5" fill="#f5f5f5" />
    <circle cx="120" cy="200" r="1.5" fill="#f5f5f5" />
    <circle cx="300" cy="100" r="3" fill="#f5f5f5" />
    <path d="M100 220 Q90 150, 120 130 Q150 110, 150 180 Q160 170, 180 150 Q190 120, 180 130 Q170 140, 170 140" fill="url(#cactusGradient)" stroke="#388e3c" stroke-width="2" />
    <path d="M125 220 Q130 140, 155 130 Q180 120, 180 200" fill="url(#cactusGradient)" stroke="#388e3c" stroke-width="2" />
    <rect x="100" y="200" width="100" height="25" fill="url(#pianoKeys)" />
    <line x1="100" y1="200" x2="200" y2="200" stroke="#444" stroke-width="2" />
    <line x1="100" y1="200" x2="100" y2="225" stroke="#444" stroke-width="2" />
    <line x1="200" y1="200" x2="200" y2="225" stroke="#444" stroke-width="2" />
    <path d="M125 185 C110 180, 130 160, 130 180 C130 200, 110 200, 120 210" fill="none" stroke="#ffcc00" stroke-width="2" />
    <path d="M165 185 C180 180, 160 160, 160 180 C160 200, 180 200, 170 210" fill="none" stroke="#ffcc00" stroke-width="2" />
    <text x="150" y="290" font-family="Arial" font-size="12" fill="#ffffff" text-anchor="middle">Cactus Playing Piano Under the Stars</text>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is GPT-4o mini (2024-07-18) Player 2

Judge's Analysis

    Player 2's image is more visually appealing and creatively integrates the idea of a cactus playing a piano under a starry sky.

    The use of color and the design of the cactus and piano are more distinct and engaging.

    Additionally, Player 2's composition better adheres to the prompt by clearly showing the cactus interacting with the piano, enhancing the overall storytelling and visual impact.

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

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

Player 1
13
Player 2
4
Circles

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

Player 1
5
Player 2
6
Ellipses

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

Player 1
Player 2
Lines

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

Player 1
Player 2
3
Polygons

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

Player 1
2
Player 2
Paths

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

Player 1
2
Player 2
4
Groups

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

Player 1
Player 2

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
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
Elements with Stroke

The number of elements with stroke attributes in the SVG.

Player 1
1
Player 2
7

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
Elements with Transform

The number of elements with transform attributes in the SVG.

Player 1
Player 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
12
Player 2
15
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
2
Player 2
3
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
1

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