Back

SVG Drawing Match #1943

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Floating garden on a giant turtle's shell under a colorful starry sky"

SVG by Claude 3.5 Sonnet (2024-10-22)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="skyGlow" cx="50%" cy="0%" r="100%">
      <stop offset="0%" style="stop-color:#1a0b2e"/>
      <stop offset="100%" style="stop-color:#000033"/>
    </radialGradient>
    <pattern id="stars" x="0" y="0" width="50" height="50" patternUnits="userSpaceOnUse">
      <circle cx="10" cy="10" r="1" fill="white" opacity="0.8"/>
      <circle cx="25" cy="45" r="1.5" fill="#ffff99" opacity="0.9"/>
      <circle cx="40" cy="15" r="1" fill="white" opacity="0.7"/>
      <circle cx="15" cy="35" r="1.2" fill="#ffff99" opacity="0.8"/>
    </pattern>
  </defs>

  <!-- Sky background -->
  <rect x="0" y="0" width="300" height="300" fill="url(#skyGlow)"/>
  <rect x="0" y="0" width="300" height="300" fill="url(#stars)"/>

  <!-- Turtle body -->
  <ellipse cx="150" cy="180" rx="120" ry="70" fill="#2d5a27"/>
  <path d="M70 180 Q150 230 230 180" fill="none" stroke="#1a3d17" stroke-width="4"/>
  
  <!-- Shell pattern -->
  <path d="M150 110 L150 250 M90 140 Q150 190 210 140 M90 170 Q150 220 210 170 M90 200 Q150 250 210 200" 
        stroke="#1a3d17" fill="none" stroke-width="2"/>

  <!-- Turtle head and legs -->
  <path d="M60 180 Q40 160 50 140" stroke="#2d5a27" fill="none" stroke-width="10"/>
  <circle cx="45" cy="135" r="8" fill="#2d5a27"/>
  <path d="M70 200 L50 230 M230 200 L250 230 M90 210 L70 240 M210 210 L230 240" 
        stroke="#2d5a27" stroke-width="10" stroke-linecap="round"/>

  <!-- Floating garden -->
  <g transform="translate(150 150)">
    <path d="M-60 -20 Q0 -40 60 -20 Q0 0 -60 -20" fill="#3a7d44"/>
    <path d="M-50 -25 Q0 -45 50 -25" fill="none" stroke="#2d5a27" stroke-width="2"/>
    
    <!-- Plants and flowers -->
    <g transform="translate(-40 -30)">
      <path d="M0 0 C-5 -10 5 -20 0 -30" stroke="#4a8b32" fill="none" stroke-width="2"/>
      <circle cx="0" cy="-32" r="3" fill="#ff6b6b"/>
    </g>
    <g transform="translate(-20 -35)">
      <path d="M0 0 C-2 -15 2 -25 0 -35" stroke="#4a8b32" fill="none" stroke-width="2"/>
      <circle cx="0" cy="-37" r="4" fill="#ffb347"/>
    </g>
    <g transform="translate(10 -33)">
      <path d="M0 0 C-3 -12 3 -22 0 -32" stroke="#4a8b32" fill="none" stroke-width="2"/>
      <circle cx="0" cy="-34" r="3" fill="#ff6b6b"/>
    </g>
    <g transform="translate(30 -28)">
      <path d="M0 0 C-4 -8 4 -18 0 -28" stroke="#4a8b32" fill="none" stroke-width="2"/>
      <circle cx="0" cy="-30" r="4" fill="#ffb347"/>
    </g>
  </g>

  <!-- Colorful aura -->
  <circle cx="150" cy="150" r="140" fill="url(#skyGlow)" filter="blur(10px)" opacity="0.3"/>
</svg>
SVG by Gemini Pro 1.5
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <radialGradient id="sky" cx="150" cy="300" r="350" gradientUnits="userSpaceOnUse">
    <stop offset="0%" stop-color="#1a2a6c" />
    <stop offset="50%" stop-color="#5c258d" />
    <stop offset="100%" stop-color="#a73791" />
  </radialGradient>
  <rect width="300" height="300" fill="url(#sky)" />
  <g fill="#fff" opacity=".7">
    <circle cx="50" cy="50" r="3" />
    <circle cx="100" cy="20" r="2" />
    <circle cx="180" cy="80" r="5" />
    <circle cx="220" cy="30" r="1" />
    <circle cx="280" cy="60" r="2.5" />
    <circle cx="40" cy="150" r="1.5" />
    <circle cx="90" cy="120" r="2" />
    <circle cx="140" cy="190" r="3" />
    <circle cx="250" cy="150" r="1" />
    <circle cx="290" cy="180" r="2.5" />
  </g>
  <path d="M30 200c50-30 120-50 180-30 60 20 80 60 50 70 -30 10 -80 -20 -80 -20h-120z" fill="#421B10" stroke="#572013" stroke-width="3"/>
  <g transform="translate(50 170) scale(0.8)">
    <path d="M0 30 L40 0 H80 L120 30 Z" fill="#673020" stroke="#572013" stroke-width="2" />
    <path d="M30 30 L70 0 H110 L150 30 Z" fill="#673020" stroke="#572013" stroke-width="2" />
  </g>
  <path d="M50 220c30-10 80-20 130-10 50 10 60 30 40 30 -20 0 -60 -10 -70 -10 -10 0 -30 10 -30 10z" fill="#673020" stroke="#572013" stroke-width="3"/>

  <g transform="translate(60 140)">
    <ellipse cx="15" cy="10" rx="20" ry="10" fill="green" />
    <path d="M5 10c10-5 15-5 25 0" fill="#50ff00" stroke="#348e00" stroke-width="2"/>
    <ellipse cx="50" cy="15" rx="30" ry="15" fill="#843900" stroke="#471b00" stroke-width="3"/>
    <path d="M30 15c10-5 25-5 35 0" stroke="#ffe1af" stroke-width="4"/>
    <circle cx="70" cy="30" r="15" fill="red"/>
    <circle cx="90" cy="10" r="10" fill="yellow"/>
    <ellipse cx="120" cy="20" rx="25" ry="15" fill="#9400D3" stroke="#660080" stroke-width="2"/>
    <path d="M100 20c10-5 20-5 30 0" stroke="#f2b3f6" stroke-width="4"/>
    <g transform="translate(140, 0) scale(0.6)">
      <ellipse cx="15" cy="10" rx="20" ry="10" fill="blue" />
      <path d="M5 10c10-5 15-5 25 0" fill="cyan" stroke="lightblue" stroke-width="2"/>
    </g>
  </g>

</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Claude 3.5 Sonnet (2024-10-22) Player 1

Judge's Analysis

    Player 1's submission more closely adheres to the prompt with a recognizable turtle shape and a semblance of a garden on its shell.

    The starry sky background complements the theme better with its subtlety and consistency.

    While Player 2's image is colorful, it lacks the clear depiction of a turtle or a garden, making Player 1's image more aligned with the given idea.

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
25
Rectangles

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

Player 1
2
Player 2
1
Circles

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

Player 1
10
Player 2
12
Ellipses

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

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

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

Player 1
5
Player 2
4

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

The number of elements with stroke attributes in the SVG.

Player 1
9
Player 2
10

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

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

Complexity Metrics

Path Commands

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

Player 1
33
Player 2
25
Max Group Nesting

The maximum nesting level of group elements (g) in the SVG.

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