Back

SVG Drawing Match #163

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Surreal ice cream cone with planets instead of scoops"

SVG by Gemini Pro 1.5
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="planet1" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#FFD700"/>
      <stop offset="50%" stop-color="#FFA500"/>
      <stop offset="100%" stop-color="#FF8C00"/>
    </radialGradient>
    <radialGradient id="planet2" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#add8e6"/>
      <stop offset="70%" stop-color="#0000FF"/>
      <stop offset="100%" stop-color="#00008B"/>
    </radialGradient>
    <radialGradient id="planet3" cx="40%" cy="60%" r="60%">
      <stop offset="0%" stop-color="#90EE90"/>
      <stop offset="60%" stop-color="#32CD32"/>
      <stop offset="100%" stop-color="#228B22"/>
    </radialGradient>
      <pattern id="waffle" width="20" height="20" patternUnits="userSpaceOnUse">
        <rect width="20" height="20" fill="#F5DEB3"/>
        <path d="M0,10 l10,-10 M0,20 l10,-10 M10,0 l10,10 M20,0 l-10,10 M10,20 l10,-10 M20,20 l-10,-10" stroke="#D2B48C" stroke-width="2"/>
      </pattern>
  </defs>
  <path d="M150 200 l-50 -200 h100 z" fill="url(#waffle)"/>
  <circle cx="100" cy="80" r="40" fill="url(#planet1)"  stroke="#FF4500" stroke-width="3" filter="drop-shadow(3px 3px 5px orange)"/>
  <ellipse cx="155" cy="120" rx="50" ry="30" fill="url(#planet2)"  stroke="#00FFFF" stroke-width="3"  filter="drop-shadow(3px 3px 5px blue)"/>
  <circle cx="180" cy="50" r="30" fill="url(#planet3)" stroke="#ADFF2F" stroke-width="3"  filter="drop-shadow(3px 3px 5px green)"/>
  <ellipse cx="180" cy="57" rx="10" ry="7" fill="#fff"/>
  <circle cx="105" cy="65" r="10" fill="#FFFF00" opacity="0.8"/>

  <path d="M90,80 a1,1 0 0,0 20,0 a1,1 0 0,0 -20,0" fill="none" stroke="#8B4513" stroke-width="2"/>
  <path transform="rotate(30 155 120)" d="M130,110 a1,1 0 0,1 50,0" fill="none" stroke="lightblue" stroke-width="3"/>
