Back

SVG Drawing Match #2172

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Frog rock band on lily pads, moonlit swamp stage"

SVG by Qwen-2.5-32B
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color: #123456; stop-opacity:1" />
      <stop offset="100%" style="stop-color: #000000; stop-opacity:1" />
    </linearGradient>
    <radialGradient id="moonGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" style="stop-color:#f2f2f2;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#dcdcdc;stop-opacity:0" />
    </radialGradient>
    <pattern id="waterPattern" patternUnits="userSpaceOnUse" width="6" height="6">
      <rect width="6" height="6" fill="#1f4e78"/>
      <circle cx="3" cy="3" r="2" fill="#1f4e78"/>
    </pattern>
    <linearGradient id="lilyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#a7c957;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#82b366;stop-opacity:1" />
    </linearGradient>
    <linearGradient id="frogGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#00ff7f;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#00bfff;stop-opacity:1" />
    </linearGradient>
  </defs>
  <rect width="100%" height="100%" fill="url(#skyGradient)" />
  <circle cx="80" cy="50" r="30" fill="url(#moonGradient)" />
  <rect x="0" y="200" width="300" height="100" fill="url(#waterPattern)" />
  <path d="M 20 250 C 50 180, 150 180, 180 250 S 290 320, 320 250" fill="url(#lilyGradient)" stroke="green" stroke-width="2"/>
  <path d="M 100 260 C 120 200, 180 200, 200 260" fill="url(#lilyGradient)" stroke="green" stroke-width="2"/>
  <circle cx="160" cy="270" r="10" fill="url(#frogGradient)" />
  <circle cx="165" cy="260" r="5" fill="white" />
  <circle cx="168" cy="260" r="2" fill="black" />
  <circle cx="155" cy="260" r="5" fill="white" />
  <circle cx="158" cy="260" r="2" fill="black" />
  <path d="M 150 275 C 155 280, 165 280, 170 275" stroke="black" stroke-width="2" fill="none" />
  <path d="M 150 275 C 145 280, 135 280, 130 275" stroke="black" stroke-width="2" fill="none" />
  <circle cx="130" cy="270" r="10" fill="url(#frogGradient)" />
  <circle cx="135" cy="260" r="5" fill="white" />
  <circle cx="138" cy="260" r="2" fill="black" />
  <circle cx="125" cy="260" r="5" fill="white" />
  <circle cx="128" cy="260" r="2" fill="black" />
  <path d="M 120 275 C 125 280, 135 280, 140 275" stroke="black" stroke-width="2" fill="none" />
  <circle cx="190" cy="270" r="10" fill="url(#frogGradient)" />
  <circle cx="195" cy="260" r="5" fill="white" />
  <circle cx="198" cy="260" r="2" fill="black" />
  <circle cx="185" cy="260" r="5" fill="white" />
  <circle cx="188" cy="260" r="2" fill="black" />
  <path d="M 180 275 C 185 280, 195 280, 190 275" stroke="black" stroke-width="2" fill="none" />
  <g transform="translate(160,230)">
    <path d="M -20 0 C -20 20, 20 20, 20 0" stroke="black" stroke-width="2" fill="none" />
    <path d="M -20 0 L -20 20 L 20 20 L 20 0" fill="black" />
  </g>
  <g transform="translate(120,230)">
    <path d="M -20 0 C -20 20, 20 20, 20 0" stroke="black" stroke-width="2" fill="none" />
    <path d="M -20 0 L -20 20 L 20 20 L 20 0" fill="black" />
  </g>
  <g transform="translate(190,230)">
    <path d="M -20 0 C -20 20, 20 20, 20 0" stroke="black" stroke-width="2" fill="none" />
    <path d="M -20 0 L -20 20 L 20 20 L 20 0" fill="black" />
  </g>
