Back

SVG Drawing Match #247

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A clockwork owl with gears exposed, perched on a glowing moon"

SVG by DeepSeek-R1-Distill-Qwen-32B
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="moonGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#FFC1E4"/>
      <stop offset="100%" stop-color="#FF69B4"/>
    </radialGradient>
    <pattern id="gearPattern" width="40" height="40" patternUnits="userSpaceOnUse">
      <circle cx="20" cy="20" r="15" fill="#666"/>
      <circle cx="20" cy="20" r="10" fill="none" stroke="#FFF" stroke-width="1"/>
    </pattern>
    <linearGradient id="bodyGradient" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" stop-color="#C04000"/>
      <stop offset="100%" stop-color="#802000"/>
    </linearGradient>
  </defs>
  <g transform="translate(150,150)">
    <!-- Moon -->
    <circle cx="0" cy="0" r="100" fill="url(#moonGradient)" filter="url(#glow)"/>
    <circle cx="0" cy="0" r="85" fill="none" stroke="#FFA1F5" stroke-width="5"/>
    
    <!-- Owl Body -->
    <g transform="translate(0,-40)">
      <ellipse cx="0" cy="0" rx="30" ry="40" fill="url(#bodyGradient)" stroke="#666" stroke-width="2"/>
      <path d="M-40,20 Q-60,0 -40,-20" fill="#666"/>
      <path d="M40,20 Q60,0 40,-20" fill="#666"/>
      
      <!-- Eyes -->
      <circle cx="-20" cy="10" r="8" fill="url(#eyeGradient)"/>
      <circle cx="20" cy="10" r="8" fill="url(#eyeGradient)"/>
      
      <!-- Beak -->
      <path d="M0,15 L10,5 -10,5 Z" fill="#FFD700"/>
      
      <!-- Gears -->
      <g transform="rotate(45)">
        <rect x="-20" y="-20" width="40" height="40" fill="none" stroke="#666" stroke-width="2"/>
        <path d="M0,0 Q20,20 -20,20" fill="#666"/>
      </g>
      <g transform="rotate(-45) translate(30,30)">
        <rect x="-15" y="-15" width="30" height="30" fill="none" stroke="#666" stroke-width="2"/>
        <path d="M0,0 Q15,15 -15,15" fill="#666"/>
      </g>
    </g>
    
    <!-- Perch -->
    <rect x="-30" y="80" width="60" height="10" rx="5" fill="#404040"/>
    <g transform="translate(-20,80) rotate(45)">
      <rect x="-10" y="-10" width="20" height="20" rx="5" fill="#666"/>
    </g>
    <g transform="translate(20,80) rotate(-45)">
      <rect x="-10" y="-10" width="20" height="20" rx="5" fill="#666"/>
    </g>
  </g>
  
  <filter id="glow">
    <feGaussianBlur stdDeviation="4" result="glow"/>
    <feMerge>
      <feMergeNode in="glow"/>
      <feMergeNode in="SourceGraphic"/>
    </feMerge>
  </filter>
  
  <linearGradient id="eyeGradient" x1="0%" y1="0%" x2="100%" y2="0%">
    <stop offset="0%" stop-color="#FFD700"/>
    <stop offset="100%" stop-color="#FFE44D"/>
  </linearGradient>
</svg>
SVG by GPT-4o (2024-11-20)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="moonGlow" cx="0.5" cy="0.5" r="0.6">
      <stop offset="0%" stop-color="#FFFFE0" stop-opacity="1"/>
      <stop offset="100%" stop-color="#FFD700" stop-opacity="0"/>
    </radialGradient>
    <linearGradient id="gearGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#d3d3d3"/>
      <stop offset="100%" stop-color="#a9a9a9"/>
    </linearGradient>
    <pattern id="gearPattern" patternUnits="userSpaceOnUse" width="10" height="10">
      <circle cx="5" cy="5" r="4" fill="url(#gearGradient)" />
    </pattern>
    <filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
      <feGaussianBlur in="SourceGraphic" stdDeviation="4" result="coloredBlur"/>
      <feMerge>
        <feMergeNode in="coloredBlur"/>
        <feMergeNode in="SourceGraphic"/>
      </feMerge>
    </filter>
  </defs>
  <!-- Moon -->
  <circle cx="150" cy="150" r="60" fill="url(#moonGlow)" filter="url(#glow)"/>
  <!-- Owl Body -->
  <ellipse cx="150" cy="130" rx="40" ry="70" fill="url(#gearPattern)" stroke="#5F5F5F" stroke-width="2"/>
  <!-- Owl Head -->
  <ellipse cx="150" cy="90" rx="30" ry="30" fill="#8B4513" stroke="#5F5F5F" stroke-width="2"/>
  <!-- Eyes -->
  <circle cx="140" cy="85" r="6" fill="#FFD700"/>
  <circle cx="160" cy="85" r="6" fill="#FFD700"/>
  <!-- Beak -->
  <path d="M145,100 L155,100 L150,110 Z" fill="#CD853F" stroke="#5F5F5F" stroke-width="1"/>
  <!-- Eyes Mechanism -->
  <circle cx="140" cy="85" r="3" fill="#5F5F5F"/>
  <circle cx="160" cy="85" r="3" fill="#5F5F5F"/>
  <path d="M140,85 L160,85 M150,75 L150,95" stroke="#5F5F5F" stroke-width="2"/>
  <!-- Exposed Gears -->
  <circle cx="130" cy="130" r="10" fill="none" stroke="#5F5F5F" stroke-width="2"/>
  <circle cx="170" cy="130" r="8" fill="none" stroke="#5F5F5F" stroke-width="2"/>
  <path d="M130,120 L130,140 M120,130 L140,130" stroke="#5F5F5F" stroke-width="2"/>
  <path d="M170,122 L170,138 M162,130 L178,130" stroke="#5F5F5F" stroke-width="2"/>
  <!-- Owl Wings -->
  <path d="M110,150 Q80,110 110,70" fill="#DEB887" stroke="#5F5F5F" stroke-width="2"/>
  <path d="M190,150 Q220,110 190,70" fill="#DEB887" stroke="#5F5F5F" stroke-width="2"/>
  <!-- Perch -->
  <rect x="140" y="200" width="20" height="10" fill="#8B4513" stroke="#5F5F5F" stroke-width="2"/>
  <path d="M140,210 L120,250 M160,210 L180,250" stroke="#8B4513" stroke-width="4"/>
</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 captures the idea of a clockwork owl perched on a glowing moon more effectively.

    The owl's design includes visible gears and the yellow moon adds to the glowing effect.

    In contrast, Player 1's image lacks clear representation of the prompt and the technical quality is less defined.

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

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

Player 1
5
Player 2
1
Circles

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

Player 1
6
Player 2
8
Ellipses

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

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

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

Player 1
6
Player 2

Visual Effects Metrics

Gradients

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

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

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
10
Player 2
8

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
6
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
11
Player 2
24
Max Group Nesting

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

Player 1
2
Player 2
Defs Elements

The number of elements defined within the defs element in the SVG.

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