Back

SVG Drawing Match #2189

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Levitation tea party with floating teacups and pastries"

SVG by Qwen-2.5-32B
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0" stop-color="#87CEFA"/>
      <stop offset="1" stop-color="#E0FFFF"/>
    </linearGradient>
    <radialGradient id="cloudGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0" stop-color="#FFFFFF"/>
      <stop offset="1" stop-color="#F5F5F5"/>
    </radialGradient>
    <pattern id="pattern" patternUnits="userSpaceOnUse" width="10" height="10">
      <circle cx="5" cy="5" r="3" fill="#FFD700"/>
    </pattern>
  </defs>
  <rect width="100%" height="100%" fill="url(#skyGradient)"/>
  <g>
    <circle cx="150" cy="50" r="40" fill="url(#cloudGradient)"/>
    <circle cx="100" cy="80" r="30" fill="url(#cloudGradient)"/>
    <circle cx="200" cy="80" r="30" fill="url(#cloudGradient)"/>
  </g>
  <g transform="translate(150,150)">
    <circle cx="0" cy="0" r="20" fill="#FFFFFF" stroke="#000000" stroke-width="2"/>
    <circle cx="0" cy="0" r="15" fill="#F0E68C"/>
    <path d="M-10 25 L10 25 L10 40 L-10 40 Z" fill="#FFFFFF"/>
    <path d="M-10 25 L10 25 L10 40 L-10 40 Z" fill="url(#pattern)" transform="translate(0,5)"/>
  </g>
  <g transform="translate(50,100)">
    <circle cx="0" cy="0" r="20" fill="#FFFFFF" stroke="#000000" stroke-width="2"/>
    <circle cx="0" cy="0" r="15" fill="#F0E68C"/>
    <path d="M-10 25 L10 25 L10 40 L-10 40 Z" fill="#FFFFFF"/>
    <path d="M-10 25 L10 25 L10 40 L-10 40 Z" fill="url(#pattern)" transform="translate(0,5)"/>
  </g>
  <g transform="translate(250,120)">
    <circle cx="0" cy="0" r="20" fill="#FFFFFF" stroke="#000000" stroke-width="2"/>
    <circle cx="0" cy="0" r="15" fill="#F0E68C"/>
    <path d="M-10 25 L10 25 L10 40 L-10 40 Z" fill="#FFFFFF"/>
    <path d="M-10 25 L10 25 L10 40 L-10 40 Z" fill="url(#pattern)" transform="translate(0,5)"/>
  </g>
  <g transform="translate(100,200)">
    <circle cx="0" cy="0" r="20" fill="#FFFFFF" stroke="#000000" stroke-width="2"/>
    <circle cx="0" cy="0" r="15" fill="#F0E68C"/>
    <path d="M-10 25 L10 25 L10 40 L-10 40 Z" fill="#FFFFFF"/>
    <path d="M-10 25 L10 25 L10 40 L-10 40 Z" fill="url(#pattern)" transform="translate(0,5)"/>
  </g>
  <g transform="translate(200,180)">
    <circle cx="0" cy="0" r="20" fill="#FFFFFF" stroke="#000000" stroke-width="2"/>
    <circle cx="0" cy="0" r="15" fill="#F0E68C"/>
    <path d="M-10 25 L10 25 L10 40 L-10 40 Z" fill="#FFFFFF"/>
    <path d="M-10 25 L10 25 L10 40 L-10 40 Z" fill="url(#pattern)" transform="translate(0,5)"/>
  </g>
  <g transform="translate(50,180)">
    <circle cx="0" cy="0" r="20" fill="#FFFFFF" stroke="#000000" stroke-width="2"/>
    <circle cx="0" cy="0" r="15" fill="#F0E68C"/>
    <path d="M-10 25 L10 25 L10 40 L-10 40 Z" fill="#FFFFFF"/>
    <path d="M-10 25 L10 25 L10 40 L-10 40 Z" fill="url(#pattern)" transform="translate(0,5)"/>
  </g>
  <g transform="translate(180,150)">
    <circle cx="0" cy="0" r="20" fill="#FFFFFF" stroke="#000000" stroke-width="2"/>
    <circle cx="0" cy="0" r="15" fill="#F0E68C"/>
    <path d="M-10 25 L10 25 L10 40 L-10 40 Z" fill="#FFFFFF"/>
    <path d="M-10 25 L10 25 L10 40 L-10 40 Z" fill="url(#pattern)" transform="translate(0,5)"/>
  </g>
  <g transform="translate(100,120)">
    <circle cx="0" cy="0" r="20" fill="#FFFFFF" stroke="#000000" stroke-width="2"/>
    <circle cx="0" cy="0" r="15" fill="#F0E68C"/>
    <path d="M-10 25 L10 25 L10 40 L-10 40 Z" fill="#FFFFFF"/>
    <path d="M-10 25 L10 25 L10 40 L-10 40 Z" fill="url(#pattern)" transform="translate(0,5)"/>
  </g>
  <g transform="translate(200,140)">
    <circle cx="0" cy="0" r="20" fill="#FFFFFF" stroke="#000000" stroke-width="2"/>
    <circle cx="0" cy="0" r="15" fill="#F0E68C"/>
    <path d="M-10 25 L10 25 L10 40 L-10 40 Z" fill="#FFFFFF"/>
    <path d="M-10 25 L10 25 L10 40 L-10 40 Z" fill="url(#pattern)" transform="translate(0,5)"/>
  </g>
