Back

SVG Drawing Match #2266

May 09, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A bird wearing a crown perched on a melting ice cream cone."

SVG by GPT-4o (2024-11-20)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="iceCreamGradient" cx="50%" cy="0%" r="75%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="#FF5EB4" />
      <stop offset="100%" stop-color="#FF9B51" />
    </radialGradient>
    <linearGradient id="coneGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#F2C866" />
      <stop offset="100%" stop-color="#DB8F3F" />
    </linearGradient>
    <linearGradient id="birdGradient" x1="50%" y1="0%" x2="50%" y2="100%">
      <stop offset="0%" stop-color="#62B6EA" />
      <stop offset="100%" stop-color="#377BB5" />
    </linearGradient>
    <linearGradient id="crownGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#FFD700" />
      <stop offset="100%" stop-color="#FFC000" />
    </linearGradient>
    <pattern id="chocoDrip" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
      <circle cx="5" cy="5" r="3" fill="#8B4513" />
    </pattern>
  </defs>
  <!-- Ice Cream Cone -->
  <polygon points="140,150 160,150 180,300 120,300" fill="url(#coneGradient)" />
  <path d="M140 150 C120 180, 180 180, 160 150 Z" fill="url(#iceCreamGradient)" />
  
  <!-- Dripping Ice Cream -->
  <path d="M140 150 C130 170, 150 190, 120 190 C150 190, 170 170, 160 150 Z" fill="url(#iceCreamGradient)" />
  <circle cx="130" cy="180" r="6" fill="url(#iceCreamGradient)" />
  <circle cx="150" cy="185" r="4" fill="url(#iceCreamGradient)" />
  
  <!-- Bird Body -->
  <ellipse cx="140" cy="110" rx="40" ry="30" fill="url(#birdGradient)" />
  <circle cx="140" cy="80" r="20" fill="url(#birdGradient)" />
  <ellipse cx="145" cy="75" rx="3" ry="5" fill="#FFF" />
  <path d="M155 80 L170 90 L155 100 Z" fill="#FBAB7E" />
  
  <!-- Bird Wing -->
  <path d="M110 110 C80 100, 80 130, 110 125 Z" fill="url(#birdGradient)" />
  
  <!-- Bird Crown -->
  <path d="M130 50 L135 65 L140 50 L145 65 L150 50 Z" fill="url(#crownGradient)" />
  <circle cx="130" cy="47" r="3" fill="#FFD700" />
  <circle cx="140" cy="47" r="3" fill="#FFD700" />
  <circle cx="150" cy="47" r="3" fill="#FFD700" />
  
  <!-- Chocolate Drip -->
  <path d="M140 150 C130 140, 150 140, 160 150 Z" fill="url(#chocoDrip)" />
</svg>
SVG by o4-mini high (2025-04-16)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <linearGradient id="bgGrad" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#FFF9E6"/>
      <stop offset="100%" stop-color="#FFDFAF"/>
    </linearGradient>
    <radialGradient id="iceGrad" cx="50%" cy="30%" r="50%">
      <stop offset="0%" stop-color="#FFB3C1"/>
      <stop offset="100%" stop-color="#E682B0"/>
    </radialGradient>
    <pattern id="conePattern" patternUnits="userSpaceOnUse" width="10" height="10" patternTransform="rotate(45)">
      <rect width="10" height="10" fill="#E2A965"/>
      <path d="M0,0 L0,10" stroke="#C39250" stroke-width="2"/>
    </pattern>
    <radialGradient id="birdGrad" cx="50%" cy="30%" r="50%">
      <stop offset="0%" stop-color="#A3E4F8"/>
      <stop offset="100%" stop-color="#639DC1"/>
    </radialGradient>
    <filter id="shadow" x="-50%" y="-50%" width="200%" height="200%">
      <feDropShadow dx="0" dy="2" stdDeviation="2" flood-color="#000" flood-opacity="0.3"/>
    </filter>
  </defs>
  <rect width="300" height="300" fill="url(#bgGrad)"/>
  <ellipse cx="150" cy="130" rx="80" ry="60" fill="url(#iceGrad)" filter="url(#shadow)"/>
  <path d="M100,137 c0,20 12,20 12,0 v-10 c0,-8 -12,-8 -12,0 Z" fill="url(#iceGrad)" fill-opacity="0.9"/>
  <path d="M140,140 c0,25 14,25 14,0 v-12 c0,-9 -14,-9 -14,0 Z" fill="url(#iceGrad)" fill-opacity="0.9"/>
  <path d="M180,137 c0,18 10,18 10,0 v-8 c0,-6 -10,-6 -10,0 Z" fill="url(#iceGrad)" fill-opacity="0.9"/>
  <path d="M220,142 c0,22 13,22 13,0 v-11 c0,-8 -13,-8 -13,0 Z" fill="url(#iceGrad)" fill-opacity="0.9"/>
  <path d="M70,130 L230,130 L150,260 Z" fill="url(#conePattern)" stroke="#C39250" stroke-width="2"/>
  <g transform="translate(150,80) scale(0.9)">
    <ellipse cx="0" cy="20" rx="18" ry="25" fill="url(#birdGrad)" filter="url(#shadow)"/>
    <circle cx="0" cy="0" r="12" fill="url(#birdGrad)" filter="url(#shadow)"/>
    <polygon points="-8,-12 -5,-22 -2,-12 2,-22 5,-12" fill="#F1C40F" stroke="#D4AC0D" stroke-width="1"/>
    <rect x="-6" y="-12" width="12" height="4" fill="#F7DC6F" stroke="#D4AC0D" stroke-width="1"/>
    <polygon points="0,2 12,6 0,10" fill="#F39C12" stroke="#D35400" stroke-width="1"/>
    <circle cx="-5" cy="-3" r="2" fill="#000"/>
    <path d="M0,20 c12,-8 18,4 0,16" fill="#82CAFA"/>
    <path d="M-18,25 c-10,0 -15,12 0,15" fill="url(#birdGrad)"/>
    <line x1="-6" y1="45" x2="-6" y2="55" stroke="#555" stroke-width="2" stroke-linecap="round"/>
    <line x1="6" y1="45" x2="6" y2="55" stroke="#555" stroke-width="2" stroke-linecap="round"/>
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is O4-mini high (2025-04-16) Player 2

Judge's Analysis

    Player 2's submission demonstrates superior technical quality and a stronger sense of composition with the bird clearly perched atop an ice cream cone.

    The melting effect is more evident, and the background adds visual appeal.

    Player 1's submission, while creative, is less detailed and lacks compositional clarity.

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
16
Player 2
19
Rectangles

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

Player 1
Player 2
3
Circles

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

Player 1
7
Player 2
2
Ellipses

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

Player 1
2
Player 2
2
Lines

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

Player 1
Player 2
2
Polygons

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

Player 1
1
Player 2
2
Paths

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

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

The number of elements with stroke attributes in the SVG.

Player 1
Player 2
7

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
11
Player 2
16

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
1

Complexity Metrics

Path Commands

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

Player 1
23
Player 2
30
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
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.