Back

SVG Drawing Match #1761

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A feathered dinosaur with a top hat, sipping tea in a Victorian-style parlor"

SVG by Claude 3.5 Sonnet (2024-10-22)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <pattern id="wallpaper" patternUnits="userSpaceOnUse" width="30" height="30">
      <path d="M0 0h30v30H0z" fill="#f0e6d2"/>
      <path d="M15 3l3 3-3 3-3-3z" fill="#8b7355"/>
    </pattern>
    <linearGradient id="teaGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#c19a6b"/>
      <stop offset="100%" style="stop-color:#7c5a3c"/>
    </linearGradient>
  </defs>

  <!-- Background and Wall -->
  <rect x="0" y="0" width="300" height="300" fill="#2a1810"/>
  <rect x="20" y="20" width="260" height="200" fill="url(#wallpaper)"/>
  
  <!-- Floor -->
  <rect x="20" y="220" width="260" height="60" fill="#4a3222"/>
  
  <!-- Victorian Chair -->
  <path d="M180 160c0 0 30 20 30 60s-10 60-10 60h-40s-10-20-10-60 30-60 30-60z" fill="#654321"/>
  
  <!-- Dinosaur Body -->
  <path d="M140 180c-20-10-40-30-60-30s-40 20-40 40c0 20 20 40 40 40s40-10 60-30" fill="#5d8aa8"/>
  
  <!-- Feathers -->
  <g fill="#7ba7bc">
    <path d="M90 170c0 0-10-20-20-20s-20 10-10 20s30 0 30 0z"/>
    <path d="M100 180c0 0-15-15-25-15s-15 15-5 25s30-10 30-10z"/>
    <path d="M110 190c0 0-20-10-30-10s-10 20 0 30s30-20 30-20z"/>
  </g>
  
  <!-- Top Hat -->
  <path d="M70 120h40v10h10v30h-60v-30h10z" fill="#1a1a1a"/>
  <path d="M60 150h60v5h-60z" fill="#333"/>
  
  <!-- Tea Cup -->
  <ellipse cx="160" cy="200" rx="15" ry="5" fill="#ffffff"/>
  <path d="M145 200c0-10 30-10 30 0s-30 10-30 0z" fill="#ffffff"/>
  <path d="M145 195c0 0 30-3 30 0v5c0 0-30 3-30 0z" fill="url(#teaGradient)"/>
  
  <!-- Steam -->
  <path d="M160 185c0 0 5-10 0-10s-5 10 0 10" fill="none" stroke="#ffffff" stroke-width="1" opacity="0.5">
    <animate attributeName="d" dur="3s" repeatCount="indefinite"
      values="M160 185c0 0 5-10 0-10s-5 10 0 10;
              M160 185c0 0 -5-10 0-10s5 10 0 10;
              M160 185c0 0 5-10 0-10s-5 10 0 10"/>
  </path>
  
  <!-- Monocle -->
  <circle cx="85" cy="140" r="10" fill="none" stroke="#gold" stroke-width="2"/>
  <line x1="95" y1="140" x2="105" y2="135" stroke="#gold" stroke-width="2"/>
  
  <!-- Frame on Wall -->
  <rect x="40" y="40" width="60" height="40" fill="#8b4513" stroke="#daa520" stroke-width="3"/>
</svg>
SVG by Llama 3.1 405B Instruct
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <!-- Parlor Background -->
  <rect x="0" y="0" width="300" height="300" fill="#f9e4cc" rx="20" />
  <rect x="20" y="20" width="260" height="260" fill="none" stroke="#8b9467" stroke-width="2" rx="15" />
  
  <!-- Furniture -->
  <rect x="40" y="220" width="80" height="40" fill="#964b00" rx="5" />
  <rect x="180" y="220" width="80" height="40" fill="#964b00" rx="5" />
  
  <!-- Table -->
  <rect x="110" y="180" width="80" height="40" fill="#ffa07a" rx="10" />
  <rect x="120" y="160" width="60" height="20" fill="#ffffff" rx="5" />
  
  <!-- Tea Set -->
  <circle cx="150" cy="170" r="15" fill="#ffffff" />
  <rect x="145" y="165" width="10" height="10" fill="#000000" rx="2" />
  <path d="M 155 165 L 155 160" stroke="#000000" stroke-width="2" />
  
  <!-- Feathered Dinosaur -->
  <path d="M 120 120 L 140 100 L 160 120 Z" fill="#008000" />
  <circle cx="150" cy="85" r="30" fill="#008000" />
  <path d="M 130 90 L 140 85 L 150 90 Z" fill="#663300" />
  <path d="M 160 90 L 170 85 L 180 90 Z" fill="#663300" />
  <path d="M 135 110 L 155 95 L 175 110 Z" fill="#33cc33" />
  <path d="M 135 95 L 155 80 L 175 95 Z" fill="#33cc33" />
  
  <!-- Top Hat -->
  <rect x="125" y="60" width="50" height="20" fill="#000000" rx="5" />
  <rect x="130" y="40" width="40" height="20" fill="#000000" rx="5" />
  
  <!-- Face -->
  <circle cx="150" cy="50" r="10" fill="#ffffff" />
  <path d="M 150 45 L 155 50 L 150 55 Z" fill="#000000" />
  <circle cx="155" cy="45" r="5" fill="#000000" />
  
  <!-- Arm and Hand -->
  <path d="M 140 110 L 150 100 L 160 110 Z" fill="#008000" />
  <path d="M 150 95 L 155 100 L 160 95 Z" fill="#663300" />
  <circle cx="155" cy="105" r="10" fill="#ffffff" />
  
  <!-- Tea Cup -->
  <path d="M 155 95 L 150 90 L 145 95 Z" fill="#ffffff" />
  <path d="M 150 85 L 145 90 L 140 85 Z" fill="#ffffff" />
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Claude 3.5 Sonnet (2024-10-22) Player 1

Judge's Analysis

    Player 1's submission captures the prompt with a distinctive dinosaur form, a clear top hat, and a tea cup, all set within a Victorian-style parlor.

    The image effectively conveys the whimsical concept with a strong sense of setting.

    Player 2's submission, while colorful and creative, lacks the clear depiction of a dinosaur and does not adequately represent the Victorian 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
19
Player 2
25
Rectangles

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

Player 1
4
Player 2
9
Circles

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

Player 1
1
Player 2
5
Ellipses

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

Player 1
1
Player 2
Lines

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

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

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

Player 1
1
Player 2

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
4
Player 2
2

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
12
Player 2
9

Interactivity Metrics

Animations

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

Player 1
1
Player 2
Elements with Transform

The number of elements with transform attributes in the SVG.

Player 1
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
60
Player 2
42
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
2
Player 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