Back

SVG Drawing Match #2708

May 09, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A sunflower wearing sunglasses in a desert under a smiling crescent moon."

SVG by o4-mini low (2025-04-16)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="skyGrad" cx="50%" cy="30%" r="80%">
      <stop offset="0%" stop-color="#1a237e"/>
      <stop offset="100%" stop-color="#0d47a1"/>
    </radialGradient>
    <linearGradient id="duneGrad" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#f9d976"/>
      <stop offset="100%" stop-color="#f39c12"/>
    </linearGradient>
    <radialGradient id="sunCenter" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#ffeb3b"/>
      <stop offset="100%" stop-color="#fbc02d"/>
    </radialGradient>
    <radialGradient id="petalGrad" cx="50%" cy="50%" r="60%">
      <stop offset="0%" stop-color="#fff176"/>
      <stop offset="100%" stop-color="#ffca28"/>
    </radialGradient>
    <filter id="shadow" 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 sky -->
  <rect width="300" height="300" fill="url(#skyGrad)"/>
  <!-- Stars -->
  <g fill="#fff">
    <circle cx="40" cy="50" r="1.5"/>
    <circle cx="80" cy="30" r="1.2"/>
    <circle cx="200" cy="60" r="1.8"/>
    <circle cx="250" cy="40" r="1.3"/>
    <circle cx="150" cy="20" r="1.4"/>
    <circle cx="120" cy="80" r="1.1"/>
  </g>
  <!-- Crescent moon -->
  <g filter="url(#shadow)">
    <path d="M230,60 A40,40 0 1,0 270,100 A30,30 0 1,1 230,60" fill="#fff9c4"/>
    <!-- Moon smile -->
    <path d="M240,85 Q250,95 260,85" stroke="#f57f17" stroke-width="2" fill="none" stroke-linecap="round"/>
    <!-- Moon eye -->
    <circle cx="245" cy="70" r="2" fill="#f57f17"/>
    <circle cx="255" cy="75" r="2" fill="#f57f17"/>
  </g>
  <!-- Desert dunes -->
  <path d="M0,250 Q75,220 150,250 T300,250 L300,300 L0,300 Z" fill="url(#duneGrad)"/>
  <!-- Sunflower stem and leaves -->
  <g filter="url(#shadow)">
    <path d="M160,250 C158,200 158,180 160,150" stroke="#2e7d32" stroke-width="6" fill="none"/>
    <path d="M160,200 C140,180 140,190 160,210" fill="#388e3c"/>
    <path d="M160,220 C180,200 180,210 160,230" fill="#388e3c"/>
  </g>
  <!-- Sunflower petals -->
  <g transform="translate(160,140)">
    <circle cx="0" cy="0" r="30" fill="url(#sunCenter)" filter="url(#shadow)"/>
    <g fill="url(#petalGrad)" stroke="#f9a825" stroke-width="1">
      <ellipse rx="12" ry="30" transform="rotate(0)"/>
      <ellipse rx="12" ry="30" transform="rotate(30)"/>
      <ellipse rx="12" ry="30" transform="rotate(60)"/>
      <ellipse rx="12" ry="30" transform="rotate(90)"/>
      <ellipse rx="12" ry="30" transform="rotate(120)"/>
      <ellipse rx="12" ry="30" transform="rotate(150)"/>
      <ellipse rx="12" ry="30" transform="rotate(180)"/>
      <ellipse rx="12" ry="30" transform="rotate(210)"/>
      <ellipse rx="12" ry="30" transform="rotate(240)"/>
      <ellipse rx="12" ry="30" transform="rotate(270)"/>
      <ellipse rx="12" ry="30" transform="rotate(300)"/>
      <ellipse rx="12" ry="30" transform="rotate(330)"/>
    </g>
    <!-- Sunglasses -->
    <g fill="#212121">
      <ellipse cx="-8" cy="-5" rx="8" ry="5"/>
      <ellipse cx="12" cy="-5" rx="8" ry="5"/>
      <rect x="-8" y="-7" width="20" height="4"/>
    </g>
  </g>
