Back

SVG Drawing Match #2061

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Dreamy elephant balancing stars with its trunk on a tightrope"

SVG by o1-mini (2024-09-12)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <linearGradient id="bgGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#2c3e50"/>
      <stop offset="100%" stop-color="#8e44ad"/>
    </linearGradient>
    <linearGradient id="elephantGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#bdc3c7"/>
      <stop offset="100%" stop-color="#7f8c8d"/>
    </linearGradient>
    <radialGradient id="starGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#fffacd" />
      <stop offset="100%" stop-color="#ffd700" />
    </radialGradient>
    <pattern id="tightropePattern" patternUnits="userSpaceOnUse" width="10" height="10">
      <line x1="0" y1="0" x2="10" y2="10" stroke="#ffffff" stroke-width="1"/>
    </pattern>
    <filter id="glow">
      <feGaussianBlur stdDeviation="2.5" result="coloredBlur"/>
      <feMerge>
        <feMergeNode in="coloredBlur"/>
        <feMergeNode in="coloredBlur"/>
        <feMergeNode in="coloredBlur"/>
        <feMergeNode in="SourceGraphic"/>
      </feMerge>
    </filter>
  </defs>
  
  <!-- Background -->
  <rect width="300" height="300" fill="url(#bgGradient)" />
  
  <!-- Stars in background -->
  <g filter="url(#glow)">
    <circle cx="50" cy="60" r="2" fill="url(#starGradient)" />
    <circle cx="120" cy="80" r="1.5" fill="url(#starGradient)" />
    <circle cx="200" cy="40" r="2.5" fill="url(#starGradient)" />
    <circle cx="250" cy="70" r="1.8" fill="url(#starGradient)" />
    <circle cx="180" cy="120" r="2.2" fill="url(#starGradient)" />
    <circle cx="220" cy="150" r="1.7" fill="url(#starGradient)" />
    <circle cx="80" cy="200" r="2" fill="url(#starGradient)" />
  </g>
  
  <!-- Tightrope -->
  <line x1="50" y1="220" x2="250" y2="220" stroke="url(#tightropePattern)" stroke-width="2" />
  
  <!-- Elephant -->
  <g transform="translate(150, 220)">
    <!-- Body -->
    <ellipse cx="0" cy="0" rx="40" ry="25" fill="url(#elephantGradient)" stroke="#34495e" stroke-width="2"/>
    <!-- Head -->
    <circle cx="30" cy="-10" r="15" fill="url(#elephantGradient)" stroke="#34495e" stroke-width="2"/>
    <!-- Ears -->
    <ellipse cx="15" cy="-15" rx="10" ry="15" fill="url(#elephantGradient)" stroke="#34495e" stroke-width="1.5"/>
    <ellipse cx="15" cy="-15" rx="10" ry="15" fill="url(#elephantGradient)" stroke="#34495e" stroke-width="1.5" transform="scale(-1,1)" />
    <!-- Trunk -->
    <path d="M30,-10 Q45,0 30,20" stroke="url(#elephantGradient)" stroke-width="4" fill="none"/>
    <!-- Tail -->
    <path d="M-40,0 Q-45,5 -40,10" stroke="url(#elephantGradient)" stroke-width="2" fill="none"/>
    <!-- Eyes -->
    <circle cx="35" cy="-15" r="2" fill="#2c3e50"/>
    
    <!-- Stars held by trunk -->
    <g transform="translate(30,15)">
      <circle cx="0" cy="0" r="4" fill="url(#starGradient)" filter="url(#glow)"/>
      <circle cx="-10" cy="-5" r="3" fill="url(#starGradient)" filter="url(#glow)"/>
      <circle cx="10" cy="-5" r="3" fill="url(#starGradient)" filter="url(#glow)"/>
      <circle cx="0" cy="-8" r="2.5" fill="url(#starGradient)" filter="url(#glow)"/>
    </g>
  </g>
  
  <!-- Additional details: sparkles -->
  <g filter="url(#glow)">
    <circle cx="150" cy="30" r="3" fill="white" />
    <circle cx="90" cy="190" r="1.5" fill="white" />
    <circle cx="210" cy="160" r="2" fill="white" />
    <circle cx="130" cy="250" r="1.8" fill="white" />
    <circle cx="270" cy="100" r="2.2" fill="white" />
  </g>
</svg>
SVG by Qwen-2.5-32B
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <linearGradient id="eleGradient" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="#4a90e2"/>
      <stop offset="100%" stop-color="#f2b134"/>
    </linearGradient>
    <linearGradient id="starGradient" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="#ffcc00"/>
      <stop offset="100%" stop-color="#ffffff"/>
    </linearGradient>
  </defs>
  <rect width="300" height="300" fill="#000000"/>
  <path d="M150 200 c50,0 100,0 100,100 0,100 -100,100 -100,100 -100,0 -100,-100 -100,-100 0,-100 50,0 100,0 z" fill="url(#eleGradient)" stroke="#000000" stroke-width="2"/>
  <circle cx="150" cy="170" r="30" fill="#ffffff" stroke="#000000" stroke-width="2"/>
  <circle cx="175" cy="160" r="10" fill="#000000"/>
  <circle cx="125" cy="160" r="10" fill="#000000"/>
  <path d="M150 220 c-50,0 -50,50 0,50 50,0 50,-50 0,-50 z" fill="#ffffff" stroke="#000000" stroke-width="2"/>
  <path d="M150 270 l0,50" stroke="#ffffff" stroke-width="5"/>
  <circle cx="150" cy="320" r="10" fill="#ffffff" stroke="#000000" stroke-width="2"/>
  <circle cx="140" cy="290" r="5" fill="url(#starGradient)" stroke="#ffcc00" stroke-width="1"/>
  <circle cx="160" cy="290" r="5" fill="url(#starGradient)" stroke="#ffcc00" stroke-width="1"/>
  <circle cx="150" cy="280" r="5" fill="url(#starGradient)" stroke="#ffcc00" stroke-width="1"/>
  <path d="M50 200 Q150 150 250 200" stroke="#ffffff" stroke-width="5" fill="none"/>
  <circle cx="100" cy="160" r="10" fill="url(#starGradient)" stroke="#ffcc00" stroke-width="1"/>
  <circle cx="200" cy="160" r="10" fill="url(#starGradient)" stroke="#ffcc00" stroke-width="1"/>
</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 image creatively captures the whimsical aspect of the prompt with an elephant seemingly floating on a tightrope, surrounded by stars.

    The dreamy gradient background enhances the ethereal quality.

    Player 2's submission, while abstract, lacks clarity in depicting the elephant or the act of balancing stars, making it less aligned with the prompt.

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
26
Player 2
14
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
18
Player 2
9
Ellipses

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

Player 1
3
Player 2
Lines

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

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

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

Player 1
4
Player 2

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
8
Player 2
11

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
8
Player 2
5

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
3
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
4
Player 2
10
Max Group Nesting

The maximum nesting level of group elements (g) in the SVG.

Player 1
1
Player 2
Defs Elements

The number of elements defined within the defs element in the SVG.

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