Back

SVG Drawing Match #2017

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Tree with clockwork gears for foliage against a full moon"

SVG by GPT-4o (2024-11-20)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="moonGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" style="stop-color:rgb(255,255,230);stop-opacity:1" />
      <stop offset="100%" style="stop-color:rgb(200,200,200);stop-opacity:1" />
    </radialGradient>
    <linearGradient id="treeTrunkGradient" x1="0%" y1="100%" x2="0%" y2="0%">
      <stop offset="0%" style="stop-color:rgb(80,42,42);stop-opacity:1" />
      <stop offset="100%" style="stop-color:rgb(140,70,30);stop-opacity:1" />
    </linearGradient>
    <pattern id="gearPattern" patternUnits="userSpaceOnUse" width="20" height="20">
      <circle cx="10" cy="10" r="10" fill="darkslategray"/>
      <circle cx="10" cy="10" r="8" fill="lightsteelblue"/>
      <path d="M10 0L12 4L18 6L20 10L18 14L12 16L10 20L8 16L2 14L0 10L2 6L8 4Z" fill="darkslategray" />
    </pattern>
  </defs>
  <rect width="100%" height="100%" fill="midnightblue" />
  <circle cx="150" cy="150" r="80" fill="url(#moonGradient)" opacity="0.9"/>
  <g transform="translate(150, 200)">
    <rect x="-10" y="0" width="20" height="80" fill="url(#treeTrunkGradient)" />
    <g fill="url(#gearPattern)">
      <circle cx="0" cy="-100" r="50"/>
      <circle cx="-60" cy="-70" r="40"/>
      <circle cx="60" cy="-70" r="40"/>
      <circle cx="-90" cy="-120" r="30"/>
      <circle cx="90" cy="-120" r="30"/>
      <circle cx="0" cy="-180" r="40"/>
    </g>
  </g>
</svg>
SVG by Claude 3.5 Sonnet (2024-10-22)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="moonGlow" cx="70%" cy="30%" r="60%">
      <stop offset="0%" stop-color="#fff7d6"/>
      <stop offset="80%" stop-color="#ffd700"/>
      <stop offset="100%" stop-color="#ffa500"/>
    </radialGradient>
    <linearGradient id="trunkGrad" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" stop-color="#4a3728"/>
      <stop offset="50%" stop-color="#6b4423"/>
      <stop offset="100%" stop-color="#4a3728"/>
    </linearGradient>
  </defs>

  <rect width="100%" height="100%" fill="#1a1a2e"/>
  
  <circle cx="220" cy="80" r="40" fill="url(#moonGlow)"/>
  
  <path d="M140 280 C 120 280 100 200 100 180 S 140 140 150 120 S 160 100 160 90" 
        stroke="url(#trunkGrad)" stroke-width="20" fill="none"/>

  <!-- Clockwork Gears -->
  <g transform="translate(150,100)">
    <circle cx="0" cy="0" r="25" fill="#b87333" stroke="#8b4513" stroke-width="2">
      <animateTransform attributeName="transform" type="rotate" from="0 0 0" to="360 0 0" dur="20s" repeatCount="indefinite"/>
    </circle>
    <path d="M-25,0 L25,0 M0,-25 L0,25" stroke="#8b4513" stroke-width="4">
      <animateTransform attributeName="transform" type="rotate" from="0 0 0" to="360 0 0" dur="20s" repeatCount="indefinite"/>
    </path>
  </g>

  <g transform="translate(180,130)">
    <circle cx="0" cy="0" r="20" fill="#cd853f" stroke="#8b4513" stroke-width="2">
      <animateTransform attributeName="transform" type="rotate" from="360 0 0" to="0 0 0" dur="15s" repeatCount="indefinite"/>
    </circle>
    <path d="M-20,0 L20,0 M0,-20 L0,20" stroke="#8b4513" stroke-width="3">
      <animateTransform attributeName="transform" type="rotate" from="360 0 0" to="0 0 0" dur="15s" repeatCount="indefinite"/>
    </path>
  </g>

  <g transform="translate(120,130)">
    <circle cx="0" cy="0" r="22" fill="#deb887" stroke="#8b4513" stroke-width="2">
      <animateTransform attributeName="transform" type="rotate" from="0 0 0" to="360 0 0" dur="18s" repeatCount="indefinite"/>
    </circle>
    <path d="M-22,0 L22,0 M0,-22 L0,22" stroke="#8b4513" stroke-width="3">
      <animateTransform attributeName="transform" type="rotate" from="0 0 0" to="360 0 0" dur="18s" repeatCount="indefinite"/>
    </path>
  </g>

  <!-- Small decorative gears -->
  <g transform="translate(150,70)">
    <circle cx="0" cy="0" r="15" fill="#d4a017" stroke="#8b4513" stroke-width="2">
      <animateTransform attributeName="transform" type="rotate" from="360 0 0" to="0 0 0" dur="12s" repeatCount="indefinite"/>
    </circle>
  </g>

  <g transform="translate(200,110)">
    <circle cx="0" cy="0" r="12" fill="#c19a6b" stroke="#8b4513" stroke-width="2">
      <animateTransform attributeName="transform" type="rotate" from="0 0 0" to="360 0 0" dur="10s" repeatCount="indefinite"/>
    </circle>
  </g>

  <!-- Stars -->
  <g fill="#ffffff">
    <circle cx="50" cy="50" r="1"/>
    <circle cx="80" cy="30" r="1.5"/>
    <circle cx="250" cy="40" r="1"/>
    <circle cx="270" cy="70" r="1.5"/>
    <circle cx="40" cy="120" r="1"/>
    <circle cx="280" cy="150" r="1"/>
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Claude 3.5 Sonnet (2024-10-22) Player 2

Judge's Analysis

    Player 2's image effectively conveys the concept of a tree with clockwork gears as foliage against a full moon.

    The use of circular gear shapes in the foliage and the bright, detailed depiction of the moon create a visually appealing and technically sound composition.

    Player 1's image, while creative, lacks clarity in representing the gears and moon, resulting in a less cohesive interpretation of the prompt.

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

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

Player 1
2
Player 2
1
Circles

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

Player 1
9
Player 2
12
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
1
Player 2
4
Groups

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

Player 1
2
Player 2
6

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

The number of elements with stroke attributes in the SVG.

Player 1
Player 2
9

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
3
Player 2
13

Interactivity Metrics

Animations

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

Player 1
Player 2
8
Elements with Transform

The number of elements with transform attributes in the SVG.

Player 1
1
Player 2
5

Complexity Metrics

Path Commands

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

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