Back

SVG Drawing Match #320

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Woollen cactus knitting a sweater under a disco ball"

SVG by GPT-4o mini (2024-07-18)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  <defs>
    <linearGradient id="bgGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#f0e68c;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#b0e0e6;stop-opacity:1" />
    </linearGradient>
    <pattern id="knitPattern" width="4" height="4" patternUnits="userSpaceOnUse">
      <path d="M0 0 L4 4 M4 0 L0 4" stroke="#8b4513" stroke-width="0.5"/>
    </pattern>
    <radialGradient id="discoBallGradient" 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:#c0c0c0;stop-opacity:1" />
    </radialGradient>
  </defs>
  <rect width="300" height="300" fill="url(#bgGradient)" />
  <g transform="translate(150, 180)">
    <ellipse rx="40" ry="60" fill="#228b22" />
    <path d="M-30 -50 Q0 -80 30 -50 Q0 -40 -30 -50" fill="#a52a2a" />
    <path d="M-15 -65 Q0 -85 15 -65 Q0 -70 -15 -65" fill="#f4a460" />
    <path d="M-15 -20 L0 0 L15 -20" fill="url(#knitPattern)" />
    <rect x="-25" y="-45" width="50" height="10" fill="#ffcc00"/>
    <circle cx="0" cy="-90" r="8" fill="#ff69b4" />
    <circle cx="-10" cy="-95" r="4" fill="#ff4500"/>
    <circle cx="10" cy="-95" r="4" fill="#ff4500"/>
    <path d="M-40 -60 L-20 -60 L-30 -80 Z" fill="#b22222" />
    <path d="M20 -60 L40 -60 L30 -80 Z" fill="#b22222" />
  </g>
  <g transform="translate(75, 20)">
    <circle cx="180" cy="50" r="30" fill="url(#discoBallGradient)" stroke="#ffa500" stroke-width="4"/>
    <circle cx="165" cy="40" r="5" fill="#ff1493" />
    <circle cx="200" cy="35" r="5" fill="#00bfff" />
    <circle cx="170" cy="65" r="5" fill="#adff2f" />
    <circle cx="190" cy="60" r="5" fill="#ff8c00" />
    <circle cx="180" cy="80" r="5" fill="#ff4500" />
  </g>
</svg>
SVG by GPT-4o (2024-11-20)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <!-- Background -->
  <rect width="300" height="300" fill="black" />
  
  <!-- Disco Ball -->
  <circle cx="150" cy="50" r="30" fill="silver" stroke="white" stroke-width="2" />
  <pattern id="discoPattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
    <rect x="0" y="0" width="5" height="5" fill="gray" />
    <rect x="5" y="5" width="5" height="5" fill="darkgray" />
  </pattern>
  <circle cx="150" cy="50" r="28" fill="url(#discoPattern)" />

  <!-- Woollen Cactus -->
  <g transform="translate(120,120)">
    <ellipse cx="30" cy="60" rx="20" ry="60" fill="green" stroke="lime" stroke-width="3"/>
    <ellipse cx="60" cy="50" rx="10" ry="40" fill="green" stroke="lime" stroke-width="3"/>
    <ellipse cx="0" cy="50" rx="10" ry="40" fill="green" stroke="lime" stroke-width="3"/>
    <circle cx="30" cy="0" r="35" fill="darkgreen" />
    <circle cx="30" cy="0" r="30" fill="lightgreen" />
  </g>

  <!-- Knitting Needles -->
  <line x1="135" y1="180" x2="110" y2="240" stroke="brown" stroke-width="3" />
  <line x1="165" y1="190" x2="190" y2="250" stroke="brown" stroke-width="3" />

  <!-- Sweater -->
  <path d="M120,220 Q150,180 180,220 T160,245 T140,245 Z" fill="blue" />
  <line x1="140" y1="220" x2="150" y2="230" stroke="red" stroke-width="2" />
  <circle cx="150" cy="230" r="3" fill="purple" />

  <!-- Wool Ball -->
  <circle cx="230" cy="270" r="20" fill="lightpink" />
  <line x1="230" y1="270" x2="190" y2="250" stroke="pink" stroke-width="2" />
  <line x1="230" y1="270" x2="200" y2="260" stroke="pink" stroke-width="2" />

  <!-- Shine from Disco Ball -->
  <line x1="150" y1="50" x2="150" y2="0" stroke="rgba(255,255,255,0.5)" stroke-width="0.5" stroke-dasharray="2" />
  <line x1="150" y1="50" x2="180" y2="10" stroke="rgba(255,255,255,0.5)" stroke-width="0.5" stroke-dasharray="2" />
  <line x1="150" y1="50" x2="120" y2="10" stroke="rgba(255,255,255,0.5)" stroke-width="0.5" stroke-dasharray="2" />
  <line x1="150" y1="50" x2="200" y2="30" stroke="rgba(255,255,255,0.5)" stroke-width="0.5" stroke-dasharray="2" />
  <line x1="150" y1="50" x2="100" y2="30" stroke="rgba(255,255,255,0.5)" stroke-width="0.5" stroke-dasharray="2" />
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is GPT-4o (2024-11-20) Player 2

Judge's Analysis

    Player 2's submission more accurately captures the prompt, depicting a cactus form engaged in knitting, with visible knitting needles and yarn.

    The disco ball is present and recognizable, adding to the scene's context.

    The composition is clear and distinct, making it more visually appealing and technically aligned with the idea than Player 1's abstract approach.

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
18
Player 2
23
Rectangles

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

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

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

Player 1
Player 2
10
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
6
Player 2
1
Groups

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

Player 1
2
Player 2
1

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
2
Player 2
14

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
13
Player 2
16

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