Back

SVG Drawing Match #1767

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Bubblegum-blowing robots in a neon-lit arcade"

SVG by DeepSeek-R1-Distill-Qwen-32B
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="neonGradient" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" style="stop-color:#ff00de;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#00fff3;stop-opacity:1" />
    </linearGradient>
    <radialGradient id="bubbleGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" style="stop-color:#ff69b4;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#ffffff;stop-opacity:1" />
    </radialGradient>
  </defs>
  <rect width="300" height="300" fill="url(#neonGradient)" transform="rotate(45)"/>
  
  <!-- Robot 1 -->
  <g transform="translate(100,150)">
    <circle cx="0" cy="0" r="20" fill="#4a4a4a" stroke="#fff" stroke-width="2"/>
    <rect x="-30" y="40" width="60" height="80" fill="#4a4a4a" stroke="#fff" stroke-width="2"/>
    <rect x="-20" y="130" width="40" height="20" fill="#4a4a4a" stroke="#fff" stroke-width="2"/>
    <rect x="-35" y="155" width="70" height="10" fill="#4a4a4a" stroke="#fff" stroke-width="2"/>
    <path d="M-20,50 Q0,20 20,50" fill="#4a4a4a" stroke="#fff" stroke-width="2"/>
    <path d="M-20,50 Q0,20 20,50" fill="#4a4a4a" stroke="#fff" stroke-width="2" transform="rotate(180)"/>
  </g>
  
  <!-- Robot 2 -->
  <g transform="translate(200,120)">
    <circle cx="0" cy="0" r="25" fill="#4a4a4a" stroke="#fff" stroke-width="2"/>
    <rect x="-40" y="50" width="80" height="100" fill="#4a4a4a" stroke="#fff" stroke-width="2"/>
    <rect x="-30" y="160" width="60" height="20" fill="#4a4a4a" stroke="#fff" stroke-width="2"/>
    <rect x="-45" y="185" width="90" height="10" fill="#4a4a4a" stroke="#fff" stroke-width="2"/>
    <path d="M-30,60 Q0,30 30,60" fill="#4a4a4a" stroke="#fff" stroke-width="2"/>
    <path d="M-30,60 Q0,30 30,60" fill="#4a4a4a" stroke="#fff" stroke-width="2" transform="rotate(180)"/>
  </g>
  
  <!-- Bubblegum -->
  <g transform="translate(150,180)">
    <circle cx="0" cy="0" r="40" fill="url(#bubbleGradient)" stroke="#ff69b4" stroke-width="4"/>
    <circle cx="15" cy="10" r="5" fill="#fff"/>
    <circle cx="-15" cy="10" r="5" fill="#fff"/>
    <circle cx="0" cy="-10" r="5" fill="#fff"/>
  </g>
  
  <!-- Neon accents -->
  <g stroke="#fff" stroke-width="4" fill="none">
    <path d="M50,50 L100,100 L150,50" transform="translate(75,75)"/>
    <path d="M50,50 L100,100 L150,50" transform="translate(225,225) rotate(180)"/>
  </g>
  
  <!-- Sparkles -->
  <g opacity="0.7">
    <circle cx="100" cy="100" r="3" fill="url(#neonGradient)"/>
    <circle cx="180" cy="120" r="3" fill="url(#neonGradient)"/>
    <circle cx="220" cy="160" r="3" fill="url(#neonGradient)"/>
    <circle cx="140" cy="200" r="3" fill="url(#neonGradient)"/>
  </g>
