Back

SVG Drawing Match #2049

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Wombats in top hats playing miniature violins under a glowing full moon"

SVG by DeepSeek-R1-Distill-Llama-70B
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <!-- Night sky background -->
  <defs>
    <radialGradient id="nightSky" cx="150" cy="150" r="150" fx="150" fy="150">
      <stop offset="0" style="stop-color:#1a3e6b;stop-opacity:1"/>
      <stop offset="1" style="stop-color:#0a1929;stop-opacity:1"/>
    </radialGradient>
    
    <filter id="glow">
      <feGaussianBlur stdDeviation="4" result="glow"/>
      <feMerge>
        <feMergeNode in="glow"/>
        <feMergeNode in="SourceGraphic"/>
      </feMerge>
    </filter>
    
    <path id="wombat" d="M50 100c0-10-5-18-15-25-5-4-10-6-15-6-5 0-10 2-15 6-5 7-5 15 0 20 5 4 10 6 15 6s10-2 15-6c5-7 5-15 0-20-5-4-10-6-15-6zm-30-30c-5 0-10 2-15 6-5 7-5 15 0 20 5 4 10 6 15 6s10-2 15-6c5-7 5-15 0-20-5-4-10-6-15-6z"/>
    
    <linearGradient id="grass" x1="0" y1="200" x2="300" y2="200" gradientUnits="userSpaceOnUse">
      <stop offset="0" style="stop-color:#2d5a27;stop-opacity:1"/>
      <stop offset="1" style="stop-color:#1a3a1a;stop-opacity:1"/>
    </linearGradient>
  </defs>

  <!-- Background -->
  <rect width="300" height="300" fill="url(#nightSky)"/>
  
  <!-- Moon -->
  <circle cx="240" cy="100" r="50" fill="url(#gradient-1)" filter="url(#glow)"/>
  <linearGradient id="gradient-1" x1="240" y1="50" x2="240" y2="150" gradientUnits="userSpaceOnUse">
    <stop offset="0" style="stop-color:#f8d5bf;stop-opacity:1"/>
    <stop offset="1" style="stop-color:#f5ab3c;stop-opacity:1"/>
  </linearGradient>

  <!-- Grass -->
  <rect x="0" y="200" width="300" height="100" fill="url(#grass)"/>

  <!-- Wombats and violins -->
  <g transform="translate(100,220)">
    <!-- Wombat 1 -->
    <use href="#wombat" fill="#b1886f" transform="scale(0.8)"/>
    <path d="M60 110c0-5 3-10 10-10s10 5 10 10-3 10-10 10-10-5-10-10zm-20-10c0-5-5-10-10-10-5 0-10 5-10 10 0 5 5 10 10 10s10-5 10-10-5-10-10-10z" fill="#4a2b1b"/>
    <path d="M50 130q-2 0 -4 1l-10 5v20l5 1q2 0 4-1l10-5v-20l-5-1zm-10-20l5 1q2 0 4 1l10 5v20l-5 1q-2 0-4-1l-10-5v-20zM60 130l-5-1q-2 0-4-1l-10-5v-20l5-1q2 0 4 1l10 5v20z" fill="#8b4513"/>
  </g>

  <g transform="translate(180,220)">
    <!-- Wombat 2 -->
    <use href="#wombat" fill="#b1886f" transform="scale(0.8)"/>
    <path d="M60 110c0-5 3-10 10-10s10 5 10 10-3 10-10 10-10-5-10-10zm-20-10c0-5-5-10-10-10-5 0-10 5-10 10 0 5 5 10 10 10s10-5 10-10-5-10-10-10z" fill="#4a2b1b"/>
    <path d="M50 130q-2 0 -4 1l-10 5v20l5 1q2 0 4-1l10-5v-20l-5-1zm-10-20l5 1q2 0 4 1l10 5v20l-5 1q-2 0-4-1l-10-5v-20zM60 130l-5-1q-2 0-4-1l-10-5v-20l5-1q2 0 4 1l10 5v20z" fill="#8b4513"/>
  </g>

  <g transform="translate(220,200)">
    <!-- Wombat 3 -->
    <use href="#wombat" fill="#b1886f" transform="scale(0.8)"/>
    <path d="M60 110c0-5 3-10 10-10s10 5 10 10-3 10-10 10-10-5-10-10zm-20-10c0-5-5-10-10-10-5 0-10 5-10 10 0 5 5 10 10 10s10-5 10-10-5-10-10-10z" fill="#4a2b1b"/>
    <path d="M50 130q-2 0 -4 1l-10 5v20l5 1q2 0 4-1l10-5v-20l-5-1zm-10-20l5 1q2 0 4 1l10 5v20l-5 1q-2 0-4-1l-10-5v-20zM60 130l-5-1q-2 0-4-1l-10-5v-20l5-1q2 0 4 1l10 5v20z" fill="#8b4513"/>
  </g>

  <!-- Trees -->
  <path d="M50 150l10 50h20l10-50h-20z" fill="#1a3a1a"/>
  <path d="M250 150l10 50h-20l10-50h20z" fill="#1a3a1a"/>
  
  <!-- Fireflies -->
  <circle cx="80" cy="170" r="2" fill="#f8d5bf" filter="url(#glow)"/>
  <circle cx="220" cy="180" r="2" fill="#f8d5bf" filter="url(#glow)"/>
  <circle cx="150" cy="200" r="2" fill="#f8d5bf" filter="url(#glow)"/>
  
  <!-- Stars -->
  <circle cx="50" cy="50" r="1" fill="white"/>
  <circle cx="100" cy="80" r="1" fill="white"/>
  <circle cx="200" cy="60" r="1" fill="white"/>
  <circle cx="250" cy="100" r="1" fill="white"/>
  <circle cx="150" cy="150" r="1" fill="white"/>
