Back

SVG Drawing Match #227

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Floating city on a giant turtle's back under a sky filled with musical notes"

SVG by DeepSeek-R1-Distill-Qwen-32B
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="turtleShell" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#2c1810;" />
      <stop offset="100%" style="stop-color:#4a3327;" />
    </linearGradient>
    <linearGradient id="sky" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#87CEEB;" />
      <stop offset="100%" style="stop-color:#E0FFFF;" />
    </linearGradient>
    <pattern id="cityPattern" width="10" height="10" patternUnits="userSpaceOnUse">
      <path d="M0 0 L5 5 L10 0 L10 10 L5 5 L0 10 Z" fill="#ff6b6b"/>
    </pattern>
  </defs>
  <!-- Sky with musical notes -->
  <rect width="300" height="150" x="0" y="0" fill="url(#sky)"/>
  <g transform="translate(50,50)">
    <text font-size="20" fill="#666" transform="rotate(15) translate(10,20)">
      🎶
    </text>
    <text font-size="20" fill="#666" transform="rotate(-10) translate(70,10)">
      🎹
    </text>
    <text font-size="20" fill="#666" transform="rotate(5) translate(130,30)">
      ♪
    </text>
  </g>
  <!-- Turtle -->
  <path d="M150 250 Q200 280 250 250 Q200 220 150 250 Z" fill="url(#turtleShell)"/>
  <rect x="120" y="230" width="60" height="20" rx="10" fill="#4a3327"/>
  <circle cx="150" cy="240" r="15" fill="#4a3327"/>
  <!-- City -->
  <g transform="translate(100,180)">
    <rect width="100" height="80" rx="10" fill="url(#cityPattern)"/>
    <rect x="30" y="10" width="40" height="70" rx="10" fill="#ff6b6b"/>
    <rect x="70" y="20" width="20" height="60" rx="10" fill="#ff6b6b"/>
    <path d="M0 0 L40 0 L20 40 Z" fill="#ff6b6b" transform="translate(10,10)"/>
  </g>
  <g transform="translate(140,180)">
    <rect width="80" height="90" rx="10" fill="url(#cityPattern)"/>
    <rect x="20" y="10" width="40" height="80" rx="10" fill="#ff6b6b"/>
    <rect x="60" y="20" width="20" height="70" rx="10" fill="#ff6b6b"/>
  </g>
  <!-- Clouds -->
  <g transform="translate(50,120)">
    <circle r="15" fill="#fff" opacity="0.8"/>
    <circle r="20" cx="30" fill="#fff" opacity="0.8"/>
    <circle r="15" cx="60" fill="#fff" opacity="0.8"/>
  </g>
  <!-- Musical notes -->
  <g transform="translate(200,80)">
    <text font-size="24" fill="#666">♫</text>
  </g>
  <g transform="translate(250,120)">
    <text font-size="24" fill="#666">🎵</text>
  </g>
  <!-- Bridges -->
  <path d="M120 180 Q150 160 180 180" stroke="#ff6b6b" stroke-width="3" fill="none"/>
  <path d="M140 180 Q170 170 200 180" stroke="#ff6b6b" stroke-width="3" fill="none"/>
  <!-- Stars -->
  <g transform="translate(30,30)">
    <circle r="2" fill="#fff"/>
    <circle r="2" cx="30" fill="#fff"/>
    <circle r="2" cx="60" fill="#fff"/>
  </g>
</svg>
SVG by Llama 3.0 70B (8192)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <!-- Sky with musical notes -->
  <rect x="0" y="0" width="300" height="150" fill="#87CEEB" rx="20"/>
  <pattern id="notes" patternUnits="userSpaceOnUse" width="20" height="20">
    <symbol viewBox="0 0 20 20">
      <path d="M10 0 L10 20 M0 10 L20 10" stroke="#FFFFFF" stroke-width="2"/>
      <circle cx="10" cy="10" r="5" fill="#FFFFFF"/>
    </symbol>
  </pattern>
  <rect x="0" y="0" width="300" height="150" fill="url(#notes)"/>
  
  <!-- Turtle's body -->
  <path d="M150 150 C150 180 120 210 90 210 L210 210 C240 210 270 180 270 150 L270 120 C270 90 240 60 210 60 L90 60 C120 60 150 90 150 120 Z" fill="#964B00" rx="10"/>
  <path d="M150 150 C150 180 120 210 90 210 L210 210 C240 210 270 180 270 150 L270 120 C270 90 240 60 210 60 L90 60 C120 60 150 90 150 120 Z" fill="#FFC080" rx="10" transform="translate(0 5)"/>
  
  <!-- Turtle's head and legs -->
  <path d="M150 120 L180 100 L200 120 L150 120 Z" fill="#964B00"/>
  <path d="M150 120 L180 100 L200 120 L150 120 Z" fill="#FFC080" transform="translate(0 5)"/>
  <path d="M90 180 L120 160 L140 180 L90 180 Z" fill="#964B00"/>
  <path d="M90 180 L120 160 L140 180 L90 180 Z" fill="#FFC080" transform="translate(0 5)"/>
  <path d="M210 180 L240 160 L260 180 L210 180 Z" fill="#964B00"/>
  <path d="M210 180 L240 160 L260 180 L210 180 Z" fill="#FFC080" transform="translate(0 5)"/>
  
  <!-- City on the turtle's back -->
  <rect x="120" y="160" width="60" height="40" fill="#FFFFFF" rx="10"/>
  <rect x="130" y="170" width="40" height="20" fill="#AAAAAA" rx="5"/>
  <rect x="140" y="180" width="20" height="10" fill="#666666" rx="5"/>
  <path d="M150 190 L170 190 L170 200 L150 200 Z" fill="#AAAAAA"/>
  <path d="M150 200 L170 200 L170 210 L150 210 Z" fill="#666666"/>
  <circle cx="160" cy="220" r="10" fill="#AAAAAA"/>
  <circle cx="160" cy="230" r="5" fill="#666666"/>
  
  <!-- Additional details -->
  <circle cx="150" cy="150" r="5" fill="#FFFFFF"/>
  <circle cx="270" cy="150" r="5" fill="#FFFFFF"/>
  <circle cx="90" cy="150" r="5" fill="#FFFFFF"/>
</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 features a clearer depiction of musical notes in the sky, which directly adheres to the prompt.

    While neither image captures a floating city or a turtle effectively, Player 1's use of recognizable musical symbols relates more closely to the theme of a musical sky.

    Player 2's image lacks clarity and thematic elements related 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
20
Player 2
22
Rectangles

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

Player 1
8
Player 2
5
Circles

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

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

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

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

The number of elements with stroke attributes in the SVG.

Player 1
2
Player 2
1

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
4
Player 2
6

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
11
Player 2
4

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
62
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
3
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
5
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