Back

SVG Drawing Match #181

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Surreal tree growing from a giant light bulb"

SVG by Claude 3.7 Sonnet (2025-02-19)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <!-- Definitions for gradients and patterns -->
  <defs>
    <radialGradient id="bulbGlow" cx="50%" cy="70%" r="65%" fx="50%" fy="65%">
      <stop offset="0%" stop-color="#fffde1" />
      <stop offset="40%" stop-color="#ffea80" />
      <stop offset="100%" stop-color="#ffb700" />
    </radialGradient>
    
    <linearGradient id="metalGrad" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#d8d8d8" />
      <stop offset="50%" stop-color="#666666" />
      <stop offset="100%" stop-color="#a0a0a0" />
    </linearGradient>
    
    <linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#1a2980" />
      <stop offset="100%" stop-color="#26d0ce" />
    </linearGradient>
    
    <linearGradient id="trunkGradient" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" stop-color="#614124" />
      <stop offset="50%" stop-color="#8d6e63" />
      <stop offset="100%" stop-color="#5d4037" />
    </linearGradient>
    
    <radialGradient id="foliageGrad" cx="50%" cy="50%" r="75%">
      <stop offset="0%" stop-color="#8bc34a" />
      <stop offset="60%" stop-color="#4caf50" />
      <stop offset="100%" stop-color="#2e7d32" />
    </radialGradient>
    
    <pattern id="leafPattern" width="10" height="10" patternUnits="userSpaceOnUse">
      <path d="M0,5 C2.5,0 7.5,0 10,5 C7.5,10 2.5,10 0,5" fill="#a5d6a7" opacity="0.5" />
    </pattern>
    
    <filter id="glow" x="-20%" y="-20%" width="140%" height="140%">
      <feGaussianBlur stdDeviation="8" result="blur" />
      <feComposite in="SourceGraphic" in2="blur" operator="over" />
    </filter>
  </defs>
  
  <!-- Background -->
  <rect x="0" y="0" width="300" height="300" fill="url(#skyGradient)" />
  
  <!-- Light bulb body -->
  <ellipse cx="150" cy="190" rx="70" ry="80" fill="url(#bulbGlow)" filter="url(#glow)" />
  
  <!-- Light bulb metal part -->
  <path d="M130,112 L170,112 L170,130 C170,140 130,140 130,130 Z" fill="url(#metalGrad)" />
  <rect x="135" y="100" width="30" height="12" fill="url(#metalGrad)" />
  
  <!-- Tree trunk growing from bulb -->
  <path d="M150,110 C150,110 148,90 150,70 C152,50 145,40 155,20 C160,10 140,30 130,25 C120,20 140,40 135,50 C130,60 160,45 165,60 C170,75 150,65 150,110" fill="url(#trunkGradient)" />
  
  <!-- Tree branches -->
  <g fill="none" stroke="url(#trunkGradient)" stroke-width="3" stroke-linecap="round">
    <path d="M150,70 C170,65 190,55 210,60" />
    <path d="M210,60 C220,50 225,40 220,30" />
    <path d="M210,60 C215,65 230,65 240,70" />
    <path d="M150,50 C130,45 110,50 90,45" />
    <path d="M90,45 C80,40 70,30 75,15" />
    <path d="M90,45 C85,55 75,60 65,55" />
    <path d="M150,90 C170,95 180,110 175,120" />
    <path d="M150,80 C130,85 120,100 125,115" />
  </g>
  
  <!-- Foliage clusters -->
  <g fill="url(#foliageGrad)" opacity="0.9">
    <circle cx="220" cy="30" r="18" />
    <circle cx="240" cy="70" r="15" />
    <circle cx="175" cy="120" r="14" />
    <circle cx="125" cy="115" r="13" />
    <circle cx="65" cy="55" r="16" />
    <circle cx="75" cy="15" r="17" />
  </g>
  
  <!-- Glowing elements within foliage -->
  <g fill="#FFF9C4" filter="url(#glow)" opacity="0.7">
    <circle cx="220" cy="30" r="3" />
    <circle cx="240" cy="70" r="4" />
    <circle cx="175" cy="120" r="2" />
    <circle cx="125" cy="115" r="3" />
    <circle cx="65" cy="55" r="4" />
    <circle cx="75" cy="15" r="3" />
    <circle cx="215" cy="40" r="1" />
    <circle cx="230" cy="65" r="2" />
    <circle cx="165" cy="110" r="1" />
    <circle cx="135" cy="105" r="2" />
    <circle cx="75" cy="45" r="2" />
    <circle cx="85" cy="25" r="1" />
  </g>
  
  <!-- Leaf overlays -->
  <g fill="url(#leafPattern)" opacity="0.7">
    <circle cx="220" cy="30" r="20" />
    <circle cx="240" cy="70" r="17" />
    <circle cx="175" cy="120" r="16" />
    <circle cx="125" cy="115" r="15" />
    <circle cx="65" cy="55" r="18" />
    <circle cx="75" cy="15" r="19" />
  </g>
  
  <!-- Butterfly elements for whimsy -->
  <g transform="translate(210, 45) rotate(15)">
    <path d="M0,0 C5,-5 10,-5 10,0 C10,5 5,5 0,0" fill="#ff7eb9" opacity="0.8" />
    <path d="M0,0 C-5,-5 -10,-5 -10,0 C-10,5 -5,5 0,0" fill="#ff7eb9" opacity="0.8" />
    <path d="M-1,0 L1,0" stroke="#333" stroke-width="1" />
  </g>
  
  <g transform="translate(80, 35) rotate(-10)">
    <path d="M0,0 C5,-5 10,-5 10,0 C10,5 5,5 0,0" fill="#7ec8ff" opacity="0.8" />
    <path d="M0,0 C-5,-5 -10,-5 -10,0 C-10,5 -5,5 0,0" fill="#7ec8ff" opacity="0.8" />
    <path d="M-1,0 L1,0" stroke="#333" stroke-width="1" />
  </g>
  
  <!-- Light streams emanating from bulb -->
  <g stroke="#ffea80" stroke-width="1" opacity="0.3">
    <path d="M150,190 L100,240" />
    <path d="M150,190 L200,240" />
    <path d="M150,190 L80,210" />
    <path d="M150,190 L220,210" />
    <path d="M150,190 L130,250" />
    <path d="M150,190 L170,250" />
  </g>
  
  <!-- Reflection highlights on bulb -->
  <ellipse cx="180" cy="170" rx="15" ry="25" fill="white" opacity="0.2" />
  <ellipse cx="130" cy="210" rx="10" ry="15" fill="white" opacity="0.15" />
