Back

SVG Drawing Match #1862

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Floating city on a giant turtle's back at sunset"

SVG by DeepSeek V3
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="skyGradient" x1="0" x2="0" y1="0" y2="1">
      <stop offset="0%" stop-color="#FF6F61"/>
      <stop offset="100%" stop-color="#FFD700"/>
    </linearGradient>
    <radialGradient id="turtleGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#6B4226"/>
      <stop offset="100%" stop-color="#3B2F1F"/>
    </radialGradient>
    <pattern id="brickPattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
      <rect x="0" y="0" width="10" height="10" fill="#8B4513"/>
      <line x1="0" y1="0" x2="10" y2="10" stroke="#A0522D" stroke-width="1"/>
      <line x1="10" y1="0" x2="0" y2="10" stroke="#A0522D" stroke-width="1"/>
    </pattern>
  </defs>
  <rect width="300" height="300" fill="url(#skyGradient)"/>
  <ellipse cx="150" cy="270" rx="150" ry="60" fill="url(#turtleGradient)"/>
  <ellipse cx="150" cy="270" rx="140" ry="50" fill="#8B4513"/>
  <path d="M70,260 Q100,200 150,200 Q200,200 230,260" fill="url(#brickPattern)"/>
  <rect x="100" y="150" width="100" height="50" fill="#4682B4"/>
  <polygon points="100,150 150,100 200,150" fill="#F4A460"/>
  <circle cx="150" cy="130" r="20" fill="#FFD700"/>
  <path d="M120,170 L180,170 Q150,200 120,170" fill="#32CD32"/>
  <path d="M100,150 L120,130 L140,150 Z" fill="#FF6347"/>
  <path d="M160,150 L180,130 L200,150 Z" fill="#FF6347"/>
  <circle cx="150" cy="90" r="10" fill="#FFD700"/>
  <circle cx="170" cy="80" r="8" fill="#FFD700"/>
  <circle cx="130" cy="80" r="8" fill="#FFD700"/>
  <path d="M150,260 Q160,250 170,260" fill="#A0522D"/>
  <path d="M130,260 Q140,250 150,260" fill="#A0522D"/>
  <path d="M170,260 Q180,250 190,260" fill="#A0522D"/>
</svg>
SVG by o3-mini high (2025-01-31)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="300">
      <stop offset="0%" stop-color="#1a2a6c"/>
      <stop offset="50%" stop-color="#b21f1f"/>
      <stop offset="100%" stop-color="#fdbb2d"/>
    </linearGradient>
    <radialGradient id="sunGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#FFFF66"/>
      <stop offset="100%" stop-color="#FF4500"/>
    </radialGradient>
    <linearGradient id="shellGradient" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#8FBC8F"/>
      <stop offset="100%" stop-color="#556B2F"/>
    </linearGradient>
    <linearGradient id="platformGradient" x1="0" y1="0" x2="1" y2="0">
      <stop offset="0%" stop-color="#7D7D7D"/>
      <stop offset="100%" stop-color="#AAAAAA"/>
    </linearGradient>
    <linearGradient id="buildingGradient1" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#FF69B4"/>
      <stop offset="100%" stop-color="#8A2BE2"/>
    </linearGradient>
    <linearGradient id="buildingGradient2" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#87CEFA"/>
      <stop offset="100%" stop-color="#20B2AA"/>
    </linearGradient>
    <linearGradient id="buildingGradient3" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#FFD700"/>
      <stop offset="100%" stop-color="#FF8C00"/>
    </linearGradient>
  </defs>
  <rect x="0" y="0" width="300" height="300" fill="url(#skyGradient)"/>
  <circle cx="260" cy="80" r="25" fill="url(#sunGradient)" />
  <g id="turtle">
    <ellipse cx="150" cy="230" rx="90" ry="30" fill="url(#shellGradient)" stroke="#3a5f0b" stroke-width="2"/>
    <path d="M60,230 Q150,210 240,230" stroke="#3a5f0b" stroke-width="2" fill="none"/>
    <path d="M150,210 Q150,230 150,250" stroke="#3a5f0b" stroke-width="2" fill="none"/>
    <path d="M90,230 Q150,220 210,230" stroke="#3a5f0b" stroke-width="1" fill="none"/>
    <circle cx="70" cy="220" r="10" fill="url(#shellGradient)" stroke="#3a5f0b" stroke-width="2"/>
    <ellipse cx="110" cy="250" rx="8" ry="4" fill="url(#shellGradient)"/>
    <ellipse cx="190" cy="250" rx="8" ry="4" fill="url(#shellGradient)"/>
    <ellipse cx="110" cy="210" rx="6" ry="3" fill="url(#shellGradient)"/>
    <ellipse cx="190" cy="210" rx="6" ry="3" fill="url(#shellGradient)"/>
  </g>
  <g id="city">
    <rect x="80" y="190" width="140" height="20" rx="4" ry="4" fill="url(#platformGradient)" stroke="#555" stroke-width="1"/>
    <!-- Building A -->
    <rect x="90" y="160" width="20" height="30" fill="url(#buildingGradient1)" stroke="#222" stroke-width="0.5"/>
    <polygon points="90,160 110,160 100,150" fill="#8A2BE2" stroke="#222" stroke-width="0.5"/>
    <!-- Building B -->
    <rect x="120" y="140" width="25" height="50" fill="url(#buildingGradient2)" stroke="#222" stroke-width="0.5"/>
    <polygon points="120,140 145,140 132.5,125" fill="#4682B4" stroke="#222" stroke-width="0.5"/>
    <!-- Windows on Building B -->
    <rect x="125" y="155" width="5" height="8" fill="#222"/>
    <rect x="130" y="155" width="5" height="8" fill="#222"/>
    <rect x="125" y="165" width="5" height="8" fill="#222"/>
    <rect x="130" y="165" width="5" height="8" fill="#222"/>
    <!-- Building C -->
    <rect x="155" y="160" width="20" height="30" fill="url(#buildingGradient3)" stroke="#222" stroke-width="0.5"/>
    <polygon points="155,160 175,160 165,150" fill="#FF8C00" stroke="#222" stroke-width="0.5"/>
    <!-- A small spire -->
    <rect x="140" y="130" width="10" height="10" fill="#FFFFFF" stroke="#222" stroke-width="0.5"/>
    <polygon points="140,130 150,130 145,120" fill="#CCCCCC" stroke="#222" stroke-width="0.5"/>
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is O3-mini high (2025-01-31) Player 2

Judge's Analysis

    Player 2's image clearly depicts a city with distinct buildings on the back of a turtle, with the setting sun visually represented.

    This image adheres more closely to the prompt with identifiable elements like the turtle and buildings, and is technically well-executed with clear contrast and visual appeal.

    Player 1's image is more abstract, making it harder to discern the specific elements described in 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
24
Rectangles

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

Player 1
3
Player 2
10
Circles

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

Player 1
4
Player 2
2
Ellipses

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

Player 1
2
Player 2
5
Lines

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

Player 1
2
Player 2
Polygons

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

Player 1
1
Player 2
4
Paths

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

Player 1
7
Player 2
3
Groups

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

Player 1
Player 2
2

Visual Effects Metrics

Gradients

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

Player 1
2
Player 2
7
Patterns

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

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

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
10
Player 2
21

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