Back

SVG Drawing Match #1040

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A steampunk dragon flying through a clockwork sky"

SVG by o1-mini (2024-09-12)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#2B2D42; stop-opacity:1" />
      <stop offset="100%" style="stop-color:#8D99AE; stop-opacity:1" />
    </linearGradient>
    <radialGradient id="dragonGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" style="stop-color:#EF233C; stop-opacity:1" />
      <stop offset="100%" style="stop-color:#D90429; stop-opacity:1" />
    </radialGradient>
    <pattern id="gearPattern" patternUnits="userSpaceOnUse" width="20" height="20">
      <circle cx="10" cy="10" r="3" fill="#FFB703" />
      <path d="M10 0 L12 4 L16 4 L13 7 L14 11 L10 9 L6 11 L7 7 L4 4 L8 4 Z" fill="#FB8500" />
    </pattern>
    <filter id="metallic" x="0" y="0" width="100%" height="100%">
      <feSpecularLighting result="specOut" in="SourceAlpha" specularExponent="20" lighting-color="#ffffff">
        <fePointLight x="50" y="50" z="50" />
      </feSpecularLighting>
      <feComposite in="SourceGraphic" in2="specOut" operator="arithmetic" k1="0" k2="1" k3="1" k4="0"/>
    </filter>
  </defs>
  <rect width="300" height="300" fill="url(#skyGradient)"/>
  <g fill="url(#gearPattern)" opacity="0.6">
    <circle cx="50" cy="50" r="20"/>
    <circle cx="250" cy="80" r="15"/>
    <circle cx="150" cy="150" r="25"/>
    <circle cx="100" cy="220" r="18"/>
    <circle cx="200" cy="200" r="22"/>
  </g>
  <g filter="url(#metallic)">
    <path d="M150 80 Q130 100 150 120 Q170 100 150 80" fill="url(#dragonGradient)" />
    <path d="M150 120 L140 160 L160 160 Z" fill="#8D99AE" />
    <path d="M150 120 Q140 140 160 140 Q150 120 150 120" fill="#EF233C" />
    <g transform="translate(150,120)">
      <path d="M0 0 L-30 50 L30 50 Z" fill="#D90429" opacity="0.8"/>
      <circle cx="-15" cy="25" r="5" fill="#FFB703"/>
      <circle cx="15" cy="25" r="5" fill="#FFB703"/>
      <path d="M-25 35 L25 35" stroke="#FB8500" stroke-width="2"/>
      <path d="M0 35 L0 45" stroke="#FB8500" stroke-width="2"/>
    </g>
    <g transform="translate(150,120) rotate(-30)">
      <path d="M0 0 L-30 50 L30 50 Z" fill="#D90429" opacity="0.8"/>
      <circle cx="-15" cy="25" r="5" fill="#FFB703"/>
      <circle cx="15" cy="25" r="5" fill="#FFB703"/>
      <path d="M-25 35 L25 35" stroke="#FB8500" stroke-width="2"/>
      <path d="M0 35 L0 45" stroke="#FB8500" stroke-width="2"/>
    </g>
    <g transform="translate(150,120) rotate(30)">
      <path d="M0 0 L-30 50 L30 50 Z" fill="#D90429" opacity="0.8"/>
      <circle cx="-15" cy="25" r="5" fill="#FFB703"/>
      <circle cx="15" cy="25" r="5" fill="#FFB703"/>
      <path d="M-25 35 L25 35" stroke="#FB8500" stroke-width="2"/>
      <path d="M0 35 L0 45" stroke="#FB8500" stroke-width="2"/>
    </g>
  </g>
  <g>
    <text x="20" y="290" font-family="Arial" font-size="12" fill="#EDF2F4">Steampunk Dragon - Clockwork Sky</text>
  </g>
