Back

SVG Drawing Match #1442

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Clockwork owl with kaleidoscope wings"

SVG by GPT-4o (2024-11-20)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:rgb(255,223,186);stop-opacity:1" />
      <stop offset="100%" style="stop-color:rgb(255,105,97);stop-opacity:1" />
    </linearGradient>
    <radialGradient id="grad2" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="10%" style="stop-color:rgb(147,112,219);stop-opacity:1" />
      <stop offset="95%" style="stop-color:rgb(72,61,139);stop-opacity:1" />
    </radialGradient>
    <pattern id="kaleidoscopePattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
      <polygon points="5,0 10,10 0,10" fill="url(#grad2)" />
    </pattern>
  </defs>
  <!-- Owl body -->
  <ellipse cx="150" cy="200" rx="40" ry="60" fill="url(#grad1)" stroke="gray" stroke-width="2" />
  <!-- Owl head -->
  <circle cx="150" cy="120" r="30" fill="url(#grad2)" stroke="gray" stroke-width="2" />
  <!-- Clockwork gears inside the body -->
  <g transform="translate(150, 200)">
    <circle cx="0" cy="0" r="25" fill="none" stroke="black" stroke-width="2" />
    <circle cx="0" cy="0" r="15" fill="none" stroke="black" stroke-width="2" />
    <path d="M0,0 L20,-10 M0,0 L-15,10 M0,0 L0,-25" stroke="black" stroke-width="2" />
  </g>
  <!-- Eyes -->
  <circle cx="140" cy="115" r="5" fill="white" />
  <circle cx="160" cy="115" r="5" fill="white" />
  <circle cx="140" cy="115" r="2" fill="black" />
  <circle cx="160" cy="115" r="2" fill="black" />
  <!-- Beak -->
  <polygon points="145,130 155,130 150,135" fill="orange" />
  <!-- Kaleidoscope wings -->
  <path d="M110,140 Q80,80 150,100 Q220,80 190,140" fill="url(#kaleidoscopePattern)" stroke="gray" stroke-width="2" />
  <path d="M90,240 Q60,180 130,200 Q200,180 170,240" fill="url(#kaleidoscopePattern)" stroke="gray" stroke-width="2" />
</svg>
SVG by DeepSeek R1
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  <defs>
    <radialGradient id="nightSky" cx="50%" cy="50%" r="70%">
      <stop offset="0%" stop-color="#0a081a"/>
      <stop offset="100%" stop-color="#2a1847"/>
    </radialGradient>

    <linearGradient id="brass" gradientTransform="rotate(45)">
      <stop offset="0%" stop-color="#b8860b"/>
      <stop offset="100%" stop-color="#cd950c"/>
    </linearGradient>

    <pattern id="kaleidoPattern" width="0.2" height="0.2" patternTransform="rotate(45)">
      <path d="M0 0L10 5 0 10 5 5Z" fill="url(#prism)" transform="scale(0.8)"/>
    </pattern>

    <linearGradient id="prism">
      <stop offset="0%" stop-color="#ff61fa"/>
      <stop offset="33%" stop-color="#7d6aff"/>
      <stop offset="66%" stop-color="#6ac2ff"/>
      <stop offset="100%" stop-color="#a3ff9e"/>
    </linearGradient>

    <g id="gear">
      <circle r="4" fill="url(#brass)"/>
      <path d="M0-6L2-4 -2-4 0-6M0 6L2 4 -2 4 0 6M6 0L4 2 4-2 6 0M-6 0L-4-2 -4 2-6 0" 
           stroke="#51412e" stroke-width="0.5"/>
    </g>
  </defs>

  <rect width="300" height="300" fill="url(#nightSky)"/>

  <!-- Owl Body -->
  <g transform="translate(150 140)">
    <ellipse rx="40" ry="55" fill="#361e08"/>
    <ellipse rx="35" ry="50" fill="url(#brass)"/>
    
    <!-- Main Gears -->
    <use xlink:href="#gear" transform="translate(-15 -20) scale(1.8)"/>
    <use xlink:href="#gear" transform="translate(18 25) scale(1.3) rotate(15)"/>
    
    <!-- Eyes -->
    <g transform="translate(-18 -20)">
      <circle r="12" fill="#001f3f"/>
      <circle r="8" fill="#6ac2ff" filter="url(#glow)"/>
    </g>
    <g transform="translate(18 -20)">
      <circle r="12" fill="#001f3f"/>
      <circle r="8" fill="#6ac2ff" filter="url(#glow)"/>
    </g>
  </g>

  <!-- Kaleidoscope Wings -->
  <g transform="translate(150 170)">
    <g transform="rotate(-30)">
      <path d="M-120 0 Q-80-60 0 0 Q80 60 120 0" 
            fill="url(#kaleidoPattern)" opacity="0.9"
            stroke="url(#prism)" stroke-width="1.5"/>
      <path d="M-90 0 Q-60-40 0 0 Q60 40 90 0" 
            fill="url(#prism)" opacity="0.4"
            stroke="url(#prism)" stroke-width="0.8"/>
    </g>
    <g transform="scale(-1 1) rotate(-30)">
      <path d="M-120 0 Q-80-60 0 0 Q80 60 120 0" 
            fill="url(#kaleidoPattern)" opacity="0.9"
            stroke="url(#prism)" stroke-width="1.5"/>
      <path d="M-90 0 Q-60-40 0 0 Q60 40 90 0" 
            fill="url(#prism)" opacity="0.4"
            stroke="url(#prism)" stroke-width="0.8"/>
    </g>
  </g>

  <!-- Feather Details -->
  <path d="M138 185 q20 -35 40 0" stroke="#6ac2ff" fill="none" stroke-width="2" stroke-dasharray="4 2"/>
  <path d="M162 185 q-20 -35 -40 0" stroke="#6ac2ff" fill="none" stroke-width="2" stroke-dasharray="4 2"/>

  <!-- Background Gears -->
  <use xlink:href="#gear" transform="translate(80 60) scale(2.5)"/>
  <use xlink:href="#gear" transform="translate(220 240) scale(2.2) rotate(20)"/>
  <use xlink:href="#gear" transform="translate(35 200) scale(1.7)"/>

  <filter id="glow">
    <feGaussianBlur stdDeviation="3" result="glow"/>
    <feMerge>
      <feMergeNode in="glow"/>
      <feMergeNode in="SourceGraphic"/>
    </feMerge>
  </filter>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is DeepSeek R1 Player 2

Judge's Analysis

    Player 2's submission more effectively captures the concept of a 'clockwork owl with kaleidoscope wings' through its use of vibrant colors and symmetrical design, which evoke the idea of a kaleidoscope.

    The technical execution is cleaner and more visually appealing, with a clear focus on the mechanical and intricate aspects that suggest clockwork.

    Player 1's design, while creative, lacks the complexity and vibrancy that the prompt suggests.

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

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

Player 1
Player 2
1
Circles

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

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

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

Player 1
3
Player 2
8
Groups

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

Player 1
1
Player 2
7

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
7
Player 2
7

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
4
Player 2
11

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

Complexity Metrics

Path Commands

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

Player 1
12
Player 2
27
Max Group Nesting

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

Player 1
Player 2
1
Defs Elements

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

Player 1
3
Player 2
5
Use Elements

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

Player 1
Player 2
5

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