Back

SVG Drawing Match #1947

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Surreal fruit sailing a sea of chocolate milk under a checkerboard sky"

SVG by Claude 3.7 Sonnet (2025-02-19)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <!-- Gradient Definitions -->
  <defs>
    <linearGradient id="chocolateMilk" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" stop-color="#96613f" />
      <stop offset="50%" stop-color="#c49a7c" />
      <stop offset="100%" stop-color="#96613f" />
    </linearGradient>
    <linearGradient id="sunsetSky" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#ff9e8a" />
      <stop offset="100%" stop-color="#ffd1bc" />
    </linearGradient>
    <pattern id="checkerboard" x="0" y="0" width="40" height="40" patternUnits="userSpaceOnUse">
      <rect x="0" y="0" width="20" height="20" fill="#ffd1bc" />
      <rect x="20" y="0" width="20" height="20" fill="#ff9e8a" />
      <rect x="0" y="20" width="20" height="20" fill="#ff9e8a" />
      <rect x="20" y="20" width="20" height="20" fill="#ffd1bc" />
    </pattern>
    <filter id="dropShadow" x="-20%" y="-20%" width="140%" height="140%">
      <feGaussianBlur in="SourceAlpha" stdDeviation="3" />
      <feOffset dx="2" dy="2" result="offsetblur" />
      <feComponentTransfer>
        <feFuncA type="linear" slope="0.5" />
      </feComponentTransfer>
      <feMerge>
        <feMergeNode />
        <feMergeNode in="SourceGraphic" />
      </feMerge>
    </filter>
    <radialGradient id="strawberryGradient" cx="50%" cy="50%" r="50%" fx="25%" fy="25%">
      <stop offset="0%" stop-color="#ff6b8b" />
      <stop offset="100%" stop-color="#e71e50" />
    </radialGradient>
    <radialGradient id="orangeGradient" cx="50%" cy="50%" r="50%" fx="25%" fy="25%">
      <stop offset="0%" stop-color="#ffb347" />
      <stop offset="100%" stop-color="#ff8c00" />
    </radialGradient>
  </defs>

  <!-- Background Sky -->
  <rect x="0" y="0" width="300" height="150" fill="url(#checkerboard)" />

  <!-- Chocolate Milk Sea -->
  <path d="M0,150 C50,130 100,160 150,140 C200,120 250,150 300,140 L300,300 L0,300 Z" fill="url(#chocolateMilk)" />
  
  <!-- Milk Wave Details -->
  <path d="M0,170 C30,165 60,175 90,170 C120,165 150,175 180,170 C210,165 240,175 270,170 C300,165 330,175 360,170" fill="none" stroke="white" stroke-width="2" stroke-opacity="0.3" />
  <path d="M0,190 C30,185 60,195 90,190 C120,185 150,195 180,190 C210,185 240,195 270,190 C300,185 330,195 360,190" fill="none" stroke="white" stroke-width="1.5" stroke-opacity="0.2" />

  <!-- Strawberry Boat -->
  <g transform="translate(90, 180) rotate(-5)" filter="url(#dropShadow)">
    <!-- Boat Hull (Strawberry) -->
    <path d="M0,0 C10,-30 40,-30 50,0 C60,10 40,30 25,30 C10,30 -10,10 0,0 Z" fill="url(#strawberryGradient)" />
    <!-- Strawberry Seeds -->
    <g fill="#ffe668">
      <circle cx="10" cy="5" r="1.5" />
      <circle cx="20" cy="0" r="1.5" />
      <circle cx="30" cy="0" r="1.5" />
      <circle cx="40" cy="5" r="1.5" />
      <circle cx="15" cy="10" r="1.5" />
      <circle cx="25" cy="10" r="1.5" />
      <circle cx="35" cy="10" r="1.5" />
      <circle cx="10" cy="15" r="1.5" />
      <circle cx="20" cy="15" r="1.5" />
      <circle cx="30" cy="15" r="1.5" />
      <circle cx="40" cy="15" r="1.5" />
    </g>
    <!-- Strawberry Leaf Top -->
    <path d="M22,-5 C18,-15 25,-20 30,-15 C35,-20 42,-15 38,-5 Z" fill="#4caf50" />
    <!-- Sail -->
    <path d="M25,0 L25,-40 L50,-25 Z" fill="#9cfffa" stroke="#48c9b0" stroke-width="1.5" />
  </g>

  <!-- Orange Captain -->
  <g transform="translate(110, 155)">
    <circle cx="0" cy="0" r="15" fill="url(#orangeGradient)" filter="url(#dropShadow)" />
    <!-- Orange Sections -->
    <path d="M0,0 L0,-15 A15,15 0 0,1 13,-7.5 Z" fill="#ffcc80" fill-opacity="0.7" />
    <path d="M0,0 L13,-7.5 A15,15 0 0,1 13,7.5 Z" fill="#ffcc80" fill-opacity="0.7" />
    <path d="M0,0 L13,7.5 A15,15 0 0,1 0,15 Z" fill="#ffcc80" fill-opacity="0.7" />
    <path d="M0,0 L0,15 A15,15 0 0,1 -13,7.5 Z" fill="#ffcc80" fill-opacity="0.7" />
    <path d="M0,0 L-13,7.5 A15,15 0 0,1 -13,-7.5 Z" fill="#ffcc80" fill-opacity="0.7" />
    <path d="M0,0 L-13,-7.5 A15,15 0 0,1 0,-15 Z" fill="#ffcc80" fill-opacity="0.7" />
    <!-- Captain's Hat -->
    <path d="M-10,-10 L10,-10 L0,-25 Z" fill="#2c3e50" />
    <!-- Eyes -->
    <circle cx="-5" cy="-2" r="2" fill="#2c3e50" />
    <circle cx="5" cy="-2" r="2" fill="#2c3e50" />
    <!-- Smile -->
    <path d="M-6,5 Q0,10 6,5" fill="none" stroke="#2c3e50" stroke-width="1.5" stroke-linecap="round" />
  </g>

  <!-- Banana Island -->
  <g transform="translate(200, 200) rotate(-15)">
    <path d="M-40,0 C-30,-30 30,-30 40,0 C30,20 -30,20 -40,0 Z" fill="#ffeaa7" filter="url(#dropShadow)" />
    <path d="M-40,0 C-30,-30 30,-30 40,0" fill="none" stroke="#e1b12c" stroke-width="2" />
    <path d="M-30,-5 C-20,-20 20,-20 30,-5" fill="none" stroke="#e1b12c" stroke-width="1.5" />
    <!-- Palm Trees -->
    <g transform="translate(-20, -5) scale(0.7)">
      <rect x="-2" y="0" width="4" height="15" fill="#8d6e63" />
      <path d="M0,-5 C-15,-5 -10,-15 -5,-15 C-10,-20 0,-25 5,-15 C10,-25 15,-20 10,-15 C15,-15 20,-5 0,-5" fill="#4caf50" />
    </g>
    <g transform="translate(15, -7) scale(0.5)">
      <rect x="-2" y="0" width="4" height="15" fill="#8d6e63" />
      <path d="M0,-5 C-15,-5 -10,-15 -5,-15 C-10,-20 0,-25 5,-15 C10,-25 15,-20 10,-15 C15,-15 20,-5 0,-5" fill="#4caf50" />
    </g>
  </g>

  <!-- Chocolate Ripples -->
  <g opacity="0.6">
    <path d="M0,220 C30,225 60,215 90,220 C120,225 150,215 180,220 C210,225 240,215 270,220 C300,225 330,215 360,220" fill="none" stroke="#5d4037" stroke-width="1" />
    <path d="M0,230 C30,235 60,225 90,230 C120,235 150,225 180,230 C210,235 240,225 270,230 C300,235 330,225 360,230" fill="none" stroke="#5d4037" stroke-width="1" />
    <path d="M0,240 C30,245 60,235 90,240 C120,245 150,235 180,240 C210,245 240,235 270,240 C300,245 330,235 360,240" fill="none" stroke="#5d4037" stroke-width="1" />
  </g>

  <!-- Whipped Cream Clouds -->
  <g opacity="0.9">
    <ellipse cx="50" cy="70" rx="25" ry="15" fill="white" filter="url(#dropShadow)" />
    <ellipse cx="160" cy="40" rx="35" ry="20" fill="white" filter="url(#dropShadow)" />
    <ellipse cx="240" cy="90" rx="30" ry="18" fill="white" filter="url(#dropShadow)" />
  </g>

  <!-- Flying Blueberries -->
  <g>
    <circle cx="70" cy="100" r="7" fill="#3f51b5" filter="url(#dropShadow)" />
    <circle cx="90" cy="80" r="5" fill="#3f51b5" filter="url(#dropShadow)" />
    <circle cx="110" cy="95" r="6" fill="#3f51b5" filter="url(#dropShadow)" />
    <circle cx="210" cy="60" r="8" fill="#3f51b5" filter="url(#dropShadow)" />
    <circle cx="230" cy="40" r="4" fill="#3f51b5" filter="url(#dropShadow)" />
  </g>
