Back

SVG Drawing Match #1851

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Tap-dancing cactus in a tuxedo under spotlight"

SVG by DeepSeek-R1-Distill-Qwen-32B
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="spotlight" cx="50%" cy="50%" r="50%">
      <stop offset="0%" style="stop-color:#fff;stop-opacity:1"/>
      <stop offset="100%" style="stop-color:#fff;stop-opacity:0"/>
    </radialGradient>
    <filter id="glow">
      <feGaussianBlur stdDeviation="4" result="glow"/>
      <feMerge>
        <feMergeNode in="glow"/>
        <feMergeNode in="SourceGraphic"/>
      </feMerge>
    </filter>
  </defs>
  <rect width="300" height="300" fill="#000"/>
  <circle cx="150" cy="100" r="60" fill="url(#spotlight)"/>
  <g filter="url(#glow)">
    <path d="M120 180 Q150 160 180 180" fill="#4CAF50" stroke="#2E7D32" stroke-width="2"/>
    <path d="M120 180 C130 170 140 170 150 180" fill="#4CAF50"/>
    <path d="M180 180 C170 170 160 170 150 180" fill="#4CAF50"/>
    <rect x="140" y="190" width="20" height="30" rx="5" fill="#2E7D32"/>
    <rect x="150" y="185" width="10" height="20" rx="3" fill="#C0C0C0"/>
    <path d="M145 195 L155 195 L155 205 L145 205 Z" fill="#696969"/>
    <path d="M148 198 Q152 198 152 202" fill="#A9A9A9"/>
    <path d="M148 200 Q152 200 152 204" fill="#A9A9A9"/>
    <rect x="140" y="170" width="20" height="20" rx="5" fill="#2E7D32"/>
    <rect x="145" y="175" width="10" height="5" rx="3" fill="#C0C0C0"/>
    <rect x="145" y="180" width="10" height="5" rx="3" fill="#C0C0C0"/>
    <rect x="145" y="185" width="10" height="5" rx="3" fill="#C0C0C0"/>
    <path d="M135 210 Q150 200 165 210" stroke="#2E7D32" stroke-width="3" fill="none"/>
    <path d="M150 210 Q150 220 150 230" stroke="#2E7D32" stroke-width="3" fill="none"/>
    <path d="M150 230 Q140 225 150 220" stroke="#2E7D32" stroke-width="3" fill="none"/>
    <path d="M150 220 Q160 225 150 230" stroke="#2E7D32" stroke-width="3" fill="none"/>
    <rect x="140" y="240" width="20" height="30" rx="5" fill="#2E7D32"/>
    <rect x="145" y="245" width="10" height="5" rx="3" fill="#C0C0C0"/>
    <rect x="145" y="250" width="10" height="5" rx="3" fill="#C0C0C0"/>
    <rect x="145" y="255" width="10" height="5" rx="3" fill="#C0C0C0"/>
    <rect x="140" y="260" width="20" height="30" rx="5" fill="#2E7D32"/>
    <rect x="145" y="265" width="10" height="5" rx="3" fill="#C0C0C0"/>
    <rect x="145" y="270" width="10" height="5" rx="3" fill="#C0C0C0"/>
    <rect x="145" y="275" width="10" height="5" rx="3" fill="#C0C0C0"/>
    <rect x="140" y="280" width="20" height="30" rx="5" fill="#2E7D32"/>
    <rect x="145" y="285" width="10" height="5" rx="3" fill="#C0C0C0"/>
    <rect x="145" y="290" width="10" height="5" rx="3" fill="#C0C0C0"/>
    <rect x="145" y="295" width="10" height="5" rx="3" fill="#C0C0C0"/>
  </g>
