Back

SVG Drawing Match #992

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A geometric tree house shaped like a giant teapot"

SVG by o1-mini (2024-09-12)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="teapotBodyGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#FF6F61;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#D64161;stop-opacity:1" />
    </linearGradient>
    <linearGradient id="teapotLidGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#FFD700;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#FFA500;stop-opacity:1" />
    </linearGradient>
    <linearGradient id="handleGradient" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" style="stop-color:#8A2BE2;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#4B0082;stop-opacity:1" />
    </linearGradient>
    <linearGradient id="spoutGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#32CD32;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#228B22;stop-opacity:1" />
    </linearGradient>
    <pattern id="treePattern" patternUnits="userSpaceOnUse" width="20" height="20">
      <circle cx="10" cy="10" r="8" fill="#32CD32"/>
      <circle cx="5" cy="5" r="3" fill="#228B22"/>
      <circle cx="15" cy="5" r="3" fill="#228B22"/>
      <circle cx="5" cy="15" r="3" fill="#228B22"/>
      <circle cx="15" cy="15" r="3" fill="#228B22"/>
    </pattern>
  </defs>
  
  <!-- Teapot Body -->
  <path d="M100,200 
           C80,180 80,120 100,100 
           C120,80 180,80 200,100 
           C220,120 220,180 200,200 
           C180,220 120,220 100,200 Z" 
        fill="url(#teapotBodyGradient)" stroke="#8B0000" stroke-width="2"/>
  
  <!-- Teapot Lid -->
  <ellipse cx="150" cy="100" rx="60" ry="20" fill="url(#teapotLidGradient)" stroke="#DAA520" stroke-width="2"/>
  <rect x="140" y="80" width="20" height="40" fill="#DAA520" stroke="#B8860B" stroke-width="2"/>
  
  <!-- Handle -->
  <path d="M220,120 
           C250,130 250,170 220,180" 
        fill="none" stroke="url(#handleGradient)" stroke-width="8" stroke-linecap="round"/>
  
  <!-- Spout -->
  <path d="M200,140 
           C230,150 230,170 200,180" 
        fill="none" stroke="url(#spoutGradient)" stroke-width="6" stroke-linecap="round"/>
  
  <!-- Windows -->
  <polygon points="130,150 140,140 150,150 140,160" fill="#FFFFFF" stroke="#000000" stroke-width="1"/>
  <polygon points="170,150 180,140 190,150 180,160" fill="#FFFFFF" stroke="#000000" stroke-width="1"/>
  <polygon points="150,170 160,160 170,170 160,180" fill="#FFFFFF" stroke="#000000" stroke-width="1"/>
  
  <!-- Tree Canopy -->
  <circle cx="150" cy="80" r="40" fill="url(#treePattern)" stroke="#006400" stroke-width="2"/>
  
  <!-- Trunk -->
  <rect x="140" y="200" width="20" height="50" fill="#8B4513" stroke="#654321" stroke-width="2"/>
  
  <!-- Geometric Leaves -->
  <polygon points="150,60 160,70 150,80 140,70" fill="#32CD32" stroke="#228B22" stroke-width="1"/>
  <polygon points="160,80 170,90 160,100 150,90" fill="#32CD32" stroke="#228B22" stroke-width="1"/>
  <polygon points="140,80 130,90 140,100 150,90" fill="#32CD32" stroke="#228B22" stroke-width="1"/>
  
  <!-- Ground -->
  <rect x="0" y="250" width="300" height="50" fill="#2E8B57"/>
  
  <!-- Decorative Patterns -->
  <line x1="100" y1="200" x2="200" y2="200" stroke="#FFD700" stroke-width="2" stroke-dasharray="5,5"/>
  <circle cx="150" cy="200" r="10" fill="#FFD700" stroke="#DAA520" stroke-width="1"/>
