Back

SVG Drawing Match #1968

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Alien tea party in zero gravity"

SVG by GPT-4o (2024-11-20)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="spaceGradient" cx="0.5" cy="0.5" r="0.5" fx="0.25" fy="0.25">
      <stop offset="0%" style="stop-color:rgb(15,10,30);stop-opacity:1" />
      <stop offset="100%" style="stop-color:rgb(0,0,0);stop-opacity:1" />
    </radialGradient>
    <linearGradient id="alienBodyGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:rgb(144,238,144);stop-opacity:1" />
      <stop offset="100%" style="stop-color:rgb(34,139,34);stop-opacity:1" />
    </linearGradient>
    <radialGradient id="teacupGradient" cx="0.5" cy="0.5" r="0.5" fx="0.5" fy="0.5">
      <stop offset="0%" style="stop-color:rgb(255,223,196);stop-opacity:1" />
      <stop offset="100%" style="stop-color:rgb(255,165,0);stop-opacity:1" />
    </radialGradient>
  </defs>
  <rect width="100%" height="100%" fill="url(#spaceGradient)" />
  <!-- Alien 1 -->
  <ellipse cx="80" cy="100" rx="30" ry="40" fill="url(#alienBodyGradient)" />
  <circle cx="70" cy="90" r="5" fill="white" />
  <circle cx="90" cy="90" r="5" fill="white" />
  <ellipse cx="80" cy="113" rx="12" ry="8" fill="#2E8B57" />
  <!-- Alien 2 -->
  <ellipse cx="220" cy="200" rx="30" ry="40" fill="url(#alienBodyGradient)" />
  <circle cx="210" cy="190" r="5" fill="white" />
  <circle cx="230" cy="190" r="5" fill="white" />
  <ellipse cx="220" cy="213" rx="12" ry="8" fill="#2E8B57" />
  <!-- Floating Table -->
  <ellipse cx="150" cy="150" rx="80" ry="20" fill="#8B4513" />
  <ellipse cx="150" cy="142" rx="85" ry="15" fill="rgba(139,69,19,0.5)" />
  <!-- Tea cups -->
  <ellipse cx="110" cy="140" rx="10" ry="4" fill="url(#teacupGradient)" />
  <path d="M100 140 Q110 130 120 140" fill="url(#teacupGradient)" />
  <ellipse cx="190" cy="160" rx="10" ry="4" fill="url(#teacupGradient)" />
  <path d="M180 160 Q190 150 200 160" fill="url(#teacupGradient)" />
  <!-- Floating tea drops -->
  <circle cx="130" cy="120" r="3" fill="#D2691E" />
  <circle cx="135" cy="110" r="3" fill="#D2691E" />
  <circle cx="170" cy="130" r="3" fill="#D2691E" />
  <circle cx="175" cy="120" r="3" fill="#D2691E" />
  <!-- Starry background -->
  <circle cx="60" cy="40" r="2" fill="#FFFFFF" />
  <circle cx="250" cy="80" r="2" fill="#FFFFFF" />
  <circle cx="200" cy="30" r="2" fill="#FFFFFF" />
  <circle cx="270" cy="250" r="2" fill="#FFFFFF" />
  <circle cx="50" cy="250" r="2" fill="#FFFFFF" />