</svg>
SVG by Gemini Pro 1.5
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <radialGradient id="bulbGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
    <stop offset="0%" stop-color="#FFFF99" />
    <stop offset="100%" stop-color="#FFCC00" />
  </radialGradient>
  <path d="M150 250 c-20 0 -40 -5 -60 -15 A 120 80 0 0 1 150 80 L 150 50 c0 -15 5 -35 0 -50 0 -5 15 0 20 5 L 170 35 c 30 0 60 10 60 40 l0 15 c 0 30 -10 50 -25 60 -5 5 -15 10 -35 10z" fill="url(#bulbGradient)" stroke="#CC9900" stroke-width="3"/>
  <g transform="translate(130 15)">
    <path d="M20 0 C 20 -20 40 -40 20 -60 C 10 -50 0 -40 10 -20 C 0 -20 10 0 20 0 Z" fill="#663300" stroke="#331A00" stroke-width="2"  transform="rotate(20)"/>
    <circle cx="20" cy="-60" r="5" fill="#009900"/>
    <g transform="translate(10 -60)">
        <path d="M 0 0 c -10 -20 0 -40 20 -40 c 20 0 20 20 20 20 c 0 20 10 30 5 50 l -3 5 c -10 0 -20 0 -20 -20 c 0 -20 -10 -20 -15 -10 z" fill="#228B22"/>
    </g>
  </g>
  <g transform="translate(170 30)">
    <ellipse cx="0" cy="0" rx="15" ry="8" fill="#AA6600" transform="rotate(20)"/>
    <g transform="translate(15 0) rotate(20)">
      <rect y="-3" width="20" height="6" fill="#AA6600"/>
        <g transform="translate(20 0)">
          <ellipse cx="0" cy="0" rx="8" ry="5" fill="green"/>
          <circle cx="0" cy="5" r="5" fill="green"/>
          <circle cx="8" cy="0" r="4" fill="lightgreen"/>
        </g>
    </g>
  </g>
    <path d="M145 90 C 150 80 160 60 150 40" fill="none" stroke="#663300" stroke-width="3"/>
    <circle cx="150" cy="40" r="7" fill="lightgreen"/>
</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 submission more effectively captures the surreal concept of a tree growing from a light bulb.

    The composition includes a clear, glowing bulb with branches and leaves, adhering closely to the prompt.

    The use of color and gradient enhances the visual appeal, while Player 2's image lacks clarity and creativity in depicting the theme.

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
52
Player 2
11
Rectangles

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

Player 1
2
Player 2
1
Circles

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

Player 1
24
Player 2
4
Ellipses

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

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

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

Player 1
23
Player 2
4
Groups

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

Player 1
7
Player 2
5

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
4
Player 2
3

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
20
Player 2
10

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

Complexity Metrics

Path Commands

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

Player 1
59
Player 2
25
Max Group Nesting

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

Player 1
Player 2
2
Defs Elements

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

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