Back

SVG Drawing Match #1195

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A surreal tree growing gears instead of leaves"

SVG by Qwen-2.5-32B
<svg width="300" height="300" viewBox="0 0 300 300" fill="none" xmlns="http://www.w3.org/2000/svg">
<defs>
    <linearGradient id="treeTrunkGradient" x1="0%" y1="0%" x2="0%" y2="100%">
        <stop offset="0%" style="stop-color:rgb(139,69,19);stop-opacity:1" />
        <stop offset="100%" style="stop-color:rgb(85,0,0);stop-opacity:1" />
    </linearGradient>
    <radialGradient id="gearGradient" cx="50%" cy="50%" r="50%">
        <stop offset="0%" style="stop-color:rgb(0,0,0);stop-opacity:1" />
        <stop offset="100%" style="stop-color:rgb(255,255,255);stop-opacity:1" />
    </radialGradient>
    <pattern id="gearPattern" patternUnits="userSpaceOnUse" width="20" height="20">
        <circle cx="10" cy="10" r="5" fill="url(#gearGradient)" />
    </pattern>
</defs>
<rect width="300" height="300" fill="url(#treeTrunkGradient)" />
<path d="M150 250 Q100 150 150 100 Q200 150 150 250" stroke="white" stroke-width="5" fill="none" />
<path d="M150 200 Q120 100 150 75 Q180 100 150 200" stroke="white" stroke-width="5" fill="none" />
<path d="M150 150 Q100 50 150 25 Q200 50 150 150" stroke="white" stroke-width="5" fill="none" />
<circle cx="150" cy="75" r="50" fill="url(#gearPattern)" />
<circle cx="100" cy="125" r="30" fill="url(#gearPattern)" />
<circle cx="200" cy="125" r="30" fill="url(#gearPattern)" />
<circle cx="150" cy="175" r="40" fill="url(#gearPattern)" />
<circle cx="100" cy="225" r="25" fill="url(#gearPattern)" />
<circle cx="200" cy="225" r="25" fill="url(#gearPattern)" />
</svg>
SVG by o3-mini low (2025-01-31)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="trunkGradient" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#8B5E3C"/>
      <stop offset="100%" stop-color="#4D2C13"/>
    </linearGradient>
    <radialGradient id="gearGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#FFD700"/>
      <stop offset="100%" stop-color="#B8860B"/>
    </radialGradient>
    <pattern id="texture" patternUnits="userSpaceOnUse" width="10" height="10">
      <circle cx="5" cy="5" r="1" fill="rgba(0,0,0,0.2)" />
    </pattern>
  </defs>

  <!-- Background -->
  <rect width="300" height="300" fill="#e0f7fa" />
  
  <!-- Tree trunk with texture -->
  <path d="M150,300 C130,250 120,200 140,150 C160,100 170,50 160,20" 
        stroke="url(#trunkGradient)" stroke-width="14" fill="none" stroke-linecap="round"/>
  <path d="M150,300 C170,250 180,200 160,150 C140,100 130,50 140,20" 
        stroke="url(#trunkGradient)" stroke-width="14" fill="none" stroke-linecap="round"/>
  <path d="M150,300 L150,20" stroke="url(#texture)" stroke-width="4" fill="none" stroke-linecap="round" opacity="0.4"/>

  <!-- Surreal Branches -->
  <g stroke="url(#trunkGradient)" stroke-width="8" stroke-linecap="round">
    <path d="M155,130 C170,120 190,110 200,90" />
    <path d="M145,140 C130,130 110,110 100,90" />
    <path d="M150,100 C160,80 180,60 190,40" />
    <path d="M150,90 C140,70 120,50 110,30" />
  </g>
  
  <!-- Gears as Leaves -->
  <g fill="url(#gearGradient)" stroke="#8B0000" stroke-width="1">
    <!-- Gear on right branch -->
    <g transform="translate(200,90) scale(0.8)">
      <circle cx="0" cy="0" r="12" fill="url(#gearGradient)"/>
      <path d="M0,-12 L0,-18 M0,12 L0,18 M12,0 L18,0 M-12,0 L-18,0 M8.5,8.5 L12,12 M-8.5,-8.5 L-12,-12 M-8.5,8.5 L-12,12 M8.5,-8.5 L12,-12" stroke="#8B0000" stroke-width="2"/>
    </g>
    <!-- Gear on left branch -->
    <g transform="translate(100,90) scale(0.9)">
      <circle cx="0" cy="0" r="14" fill="url(#gearGradient)"/>
      <path d="M0,-14 L0,-20 M0,14 L0,20 M14,0 L20,0 M-14,0 L-20,0 M9.9,9.9 L14,14 M-9.9,-9.9 L-14,-14 M-9.9,9.9 L-14,14 M9.9,-9.9 L14,-14" stroke="#8B0000" stroke-width="2"/>
    </g>
    <!-- Gear on top center -->
    <g transform="translate(160,20) scale(1)">
      <circle cx="0" cy="0" r="18" fill="url(#gearGradient)"/>
      <path d="M0,-18 L0,-26 M0,18 L0,26 M18,0 L26,0 M-18,0 L-26,0 M12.7,12.7 L18,18 M-12.7,-12.7 L-18,-18 M-12.7,12.7 L-18,18 M12.7,-12.7 L18,-18" stroke="#8B0000" stroke-width="2"/>
    </g>
    <!-- Additional small gears -->
    <g transform="translate(185,60) scale(0.7)">
      <circle cx="0" cy="0" r="10" fill="url(#gearGradient)"/>
      <path d="M0,-10 L0,-15 M0,10 L0,15 M10,0 L15,0 M-10,0 L-15,0 M7,7 L10,10 M-7,-7 L-10,-10 M-7,7 L-10,10 M7,-7 L10,-10" stroke="#8B0000" stroke-width="1.5"/>
    </g>
    <g transform="translate(125,60) scale(0.7)">
      <circle cx="0" cy="0" r="10" fill="url(#gearGradient)"/>
      <path d="M0,-10 L0,-15 M0,10 L0,15 M10,0 L15,0 M-10,0 L-15,0 M7,7 L10,10 M-7,-7 L-10,-10 M-7,7 L-10,10 M7,-7 L10,-10" stroke="#8B0000" stroke-width="1.5"/>
    </g>
    <g transform="translate(155,60) scale(0.65)">
      <circle cx="0" cy="0" r="9" fill="url(#gearGradient)"/>
      <path d="M0,-9 L0,-13 M0,9 L0,13 M9,0 L13,0 M-9,0 L-13,0 M6.3,6.3 L9,9 M-6.3,-6.3 L-9,-9 M-6.3,6.3 L-9,9 M6.3,-6.3 L9,-9" stroke="#8B0000" stroke-width="1.5"/>
    </g>
  </g>

  <!-- Additional decoration: swirling mechanical vines -->
  <path d="M160,80 C170,70 180,90 190,80 C200,70 210,90 220,80" fill="none" stroke="#555" stroke-width="2" stroke-dasharray="4,2"/>
  <path d="M140,80 C130,70 120,90 110,80 C100,70 90,90 80,80" fill="none" stroke="#555" stroke-width="2" stroke-dasharray="4,2"/>
  
  <!-- Visual metaphor: energy pulses around top gear -->
  <circle cx="160" cy="20" r="28" fill="none" stroke="url(#gearGradient)" stroke-width="3" stroke-opacity="0.5"/>
  <circle cx="160" cy="20" r="36" fill="none" stroke="url(#gearGradient)" stroke-width="1.5" stroke-opacity="0.3" stroke-dasharray="5,5"/>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is O3-mini low (2025-01-31) Player 2

Judge's Analysis

    Player 2's image more effectively captures the prompt of a surreal tree growing gears instead of leaves.

    The tree structure is clear, and the gears are creatively integrated as leaves, enhancing the surreal theme.

    In contrast, Player 1's image lacks a clear tree form and does not prominently feature gear-like elements, making it less aligned 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
11
Player 2
25
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
7
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
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
3
Player 2
15
Groups

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

Player 1
Player 2
8

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
3
Player 2
15

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

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

Complexity Metrics

Path Commands

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

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