</svg>
SVG by o3-mini high (2025-01-31)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <!-- Cosmic Background Gradient -->
    <radialGradient id="bgGradient" cx="50%" cy="50%" r="75%">
      <stop offset="0%" stop-color="#2c3e50" />
      <stop offset="100%" stop-color="#000000" />
    </radialGradient>
    <!-- Teapot Gradient -->
    <linearGradient id="teapotGrad" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" stop-color="#ff6f61" />
      <stop offset="100%" stop-color="#ff9a8d" />
    </linearGradient>
    <!-- Cup Gradient -->
    <linearGradient id="cupGrad" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#a29bfe" />
      <stop offset="100%" stop-color="#6c5ce7" />
    </linearGradient>
    <!-- Alien Skin Gradient -->
    <radialGradient id="alienGrad" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#55efc4" />
      <stop offset="100%" stop-color="#00b894" />
    </radialGradient>
    <!-- Star Pattern for a Sparkly Touch -->
    <pattern id="starPattern" patternUnits="userSpaceOnUse" width="10" height="10">
      <circle cx="1" cy="1" r="0.5" fill="#ffffff" />
    </pattern>
    <!-- Steam Gradient -->
    <linearGradient id="steamGrad" gradientUnits="objectBoundingBox" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="white" stop-opacity="1" />
      <stop offset="100%" stop-color="white" stop-opacity="0" />
    </linearGradient>
  </defs>
  <!-- Background -->
  <rect x="0" y="0" width="300" height="300" fill="url(#bgGradient)" />
  <rect x="0" y="0" width="300" height="300" fill="url(#starPattern)" opacity="0.1" />
  
  <!-- Floating Teapot in Zero Gravity -->
  <g id="teapot" transform="translate(150,150) rotate(-10)">
    <path d="M-30,0 Q-50,-10 -40,-30 Q-20,-40 0,-35 Q20,-40 40,-30 Q50,-10 30,0 Z" fill="url(#teapotGrad)" stroke="#ffffff" stroke-width="1"/>
    <!-- Teapot spout -->
    <path d="M30,0 Q45,5 40,15" fill="none" stroke="#ffffff" stroke-width="2"/>
    <!-- Teapot handle -->
    <path d="M-30,0 Q-45,-5 -40,-15" fill="none" stroke="#ffffff" stroke-width="2"/>
    <!-- A zero-gravity tea stream -->
    <path d="M0,-35 C-5,-60 5,-60 0,-85" fill="none" stroke="#fffa65" stroke-width="1.5" stroke-dasharray="3,3"/>
  </g>
  
  <!-- Floating Tea Cups -->
  <g id="teaCups">
    <g transform="translate(60,80)">
      <ellipse cx="0" cy="0" rx="12" ry="8" fill="url(#cupGrad)" stroke="#fff" stroke-width="1"/>
      <path d="M-8,0 Q0,-6 8,0" fill="none" stroke="#fff" stroke-width="1"/>
    </g>
    <g transform="translate(240,50) rotate(15)">
      <ellipse cx="0" cy="0" rx="10" ry="7" fill="url(#cupGrad)" stroke="#fff" stroke-width="1"/>
      <path d="M-7,0 Q0,-5 7,0" fill="none" stroke="#fff" stroke-width="1"/>
    </g>
    <g transform="translate(80,230) rotate(-20)">
      <ellipse cx="0" cy="0" rx="11" ry="7" fill="url(#cupGrad)" stroke="#fff" stroke-width="1"/>
      <path d="M-7,0 Q0,-5 7,0" fill="none" stroke="#fff" stroke-width="1"/>
    </g>
  </g>
  
  <!-- Alien Guests: Floating in Zero Gravity -->
  <g id="aliens">
    <!-- Alien 1 -->
    <g transform="translate(100,50)">
      <circle cx="0" cy="0" r="12" fill="url(#alienGrad)" stroke="#fff" stroke-width="1"/>
      <ellipse cx="-4" cy="-4" rx="2" ry="3" fill="#fff"/>
      <ellipse cx="4" cy="-4" rx="2" ry="3" fill="#fff"/>
      <path d="M-4,3 Q0,7 4,3" fill="none" stroke="#fff" stroke-width="1"/>
    </g>
    <!-- Alien 2 -->
    <g transform="translate(220,220)">
      <circle cx="0" cy="0" r="15" fill="url(#alienGrad)" stroke="#fff" stroke-width="1"/>
      <ellipse cx="-5" cy="-5" rx="2" ry="3" fill="#fff"/>
      <ellipse cx="5" cy="-5" rx="2" ry="3" fill="#fff"/>
      <path d="M-5,5 Q0,10 5,5" fill="none" stroke="#fff" stroke-width="1"/>
      <!-- Antenna -->
      <line x1="0" y1="-15" x2="0" y2="-25" stroke="#fff" stroke-width="1"/>
      <circle cx="0" cy="-27" r="2" fill="#fff"/>
    </g>
    <!-- Alien 3 -->
    <g transform="translate(200,100) rotate(20)">
      <ellipse cx="0" cy="0" rx="14" ry="10" fill="url(#alienGrad)" stroke="#fff" stroke-width="1"/>
      <circle cx="-4" cy="-3" r="2" fill="#fff"/>
      <circle cx="4" cy="-3" r="2" fill="#fff"/>
      <path d="M-4,3 Q0,6 4,3" fill="none" stroke="#fff" stroke-width="1"/>
      <line x1="0" y1="10" x2="0" y2="20" stroke="#fff" stroke-width="1"/>
      <circle cx="0" cy="22" r="2" fill="#fff"/>
    </g>
  </g>
  
  <!-- Accents: Floating Tea Leaves -->
  <g id="teaLeaves">
    <path d="M250,150 Q255,145 260,150 Q255,155 250,150" fill="#7bed9f" />
    <path d="M30,250 Q35,245 40,250 Q35,255 30,250" fill="#7bed9f" />
  </g>
  
  <!-- Zero-Gravity Steam from the Cups -->
  <g id="steam">
    <path d="M60,80 Q58,70 62,65" fill="none" stroke="url(#steamGrad)" stroke-width="1.2"/>
    <path d="M240,50 Q238,40 242,35" fill="none" stroke="url(#steamGrad)" stroke-width="1.2"/>
    <path d="M80,230 Q78,220 82,215" fill="none" stroke="url(#steamGrad)" stroke-width="1.2"/>
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is O3-mini high (2025-01-31) Player 2

Judge's Analysis

    Player 2's submission captures the theme of an 'Alien tea party in zero gravity' more effectively.

    The image features multiple smiling aliens and floating tea cups, enhancing the concept of a whimsical gathering in space.

    The composition is lively and engaging, with better technical execution and visual appeal compared to Player 1's simpler depiction.

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
24
Player 2
34
Rectangles

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

Player 1
1
Player 2
2
Circles

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

Player 1
13
Player 2
7
Ellipses

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

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

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

Player 1
2
Player 2
15
Groups

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

Player 1
Player 2
11

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

The number of elements with stroke attributes in the SVG.

Player 1
Player 2
21

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
5
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
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
4
Player 2
36
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
3
Player 2
6
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