Back

SVG Drawing Match #961

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A whimsical clockwork tree with gears as leaves, in geometric style"

SVG by Claude 3.7 Sonnet (2025-02-19)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#1a2a6c" />
      <stop offset="50%" stop-color="#b21f1f" />
      <stop offset="100%" stop-color="#fdbb2d" />
    </linearGradient>
    <pattern id="groundPattern" width="10" height="10" patternUnits="userSpaceOnUse">
      <path d="M0,0 L5,10 L10,0" fill="#553311" />
      <path d="M0,10 L5,0 L10,10" fill="#442200" />
    </pattern>
    <filter id="glow" x="-20%" y="-20%" width="140%" height="140%">
      <feGaussianBlur stdDeviation="3" result="blur" />
      <feComposite in="SourceGraphic" in2="blur" operator="over" />
    </filter>
    <radialGradient id="gearGradient1" cx="50%" cy="50%" r="50%" fx="25%" fy="25%">
      <stop offset="0%" stop-color="#ffcc00" />
      <stop offset="100%" stop-color="#ff6600" />
    </radialGradient>
    <radialGradient id="gearGradient2" cx="50%" cy="50%" r="50%" fx="25%" fy="25%">
      <stop offset="0%" stop-color="#66ccff" />
      <stop offset="100%" stop-color="#3366cc" />
    </radialGradient>
    <radialGradient id="gearGradient3" cx="50%" cy="50%" r="50%" fx="25%" fy="25%">
      <stop offset="0%" stop-color="#66ff66" />
      <stop offset="100%" stop-color="#339933" />
    </radialGradient>
  </defs>
  
  <!-- Background -->
  <rect width="300" height="300" fill="url(#skyGradient)" />
  
  <!-- Ground -->
  <rect x="0" y="260" width="300" height="40" fill="url(#groundPattern)" />
  
  <!-- Tree Trunk - Geometric and mechanical -->
  <path d="M150,260 L140,230 L160,230 L150,260" fill="#8B4513" />
  <path d="M140,230 L130,190 L170,190 L160,230" fill="#A0522D" />
  <path d="M130,190 L120,150 L180,150 L170,190" fill="#8B4513" />
  <rect x="145" y="150" width="10" height="110" fill="#6B4226" />
  
  <!-- Mechanical Elements in Trunk -->
  <circle cx="150" cy="220" r="5" fill="#DEB887" stroke="#8B4513" stroke-width="1" />
  <circle cx="150" cy="200" r="3" fill="#FFD700" />
  <rect x="147" y="180" width="6" height="15" fill="#B8860B" />
  <rect x="145" y="165" width="10" height="5" fill="#DEB887" />
  
  <!-- Main clockwork mechanism -->
  <circle cx="150" cy="120" r="30" fill="#DEB887" stroke="#8B4513" stroke-width="2" />
  <circle cx="150" cy="120" r="25" fill="none" stroke="#8B4513" stroke-width="1" />
  <circle cx="150" cy="120" r="3" fill="#8B4513" />
  <line x1="150" y1="120" x2="150" y2="100" stroke="#8B4513" stroke-width="2" />
  <line x1="150" y1="120" x2="165" y2="135" stroke="#8B4513" stroke-width="1.5" />
  
  <!-- Gears as leaves -->
  <!-- Gear 1 -->
  <g transform="translate(100, 80)">
    <circle cx="0" cy="0" r="15" fill="url(#gearGradient1)" />
    <path d="M0,-20 L3,-15 L7,-15 L5,-10 L10,-5 L5,-3 L5,3 L10,5 L5,10 L7,15 L3,15 L0,20 L-3,15 L-7,15 L-5,10 L-10,5 L-5,3 L-5,-3 L-10,-5 L-5,-10 L-7,-15 L-3,-15 Z" fill="url(#gearGradient1)" stroke="#333" stroke-width="0.5" />
    <circle cx="0" cy="0" r="5" fill="#DEB887" stroke="#8B4513" stroke-width="1" />
    <circle cx="0" cy="0" r="2" fill="#8B4513" />
  </g>
  
  <!-- Gear 2 -->
  <g transform="translate(180, 70)">
    <circle cx="0" cy="0" r="12" fill="url(#gearGradient2)" />
    <path d="M0,-16 L2,-12 L6,-12 L4,-8 L8,-4 L4,-2 L4,2 L8,4 L4,8 L6,12 L2,12 L0,16 L-2,12 L-6,12 L-4,8 L-8,4 L-4,2 L-4,-2 L-8,-4 L-4,-8 L-6,-12 L-2,-12 Z" fill="url(#gearGradient2)" stroke="#333" stroke-width="0.5" />
    <circle cx="0" cy="0" r="4" fill="#DEB887" stroke="#8B4513" stroke-width="1" />
    <circle cx="0" cy="0" r="1.5" fill="#8B4513" />
  </g>
  
  <!-- Gear 3 -->
  <g transform="translate(120, 40)">
    <circle cx="0" cy="0" r="10" fill="url(#gearGradient3)" />
    <path d="M0,-14 L2,-10 L5,-10 L3,-7 L7,-3 L3,-1 L3,1 L7,3 L3,7 L5,10 L2,10 L0,14 L-2,10 L-5,10 L-3,7 L-7,3 L-3,1 L-3,-1 L-7,-3 L-3,-7 L-5,-10 L-2,-10 Z" fill="url(#gearGradient3)" stroke="#333" stroke-width="0.5" />
    <circle cx="0" cy="0" r="3" fill="#DEB887" stroke="#8B4513" stroke-width="1" />
    <circle cx="0" cy="0" r="1" fill="#8B4513" />
  </g>
  
  <!-- Gear 4 -->
  <g transform="translate(200, 110)">
    <circle cx="0" cy="0" r="13" fill="url(#gearGradient1)" />
    <path d="M0,-18 L2.5,-13 L6.5,-13 L4.5,-9 L9,-4.5 L4.5,-2.5 L4.5,2.5 L9,4.5 L4.5,9 L6.5,13 L2.5,13 L0,18 L-2.5,13 L-6.5,13 L-4.5,9 L-9,4.5 L-4.5,2.5 L-4.5,-2.5 L-9,-4.5 L-4.5,-9 L-6.5,-13 L-2.5,-13 Z" fill="url(#gearGradient1)" stroke="#333" stroke-width="0.5" />
    <circle cx="0" cy="0" r="4" fill="#DEB887" stroke="#8B4513" stroke-width="1" />
    <circle cx="0" cy="0" r="1.5" fill="#8B4513" />
  </g>
  
  <!-- Gear 5 -->
  <g transform="translate(80, 120)">
    <circle cx="0" cy="0" r="14" fill="url(#gearGradient2)" />
    <path d="M0,-19 L2.7,-14 L7,-14 L5,-10 L10,-5 L5,-2.7 L5,2.7 L10,5 L5,10 L7,14 L2.7,14 L0,19 L-2.7,14 L-7,14 L-5,10 L-10,5 L-5,2.7 L-5,-2.7 L-10,-5 L-5,-10 L-7,-14 L-2.7,-14 Z" fill="url(#gearGradient2)" stroke="#333" stroke-width="0.5" />
    <circle cx="0" cy="0" r="4.5" fill="#DEB887" stroke="#8B4513" stroke-width="1" />
    <circle cx="0" cy="0" r="1.8" fill="#8B4513" />
  </g>
  
  <!-- Gear 6 -->
  <g transform="translate(160, 30)">
    <circle cx="0" cy="0" r="11" fill="url(#gearGradient3)" />
    <path d="M0,-15 L2.2,-11 L5.5,-11 L3.8,-7.5 L7.5,-3.8 L3.8,-2.2 L3.8,2.2 L7.5,3.8 L3.8,7.5 L5.5,11 L2.2,11 L0,15 L-2.2,11 L-5.5,11 L-3.8,7.5 L-7.5,3.8 L-3.8,2.2 L-3.8,-2.2 L-7.5,-3.8 L-3.8,-7.5 L-5.5,-11 L-2.2,-11 Z" fill="url(#gearGradient3)" stroke="#333" stroke-width="0.5" />
    <circle cx="0" cy="0" r="3.5" fill="#DEB887" stroke="#8B4513" stroke-width="1" />
    <circle cx="0" cy="0" r="1.2" fill="#8B4513" />
  </g>

  <!-- Decorative elements -->
  <circle cx="150" cy="65" r="5" fill="#DEB887" filter="url(#glow)" />
  
  <!-- Thin connecting rods between gears -->
  <path d="M100,80 Q125,60 120,40" fill="none" stroke="#8B4513" stroke-width="1" />
  <path d="M100,80 Q130,90 150,120" fill="none" stroke="#8B4513" stroke-width="1" />
  <path d="M180,70 Q170,50 160,30" fill="none" stroke="#8B4513" stroke-width="1" />
  <path d="M180,70 Q165,90 150,120" fill="none" stroke="#8B4513" stroke-width="1" />
  <path d="M120,40 Q140,35 160,30" fill="none" stroke="#8B4513" stroke-width="1" />
  <path d="M80,120 Q115,120 150,120" fill="none" stroke="#8B4513" stroke-width="1" />
  <path d="M200,110 Q175,115 150,120" fill="none" stroke="#8B4513" stroke-width="1" />
  
  <!-- Small animating stars -->
  <circle cx="220" cy="30" r="1" fill="white" filter="url(#glow)" />
  <circle cx="50" cy="40" r="0.8" fill="white" filter="url(#glow)" />
  <circle cx="80" cy="20" r="1.2" fill="white" filter="url(#glow)" />
  <circle cx="250" cy="60" r="1" fill="white" filter="url(#glow)" />
  <circle cx="30" cy="80" r="0.9" fill="white" filter="url(#glow)" />
