Back

SVG Drawing Match #2004

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Sleeve of a wizard robe covered in intricate constellations"

SVG by GPT-4o mini (2024-07-18)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="bgGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#190a47; stop-opacity:1"/>
      <stop offset="100%" style="stop-color:#4b0f85; stop-opacity:1"/>
    </linearGradient>
    <radialGradient id="starGradient" 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:#FFD700; stop-opacity:1"/>
    </radialGradient>
    <pattern id="dustPattern" patternUnits="userSpaceOnUse" width="10" height="10">
      <circle cx="5" cy="5" r="1" fill="white" opacity="0.5"/>
    </pattern>
  </defs>
  
  <rect width="300" height="300" fill="url(#bgGradient)" />
  <path d="M80,20 Q100,70 70,130 Q100,175 150,130 Q140,60 80,20" fill="url(#bgGradient)" />
  <path d="M75,25 Q95,75 65,135 Q95,180 145,135 Q135,55 75,25" fill="url(#bgGradient)" fill-opacity="0.5"/>

  <g fill="url(#dustPattern)">
    <circle cx="60" cy="40" r="1.5"/>
    <circle cx="100" cy="90" r="2"/>
    <circle cx="130" cy="70" r="1.5"/>
    <circle cx="160" cy="30" r="2.5"/>
    <circle cx="70" cy="150" r="1.5"/>
    <circle cx="210" cy="110" r="3"/>
    <circle cx="220" cy="170" r="1"/>
    <circle cx="250" cy="60" r="1.5"/>
    <circle cx="190" cy="200" r="2"/>
    <circle cx="160" cy="230" r="2"/>
    <circle cx="240" cy="250" r="1.5"/>
  </g>

  <g>
    <path d="M150 70 L168 102 L134 102 Z" fill="url(#starGradient)" />
    <path d="M220 130 L238 162 L204 162 Z" fill="url(#starGradient)" />
    <path d="M180 180 L198 212 L164 212 Z" fill="url(#starGradient)" />
    <path d="M130 220 L148 252 L114 252 Z" fill="url(#starGradient)" />
  </g>

  <text x="10" y="290" font-family="Verdana" font-size="15" fill="white">
    Sleeve of Stars
  </text>
</svg>
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="0.5" cy="0.5" r="0.7">
      <stop offset="0%" stop-color="#001a33" />
      <stop offset="100%" stop-color="#000011" />
    </radialGradient>
    <pattern id="starPattern" x="0" y="0" width=".1" height=".1">
      <circle cx="1" cy="1" r="1" fill="white" opacity="0.8"/>
    </pattern>
    <linearGradient id="robeGradient" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="#4b0082" />
      <stop offset="100%" stop-color="#800080" />
    </linearGradient>
  </defs>
  
  <rect width="300" height="300" fill="url(#skyGradient)" />
  
  <path d="M150 10 Q120 120 50 300 L250 300 Q180 120 150 10 Z" fill="url(#robeGradient)" opacity="0.9" />
  
  <g transform="translate(80, 80) scale(0.8)">
    <path d="M10,20 Q25,0 40,20 Q55,40 40,60 Q25,80 10,60 Q-5,40 10,20 Z" fill="url(#starPattern)" />
  </g>
  <g transform="translate(180, 120) scale(0.5)">
    <path d="M10,20 Q25,0 40,20 Q55,40 40,60 Q25,80 10,60 Q-5,40 10,20 Z" fill="url(#starPattern)" />
  </g>
  <g transform="translate(130, 200) scale(0.7)">
    <path d="M10,20 Q25,0 40,20 Q55,40 40,60 Q25,80 10,60 Q-5,40 10,20 Z" fill="url(#starPattern)" />
  </g>
  
  <circle cx="220" cy="60" r="3" fill="white" />
  <circle cx="230" cy="90" r="2" fill="white" />
  <circle cx="260" cy="140" r="4" fill="white" />
  <circle cx="210" cy="180" r="3" fill="white" />
  
  <polyline points="220,60 230,90 260,140 210,180" fill="none" stroke="white" stroke-width="1" />
</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 creatively integrates a constellation pattern directly onto the sleeve, enhancing both the technical quality and adherence to the theme.

    The use of dotted patterns and a clear constellation design adds visual depth and interest, making it more visually appealing and aligned with the concept of a wizard robe covered in intricate constellations.

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
19
Player 2
11
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
12
Player 2
5
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
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
4
Groups

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

Player 1
2
Player 2
3

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

The number of elements with stroke attributes in the SVG.

Player 1
Player 2
1

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
1
Player 2
5

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
3

Complexity Metrics

Path Commands

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

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