</svg>
SVG by GPT-4o (2024-11-20)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <!-- Checkerboard sky -->
  <defs>
    <pattern id="checkerboard" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
      <rect width="10" height="10" fill="#fff" />
      <rect x="10" y="10" width="10" height="10" fill="#fff" />
    </pattern>
    <linearGradient id="chocolate-milk" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" style="stop-color:#c68c53" />
      <stop offset="100%" style="stop-color:#8b4513" />
    </linearGradient>
  </defs>

  <rect width="300" height="150" fill="url(#checkerboard)" />

  <!-- Sea of chocolate milk -->
  <rect y="150" width="300" height="150" fill="url(#chocolate-milk)" />

  <!-- Fruit-shaped boats -->
  <g transform="translate(60, 200)">
    <ellipse rx="40" ry="20" fill="orange" stroke="darkorange" stroke-width="2" />
    <polygon points="0,0 -10,-20 10,-20" fill="green" />
    <path d="M-20,-10 Q0,-30 20,-10" fill="none" stroke="green" stroke-width="2" />
    <line x1="-20" y1="0" x2="-20" y2="20" stroke="#fff" stroke-width="2" />
  </g>

  <g transform="translate(200, 210)">
    <circle r="20" fill="yellow" stroke="gold" stroke-width="2" />
    <polygon points="0,0 -15,-20 15,-20" fill="green" />
    <path d="M-10,-10 Q0,-25 10,-10" fill="none" stroke="green" stroke-width="2" />
    <line x1="-10" y1="0" x2="-10" y2="20" stroke="#fff" stroke-width="2" />
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Claude 3.7 Sonnet (2025-02-19) Player 1

Judge's Analysis

    Player 1's image creatively combines elements of surrealism with a playful character and varied shapes, adhering well to the prompt.

    The checkerboard sky is integrated in a whimsical manner, and the composition includes additional details like floating shapes, enhancing visual interest.

    Player 2's submission is simpler and lacks the imaginative elements and complexity seen in Player 1's work.

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
51
Player 2
12
Rectangles

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

Player 1
7
Player 2
4
Circles

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

Player 1
19
Player 2
1
Ellipses

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

Player 1
3
Player 2
1
Lines

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

Player 1
Player 2
2
Polygons

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

Player 1
Player 2
2
Paths

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

Player 1
22
Player 2
2
Groups

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

Player 1
9
Player 2
2

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
9
Player 2
6

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
20
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
5
Player 2
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
92
Player 2
4
Max Group Nesting

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

Player 1
1
Player 2
Defs Elements

The number of elements defined within the defs element in the SVG.

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