Back

SVG Drawing Match #1563

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Dancing toaster with a top hat, releasing colorful balloons"

SVG by DeepSeek-R1-Distill-Qwen-32B
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="hatGrad" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#8C8C8C;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#4A4A4A;stop-opacity:1" />
    </linearGradient>
    <linearGradient id="balloonGrad1" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" style="stop-color:#FF69B4;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#FFB6C1;stop-opacity:1" />
    </linearGradient>
    <linearGradient id="balloonGrad2" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" style="stop-color:#4169E1;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#6495ED;stop-opacity:1" />
    </linearGradient>
    <linearGradient id="balloonGrad3" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" style="stop-color:#FFD700;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#FFE44D;stop-opacity:1" />
    </linearGradient>
  </defs>
  <path d="M150 100 Q160 90 170 100 Q180 110 170 120 Q160 130 150 120 Q140 110 150 100" fill="#FFA500" stroke="#CD8500" stroke-width="2" />
  <rect x="140" y="130" width="20" height="40" fill="#DEB887" rx="5" />
  <rect x="150" y="170" width="10" height="20" fill="#A0522D" />
  <path d="M120 100 C120 110 130 120 140 115 C150 110 160 100 160 90 C160 80 150 70 140 75 C130 80 120 70 120 80" fill="#800080" stroke="#6A006A" stroke-width="2" />
  <path d="M140 75 L145 85 L135 85 Z" fill="#FF0000" />
  <rect x="145" y="100" width="10" height="30" fill="#A52A2A" rx="3" />
  <rect x="130" y="100" width="40" height="50" fill="#8B4513" rx="10" />
  <rect x="140" y="110" width="20" height="20" fill="#DEB887" rx="5" />
  <rect x="150" y="130" width="10" height="20" fill="#A0522D" />
  <rect x="120" y="100" width="60" height="60" fill="#8B0000" rx="10" />
  <path d="M150 200 Q160 190 170 200 Q180 210 170 220 Q160 230 150 220 Q140 210 150 200" fill="#FFA500" stroke="#CD8500" stroke-width="2" />
  <rect x="140" y="230" width="20" height="40" fill="#DEB887" rx="5" />
  <rect x="150" y="270" width="10" height="20" fill="#A0522D" />
  <rect x="120" y="200" width="60" height="60" fill="#8B0000" rx="10" />
  <rect x="130" y="200" width="40" height="50" fill="#8B4513" rx="10" />
  <rect x="140" y="210" width="20" height="20" fill="#DEB887" rx="5" />
  <rect x="150" y="230" width="10" height="20" fill="#A0522D" />
  <rect x="120" y="200" width="60" height="60" fill="#8B0000" rx="10" />
  <rect x="140" y="230" width="20" height="40" fill="#DEB887" rx="5" />
  <rect x="150" y="270" width="10" height="20" fill="#A0522D" />
  <rect x="120" y="200" width="60" height="60" fill="#8B0000" rx="10" />
  <rect x="140" y="230" width="20" height="40" fill="#DEB887" rx="5" />
  <rect x="150" y="270" width="10" height="20" fill="#A0522D" />
  <rect x="120" y="200" width="60" height="60" fill="#8B0000" rx="10" />
</svg>
SVG by Qwen-2.5-32B
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" style="stop-color:rgb(255,0,0);stop-opacity:1" />
      <stop offset="100%" style="stop-color:rgb(255,255,0);stop-opacity:1" />
    </linearGradient>
    <linearGradient id="grad2" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" style="stop-color:rgb(0,0,255);stop-opacity:1" />
      <stop offset="100%" style="stop-color:rgb(0,255,255);stop-opacity:1" />
    </linearGradient>
  </defs>
  <rect x="100" y="100" width="100" height="50" fill="#E65C00" />
  <rect x="115" y="150" width="70" height="20" fill="#E65C00" />
  <circle cx="150" cy="110" r="20" fill="#E65C00" />
  <circle cx="150" cy="130" r="10" fill="white" />
  <circle cx="150" cy="140" r="10" fill="white" />
  <path d="M130 160 Q120 180 140 200 T160 200" stroke="#000" stroke-width="5" fill="none" />
  <path d="M170 160 Q180 180 160 200 T140 200" stroke="#000" stroke-width="5" fill="none" />
  <rect x="140" y="190" width="20" height="20" fill="#000" />
  <circle cx="150" cy="110" r="30" fill="url(#grad1)" />
  <circle cx="150" cy="110" r="25" fill="url(#grad2)" />
  <path d="M150 90 Q120 70 150 50 T180 50" stroke="#000" stroke-width="3" fill="none" />
  <path d="M150 170 Q120 190 150 210 T180 210" stroke="#000" stroke-width="3" fill="none" />
  <circle cx="150" cy="170" r="5" fill="red" />
  <circle cx="150" cy="170" r="3" fill="white" />
  <circle cx="150" cy="170" r="2" fill="red" />
  <circle cx="150" cy="150" r="5" fill="blue" />
  <circle cx="150" cy="150" r="3" fill="white" />
  <circle cx="150" cy="150" r="2" fill="blue" />
  <g transform="translate(150, 100)">
    <g transform="rotate(30)">
      <path d="M0 -10 L0 10" stroke="#000" stroke-width="2" fill="none" />
      <path d="M0 0 Q-20 30 -40 0 T0 0" stroke="#000" stroke-width="2" fill="none" />
      <path d="M0 0 Q20 30 40 0 T0 0" stroke="#000" stroke-width="2" fill="none" />
    </g>
    <g transform="rotate(90)">
      <path d="M0 -10 L0 10" stroke="#000" stroke-width="2" fill="none" />
      <path d="M0 0 Q-20 30 -40 0 T0 0" stroke="#000" stroke-width="2" fill="none" />
      <path d="M0 0 Q20 30 40 0 T0 0" stroke="#000" stroke-width="2" fill="none" />
    </g>
    <g transform="rotate(150)">
      <path d="M0 -10 L0 10" stroke="#000" stroke-width="2" fill="none" />
      <path d="M0 0 Q-20 30 -40 0 T0 0" stroke="#000" stroke-width="2" fill="none" />
      <path d="M0 0 Q20 30 40 0 T0 0" stroke="#000" stroke-width="2" fill="none" />
    </g>
  </g>
  <g transform="translate(150, 100)">
    <circle cx="0" cy="-30" r="5" fill="red" />
    <circle cx="0" cy="-40" r="5" fill="blue" />
    <circle cx="0" cy="-50" r="5" fill="green" />
    <circle cx="0" cy="-60" r="5" fill="purple" />
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Qwen-2.5-32B Player 2

Judge's Analysis

    Player 2's submission better adheres to the prompt with a clear depiction of a dancing toaster wearing a top hat and releasing colorful balloons.

    The image is vibrant and dynamic, showcasing creativity with the colorful balloon arrangement.

    In contrast, Player 1's submission lacks clarity and does not effectively convey the prompt's 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
24
Player 2
31
Rectangles

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

Player 1
20
Player 2
3
Circles

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

Player 1
Player 2
15
Ellipses

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

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

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

Player 1
Player 2
5

Visual Effects Metrics

Gradients

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

Player 1
4
Player 2
2
Patterns

The number of pattern definitions (pattern) in the SVG.

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

The number of elements with stroke attributes in the SVG.

Player 1
3
Player 2
13

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
10
Player 2
7

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
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
19
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
4
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