Back

SVG Drawing Match #691

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Clock tower turning into a tree under a crescent moon"

SVG by DeepSeek-R1-Distill-Llama-70B
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <!-- Background with gradient and subtle patterns -->
  <defs>
    <linearGradient id="nightSky" x1="0" y1="0" x2="0" y2="300">
      <stop offset="0" style="stop-color:#1a1a4a;stop-opacity:1" />
      <stop offset="1" style="stop-color:#2a2a6b;stop-opacity:1" />
    </linearGradient>
    
    <path id="crescent-moon" d="M 100 50 Q 150 0 200 50 Q 250 100 200 150 L 180 140 L 160 160 Q 100 150 50 140 Q 0 120 20 80 Q 30 50 50 20 Q 70 0 100 50 Z"/>
    
    <pattern id="woodTexture" x="0" y="0" width="12" height="12" patternUnits="userSpaceOnUse">
      <rect x="0" y="0" width="12" height="12" fill="#8b4513"/>
      <path d="M0 0 l4 3 l4 -3 l-4 -3 l-4 3" fill="#6b3e2e"/>
    </pattern>
    
    <linearGradient id="treeGradient" x1="0" y1="0" x2="0" y2="100">
      <stop offset="0" style="stop-color:#8b4513;stop-opacity:1" />
      <stop offset="1" style="stop-color:#3e2b1f;stop-opacity:1" />
    </linearGradient>
  </defs>

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

  <!-- Crescent Moon -->
  <g transform="translate(150 50)">
    <circle cx="0" cy="0" r="60" fill="white"/>
    <use href="#crescent-moon" fill="white" opacity="0.9"/>
  </g>

  <!-- Clock Tower -->
  <g transform="translate(120 120)">
    <rect x="0" y="0" width="60" height="120" rx="10" fill="url(#nightSky)" opacity="0.8"/>
    <rect x="10" y="10" width="40" height="80" rx="5" fill="#5a5a6b"/>
    <path d="M30 20 Q35 15 40 20 L40 25 Q45 30 40 35 L30 35 Q25 30 30 25 Z" fill="#5a5a6b"/>
    <circle cx="30" cy="60" r="8" fill="#5a5a6b"/>
  </g>

  <!-- Tree Transformation -->
  <g transform="translate(180 180)">
    <rect x="-20" y="0" width="40" height="80" rx="10" fill="url(#treeGradient)"/>
    <path d="M0 0 Q10 -20 20 -30 Q30 -20 20 0 L0 0" fill="url(#treeGradient)"/>
    <path d="M0 40 Q10 60 20 40 Q30 20 20 -20 L0 -40" fill="url(#treeGradient)"/>
    <circle cx="0" cy="80" r="20" fill="#228b22"/>
    <circle cx="20" cy="60" r="15" fill="#228b22"/>
    <circle cx="-20" cy="60" r="15" fill="#228b22"/>
  </g>

  <!-- Roots and Clockwork Elements -->
  <g transform="translate(150 200)">
    <path d="M0 0 Q20 -30 40 -20 Q60 -10 40 0 Q20 10 0 20 L0 0 Z" fill="#8b4513"/>
    <path d="M0 20 Q10 40 20 20 Q30 0 20 -20 L0 -40 Q-10 -20 0 -40 Z" fill="#8b4513"/>
    <circle cx="20" cy="0" r="8" fill="#5a5a6b"/>
    <circle cx="40" cy="0" r="8" fill="#5a5a6b"/>
  </g>

  <!-- Stars -->
  <g transform="translate(0 0)">
    <circle cx="50" cy="50" r="1" fill="white"/>
    <circle cx="100" cy="70" r="1" fill="white"/>
    <circle cx="200" cy="40" r="1" fill="white"/>
    <circle cx="250" cy="90" r="1" fill="white"/>
    <circle cx="150" cy="110" r="1" fill="white"/>
  </g>
</svg>
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%" stop-color="#00bfff"/>
      <stop offset="100%" stop-color="#0077be"/>
    </linearGradient>
    <radialGradient id="moonGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#ffffff"/>
      <stop offset="100%" stop-color="#cccccc"/>
    </radialGradient>
    <linearGradient id="treeGradient" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#008000"/>
      <stop offset="100%" stop-color="#00ff00"/>
    </linearGradient>
  </defs>
  <rect width="100%" height="100%" fill="url(#skyGradient)"/>
  <circle cx="250" cy="50" r="20" fill="url(#moonGradient)"/>
  <path d="M150,150 L150,200 A50,50 0 0 1 200,250 L150,200 Z" fill="#8b4513"/>
  <path d="M150,150 L150,100 A50,50 0 0 0 100,150 Z" fill="#8b4513"/>
  <path d="M150,150 L150,100 A50,50 0 0 0 200,150 Z" fill="#8b4513"/>
  <path d="M150,150 L150,200 A50,50 0 0 1 100,150 Z" fill="#8b4513"/>
  <path d="M150,150 L150,200 A50,50 0 0 1 200,150 Z" fill="#8b4513"/>
  <path d="M150,150 L150,200 A50,50 0 0 1 150,250 Z" fill="#8b4513"/>
  <path d="M150,150 L150,100 A50,50 0 0 0 150,50 Z" fill="#8b4513"/>
  <circle cx="150" cy="150" r="20" fill="#ffffff"/>
  <path d="M150,200 Q130,250 150,300 T170,300 Q150,250 150,200 Z" fill="url(#treeGradient)"/>
  <path d="M150,200 Q160,250 150,300 T140,300 Q150,250 150,200 Z" fill="url(#treeGradient)"/>
  <path d="M150,200 Q140,250 150,300 T160,300 Q150,250 150,200 Z" fill="url(#treeGradient)"/>
  <path d="M150,200 Q130,250 150,300 T170,300 Q150,250 150,200 Z" fill="url(#treeGradient)"/>
  <path d="M150,200 Q140,250 150,300 T160,300 Q150,250 150,200 Z" fill="url(#treeGradient)"/>
  <path d="M150,200 Q160,250 150,300 T140,300 Q150,250 150,200 Z" fill="url(#treeGradient)"/>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Qwen-2.5-32B Player 2

Judge's Analysis

    Player 2's submission effectively captures the transformation theme with a more abstract and creative approach.

    The use of shapes and colors suggests the merging of a clock tower and a tree under a crescent moon.

    The composition is visually appealing and coherent, aligning well with 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
24
Player 2
16
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
12
Player 2
2
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
7
Player 2
13
Groups

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

Player 1
5
Player 2

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

The number of elements with stroke attributes in the SVG.

Player 1
Player 2

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
5
Player 2
7

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
5
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
42
Player 2
59
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
3
Use Elements

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

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