Back

SVG Drawing Match #205

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A clock with wings, its hands painting a rainbow trail in the sky"

SVG by Qwen-2.5-32B
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" style="stop-color: #87CEEB; stop-opacity:1" />
      <stop offset="100%" style="stop-color: #1E5799; stop-opacity:1" />
    </linearGradient>
    <radialGradient id="clockFaceGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" style="stop-color:#D3D3D3;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#808080;stop-opacity:1" />
    </radialGradient>
    <linearGradient id="wingsGradient" x1="0" y1="0" x2="1" y2="0">
      <stop offset="0%" style="stop-color: #FF69B4; stop-opacity:1" />
      <stop offset="50%" style="stop-color: #FFD700; stop-opacity:1" />
      <stop offset="100%" style="stop-color: #9400D3; stop-opacity:1" />
    </linearGradient>
    <linearGradient id="rainbowGradient" x1="0" y1="0" x2="1" y2="0">
      <stop offset="0%" style="stop-color: #FF0000; stop-opacity:1" />
      <stop offset="16.6%" style="stop-color: #FF7F00; stop-opacity:1" />
      <stop offset="33.3%" style="stop-color: #FFFF00; stop-opacity:1" />
      <stop offset="50%" style="stop-color: #00FF00; stop-opacity:1" />
      <stop offset="66.6%" style="stop-color: #0000FF; stop-opacity:1" />
      <stop offset="83.3%" style="stop-color: #4B0082; stop-opacity:1" />
      <stop offset="100%" style="stop-color: #8B0000; stop-opacity:1" />
    </linearGradient>
  </defs>
  <rect width="100%" height="100%" fill="url(#skyGradient)" />
  <g transform="translate(150, 150)">
    <circle cx="0" cy="0" r="90" fill="url(#clockFaceGradient)" />
    <circle cx="0" cy="0" r="85" stroke="black" stroke-width="2" fill="none" />
    <circle cx="0" cy="0" r="5" fill="black" />
    <line x1="0" y1="-80" x2="0" y2="80" stroke="black" stroke-width="2" />
    <line x1="-80" y1="0" x2="80" y2="0" stroke="black" stroke-width="2" />
    <path d="M 0 -70 A 70 70 0 0 1 60 35 L 0 0" stroke="black" stroke-width="2" fill="none" />
    <path d="M 0 -70 A 70 70 0 0 1 -60 35 L 0 0" stroke="black" stroke-width="2" fill="none" />
    <path d="M 0 -60 A 60 60 0 0 1 52 -34 L 0 0" stroke="black" stroke-width="2" fill="none" />
    <path d="M 0 -60 A 60 60 0 0 1 -52 -34 L 0 0" stroke="black" stroke-width="2" fill="none" />
  </g>
  <g transform="translate(150, 150)">
    <path d="M 120 0 A 120 120 0 0 1 0 -120 L 0 0" stroke="url(#wingsGradient)" stroke-width="10" fill="none" />
    <path d="M -120 0 A 120 120 0 0 1 0 120 L 0 0" stroke="url(#wingsGradient)" stroke-width="10" fill="none" />
  </g>
  <path d="M 150 150 Q 180 120 210 150 T 150 210 T 90 150 T 150 90" stroke="url(#rainbowGradient)" stroke-width="10" fill="none" />