</svg>
SVG by GPT-4o (2024-11-20)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <!-- Background Gradient -->
  <defs>
    <linearGradient id="skyGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#446cb3;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#d9eef8;stop-opacity:1" />
    </linearGradient>
    <pattern id="clockworkPattern" patternUnits="userSpaceOnUse" width="50" height="50">
      <circle cx="25" cy="25" r="10" fill="#d2ab66" />
      <rect x="23" y="15" width="4" height="20" fill="#bc9c54" />
      <rect x="15" y="23" width="20" height="4" fill="#bc9c54" />
    </pattern>
  </defs>
  <rect width="300" height="300" fill="url(#skyGradient)" />

  <!-- Clockwork Sky -->
  <circle cx="150" cy="150" r="140" fill="url(#clockworkPattern)" opacity="0.2" />

  <!-- Steampunk Dragon -->
  <g transform="translate(50,50)">
    <!-- Dragon Body -->
    <ellipse cx="100" cy="100" rx="50" ry="20" fill="#4c3f38" stroke="#2e2723" stroke-width="2" />
    <!-- Dragon Head -->
    <circle cx="140" cy="100" r="12" fill="#4c3f38" stroke="#2e2723" stroke-width="2" />
    <!-- Eyes -->
    <circle cx="143" cy="97" r="3" fill="#d2ab66" />
    <circle cx="133" cy="97" r="1.5" fill="#d2ab66" />
    <!-- Dragon Wings -->
    <path d="M90,85 Q40,40 10,90 Q60,105 90,85 Z" fill="#5e4a41" opacity="0.7" />
    <path d="M110,85 Q160,40 190,90 Q140,105 110,85 Z" fill="#5e4a41" opacity="0.7" />
    
    <!-- Dragon Tail with Gears -->
    <path d="M56,100 C30,120 50,150 70,170" stroke="#4c3f38" stroke-width="4" fill="none" />
    <circle cx="56" cy="100" r="4" fill="#d2ab66" />
    <circle cx="70" cy="170" r="6" fill="#d2ab66" />
    <circle cx="85" cy="155" r="3" fill="#d2ab66" />
  </g>

  <!-- Clock Hands -->
  <line x1="150" y1="150" x2="200" y2="150" stroke="#d2ab66" stroke-width="3" transform="rotate(30 150 150)" />
  <line x1="150" y1="150" x2="180" y2="150" stroke="#b28b46" stroke-width="2" transform="rotate(-70 150 150)" />

  <!-- Cloud of Gears -->
  <g transform="translate(180,40)">
    <circle cx="10" cy="10" r="8" fill="#d2ab66">
      <animateTransform attributeName="transform" type="rotate" from="0 10 10" to="360 10 10" dur="20s" repeatCount="indefinite"/>
    </circle>
    <rect x="7" y="3" width="6" height="14" fill="#bc9c54" transform="rotate(45 10 10)" />
    <circle cx="30" cy="30" r="10" fill="#d2ab66">
      <animateTransform attributeName="transform" type="rotate" from="0 30 30" to="-360 30 30" dur="15s" repeatCount="indefinite"/>
    </circle>
    <rect x="27" y="20" width="6" height="20" fill="#bc9c54" transform="rotate(-45 30 30)" />
  </g>
</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 image creatively embodies the steampunk theme with a mechanical dragon design, incorporating clockwork elements subtly into the background.

    The use of gears and metallic textures enhances the thematic appeal and the dragon's form is more defined, adhering closely to the prompt.

    Player 1's design is more abstract and less representative of the steampunk dragon concept, lacking detail and visual complexity.

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
26
Player 2
21
Rectangles

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

Player 1
1
Player 2
5
Circles

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

Player 1
12
Player 2
10
Ellipses

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

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

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

Player 1
13
Player 2
3
Groups

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

Player 1
6
Player 2
2

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
6
Player 2
5

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
6
Player 2
6

Interactivity Metrics

Animations

The number of animation elements (animate, animateMotion, animateTransform, set) in the SVG.

Player 1
Player 2
2
Elements with Transform

The number of elements with transform attributes in the SVG.

Player 1
3
Player 2
6

Complexity Metrics

Path Commands

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

Player 1
45
Player 2
10
Max Group Nesting

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

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