</svg>
SVG by DeepSeek-R1-Distill-Llama-70B
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <!-- Background -->
  <rect width="300" height="300" fill="#1a1a1a"/>
  
  <!-- Spotlight -->
  <defs>
    <radialGradient id="spotlight" cx="220" cy="100" r="200" fx="220" fy="100">
      <stop offset="0" stop-color="#f8e8b8" stop-opacity="1"/>
      <stop offset="1" stop-color="#f8e8b8" stop-opacity="0"/>
    </radialGradient>
  </defs>
  <circle cx="220" cy="100" r="160" fill="url(#spotlight)"/>
  
  <!-- Stage -->
  <rect x="20" y="200" width="260" height="80" fill="#2d1810"/>
  <path d="M20,240 Q140,260 260,240 L260,300 L20,300 Z" fill="#4a2c1c"/>
  
  <!-- Cactus Body -->
  <path d="M140,180 Q120,150 140,130 Q160,150 140,180 Q170,150 140,130 Q150,140 140,180" fill="#3c9a3a"/>
  
  <!-- Cactus Arms -->
  <path d="M120,160 L140,140 L160,160" fill="#3c9a3a"/>
  <path d="M120,200 L140,220 L160,200" fill="#3c9a3a"/>
  
  <!-- Face -->
  <circle cx="140" cy="135" r="10" fill="#fff"/>
  <circle cx="160" cy="135" r="10" fill="#fff"/>
  <path d="M140,145 Q150,150 160,145" stroke="#000" stroke-width="2" fill="none"/>
  <path d="M140,140 C138,138 142,138 140,140" stroke="#000" fill="#000"/>
  <path d="M160,140 C158,138 162,138 160,140" stroke="#000" fill="#000"/>
  
  <!-- Hat -->
  <rect x="130" y="100" width="40" height="40" fill="#000"/>
  <path d="M130,140 L150,120 L170,140" fill="#000"/>
  
  <!-- Bow Tie -->
  <clipPath id="bowtie-clip">
    <circle cx="150" cy="190" r="20"/>
  </clipPath>
  <circle cx="150" cy="190" r="20" clip-path="url(#bowtie-clip)" fill="#ff0033"/>
  
  <!-- Shoes -->
  <ellipse cx="140" cy="260" rx="15" ry="10" fill="#000"/>
  <ellipse cx="160" cy="260" rx="15" ry="10" fill="#000"/>
  <circle cx="145" cy="255" r="2" fill="#fff"/>
  <circle cx="155" cy="255" r="2" fill="#fff"/>
  
  <!-- Spotlight Rays -->
  <line x1="220" y1="100" x2="300" y2="150" stroke="#ffeb00" stroke-width="2" opacity="0.6"/>
  <line x1="220" y1="100" x2="200" y2="160" stroke="#ffeb00" stroke-width="2" opacity="0.6"/>
  <line x1="220" y1="100" x2="240" y2="160" stroke="#ffeb00" stroke-width="2" opacity="0.6"/>
  
  <!-- Musical Note -->
  <path d="M280,120 C280,130 290,140 300,130" fill="#fff"/>
  <circle cx="290" cy="130" r="10" fill="#fff"/>
</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 image effectively captures the theme with a clear depiction of a cactus in a tuxedo under a spotlight, using bright colors and a focused light source that enhances the visual appeal.

    The composition is simple yet directly aligned with the prompt.

    Player 2's image, while creative, lacks clarity in representing the tap-dancing aspect and the spotlight is less pronounced, making the theme less evident.

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
30
Player 2
25
Rectangles

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

Player 1
19
Player 2
3
Circles

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

Player 1
1
Player 2
8
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
3
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
10
Player 2
9
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
1
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
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
1
Elements with Opacity

The number of elements with opacity attributes in the SVG.

Player 1
Player 2
3
Elements with Stroke

The number of elements with stroke attributes in the SVG.

Player 1
5
Player 2
6

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
6
Player 2
9

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

Complexity Metrics

Path Commands

The total number of path commands in all path elements (M, L, C, Q, etc.) in the SVG.

Player 1
23
Player 2
27
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
1
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