</svg>
SVG by DeepSeek-R1-Distill-Qwen-32B
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="leafGrad">
      <stop offset="0%" stop-color="#4a9375"/>
      <stop offset="100%" stop-color="#2d5846"/>
    </radialGradient>
    <linearGradient id="gearGrad">
      <stop offset="0%" stop-color="#6c8eb9"/>
      <stop offset="100%" stop-color="#3d608f"/>
    </linearGradient>
    <pattern id="woodPattern" width="10" height="10" patternUnits="userSpaceOnUse">
      <rect width="10" height="10" fill="#8b5c3f"/>
      <path d="M0 5 Q5 0 10 5 T10 15 5 20 0 15 0 5" stroke="#654321" stroke-width="0.5"/>
    </pattern>
    <filter id="shadow">
      <feDropShadow dx="0" dy="2" stdDeviation="2"/>
    </filter>
  </defs>
  <rect width="300" height="300" fill="url(#leafGrad)"/>
  
  <!-- Tree Trunk -->
  <rect x="140" y="200" width="20" height="100" fill="url(#woodPattern)" filter="url(#shadow)"/>
  
  <!-- Branches -->
  <g transform="translate(150,200)">
    <path d="M0-60 L50-30" stroke="#4a9375" stroke-width="3" stroke-linecap="round"/>
    <path d="M0-60 L-50-30" stroke="#4a9375" stroke-width="3" stroke-linecap="round"/>
    <path d="M50-30 L80-20" stroke="#4a9375" stroke-width="2" stroke-linecap="round"/>
    <path d="M-50-30 L-80-20" stroke="#4a9375" stroke-width="2" stroke-linecap="round"/>
  </g>
  
  <!-- Gears -->
  <g>
    <circle cx="160" cy="180" r="15" fill="url(#gearGrad)" stroke="#2d5846" stroke-width="2"/>
    <circle cx="140" cy="160" r="10" fill="url(#gearGrad)" stroke="#2d5846" stroke-width="2"/>
    <circle cx="130" cy="190" r="12" fill="url(#gearGrad)" stroke="#2d5846" stroke-width="2"/>
    <circle cx="170" cy="170" r="14" fill="url(#gearGrad)" stroke="#2d5846" stroke-width="2"/>
  </g>
  
  <!-- Clockwork Mechanism -->
  <g transform="translate(150,200)">
    <rect x="-30" y="-100" width="60" height="20" rx="5" fill="#3d608f"/>
    <rect x="-15" y="-90" width="30" height="10" rx="3" fill="#6c8eb9"/>
    <circle cx="0" cy="-80" r="10" fill="#3d608f" stroke="#6c8eb9" stroke-width="1"/>
  </g>
  
  <!-- Whimsical Details -->
  <g>
    <path d="M120 180 Q140 160 160 180" stroke="#6c8eb9" stroke-width="2" fill="none"/>
    <path d="M180 180 Q200 160 220 180" stroke="#6c8eb9" stroke-width="2" fill="none"/>
    <circle cx="150" cy="150" r="30" fill="none" stroke="#4a9375" stroke-width="1"/>
  </g>
  
  <!-- Roots -->
  <g transform="translate(150,200)">
    <path d="M0 80 Q-50 100 -80 80" stroke="#2d5846" stroke-width="3"/>
    <path d="M0 80 Q50 100 80 80" stroke="#2d5846" stroke-width="3"/>
    <circle cx="-40" cy="90" r="15" fill="#2d5846" stroke="#4a9375" stroke-width="1"/>
    <circle cx="40" cy="90" r="15" fill="#2d5846" stroke="#4a9375" stroke-width="1"/>
  </g>
  
  <!-- Clockwork Heart -->
  <g transform="translate(150,150)">
    <path d="M0-30 L30-0 030-30" fill="#6c8eb9" stroke="#4a9375" stroke-width="1"/>
    <circle cx="0" cy="0" r="25" fill="none" stroke="#4a9375" stroke-width="2"/>
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Claude 3.7 Sonnet (2025-02-19) Player 1

Judge's Analysis

    Player 1's image effectively captures the whimsical and geometric aspects of the prompt with colorful gears as leaves, creating a clear and engaging clockwork tree.

    The vibrant background and structured composition enhance the visual appeal and creativity.

    Player 2's image, while abstract and intriguing, lacks the clear depiction of gears and the whimsical nature specified in 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
54
Player 2
24
Rectangles

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

Player 1
5
Player 2
5
Circles

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

Player 1
29
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
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
18
Player 2
10
Groups

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

Player 1
6
Player 2
6

Visual Effects Metrics

Gradients

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

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

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
19
Player 2
6

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
4

Complexity Metrics

Path Commands

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

Player 1
170
Player 2
21
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
6
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