</svg>
SVG by DeepSeek-R1-Distill-Llama-70B
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <!-- Background with gradient and subtle pattern -->
  <defs>
    <radialGradient id="bgGradient" cx="150" cy="150" r="150" fx="150" fy="150">
      <stop offset="0" style="stop-color:#6b2e6e;stop-opacity:1" />
      <stop offset="1" style="stop-color:#a444e8;stop-opacity:1" />
    </radialGradient>
    
    <filter id="shadow">
      <feDropShadow dx="0" dy="5" stdDeviation="2" flood-color="rgba(0,0,0,0.3)"/>
    </filter>
    
    <path id="steamPath" d="M50,100 Q60,80 70,100 80,120 90,100 100,80 110,100 120,120 130,100 140,80 150,100"/>
  </defs>

  <rect width="300" height="300" fill="url(#bgGradient)"/>

  <!-- Floating teacups -->
  <g transform="translate(100,100)">
    <!-- Teacup 1 -->
    <g transform="translate(-50,0)" filter="url(#shadow)">
      <path d="M0,0 a20,20 0 1,0 40,0 a20,20 0 1,0 -40,0 M20,20 l-10,-10 l10,-10 l-10,10 l-10,-10 l10,10 l10,-10" fill="#ffffff" stroke="#ffffff" stroke-width="2"/>
      <ellipse cx="20" cy="30" rx="15" ry="10" fill="url(#bgGradient)" stroke="#ffffff" stroke-width="1"/>
    </g>

    <!-- Teacup 2 -->
    <g transform="translate(50,0)" filter="url(#shadow)">
      <path d="M0,0 a20,20 0 1,0 40,0 a20,20 0 1,0 -40,0 M20,20 l-10,-10 l10,-10 l-10,10 l-10,-10 l10,10 l10,-10" fill="#ffffff" stroke="#ffffff" stroke-width="2"/>
      <ellipse cx="20" cy="30" rx="15" ry="10" fill="#ffc6c6" stroke="#ffffff" stroke-width="1"/>
    </g>

    <!-- Floating pastry -->
    <g transform="translate(0, -50)" filter="url(#shadow)">
      <circle cx="20" cy="20" r="15" fill="#ffe0e0" stroke="#ffffff" stroke-width="2"/>
      <rect x="10" y="35" width="20" height="10" fill="#ff9999" rx="2"/>
      <path d="M15,35 l5,-5 l5,5 l-5,5 l-5,-5" fill="#ff9999"/>
    </g>
  </g>

  <!-- Animated steam -->
  <path d="M100,100" stroke="#ffffff" stroke-width="2" fill="none">
    <animate attributeName="d" from="M100,100" to="M100,50" dur="2s" repeatCount="indefinite"/>
  </path>

  <!-- Floating spoon -->
  <path d="M200,200 Q220,180 230,200 240,220 230,240 220,260 200,240 180,260 190,240 180,220 190,200" fill="#ffffff" stroke="#ffffff" stroke-width="2"/>

  <!-- Additional floating elements -->
  <g transform="translate(150,150)" filter="url(#shadow)">
    <circle cx="0" cy="0" r="10" fill="#ffb3ba"/>
    <circle cx="30" cy="0" r="10" fill="#ff9999"/>
    <circle cx="15" cy="20" r="10" fill="#ffe0e0"/>
  </g>

  <!-- Steam animation -->
  <path id="steam" d="M100,100" stroke="#ffffff" stroke-width="2" fill="none">
    <animatePath xlink:href="#steamPath" dur="3s" repeatCount="indefinite"/>
  </path>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Qwen-2.5-32B Player 1

Judge's Analysis

    Player 1's submission effectively depicts a levitation tea party with floating elements, using a clear sky background and arranged teacups that suggest a sense of whimsy and movement.

    The technical quality and adherence to the prompt are strong.

    Player 2's image could not be evaluated due to an error in loading the SVG.

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
41
Player 2
15
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
22
Player 2
4
Ellipses

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

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

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

Player 1
10
Player 2
5

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
9
Player 2
8

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
7
Player 2
5

Interactivity Metrics

Animations

The number of animation elements (animate, animateMotion, animateTransform, set) in the SVG.

Player 1
Player 2
1
Elements with Transform

The number of elements with transform attributes in the SVG.

Player 1
18
Player 2
5

Complexity Metrics

Path Commands

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

Player 1
90
Player 2
31
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
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