</svg>
SVG by Gemini 2.5 Pro Preview 05-06
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <!-- Gradients -->
    <linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#0B0B22; stop-opacity:1" />
      <stop offset="50%" style="stop-color:#201533; stop-opacity:1" />
      <stop offset="100%" style="stop-color:#482C3D; stop-opacity:1" />
    </linearGradient>

    <radialGradient id="petalGradient" cx="50%" cy="80%" r="70%" fx="50%" fy="90%">
      <stop offset="0%" style="stop-color:#FF8C00;" /> <!-- DarkOrange base -->
      <stop offset="60%" style="stop-color:#FFA500;" /> <!-- Orange mid -->
      <stop offset="100%" style="stop-color:#FFD700;" /> <!-- Yellow tip -->
    </radialGradient>

    <linearGradient id="duneGradient1" x1="0%" y1="0%" x2="0%" y2="100%"> <!-- Furthest -->
      <stop offset="0%" style="stop-color:#403022;" />
      <stop offset="100%" style="stop-color:#302318;" />
    </linearGradient>
    <linearGradient id="duneGradient2" x1="0%" y1="0%" x2="0%" y2="100%"> <!-- Middle -->
      <stop offset="0%" style="stop-color:#654321;" /> <!-- Sienna -->
      <stop offset="100%" style="stop-color:#50331A;" />
    </linearGradient>
     <linearGradient id="duneGradient3" x1="0%" y1="0%" x2="0%" y2="100%"> <!-- Closest -->
      <stop offset="0%" style="stop-color:#8B5A2B;" /> <!-- Darker Peru -->
      <stop offset="100%" style="stop-color:#704823;" />
    </linearGradient>
    <linearGradient id="stemGradient" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" style="stop-color:#50682C;" />
      <stop offset="50%" style="stop-color:#6B8E23;" />
      <stop offset="100%" style="stop-color:#50682C;" />
    </linearGradient>

    <!-- Pattern for sunflower center -->
    <pattern id="seedPattern" x="0" y="0" width="7" height="7" patternUnits="userSpaceOnUse" patternTransform="rotate(30)">
      <circle cx="1.5" cy="1.5" r="1.2" fill="#4A3B31"/>
      <circle cx="5" cy="5" r="1.3" fill="#3D2E25"/>
      <circle cx="1.5" cy="5" r="1" fill="#503D32"/>
    </pattern>

    <!-- Moon Glow -->
    <filter id="moonGlow">
      <feGaussianBlur stdDeviation="2" result="coloredBlur"/>
      <feMerge>
        <feMergeNode in="coloredBlur"/>
        <feMergeNode in="SourceGraphic"/>
      </feMerge>
    </filter>

    <!-- Petal Shape -->
    <path id="petalShapeDef" d="M0,0 C-8,-25 -8,-45 0,-55 C8,-45 8,-25 0,0 Z" fill="url(#petalGradient)"/>
  </defs>

  <!-- Background Sky -->
  <rect width="300" height="300" fill="url(#skyGradient)" />

  <!-- Stars -->
  <g id="stars">
    <circle cx="40" cy="30" r="1.5" fill="#FFF8DC" opacity="0.9"/>
    <circle cx="90" cy="50" r="1" fill="#FFFFFF" opacity="0.7"/>
    <circle cx="150" cy="25" r="1.2" fill="#FFF8DC" opacity="0.8"/>
    <circle cx="220" cy="40" r="1.8" fill="#FFFFFF" opacity="0.9"/>
    <circle cx="260" cy="70" r="1" fill="#FFF8DC" opacity="0.6"/>
    <circle cx="20" cy="90" r="0.8" fill="#FFFFFF" opacity="0.7"/>
    <circle cx="280" cy="110" r="1.3" fill="#FFF8DC" opacity="0.8"/>
    <circle cx="60" cy="120" r="0.9" fill="#FFF0CF" opacity="0.75"/>
    <circle cx="180" cy="90" r="1.1" fill="#FFFFFF" opacity="0.85"/>
    <circle cx="120" cy="150" r="0.7" fill="#FFF8DC" opacity="0.6"/>
    <circle cx="30" cy="150" r="1" fill="#FFFFFF" opacity="0.7"/>
    <circle cx="270" cy="15" r="1" fill="#FFF8DC" opacity="0.8"/>
    <circle cx="100" cy="80" r="0.5" fill="#FFFFFF" opacity="0.5"/>
    <circle cx="130" cy="110" r="0.4" fill="#FFF8DC" opacity="0.4"/>
    <circle cx="200" cy="130" r="0.6" fill="#FFFFFF" opacity="0.5"/>
    <circle cx="55" cy="180" r="0.5" fill="#FFF8DC" opacity="0.3"/>
    <circle cx="240" cy="170" r="0.4" fill="#FFFFFF" opacity="0.4"/>
    <path d="M105 22 L120 28" stroke="#FFFFE0" stroke-width="0.8" opacity="0">
        <animate attributeName="opacity" values="0;0.7;0" dur="4s" begin="1s" repeatCount="indefinite" />
    </path>
     <path d="M205 82 L215 73" stroke="#FFFFE0" stroke-width="0.7" opacity="0">
        <animate attributeName="opacity" values="0;0.6;0" dur="5s" begin="2.5s" repeatCount="indefinite" />
    </path>
  </g>

  <!-- Moon -->
  <g id="moon" transform="translate(5,5)"> <!-- Shifted moon slightly for composition -->
    <path d="M230,40 C270,50 270,90 230,100 C248,85 248,55 230,40 Z" fill="#FFFACD" filter="url(#moonGlow)"/>
    <path d="M235,74 Q241,80 247,74" stroke="#E0D7A0" stroke-width="1.5" fill="none" stroke-linecap="round"/>
  </g>

  <!-- Desert Dunes -->
  <path d="M0,300 Q100,180 200,240 T300,200 L300,300 L0,300 Z" fill="url(#duneGradient1)" />
  <path d="M0,300 Q150,220 300,250 L300,300 L0,300 Z" fill="url(#duneGradient2)" />
  <path d="M0,300 Q80,260 180,280 T300,265 L300,300 L0,300 Z" fill="url(#duneGradient3)" />

  <!-- Sunflower Shadow -->
  <ellipse cx="150" cy="288" rx="40" ry="9" fill="#000000" opacity="0.20" transform="rotate(-5 150 288)"/>

  <!-- Sunflower -->
  <g id="sunflower">
    <!-- Stem -->
    <path d="M150,285 Q148,240 150,205" stroke="url(#stemGradient)" stroke-width="12" stroke-linecap="round" fill="none"/>

    <!-- Leaves -->
    <path d="M150,255 C115,255 90,275 85,295 C105,275 130,262 150,255 Z" fill="#6B8E23" transform="rotate(-5 150 255)"/>
    <path d="M150,240 C185,240 210,260 215,280 C195,260 170,247 150,240 Z" fill="#556B2F" transform="rotate(5 150 240)"/>

    <!-- Petals - Back Layer -->
    <g id="petals-back" transform="translate(150, 170)">
      <use href="#petalShapeDef" transform="rotate(0) translate(0, 25) scale(1.1)"/>
      <use href="#petalShapeDef" transform="rotate(45) translate(0, 25) scale(1.1)"/>
      <use href="#petalShapeDef" transform="rotate(90) translate(0, 25) scale(1.1)"/>
      <use href="#petalShapeDef" transform="rotate(135) translate(0, 25) scale(1.1)"/>
      <use href="#petalShapeDef" transform="rotate(180) translate(0, 25) scale(1.1)"/>
      <use href="#petalShapeDef" transform="rotate(225) translate(0, 25) scale(1.1)"/>
      <use href="#petalShapeDef" transform="rotate(270) translate(0, 25) scale(1.1)"/>
      <use href="#petalShapeDef" transform="rotate(315) translate(0, 25) scale(1.1)"/>
    </g>

    <!-- Petals - Front Layer -->
    <g id="petals-front" transform="translate(150, 170)">
      <use href="#petalShapeDef" transform="rotate(22.5) translate(0, 22)"/>
      <use href="#petalShapeDef" transform="rotate(67.5) translate(0, 22)"/>
      <use href="#petalShapeDef" transform="rotate(112.5) translate(0, 22)"/>
      <use href="#petalShapeDef" transform="rotate(157.5) translate(0, 22)"/>
      <use href="#petalShapeDef" transform="rotate(202.5) translate(0, 22)"/>
      <use href="#petalShapeDef" transform="rotate(247.5) translate(0, 22)"/>
      <use href="#petalShapeDef" transform="rotate(292.5) translate(0, 22)"/>
      <use href="#petalShapeDef" transform="rotate(337.5) translate(0, 22)"/>
    </g>

    <!-- Sunflower Center Disc -->
    <circle cx="150" cy="170" r="35" fill="url(#seedPattern)" stroke="#503A2A" stroke-width="3.5"/>

    <!-- Sunglasses -->
    <g id="sunglasses" transform="translate(150, 168) rotate(-2)"> <!-- Slightly tilted sunglasses -->
      <path d="M-30,-2 L-28,8 Q-16,15 -4,8 L-2,-2 Z M4,-2 L16,8 Q28,15 30,8 L28,-2 Z"
            fill="#181818" stroke="#050505" stroke-width="1.5" />
      <path d="M-3,0 Q0,-4 3,0" stroke="#0A0A0A" stroke-width="2.5" fill="none"/>
      <!-- Reflections -->
      <ellipse cx="-19" cy="2" rx="4" ry="2" fill="#E0E8F0" opacity="0.25" transform="rotate(-15)"/>
      <ellipse cx="17" cy="3" rx="3.5" ry="1.8" fill="#D8E0E8" opacity="0.25" transform="rotate(-10)"/>
      <!-- Arms (partial) -->
      <path d="M-30,-1 L-42,-6" stroke="#0A0A0A" stroke-width="4" stroke-linecap="round"/>
      <path d="M30,-1 L42,-6" stroke="#0A0A0A" stroke-width="4" stroke-linecap="round"/>
    </g>
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is O4-mini low (2025-04-16) Player 1

Judge's Analysis

    Player 1's submission is more visually vibrant and adheres to the prompt with a whimsical smiling crescent moon, a clear sunflower wearing sunglasses, and a desert setting.

    The composition is simpler and more playful, enhancing the overall creativity and charm.

    Player 2's submission, while technically solid, lacks the same level of playful expression in the moon and feels less cohesive visually.

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
31
Player 2
40
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
9
Player 2
21
Ellipses

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

Player 1
14
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
Paths

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

Player 1
6
Player 2
15
Groups

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

Player 1
6
Player 2
6

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
3
Player 2
9

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
15
Player 2
18

Interactivity Metrics

Animations

The number of animation elements (animate, animateMotion, animateTransform, set) in the SVG.

Player 1
Player 2
2
Elements with Transform

The number of elements with transform attributes in the SVG.

Player 1
13
Player 2
25

Complexity Metrics

Path Commands

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

Player 1
17
Player 2
57
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
5
Player 2
9
Use Elements

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

Player 1
Player 2
16

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