</svg>
SVG by Claude 3.7 Sonnet (2025-02-19)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <radialGradient id="skyGradient" cx="50%" cy="50%" r="70%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="#85c6ff" />
      <stop offset="100%" stop-color="#1e3c64" />
    </radialGradient>
    
    <linearGradient id="wingGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#f7f7f7" />
      <stop offset="100%" stop-color="#d4d4d4" />
    </linearGradient>
    
    <linearGradient id="clockFaceGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#ffffff" />
      <stop offset="100%" stop-color="#f0f0f0" />
    </linearGradient>
    
    <filter id="clockShadow" x="-20%" y="-20%" width="140%" height="140%">
      <feGaussianBlur stdDeviation="5" />
    </filter>
    
    <filter id="glow" x="-30%" y="-30%" width="160%" height="160%">
      <feGaussianBlur stdDeviation="3" result="blur" />
      <feComposite in="SourceGraphic" in2="blur" operator="over" />
    </filter>
    
    <linearGradient id="rainbowGradient" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" stop-color="#ff0000" />
      <stop offset="16.6%" stop-color="#ff9900" />
      <stop offset="33.3%" stop-color="#ffff00" />
      <stop offset="50%" stop-color="#00ff00" />
      <stop offset="66.6%" stop-color="#0099ff" />
      <stop offset="83.3%" stop-color="#6633ff" />
      <stop offset="100%" stop-color="#ff00ff" />
    </linearGradient>
  </defs>
  
  <!-- Sky Background -->
  <rect x="0" y="0" width="300" height="300" fill="url(#skyGradient)" />
  
  <!-- Clouds -->
  <path d="M30,100 Q45,80 60,95 Q75,75 95,90 Q110,70 130,85 Q135,60 160,80 Q180,60 200,80 Q220,65 240,75 Q265,55 280,80 Q300,70 320,90 L320,130 L20,130 Z" fill="rgba(255,255,255,0.7)" />
  
  <!-- Rainbow Trails (Hour Hand) -->
  <path d="M150,150 Q190,110 220,90 Q250,70 280,70" stroke="url(#rainbowGradient)" stroke-width="8" fill="none" stroke-linecap="round" opacity="0.8">
    <animate attributeName="d" values="M150,150 Q190,110 220,90 Q250,70 280,70;
                                      M150,150 Q180,80 210,60 Q240,50 270,60;
                                      M150,150 Q170,110 200,80 Q230,60 260,50;
                                      M150,150 Q190,110 220,90 Q250,70 280,70" dur="10s" repeatCount="indefinite" />
  </path>
  
  <!-- Rainbow Trails (Minute Hand) -->
  <path d="M150,150 Q120,100 90,80 Q60,60 30,65" stroke="url(#rainbowGradient)" stroke-width="6" fill="none" stroke-linecap="round" opacity="0.8">
    <animate attributeName="d" values="M150,150 Q120,100 90,80 Q60,60 30,65;
                                      M150,150 Q130,80 100,60 Q70,50 40,60;
                                      M150,150 Q110,90 80,70 Q50,60 20,70;
                                      M150,150 Q120,100 90,80 Q60,60 30,65" dur="7s" repeatCount="indefinite" />
  </path>
  
  <!-- Left Wing -->
  <path d="M110,150 C90,130 70,135 60,120 C50,105 40,70 70,60 C100,50 110,80 120,100 C130,120 120,140 110,150 Z" fill="url(#wingGradient)" stroke="#a0a0a0" stroke-width="1.5">
    <animate attributeName="d" values="M110,150 C90,130 70,135 60,120 C50,105 40,70 70,60 C100,50 110,80 120,100 C130,120 120,140 110,150 Z;
                                      M110,150 C90,140 65,145 55,130 C45,115 35,80 65,70 C95,60 105,90 115,110 C125,130 120,140 110,150 Z;
                                      M110,150 C90,130 70,135 60,120 C50,105 40,70 70,60 C100,50 110,80 120,100 C130,120 120,140 110,150 Z" dur="4s" repeatCount="indefinite" />
  </path>
  
  <!-- Right Wing -->
  <path d="M190,150 C210,130 230,135 240,120 C250,105 260,70 230,60 C200,50 190,80 180,100 C170,120 180,140 190,150 Z" fill="url(#wingGradient)" stroke="#a0a0a0" stroke-width="1.5">
    <animate attributeName="d" values="M190,150 C210,130 230,135 240,120 C250,105 260,70 230,60 C200,50 190,80 180,100 C170,120 180,140 190,150 Z;
                                      M190,150 C210,140 235,145 245,130 C255,115 265,80 235,70 C205,60 195,90 185,110 C175,130 180,140 190,150 Z;
                                      M190,150 C210,130 230,135 240,120 C250,105 260,70 230,60 C200,50 190,80 180,100 C170,120 180,140 190,150 Z" dur="4s" repeatCount="indefinite" />
  </path>
  
  <!-- Clock Body Shadow -->
  <circle cx="150" cy="150" r="55" fill="#000000" opacity="0.3" filter="url(#clockShadow)" />
  
  <!-- Clock Body -->
  <circle cx="150" cy="150" r="50" fill="url(#clockFaceGradient)" stroke="#d0d0d0" stroke-width="4" />
  
  <!-- Clock Face Details -->
  <circle cx="150" cy="150" r="45" fill="none" stroke="#e0e0e0" stroke-width="1" />
  
  <!-- Clock Numbers -->
  <text x="147" y="115" font-family="Arial" font-size="12" text-anchor="middle" fill="#555">12</text>
  <text x="185" y="153" font-family="Arial" font-size="12" text-anchor="middle" fill="#555">3</text>
  <text x="150" y="190" font-family="Arial" font-size="12" text-anchor="middle" fill="#555">6</text>
  <text x="115" y="153" font-family="Arial" font-size="12" text-anchor="middle" fill="#555">9</text>
  
  <!-- Clock Ticks -->
  <g stroke="#888" stroke-width="1">
    <line x1="150" y1="105" x2="150" y2="110" />
    <line x1="195" y1="150" x2="190" y2="150" />
    <line x1="150" y1="195" x2="150" y2="190" />
    <line x1="105" y1="150" x2="110" y2="150" />
    
    <line x1="128" y1="110" x2="130" y2="115" transform="rotate(30, 150, 150)" />
    <line x1="128" y1="110" x2="130" y2="115" transform="rotate(60, 150, 150)" />
    <line x1="128" y1="110" x2="130" y2="115" transform="rotate(120, 150, 150)" />
    <line x1="128" y1="110" x2="130" y2="115" transform="rotate(150, 150, 150)" />
    <line x1="128" y1="110" x2="130" y2="115" transform="rotate(210, 150, 150)" />
    <line x1="128" y1="110" x2="130" y2="115" transform="rotate(240, 150, 150)" />
    <line x1="128" y1="110" x2="130" y2="115" transform="rotate(300, 150, 150)" />
    <line x1="128" y1="110" x2="130" y2="115" transform="rotate(330, 150, 150)" />
  </g>
  
  <!-- Clock Center -->
  <circle cx="150" cy="150" r="5" fill="#333" />
  
  <!-- Hour Hand -->
  <line x1="150" y1="150" x2="130" y2="125" stroke="#333" stroke-width="4" stroke-linecap="round">
    <animateTransform attributeName="transform" attributeType="XML" type="rotate" from="0 150 150" to="360 150 150" dur="43200s" repeatCount="indefinite" />
  </line>
  
  <!-- Minute Hand -->
  <line x1="150" y1="150" x2="125" y2="105" stroke="#555" stroke-width="3" stroke-linecap="round">
    <animateTransform attributeName="transform" attributeType="XML" type="rotate" from="0 150 150" to="360 150 150" dur="3600s" repeatCount="indefinite" />
  </line>
  
  <!-- Second Hand -->
  <line x1="150" y1="150" x2="150" y2="100" stroke="#f00" stroke-width="1" stroke-linecap="round">
    <animateTransform attributeName="transform" attributeType="XML" type="rotate" from="0 150 150" to="360 150 150" dur="60s" repeatCount="indefinite" />
  </line>
  
  <!-- Sparkling stars -->
  <g fill="#ffffff" filter="url(#glow)">
    <circle cx="50" cy="50" r="1.5">
      <animate attributeName="opacity" values="0.2;1;0.2" dur="3s" repeatCount="indefinite" />
    </circle>
    <circle cx="80" cy="30" r="1">
      <animate attributeName="opacity" values="0.2;1;0.2" dur="4s" repeatCount="indefinite" />
    </circle>
    <circle cx="240" cy="40" r="1.2">
      <animate attributeName="opacity" values="0.2;1;0.2" dur="5s" repeatCount="indefinite" />
    </circle>
    <circle cx="260" cy="70" r="0.8">
      <animate attributeName="opacity" values="0.2;1;0.2" dur="2.5s" repeatCount="indefinite" />
    </circle>
    <circle cx="200" cy="30" r="1">
      <animate attributeName="opacity" values="0.2;1;0.2" dur="3.5s" repeatCount="indefinite" />
    </circle>
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Claude 3.7 Sonnet (2025-02-19) Player 2

Judge's Analysis

    Player 2's image adheres more closely to the prompt by clearly depicting a clock with wings and a rainbow trail, integrating these elements into the design with technical precision and visual appeal.

    The composition is clear and effectively conveys the idea of a clock flying in the sky, whereas Player 1's image lacks clarity in depicting the wings and the rainbow trail, making it less recognizable and impactful.

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
30
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
3
Player 2
9
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
2
Player 2
15
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
7
Player 2
5
Groups

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

Player 1
2
Player 2
2

Visual Effects Metrics

Gradients

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

Player 1
4
Player 2
4
Patterns

The number of pattern definitions (pattern) in the SVG.

Player 1
Player 2
Filters

The number of filter definitions (filter) in the SVG.

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

The number of elements with stroke attributes in the SVG.

Player 1
10
Player 2
10

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
1
Player 2
22

Interactivity Metrics

Animations

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

Player 1
Player 2
12
Elements with Transform

The number of elements with transform attributes in the SVG.

Player 1
2
Player 2
8

Complexity Metrics

Path Commands

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

Player 1
23
Player 2
30
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
4
Player 2
6
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
4

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