</svg>
SVG by Llama 3.1 405B Instruct
<svg viewBox="0 0 300 300">
  <!-- Background -->
  <rect x="0" y="0" width="300" height="300" fill="#121212" />
  <rect x="0" y="0" width="300" height="300" fill="none" stroke="#333" stroke-width="4" rx="10" />
  <linearGradient id="arcadeGradient" x1="0" y1="0" x2="1" y2="1">
    <stop offset="0" stop-color="#ff69b4" />
    <stop offset="0.2" stop-color="#ffa07a" />
    <stop offset="0.5" stop-color="#ffeeee" />
    <stop offset="0.8" stop-color="#ffa07a" />
    <stop offset="1" stop-color="#ff69b4" />
  </linearGradient>
  <rect x="20" y="20" width="260" height="260" fill="url(#arcadeGradient)" rx="20" opacity="0.8" />
  <!-- Robots -->
  <g transform="translate(100, 120)">
    <circle cx="0" cy="0" r="20" fill="#333" />
    <path d="M -10 -20 L 10 -20 L 20 0 L 10 20 L -10 20 L -20 0 Z" fill="#666" />
    <path d="M -10 -20 L 10 -20 L 10 -30 L -10 -30 Z" fill="#ccc" />
    <circle cx="0" cy="0" r="4" fill="#fff" />
    <bubble x="0" y="0" r="20" fill="#ff00ff" />
  </g>
  <g transform="translate(200, 120)">
    <circle cx="0" cy="0" r="20" fill="#333" />
    <path d="M -10 -20 L 10 -20 L 20 0 L 10 20 L -10 20 L -20 0 Z" fill="#666" />
    <path d="M -10 -20 L 10 -20 L 10 -30 L -10 -30 Z" fill="#ccc" />
    <circle cx="0" cy="0" r="4" fill="#fff" />
    <bubble x="0" y="0" r="30" fill="#ff00ff" />
  </g>
  <g transform="translate(150, 220)">
    <circle cx="0" cy="0" r="20" fill="#333" />
    <path d="M -10 -20 L 10 -20 L 20 0 L 10 20 L -10 20 L -20 0 Z" fill="#666" />
    <path d="M -10 -20 L 10 -20 L 10 -30 L -10 -30 Z" fill="#ccc" />
    <circle cx="0" cy="0" r="4" fill="#fff" />
    <bubble x="0" y="0" r="15" fill="#ff00ff" />
  </g>
  <!-- Bubblegum bubbles -->
  <defs>
    <radialGradient id="bubbleGradient" cx="0.5" cy="0.5" r="0.5">
      <stop offset="0" stop-color="#ff00ff" />
      <stop offset="0.2" stop-color="#8844ff" />
      <stop offset="0.5" stop-color="#6666ff" />
      <stop offset="0.8" stop-color="#8844ff" />
      <stop offset="1" stop-color="#ff00ff" />
    </radialGradient>
  </defs>
  <g>
    <bubble x="50" y="150" r="20" fill="url(#bubbleGradient)" />
    <bubble x="100" y="50" r="30" fill="url(#bubbleGradient)" />
    <bubble x="180" y="170" r="25" fill="url(#bubbleGradient)" />
    <bubble x="230" y="70" r="18" fill="url(#bubbleGradient)" />
    <bubble x="270" y="190" r="22" fill="url(#bubbleGradient)" />
    <bubble x="80" y="250" r="15" fill="url(#bubbleGradient)" />
    <bubble x="150" y="90" r="28" fill="url(#bubbleGradient)" />
    <bubble x="200" y="210" r="12" fill="url(#bubbleGradient)" />
    <bubble x="240" y="130" r="18" fill="url(#bubbleGradient)" />
  </g>
  <!-- Powers buttons and screens -->
  <rect x="20" y="20" width="40" height="20" fill="#33cc33" rx="5" />
  <rect x="60" y="20" width="40" height="20" fill="#33cc33" rx="5" />
  <rect x="100" y="20" width="40" height="20" fill="#33cc33" rx="5" />
  <rect x="220" y="20" width="20" height="20" fill="#999" rx="5" />
  <rect x="240" y="20" width="20" height="20" fill="#999" rx="5" />
  <rect x="260" y="20" width="20" height="20" fill="#999" rx="5" />
  <rect x="20" y="220" width="40" height="20" fill="#ff33cc" rx="5" />
  <rect x="60" y="220" width="40" height="20" fill="#ff33cc" rx="5" />
  <rect x="100" y="220" width="40" height="20" fill="#ff33cc" rx="5" />
  <g transform="translate(200, 5)">
    <rect x="0" y="0" width="80" height="40" fill="#666" rx="10" />
    <rect x="5" y="5" width="70" height="30" fill="#999" rx="5" />
    <text x="10" y="20" font-size="18" font-family="Arial" fill="#ff33cc">SCORE 12345</text>
  </g>
  <g transform="translate(200, 245)">
    <rect x="0" y="0" width="80" height="40" fill="#666" rx="10" />
    <rect x="5" y="5" width="70" height="30" fill="#999" rx="5" />
    <text x="10" y="20" font-size="18" font-family="Arial" fill="#33cc33">LIVE 3</text>
  </g>
</svg>

<svg xmlns="http://www.w3.org/2000/svg" style="display: none">
  <!-- SVG Def: Bubble  -->
  <symbol id="bubble" viewBox="0 0 100 100">
    <circle cx="50" cy="50" r="50" fill="currentColor" />
  </symbol>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is DeepSeek-R1-Distill-Qwen-32B Player 1

Judge's Analysis

    Player 1's submission creatively integrates the elements of bubblegum-blowing robots within a neon-lit arcade setting using geometric shapes and vibrant colors.

    The technical execution is smooth, with a clear representation of the theme.

    Player 2's entry failed to load, preventing a proper evaluation.

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
23
Player 2
Rectangles

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

Player 1
7
Player 2
Circles

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

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

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

Player 1
5
Player 2

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
14
Player 2

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
3
Player 2

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
8
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
14
Player 2
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