</svg>
SVG by o3-mini high (2025-01-31)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <radialGradient id="bgGradient" cx="50%" cy="50%" r="75%">
      <stop offset="0%" stop-color="#4B0082"/>
      <stop offset="100%" stop-color="#000000"/>
    </radialGradient>
    <linearGradient id="teapotGrad" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#FFA500"/>
      <stop offset="100%" stop-color="#FFFF00"/>
    </linearGradient>
    <linearGradient id="roofGrad" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" stop-color="#FF6347"/>
      <stop offset="100%" stop-color="#FF4500"/>
    </linearGradient>
    <linearGradient id="handleGrad" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#C0C0C0"/>
      <stop offset="100%" stop-color="#808080"/>
    </linearGradient>
    <linearGradient id="spoutGrad" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#C0C0C0"/>
      <stop offset="100%" stop-color="#808080"/>
    </linearGradient>
    <linearGradient id="doorGrad" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#8B4513"/>
      <stop offset="100%" stop-color="#CD853F"/>
    </linearGradient>
    <linearGradient id="trunkGrad" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#8B4513"/>
      <stop offset="100%" stop-color="#654321"/>
    </linearGradient>
    <radialGradient id="sunGrad" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#FFFF00"/>
      <stop offset="100%" stop-color="#FFA500"/>
    </radialGradient>
  </defs>
  <rect width="300" height="300" fill="url(#bgGradient)"/>
  <circle cx="260" cy="40" r="20" fill="url(#sunGrad)"/>
  <!-- Tree trunk (supporting the tree house teapot) -->
  <rect x="135" y="220" width="30" height="40" fill="url(#trunkGrad)"/>
  <!-- Teapot Tree House -->
  <g id="teapotHouse">
    <!-- Roof of the tree house -->
    <polygon points="90,100 210,100 150,60" fill="url(#roofGrad)"/>
    <!-- Main body: geometric teapot shape -->
    <polygon points="90,100 210,100 230,160 210,220 90,220 70,160" fill="url(#teapotGrad)"/>
    <!-- Handle (left side) -->
    <path d="M70,170 C20,170 20,210 70,210 L80,210 C30,210 30,170 80,170 Z" fill="url(#handleGrad)"/>
    <!-- Spout (right side) -->
    <path d="M230,160 C265,160 265,220 230,220 Z" fill="url(#spoutGrad)"/>
    <!-- Door of the tree house -->
    <rect x="145" y="205" width="10" height="15" rx="2" fill="url(#doorGrad)"/>
    <!-- Circular window -->
    <circle cx="150" cy="130" r="7" fill="#87CEEB" stroke="white" stroke-width="1"/>
  </g>
  <!-- Geometric foliage and branch accents -->
  <polygon points="50,70 60,50 70,70 60,65" fill="#228B22" opacity="0.8"/>
  <polygon points="250,70 260,50 270,70 260,65" fill="#228B22" opacity="0.8"/>
  <polygon points="140,30 160,30 150,20" fill="#228B22" opacity="0.8"/>
  <polygon points="30,180 40,160 50,180 40,175" fill="#006400" opacity="0.7"/>
  <polygon points="270,180 280,160 290,180 280,175" fill="#006400" opacity="0.7"/>
  <!-- Scattered star-like accents -->
  <circle cx="30" cy="30" r="2" fill="white"/>
  <circle cx="80" cy="20" r="1.5" fill="white"/>
  <circle cx="250" cy="25" r="2" fill="white"/>
  <circle cx="200" cy="40" r="1.5" fill="white"/>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is O1-mini (2024-09-12) Player 1

Judge's Analysis

    Player 1's submission incorporates the concept of a teapot more effectively with the use of a spout and handle, making it instantly recognizable.

    The geometric shapes are creatively integrated to form the tree house structure, adhering closely to the prompt.

    The vibrant colors and whimsical design enhance its visual appeal, making it stand out.

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
21
Player 2
18
Rectangles

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

Player 1
3
Player 2
3
Circles

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

Player 1
7
Player 2
6
Ellipses

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

Player 1
1
Player 2
Lines

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

Player 1
1
Player 2
Polygons

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

Player 1
6
Player 2
7
Paths

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

Player 1
3
Player 2
2
Groups

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

Player 1
Player 2
1

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
15
Player 2
1

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
12
Player 2
15

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

Complexity Metrics

Path Commands

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

Player 1
10
Player 2
8
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
5
Player 2
8
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