</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="bgGradient" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#0d1b2a"/>
      <stop offset="100%" stop-color="#1b263b"/>
    </linearGradient>
    <radialGradient id="moonGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#f0e9e0"/>
      <stop offset="100%" stop-color="#cfc9c2"/>
    </radialGradient>
    <radialGradient id="lilyGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#a8cf45"/>
      <stop offset="100%" stop-color="#6a8f1a"/>
    </radialGradient>
    <linearGradient id="waterGradient" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#013a40"/>
      <stop offset="100%" stop-color="#045d69"/>
    </linearGradient>
  </defs>
  <rect x="0" y="0" width="300" height="300" fill="url(#bgGradient)"/>
  <!-- Stars -->
  <circle cx="50" cy="40" r="1" fill="white"/>
  <circle cx="70" cy="80" r="1" fill="white"/>
  <circle cx="120" cy="50" r="0.8" fill="white"/>
  <circle cx="180" cy="30" r="1" fill="white"/>
  <circle cx="90" cy="60" r="0.8" fill="white"/>
  <circle cx="30" cy="25" r="1" fill="white"/>
  <!-- Moon -->
  <circle cx="240" cy="60" r="30" fill="url(#moonGradient)"/>
  <!-- Moonlit swamp water -->
  <path d="M0 180 C 50 160, 100 200, 150 180 C 200 160, 250 200, 300 180 L300 300 L0 300 Z" fill="url(#waterGradient)"/>
  <!-- Lead Singer Frog on Lily Pad -->
  <g transform="translate(150,240)">
    <ellipse cx="0" cy="0" rx="30" ry="20" fill="url(#lilyGradient)" stroke="#567d46" stroke-width="1"/>
    <ellipse cx="0" cy="-4" rx="12" ry="8" fill="#4caf50" stroke="#388e3c" stroke-width="1"/>
    <circle cx="0" cy="-12" r="8" fill="#4caf50" stroke="#388e3c" stroke-width="1"/>
    <circle cx="-3" cy="-15" r="2" fill="white"/>
    <circle cx="-3" cy="-15" r="1" fill="black"/>
    <circle cx="3" cy="-15" r="2" fill="white"/>
    <circle cx="3" cy="-15" r="1" fill="black"/>
    <line x1="8" y1="-8" x2="8" y2="2" stroke="#ccc" stroke-width="2"/>
    <circle cx="8" cy="2" r="2" fill="#ccc"/>
  </g>
  <!-- Guitarist Frog on Lily Pad -->
  <g transform="translate(90,260)">
    <ellipse cx="0" cy="0" rx="25" ry="15" fill="url(#lilyGradient)" stroke="#567d46" stroke-width="1"/>
    <ellipse cx="0" cy="-3" rx="10" ry="7" fill="#4caf50" stroke="#388e3c" stroke-width="1"/>
    <circle cx="0" cy="-10" r="6" fill="#4caf50" stroke="#388e3c" stroke-width="1"/>
    <circle cx="-2.5" cy="-12" r="1.5" fill="white"/>
    <circle cx="-2.5" cy="-12" r="0.7" fill="black"/>
    <circle cx="2.5" cy="-12" r="1.5" fill="white"/>
    <circle cx="2.5" cy="-12" r="0.7" fill="black"/>
    <path d="M8 -3 L14 -1 L15 3 L9 5 Z" fill="#9c27b0" stroke="#7b1fa2" stroke-width="1"/>
    <line x1="11" y1="-1" x2="11" y2="5" stroke="#fff" stroke-width="0.5"/>
    <line x1="13" y1="0" x2="13" y2="4" stroke="#fff" stroke-width="0.5"/>
  </g>
  <!-- Drummer Frog on Lily Pad -->
  <g transform="translate(210,260)">
    <ellipse cx="0" cy="0" rx="25" ry="15" fill="url(#lilyGradient)" stroke="#567d46" stroke-width="1"/>
    <ellipse cx="0" cy="-3" rx="10" ry="7" fill="#4caf50" stroke="#388e3c" stroke-width="1"/>
    <circle cx="0" cy="-10" r="6" fill="#4caf50" stroke="#388e3c" stroke-width="1"/>
    <circle cx="-2.5" cy="-12" r="1.5" fill="white"/>
    <circle cx="-2.5" cy="-12" r="0.7" fill="black"/>
    <circle cx="2.5" cy="-12" r="1.5" fill="white"/>
    <circle cx="2.5" cy="-12" r="0.7" fill="black"/>
    <circle cx="-12" cy="2" r="4" fill="#ffc107" stroke="#ffa000" stroke-width="1"/>
    <circle cx="12" cy="2" r="4" fill="#ffc107" stroke="#ffa000" stroke-width="1"/>
    <circle cx="0" cy="-5" r="3" fill="#ffeb3b" stroke="#fbc02d" stroke-width="1"/>
  </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 submission creatively captures the theme with frogs playing instruments on lily pads under a moonlit sky, which adheres well to the prompt.

    The image exhibits better technical quality and visual appeal with clear depictions of the musical theme and a well-composed scene.

    Player 1's image, though imaginative, lacks detail and clarity, making it less effective in conveying the 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
32
Player 2
38
Rectangles

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

Player 1
3
Player 2
1
Circles

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

Player 1
17
Player 2
26
Ellipses

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

Player 1
Player 2
6
Lines

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

Player 1
Player 2
3
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
12
Player 2
2
Groups

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

Player 1
3
Player 2
3

Visual Effects Metrics

Gradients

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

Player 1
4
Player 2
4
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
9
Player 2
16

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
4
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
3
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
31
Player 2
11
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
5
Player 2
4
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