</svg>
SVG by Gemini Pro 1.5
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="moonGlow" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#FFFF99" />
      <stop offset="100%" stop-color="#FFCC33" />
    </radialGradient>
    <pattern id="wombatFur" width="20" height="20" patternUnits="userSpaceOnUse">
      <rect width="20" height="20" fill="#663300" />
      <circle cx="5" cy="5" r="3" fill="#996633" />
      <circle cx="15" cy="10" r="2" fill="#996633" />
    </pattern>
  </defs>

  <circle cx="250" cy="50" r="40" fill="url(#moonGlow)" />

  <path d="M50 150 C 50 120, 80 100, 120 100 C 160 100, 190 120, 190 150 C 190 180, 160 200, 120 200 C 80 200, 50 180, 50 150 Z" fill="url(#wombatFur)" />
  <ellipse cx="120" cy="170" rx="40" ry="20" fill="url(#wombatFur)" />
  <rect x="100" y="90" width="40" height="10" fill="black" />

  <path d="M170 150 C 170 120, 200 100, 240 100 C 280 100, 310 120, 310 150 C 310 180, 280 200, 240 200 C 200 200, 170 180, 170 150 Z" fill="url(#wombatFur)" stroke="black" stroke-width="1"/>
  <ellipse cx="240" cy="170" rx="40" ry="20" fill="url(#wombatFur)" />
  <rect x="220" y="90" width="40" height="10" fill="black" />


  <path d="M90 200 C 95 220, 135 220, 140 200" stroke="brown" stroke-width="5" stroke-linecap="round"/>
  <path d="M210 200 C 215 220, 255 220, 260 200" stroke="brown" stroke-width="5" stroke-linecap="round"/>

    <path d="M100 140 L 80 110 L 70 120 Z" fill="brown" />
    <path d="M220 140 L 200 110 L 190 120 Z" fill="brown" />

</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Gemini Pro 1.5 Player 2

Judge's Analysis

    Player 2's submission better adheres to the prompt by including two wombat-like shapes with red elements resembling violins under a glowing full moon, capturing the whimsical nature of the idea.

    While Player 1's image has a more scenic composition, it lacks clear representation of wombats, top hats, or violins, making it less aligned with the theme.

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
20
Player 2
14
Rectangles

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

Player 1
2
Player 2
3
Circles

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

Player 1
9
Player 2
3
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
9
Player 2
6
Groups

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

Player 1
3
Player 2

Visual Effects Metrics

Gradients

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

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

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
6
Player 2
6

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
6
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
136
Player 2
24
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
2
Use Elements

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

Player 1
3
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