Back

SVG Drawing Match #2683

May 09, 2025
GPT-4o
Challenge Creator

Creative Challenge

"An ant surfing on a leaf down a stream."

SVG by o4-mini medium (2025-04-16)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="waterGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#73d2ff"/>
      <stop offset="100%" stop-color="#2b65ec"/>
    </linearGradient>
    <linearGradient id="leafGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#8dd33f"/>
      <stop offset="100%" stop-color="#3e8b3d"/>
    </linearGradient>
    <filter id="dropShadow" x="-20%" y="-20%" width="140%" height="140%">
      <feDropShadow dx="2" dy="2" stdDeviation="2" flood-color="#000" flood-opacity="0.4"/>
    </filter>
  </defs>
  <!-- background water -->
  <rect width="300" height="300" fill="url(#waterGradient)"/>
  <!-- waves -->
  <path d="M0,140 Q50,120 100,140 T200,140 T300,140 L300,160 L0,160 Z" fill="#ecfaff" opacity="0.5"/>
  <path d="M0,160 Q50,180 100,160 T200,160 T300,160 L300,180 L0,180 Z" fill="#b3e0ff" opacity="0.4"/>
  <!-- splashes -->
  <circle cx="220" cy="200" r="3" fill="#ecfaff" opacity="0.6"/>
  <circle cx="230" cy="195" r="2" fill="#ecfaff" opacity="0.5"/>
  <circle cx="210" cy="205" r="2.5" fill="#ecfaff" opacity="0.5"/>
  <!-- leaf -->
  <path d="M70,200 C60,180 120,150 200,140 C220,170 240,200 180,220 C140,240 100,230 70,200 Z"
        fill="url(#leafGradient)" stroke="#39752e" stroke-width="2" filter="url(#dropShadow)"/>
  <!-- leaf veins -->
  <path d="M140,180 L100,155" stroke="#3e8b3d" stroke-width="1"/>
  <path d="M140,180 L160,150" stroke="#3e8b3d" stroke-width="1"/>
  <path d="M140,180 L180,180" stroke="#3e8b3d" stroke-width="1"/>
  <path d="M140,180 L160,210" stroke="#3e8b3d" stroke-width="1"/>
  <path d="M140,180 L110,210" stroke="#3e8b3d" stroke-width="1"/>
  <!-- ant -->
  <g transform="translate(140,180) rotate(-20)">
    <circle cx="-20" cy="-10" r="8" fill="#2b1b10"/>
    <circle cx="-8" cy="0" r="10" fill="#2b1b10"/>
    <ellipse cx="14" cy="10" rx="12" ry="8" fill="#2b1b10"/>
    <path d="M-26,-16 C-40,-30 -50,-10 -34,-12" stroke="#2b1b10" stroke-width="2" fill="none"/>
    <path d="M-26,-16 C-10,-30 0,-10 -16,-12" stroke="#2b1b10" stroke-width="2" fill="none"/>
    <path d="M-10,2 L-20,12" stroke="#2b1b10" stroke-width="2"/>
    <path d="M-2,4 L-10,18" stroke="#2b1b10" stroke-width="2"/>
    <path d="M10,8 L0,22" stroke="#2b1b10" stroke-width="2"/>
    <path d="M-10,6 L-20,20" stroke="#2b1b10" stroke-width="2"/>
    <path d="M-2,8 L-8,24" stroke="#2b1b10" stroke-width="2"/>
    <path d="M10,12 L2,28" stroke="#2b1b10" stroke-width="2"/>
  </g>
</svg>
SVG by Llama 3.1 405B Instruct
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <linearGradient id="grad-water" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#44a0e6" stop-opacity="1" />
      <stop offset="50%" stop-color="#87ceeb" stop-opacity="1" />
      <stop offset="100%" stop-color="#4682b4" stop-opacity="1" />
    </linearGradient>
    <radialGradient id="grad-sun" cx="0.5" cy="0.5" r="0.5">
      <stop offset="0%" stop-color="#ffd700" stop-opacity="1" />
      <stop offset="50%" stop-color="#ffa500" stop-opacity="1" />
      <stop offset="100%" stop-color="#ff8c00" stop-opacity="1" />
    </radialGradient>
    <pattern id="wave" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
      <path d="M 0 5 C 1.5 7 3.5 7 5 5 C 6.5 3 8.5 3 10 5 Z" fill="#fff" opacity="0.5" />
    </pattern>
  </defs>
  <rect x="0" y="0" width="300" height="300" fill="url(#grad-water)" rx="10" />
  <path d="M 150 100 L 200 150 L 250 100 Z" fill="#0f0" opacity="0.5" />
  <ellipse cx="175" cy="75" rx="50" ry="25" fill="#0f0" opacity="0.5" />
  <path d="M 100 150 C 120 100 180 100 200 150 L 220 180 Z" fill="#663300" opacity="0.75" />
  <circle cx="220" cy="180" r="10" fill="#663300" opacity="0.75" />
  <path d="M 170 120 L 170 180 L 200 220 Z" fill="#ff0" opacity="0.75" />
  <path d="M 180 140 L 200 160 L 220 140 Z" fill="#ff0" opacity="0.75" />
  <circle cx="140" cy="100" r="20" fill="url(#grad-sun)" opacity="0.75" />
  <path d="M 150 80 C 160 70 170 70 180 80 Z" fill="#fff" opacity="0.5" />
  <path d="M 160 90 C 170 80 180 80 190 90 Z" fill="#fff" opacity="0.5" />
  <rect x="0" y="250" width="300" height="50" fill="url(#wave)" opacity="0.5" />
  <path d="M 50 280 L 70 260 L 90 280 Z" fill="#fff" opacity="0.5" />
  <path d="M 120 280 L 140 260 L 160 280 Z" fill="#fff" opacity="0.5" />
  <path d="M 230 280 L 250 260 L 270 280 Z" fill="#fff" opacity="0.5" />
  <path d="M 260 270 L 280 250 L 300 270 Z" fill="#fff" opacity="0.5" />
  <g transform="translate(200 150) scale(0.5)">
    <path d="M 0 0 L 20 30 L 40 0 Z" fill="#663300" opacity="0.75" />
    <circle cx="30" cy="15" r="5" fill="#663300" opacity="0.75" />
    <path d="M 10 10 L 30 20 L 50 10 Z" fill="#ff0" opacity="0.75" />
    <path d="M 20 20 L 40 30 L 60 20 Z" fill="#ff0" opacity="0.75" />
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is O4-mini medium (2025-04-16) Player 1

Judge's Analysis

    Player 1's submission clearly represents the idea of an ant surfing on a leaf down a stream.

    The ant and leaf are identifiable, and the subtle wave details add context to the scene.

    Player 2's abstract approach lacks clarity and adherence to the prompt, making it difficult to interpret the intended subject matter.

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

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

Player 1
1
Player 2
2
Circles

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

Player 1
5
Player 2
3
Ellipses

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

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

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

Player 1
1
Player 2
1

Visual Effects Metrics

Gradients

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

Player 1
2
Player 2
2
Patterns

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

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

The number of elements with stroke attributes in the SVG.

Player 1
14
Player 2

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
8
Player 2
10

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

Complexity Metrics

Path Commands

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

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