Back

SVG Drawing Match #1887

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Cherry blossom tree growing on a floating iceberg"

SVG by o1-mini (2024-09-12)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <!-- Definitions for gradients and patterns -->
  <defs>
    <!-- Sky Gradient -->
    <linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="300">
      <stop offset="0%" stop-color="#87CEEB"/>
      <stop offset="100%" stop-color="#FFFFFF"/>
    </linearGradient>
    
    <!-- Iceberg Gradient -->
    <linearGradient id="icebergGradient" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#B0E0E6"/>
      <stop offset="100%" stop-color="#FFFFFF"/>
    </linearGradient>
    
    <!-- Tree Trunk Gradient -->
    <linearGradient id="trunkGradient" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#8B5A2B"/>
      <stop offset="100%" stop-color="#5D3A1A"/>
    </linearGradient>
    
    <!-- Blossom Gradient -->
    <radialGradient id="blossomGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#FFB7C5"/>
      <stop offset="100%" stop-color="#FF69B4"/>
    </radialGradient>
    
    <!-- Ice Cracks Pattern -->
    <pattern id="cracks" patternUnits="userSpaceOnUse" width="10" height="10">
      <path d="M0,0 L10,10 M10,0 L0,10" stroke="#ADD8E6" stroke-width="0.5" />
    </pattern>
  </defs>
  
  <!-- Sky Background -->
  <rect width="300" height="300" fill="url(#skyGradient)" />

  <!-- Floating Iceberg -->
  <path d="M50,220 
           C70,200 230,200 250,220 
           C270,240 250,280 150,280 
           C50,280 30,240 50,220 Z" 
        fill="url(#icebergGradient)" stroke="#B0E0E6" stroke-width="2" />
  
  <!-- Ice Cracks -->
  <path d="M70,240 L90,260" stroke="#ADD8E6" stroke-width="1" />
  <path d="M110,230 L130,250" stroke="#ADD8E6" stroke-width="1" />
  <path d="M170,240 L190,260" stroke="#ADD8E6" stroke-width="1" />
  <path d="M210,230 L230,250" stroke="#ADD8E6" stroke-width="1" />
  
  <!-- Cherry Blossom Tree Trunk -->
  <rect x="145" y="150" width="10" height="60" fill="url(#trunkGradient)" />

  <!-- Branches -->
  <path d="M150,150 
           C130,130 110,140 90,120" 
        stroke="#5D3A1A" stroke-width="4" fill="none"/>
  <path d="M150,160 
           C170,140 190,150 210,130" 
        stroke="#5D3A1A" stroke-width="4" fill="none"/>
  <path d="M150,170 
           C130,160 110,170 90,160" 
        stroke="#5D3A1A" stroke-width="3" fill="none"/>
  <path d="M150,180 
           C170,170 190,180 210,170" 
        stroke="#5D3A1A" stroke-width="3" fill="none"/>

  <!-- Cherry Blossoms -->
  <g fill="url(#blossomGradient)" stroke="#FF69B4" stroke-width="1">
    <circle cx="90" cy="120" r="5"/>
    <circle cx="110" cy="110" r="4"/>
    <circle cx="130" cy="100" r="5"/>
    <circle cx="150" cy="105" r="6"/>
    <circle cx="170" cy="100" r="5"/>
    <circle cx="190" cy="110" r="4"/>
    <circle cx="210" cy="120" r="5"/>
    <circle cx="100" cy="130" r="3"/>
    <circle cx="140" cy="95" r="3"/>
    <circle cx="160" cy="95" r="3"/>
    <circle cx="200" cy="130" r="3"/>
  </g>
  
  <!-- Reflection on Iceberg -->
  <path d="M50,220 
           C70,200 230,200 250,220 
           L250,200 
           C230,180 70,180 50,200 
           Z" 
        fill="rgba(173, 216, 230, 0.3)" />
        
  <!-- Sparkles on Iceberg -->
  <circle cx="80" cy="210" r="2" fill="#FFFFFF" />
  <circle cx="120" cy="215" r="1.5" fill="#FFFFFF" />
  <circle cx="180" cy="205" r="2" fill="#FFFFFF" />
  <circle cx="220" cy="210" r="1.5" fill="#FFFFFF" />
</svg>
SVG by Gemini Pro 1.5
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="iceGradient" cx="50%" cy="50%" r="75%">
      <stop offset="0%" stop-color="#e0f2f7" />
      <stop offset="50%" stop-color="#b2ebf2" />
      <stop offset="100%" stop-color="#80deea" />
    </radialGradient>
    <linearGradient id="skyGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#a7d4e4" />
      <stop offset="100%" stop-color="#e1f5fe" />
    </linearGradient>
    <filter id="blossomBlur" x="-50%" y="-50%" width="200%" height="200%">
      <feGaussianBlur in="SourceGraphic" stdDeviation="2" />
    </filter>
  </defs>
  <rect width="300" height="300" fill="url(#skyGradient)" />
  <path d="M50 200 C 50 170, 80 180, 120 160 C 150 140, 180 150, 220 170 C 250 190, 260 220, 230 240 C 200 260, 180 250, 150 240 C 120 230, 80 240, 50 200 Z" fill="url(#iceGradient)" stroke="#ccf" stroke-width="3" />
    <g filter="url(#blossomBlur)">
      <circle cx="150" cy="120" r="40" fill="#f8bbd0" opacity="0.8" />
      <circle cx="180" cy="90" r="30" fill="#e91e63" opacity="0.7" />
      <circle cx="120" cy="100" r="35" fill="#f06292" opacity="0.9" />
        <g transform="translate(150,120)">
      <circle cx="0" cy="-20" r="15" fill="#f48fb1" opacity=".9"/>
      <circle cx="20" cy="-10" r="10" fill="#e91e63" opacity=".8"/>
      <circle cx="-25" cy="-5" r="12" fill="#f8bbd0" opacity=".7"/>
      </g>
        <g transform="translate(180, 90)">
          <circle cx="0" cy="-15" r="8" fill="#f48fb1" opacity=".9"/>
          <circle cx="15" cy="-5" r="6" fill="#f06292" opacity=".7"/>
        </g>
    </g>
  <path d="M130 150 C 130 130, 170 140, 170 100 C 170 80, 150 70, 140 60" stroke="#8d6e63" stroke-width="5" stroke-linecap="round" />
  <path d="M160 120 C 160 100, 190 110, 190 80 C 190 60, 180 50, 160 40" stroke="#a1887f" stroke-width="4" stroke-linecap="round" />
</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 clearly depicts a cherry blossom tree with recognizable branches and blossoms, resting on a stylized iceberg, effectively adhering to the prompt.

    The composition is simple yet clear, with a balanced design that captures the essence of the concept.

    Player 2's image, while more abstract, lacks clear representation of the tree and iceberg, making it less effective in conveying the intended idea.

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
28
Player 2
12
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
15
Player 2
8
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
11
Player 2
3
Groups

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

Player 1
1
Player 2
3

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
Filters

The number of filter definitions (filter) in the SVG.

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

The number of elements with stroke attributes in the SVG.

Player 1
11
Player 2
3

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
9
Player 2
12

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
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
30
Player 2
13
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
5
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