Back

SVG Drawing Match #523

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A turtle wearing a top hat, riding a unicycle on a rainbow"

SVG by DeepSeek R1
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="rainbow" x1="0%" y1="50%" x2="100%" y2="50%">
      <stop offset="0%" style="stop-color:#FF0000;stop-opacity:1"/>
      <stop offset="17%" style="stop-color:#FF7F00"/>
      <stop offset="34%" style="stop-color:#FFFF00"/>
      <stop offset="51%" style="stop-color:#00FF00"/>
      <stop offset="68%" style="stop-color:#0000FF"/>
      <stop offset="85%" style="stop-color:#4B0082"/>
      <stop offset="100%" style="stop-color:#8F00FF"/>
    </linearGradient>
    <radialGradient id="shell" cx="35%" cy="35%" r="65%">
      <stop offset="0%" style="stop-color:#228B22"/>
      <stop offset="100%" style="stop-color:#006400"/>
    </radialGradient>
    <filter id="shadow">
      <feDropShadow dx="2" dy="4" stdDeviation="3"/>
    </filter>
  </defs>

  <!-- Rainbow path -->
  <path d="M-50 250 Q150 50 350 250" fill="none" stroke="url(#rainbow)" stroke-width="25" stroke-linecap="round"/>

  <!-- Unicycle -->
  <g transform="translate(150 190)">
    <!-- Wheel -->
    <circle r="40" fill="#555" stroke="#333" stroke-width="3"/>
    <circle r="35" fill="url(#metal)">
      <animateTransform attributeName="transform" type="rotate" from="0" to="360" dur="4s" repeatCount="indefinite"/>
    </circle>
    <!-- Frame -->
    <path d="M0 -40 l0 60" stroke="#654321" stroke-width="8" stroke-linecap="round"/>
    <!-- Seat -->
    <rect x="-10" y="-55" width="20" height="15" rx="5" fill="#8B4513"/>
  </g>

  <!-- Turtle -->
  <g transform="translate(150 160)">
    <!-- Shell -->
    <ellipse cx="0" cy="0" rx="45" ry="35" fill="url(#shell)" filter="url(#shadow)"/>
    <!-- Body -->
    <ellipse cx="0" cy="25" rx="30" ry="20" fill="#32CD32"/>
    <!-- Head -->
    <circle cx="0" cy="-15" r="12" fill="#32CD32"/>
    <!-- Eyes -->
    <circle cx="-5" cy="-20" r="3" fill="#000"/>
    <circle cx="5" cy="-20" r="3" fill="#000"/>
    <!-- Legs -->
    <path d="M-25 20 Q-35 30 -25 40" stroke="#32CD32" stroke-width="8"/>
    <path d="M25 20 Q35 30 25 40" stroke="#32CD32" stroke-width="8"/>
    <!-- Tail -->
    <path d="M0 40 Q10 50 0 60" stroke="#006400" stroke-width="6"/>
    <!-- Top Hat -->
    <rect x="-15" y="-35" width="30" height="25" fill="#000"/>
    <rect x="-20" y="-35" width="40" height="5" fill="#B22222"/>
    <rect x="-10" y="-55" width="20" height="20" fill="#000"/>
  </g>

  <!-- Sparkles -->
  <g fill="#FFD700" opacity="0.8">
    <circle cx="80" cy="90" r="2"/>
    <circle cx="220" cy="120" r="3"/>
    <circle cx="160" cy="70" r="2.5"/>
  </g>
</svg>
SVG by DeepSeek-R1-Distill-Qwen-32B
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <g transform="translate(150,150)">
    <!-- Rainbow -->
    <g transform="translate(0,-100)">
      <circle r="40" fill="none" stroke="#FF0000" stroke-width="3"/>
      <circle r="45" fill="none" stroke="#FFD700" stroke-width="3"/>
      <circle r="50" fill="none" stroke="#00FF00" stroke-width="3"/>
      <circle r="55" fill="none" stroke="#0000FF" stroke-width="3"/>
      <circle r="60" fill="none" stroke="#800080" stroke-width="3"/>
    </g>
    
    <!-- Unicycle -->
    <g transform="translate(0,50)">
      <circle cx="0" cy="0" r="20" fill="#FFD700"/>
      <rect x="-5" y="-10" width="10" height="40" fill="#666" transform="rotate(90)"/>
    </g>
    
    <!-- Turtle -->
    <g transform="translate(-30,30)">
      <rect rx="20" width="60" height="40" fill="url(#turtleGrad)"/>
      <rect rx="10" x="10" y="-10" width="40" height="30" fill="#666"/>
      <rect x="-20" y="40" width="80" height="10" fill="#666"/>
      <rect x="-10" y="35" width="20" height="15" fill="#666"/>
      <rect x="10" y="35" width="20" height="15" fill="#666"/>
      <rect rx="5" x="-15" y="-15" width="30" height="30" fill="#666"/>
    </g>
    
    <!-- Top Hat -->
    <g transform="translate(-15,-20)">
      <rect rx="10" width="30" height="40" fill="#000"/>
      <rect rx="5" x="5" y="35" width="20" height="10" fill="#FF0000"/>
    </g>
    
    <!-- Stars -->
    <g opacity="0.5">
      <circle cx="-40" cy="-30" r="2" fill="#FFF"/>
      <circle cx="30" cy="-40" r="3" fill="#FFF"/>
      <circle cx="-20" cy="20" r="2" fill="#FFF"/>
      <circle cx="20" cy="-20" r="2" fill="#FFF"/>
    </g>
    
    <defs>
      <linearGradient id="turtleGrad" x1="0%" y1="0%" x2="0%" y2="100%">
        <stop offset="0%" style="stop-color:#228B22;stop-opacity:1"/>
        <stop offset="100%" style="stop-color:#006400;stop-opacity:1"/>
      </linearGradient>
    </defs>
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is DeepSeek R1 Player 1

Judge's Analysis

    Player 1's image more closely adheres to the prompt, clearly depicting a turtle wearing a top hat and riding a unicycle on a rainbow.

    The use of color and composition effectively conveys the whimsical theme.

    Player 2's image is less clear in its representation and lacks the cohesion of the first image, making Player 1's submission stronger in visual appeal and adherence to the prompt.

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
19
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
8
Player 2
10
Ellipses

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

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

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

Player 1
3
Player 2
6

Visual Effects Metrics

Gradients

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

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

The number of elements with opacity attributes in the SVG.

Player 1
1
Player 2
1
Elements with Stroke

The number of elements with stroke attributes in the SVG.

Player 1
6
Player 2
5

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
9
Player 2
8

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
2
Player 2
6

Complexity Metrics

Path Commands

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

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