Back

SVG Drawing Match #1730

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Surreal garden with floating paper cranes and glowing mushrooms"

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" gradientUnits="userSpaceOnUse">
      <stop offset="0%" stop-color="#5B247A"/>
      <stop offset="100%" stop-color="#1B8798"/>
    </linearGradient>
    <linearGradient id="groundGradient" x1="0" y1="240" x2="0" y2="300" gradientUnits="userSpaceOnUse">
      <stop offset="0%" stop-color="#2e8b57"/>
      <stop offset="100%" stop-color="#145735"/>
    </linearGradient>
    <linearGradient id="craneGradient" gradientUnits="userSpaceOnUse" x1="-15" y1="-35" x2="15" y2="0">
      <stop offset="0%" stop-color="#ffffff"/>
      <stop offset="100%" stop-color="#cfd8dc"/>
    </linearGradient>
    <radialGradient id="mushroomGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#FFEE88"/>
      <stop offset="80%" stop-color="#FF9933"/>
      <stop offset="100%" stop-color="rgba(255,153,51,0)"/>
    </radialGradient>
    <filter id="glow" width="200%" height="200%" x="-50%" y="-50%">
      <feGaussianBlur stdDeviation="3" result="blur"/>
      <feMerge>
        <feMergeNode in="blur"/>
        <feMergeNode in="SourceGraphic"/>
      </feMerge>
    </filter>
    <g id="paperCrane">
      <path d="M0,-25 L8,-15 L15,-10 L0,0 L-15,-10 L-8,-15 Z" stroke="#555" stroke-width="1" fill="url(#craneGradient)"/>
      <path d="M0,-25 L0,-35 L3,-33 Z" stroke="#555" stroke-width="0.5" fill="url(#craneGradient)"/>
    </g>
  </defs>
  <rect width="300" height="300" fill="url(#skyGradient)"/>
  <circle cx="50" cy="50" r="8" fill="url(#mushroomGradient)" filter="url(#glow)" opacity="0.6"/>
  <circle cx="250" cy="80" r="6" fill="url(#mushroomGradient)" filter="url(#glow)" opacity="0.7"/>
  <path d="M0,240 Q150,200 300,240 L300,300 L0,300 Z" fill="url(#groundGradient)"/>
  <g transform="translate(70,240)" filter="url(#glow)">
    <ellipse cx="0" cy="0" rx="12" ry="8" fill="url(#mushroomGradient)"/>
    <rect x="-3" y="8" width="6" height="12" fill="#fff" stroke="#ddd" stroke-width="0.5" rx="2" ry="2"/>
  </g>
  <g transform="translate(220,250)" filter="url(#glow)">
    <ellipse cx="0" cy="0" rx="10" ry="7" fill="url(#mushroomGradient)"/>
    <rect x="-2.5" y="7" width="5" height="10" fill="#fff" stroke="#ddd" stroke-width="0.5" rx="2" ry="2"/>
  </g>
  <path d="M100,280 C110,260 130,260 140,280" stroke="#FFD700" stroke-width="2" fill="none" opacity="0.7"/>
  <path d="M200,285 C195,265 175,265 170,285" stroke="#ADFF2F" stroke-width="2" fill="none" opacity="0.7"/>
  <use href="#paperCrane" transform="translate(80,80) rotate(-10)"/>
  <use href="#paperCrane" transform="translate(200,60) rotate(25)"/>
  <use href="#paperCrane" transform="translate(150,120) rotate(-5)"/>
  <circle cx="130" cy="100" r="2" fill="#FFFF66" filter="url(#glow)"/>
  <circle cx="160" cy="90" r="2" fill="#FFFF66" filter="url(#glow)"/>
</svg>
SVG by Qwen-2.5-32B
<svg width="300" height="300" viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#87CEEB" />
      <stop offset="100%" stop-color="#ADD8E6" />
    </linearGradient>
    <linearGradient id="grassGradient" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#00FF00" />
      <stop offset="100%" stop-color="#32CD32" />
    </linearGradient>
    <radialGradient id="craneGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#FFD700" />
      <stop offset="100%" stop-color="#FFA500" />
    </radialGradient>
    <radialGradient id="mushroomGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#FF69B4" />
      <stop offset="100%" stop-color="#FF1493" />
    </radialGradient>
  </defs>
  <rect width="100%" height="50%" fill="url(#skyGradient)"/>
  <rect y="150" width="100%" height="150" fill="url(#grassGradient)"/>
  <g>
    <circle cx="150" cy="120" r="20" fill="url(#mushroomGradient)" />
    <ellipse cx="150" cy="140" rx="30" ry="10" fill="url(#mushroomGradient)" />
  </g>
  <g>
    <circle cx="50" cy="170" r="15" fill="url(#mushroomGradient)" />
    <ellipse cx="50" cy="190" rx="25" ry="10" fill="url(#mushroomGradient)" />
  </g>
  <g>
    <circle cx="250" cy="180" r="10" fill="url(#mushroomGradient)" />
    <ellipse cx="250" cy="200" rx="20" ry="8" fill="url(#mushroomGradient)" />
  </g>
  <g>
    <polygon points="100,70 130,100 160,70" fill="url(#craneGradient)" />
    <circle cx="110" cy="90" r="5" fill="black" />
    <circle cx="150" cy="90" r="5" fill="black" />
  </g>
  <g>
    <polygon points="200,120 230,150 260,120" fill="url(#craneGradient)" />
    <circle cx="210" cy="140" r="5" fill="black" />
    <circle cx="250" cy="140" r="5" fill="black" />
  </g>
  <g>
    <polygon points="50,90 80,120 110,90" fill="url(#craneGradient)" />
    <circle cx="60" cy="110" r="5" fill="black" />
    <circle cx="100" cy="110" r="5" fill="black" />
  </g>
  <g>
    <path d="M100 200 Q150 250 200 200" stroke="url(#mushroomGradient)" stroke-width="5" fill="none"/>
    <circle cx="150" cy="225" r="10" fill="url(#mushroomGradient)" />
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is O3-mini high (2025-01-31) Player 1

Judge's Analysis

    Player 1's image captures the surreal garden theme with floating paper cranes and glowing mushrooms effectively.

    The gradient background adds depth, and the elements are integrated well, aligning closely with the prompt.

    Player 2's submission, while colorful, lacks the specific elements of floating paper cranes and glowing mushrooms, thus not adhering as closely to 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
14
Player 2
19
Rectangles

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

Player 1
3
Player 2
2
Circles

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

Player 1
4
Player 2
10
Ellipses

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

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

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

Player 1
5
Player 2
1
Groups

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

Player 1
3
Player 2
7

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

The number of elements with stroke attributes in the SVG.

Player 1
6
Player 2
1

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
15
Player 2
9

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

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
2
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
6
Player 2
4
Use Elements

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

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