</svg>
SVG by DeepSeek-R1-Distill-Llama-70B
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <!-- Background with subtle gradient -->
  <rect width="300" height="300" fill="url(#bgGradient)"/>
  
  <!-- Custom gradient definitions -->
  <defs>
    <linearGradient id="bgGradient" x1="0" y1="0" x2="300" y2="300">
      <stop offset="0" style="stop-color:#1a1a4a;stop-opacity:1" />
      <stop offset="1" style="stop-color:#4a1010;stop-opacity:1" />
    </linearGradient>
    
    <linearGradient id="coneGradient" x1="0" y1="0" x2="0" y2="150">
      <stop offset="0" style="stop-color:#d69b00;stop-opacity:1" />
      <stop offset="1" style="stop-color:#8b4500;stop-opacity:1" />
    </linearGradient>
    
    <linearGradient id="planet1Gradient" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0" style="stop-color:#6b3fdf;stop-opacity:1" />
      <stop offset="0.5" style="stop-color:#4b2e83;stop-opacity:1" />
      <stop offset="1" style="stop-color:#6b3fdf;stop-opacity:1" />
    </linearGradient>
    
    <linearGradient id="planet2Gradient" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0" style="stop-color:#ff6b35;stop-opacity:1" />
      <stop offset="0.5" style="stop-color:#ff8c00;stop-opacity:1" />
      <stop offset="1" style="stop-color:#ff6b35;stop-opacity:1" />
    </linearGradient>
    
    <linearGradient id="planet3Gradient" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0" style="stop-color:#2ecc71;stop-opacity:1" />
      <stop offset="0.5" style="stop-color:#27ae60;stop-opacity:1" />
      <stop offset="1" style="stop-color:#2ecc71;stop-opacity:1" />
    </linearGradient>
  </defs>

  <!-- Ice cream cone -->
  <path d="M150,240 L100,180 Q120,160 140,160 L160,160 Q180,160 200,180 L190,240 L150,240" fill="url(#coneGradient)"/>
  <path d="M140,160 Q150,155 160,160" fill="#f4d03f"/>
  
  <!-- Planet 1 (bottom) -->
  <circle cx="150" cy="100" r="40" fill="url(#planet1Gradient)"/>
  <circle cx="150" cy="100" r="35" fill="url(#planet1Gradient)"/>
  <circle cx="150" cy="100" r="30" fill="url(#planet1Gradient)"/>
  <circle cx="150" cy="100" r="25" fill="url(#planet1Gradient)"/>
  <circle cx="150" cy="100" r="20" fill="url(#planet1Gradient)"/>
  <circle cx="150" cy="100" r="15" fill="url(#planet1Gradient)"/>
  <circle cx="150" cy="100" r="10" fill="url(#planet1Gradient)"/>
  <circle cx="150" cy="100" r="5" fill="url(#planet1Gradient)"/>
  <circle cx="150" cy="100" r="2" fill="white"/>
  <circle cx="150" cy="100" r="1" fill="white"/>
  <circle cx="150" cy="100" r="0.5" fill="white"/>
  
  <!-- Planet 2 (middle) -->
  <circle cx="150" cy="70" r="30" fill="url(#planet2Gradient)"/>
  <circle cx="150" cy="70" r="25" fill="url(#planet2Gradient)"/>
  <circle cx="150" cy="70" r="20" fill="url(#planet2Gradient)"/>
  <circle cx="150" cy="70" r="15" fill="url(#planet2Gradient)"/>
  <circle cx="150" cy="70" r="10" fill="url(#planet2Gradient)"/>
  <circle cx="150" cy="70" r="5" fill="url(#planet2Gradient)"/>
  <circle cx="150" cy="70" r="2" fill="white"/>
  <circle cx="150" cy="70" r="1" fill="white"/>
  <circle cx="150" cy="70" r="0.5" fill="white"/>
  
  <!-- Planet 3 (top) -->
  <circle cx="150" cy="40" r="20" fill="url(#planet3Gradient)"/>
  <circle cx="150" cy="40" r="15" fill="url(#planet3Gradient)"/>
  <circle cx="150" cy="40" r="10" fill="url(#planet3Gradient)"/>
  <circle cx="150" cy="40" r="5" fill="url(#planet3Gradient)"/>
  <circle cx="150" cy="40" r="2" fill="white"/>
  <circle cx="150" cy="40" r="1" fill="white"/>
  <circle cx="150" cy="40" r="0.5" fill="white"/>
  
  <!-- Shadow effects -->
  <circle cx="150" cy="100" r="40" fill="rgba(0,0,0,0.2)"/>
  <circle cx="150" cy="70" r="30" fill="rgba(0,0,0,0.2)"/>
  <circle cx="150" cy="40" r="20" fill="rgba(0,0,0,0.2)"/>
  
  <!-- Decorative elements -->
  <path d="M0,150 Q150,200 300,150" fill="url(#planet1Gradient)"/>
  <path d="M0,150 Q150,250 300,150" fill="url(#planet2Gradient)"/>
  <path d="M0,150 Q150,300 300,150" fill="url(#planet3Gradient)"/>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Gemini Pro 1.5 Player 1

Judge's Analysis

    Player 1's image creatively represents the idea of planets as ice cream scoops by incorporating vibrant colors and distinct planetary-like features, adhering well to the surreal theme.

    The technical quality is strong with clear outlines and a visually appealing composition, making it more aligned with the prompt compared to Player 2's more abstract approach.

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
10
Player 2
36
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
3
Player 2
30
Ellipses

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

Player 1
2
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
4
Player 2
5
Groups

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

Player 1
Player 2

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
6
Player 2

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
18
Player 2
3

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
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
21
Player 2
15
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
4
Player 2
5
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