Back

SVG Drawing Match #39

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Dandelion releasing tiny star-shaped seeds into a cosmic sky"

SVG by Claude 3.7 Sonnet (2025-02-19)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="skyGradient" cx="50%" cy="50%" r="70%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="#1a0033" />
      <stop offset="50%" stop-color="#330066" />
      <stop offset="100%" stop-color="#000033" />
    </radialGradient>
    <radialGradient id="starGlow" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="#ffffa0" />
      <stop offset="100%" stop-color="#fff8c0" stop-opacity="0" />
    </radialGradient>
    <filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
      <feGaussianBlur stdDeviation="2" result="blur" />
      <feComposite in="SourceGraphic" in2="blur" operator="over" />
    </filter>
    <pattern id="stars" x="0" y="0" width="100" height="100" patternUnits="userSpaceOnUse">
      <circle cx="10" cy="10" r="0.8" fill="white" />
      <circle cx="30" cy="40" r="0.6" fill="white" />
      <circle cx="70" cy="30" r="1" fill="white" />
      <circle cx="45" cy="80" r="0.7" fill="white" />
      <circle cx="90" cy="15" r="0.9" fill="white" />
      <circle cx="20" cy="70" r="0.5" fill="white" />
      <circle cx="80" cy="60" r="0.4" fill="white" />
    </pattern>
  </defs>
  
  <!-- Cosmic background -->
  <rect x="0" y="0" width="300" height="300" fill="url(#skyGradient)" />
  <rect x="0" y="0" width="300" height="300" fill="url(#stars)" opacity="0.9" />
  
  <!-- Cosmic nebula effects -->
  <ellipse cx="200" cy="100" rx="120" ry="70" fill="#5000ff" opacity="0.15" />
  <ellipse cx="100" cy="200" rx="80" ry="50" fill="#ff00aa" opacity="0.1" />
  
  <!-- Dandelion stem -->
  <path d="M150,300 C150,250 150,220 150,200" stroke="#58a051" stroke-width="4" fill="none" />
  
  <!-- Dandelion center -->
  <circle cx="150" cy="195" r="15" fill="#f4d03f" />
  
  <!-- Dandelion seed paths -->
  <g>
    <path d="M150,195 C180,170 210,160 250,140" fill="none" stroke="#eee" stroke-width="0.5" opacity="0.6" />
    <path d="M150,195 C200,180 230,160 260,120" fill="none" stroke="#eee" stroke-width="0.5" opacity="0.7" />
    <path d="M150,195 C200,160 210,130 240,80" fill="none" stroke="#eee" stroke-width="0.5" opacity="0.5" />
    <path d="M150,195 C180,150 190,110 210,50" fill="none" stroke="#eee" stroke-width="0.5" opacity="0.6" />
    <path d="M150,195 C160,140 160,100 170,30" fill="none" stroke="#eee" stroke-width="0.5" opacity="0.7" />
    <path d="M150,195 C130,150 120,100 110,40" fill="none" stroke="#eee" stroke-width="0.5" opacity="0.6" />
    <path d="M150,195 C110,160 100,130 80,70" fill="none" stroke="#eee" stroke-width="0.5" opacity="0.5" />
    <path d="M150,195 C100,170 80,150 50,120" fill="none" stroke="#eee" stroke-width="0.5" opacity="0.7" />
    <path d="M150,195 C110,180 80,170 40,160" fill="none" stroke="#eee" stroke-width="0.5" opacity="0.6" />
  </g>
  
  <!-- Star-shaped seeds -->
  <g filter="url(#glow)">
    <path d="M250,140 l1.5,-1 l1,1.5 l1,-1.5 l1.5,1 l-0.5,-2 l2,-0.5 l-2,-0.5 l0.5,-2 l-1.5,1 l-1,-1.5 l-1,1.5 l-1.5,-1 l0.5,2 l-2,0.5 l2,0.5z" fill="white" />
    <path d="M260,120 l1.5,-1 l1,1.5 l1,-1.5 l1.5,1 l-0.5,-2 l2,-0.5 l-2,-0.5 l0.5,-2 l-1.5,1 l-1,-1.5 l-1,1.5 l-1.5,-1 l0.5,2 l-2,0.5 l2,0.5z" fill="white" />
    <path d="M240,80 l1.5,-1 l1,1.5 l1,-1.5 l1.5,1 l-0.5,-2 l2,-0.5 l-2,-0.5 l0.5,-2 l-1.5,1 l-1,-1.5 l-1,1.5 l-1.5,-1 l0.5,2 l-2,0.5 l2,0.5z" fill="white" />
    <path d="M210,50 l1.5,-1 l1,1.5 l1,-1.5 l1.5,1 l-0.5,-2 l2,-0.5 l-2,-0.5 l0.5,-2 l-1.5,1 l-1,-1.5 l-1,1.5 l-1.5,-1 l0.5,2 l-2,0.5 l2,0.5z" fill="white" />
    <path d="M170,30 l1.5,-1 l1,1.5 l1,-1.5 l1.5,1 l-0.5,-2 l2,-0.5 l-2,-0.5 l0.5,-2 l-1.5,1 l-1,-1.5 l-1,1.5 l-1.5,-1 l0.5,2 l-2,0.5 l2,0.5z" fill="white" />
    <path d="M110,40 l1.5,-1 l1,1.5 l1,-1.5 l1.5,1 l-0.5,-2 l2,-0.5 l-2,-0.5 l0.5,-2 l-1.5,1 l-1,-1.5 l-1,1.5 l-1.5,-1 l0.5,2 l-2,0.5 l2,0.5z" fill="white" />
    <path d="M80,70 l1.5,-1 l1,1.5 l1,-1.5 l1.5,1 l-0.5,-2 l2,-0.5 l-2,-0.5 l0.5,-2 l-1.5,1 l-1,-1.5 l-1,1.5 l-1.5,-1 l0.5,2 l-2,0.5 l2,0.5z" fill="white" />
    <path d="M50,120 l1.5,-1 l1,1.5 l1,-1.5 l1.5,1 l-0.5,-2 l2,-0.5 l-2,-0.5 l0.5,-2 l-1.5,1 l-1,-1.5 l-1,1.5 l-1.5,-1 l0.5,2 l-2,0.5 l2,0.5z" fill="white" />
    <path d="M40,160 l1.5,-1 l1,1.5 l1,-1.5 l1.5,1 l-0.5,-2 l2,-0.5 l-2,-0.5 l0.5,-2 l-1.5,1 l-1,-1.5 l-1,1.5 l-1.5,-1 l0.5,2 l-2,0.5 l2,0.5z" fill="white" />
  </g>
  
  <!-- Glowing effect for some stars -->
  <circle cx="250" cy="140" r="5" fill="url(#starGlow)" opacity="0.7" />
  <circle cx="210" cy="50" r="6" fill="url(#starGlow)" opacity="0.8" />
  <circle cx="80" cy="70" r="5" fill="url(#starGlow)" opacity="0.7" />
  <circle cx="170" cy="30" r="7" fill="url(#starGlow)" opacity="0.9" />
  
  <!-- Smaller seeds near the dandelion -->
  <g opacity="0.9">
    <path d="M160,180 l1,-0.7 l0.7,1 l0.7,-1 l1,0.7 l-0.3,-1.3 l1.3,-0.3 l-1.3,-0.3 l0.3,-1.3 l-1,0.7 l-0.7,-1 l-0.7,1 l-1,-0.7 l0.3,1.3 l-1.3,0.3 l1.3,0.3z" fill="white" />
    <path d="M170,185 l1,-0.7 l0.7,1 l0.7,-1 l1,0.7 l-0.3,-1.3 l1.3,-0.3 l-1.3,-0.3 l0.3,-1.3 l-1,0.7 l-0.7,-1 l-0.7,1 l-1,-0.7 l0.3,1.3 l-1.3,0.3 l1.3,0.3z" fill="white" />
    <path d="M140,175 l1,-0.7 l0.7,1 l0.7,-1 l1,0.7 l-0.3,-1.3 l1.3,-0.3 l-1.3,-0.3 l0.3,-1.3 l-1,0.7 l-0.7,-1 l-0.7,1 l-1,-0.7 l0.3,1.3 l-1.3,0.3 l1.3,0.3z" fill="white" />
    <path d="M130,185 l1,-0.7 l0.7,1 l0.7,-1 l1,0.7 l-0.3,-1.3 l1.3,-0.3 l-1.3,-0.3 l0.3,-1.3 l-1,0.7 l-0.7,-1 l-0.7,1 l-1,-0.7 l0.3,1.3 l-1.3,0.3 l1.3,0.3z" fill="white" />
  </g>
</svg>
SVG by Llama 3.0 70B (8192)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <radialGradient id="dandelion" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="#F7DC6F" stop-opacity="1"/>
      <stop offset="50%" stop-color="#F2C464" stop-opacity="1"/>
      <stop offset="100%" stop-color="#FFC107" stop-opacity="1"/>
    </radialGradient>
    <radialGradient id="stars" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="#FFFFFF" stop-opacity="1"/>
      <stop offset="50%" stop-color="#AAAAAA" stop-opacity="1"/>
      <stop offset="100%" stop-color="#666666" stop-opacity="1"/>
    </radialGradient>
    <pattern id="cosmic" patternUnits="userSpaceOnUse" width="300" height="300">
      <rect x="0" y="0" width="300" height="300" fill="#03003B"/>
      <circle cx="150" cy="150" r="100" fill="#1A1D23" opacity="0.5"/>
      <circle cx="150" cy="150" r="50" fill="#2E4053" opacity="0.5"/>
      <circle cx="150" cy="150" r="20" fill="#455A64" opacity="0.5"/>
    </pattern>
  </defs>
  <rect x="0" y="0" width="300" height="300" fill="url(#cosmic)"/>
  <g transform="translate(150, 200)">
    <circle cx="0" cy="0" r="20" fill="url(#dandelion)"/>
    <circle cx="0" cy="0" r="15" fill="#FFFFFF" opacity="0.5"/>
    <circle cx="0" cy="0" r="10" fill="#FFC107" opacity="0.5"/>
    <g id="seeds">
      <polygon points="0,0 5,10 10,0 5,-10" fill="url(#stars)" transform="translate(0, -30) rotate(45)"/>
      <polygon points="0,0 5,10 10,0 5,-10" fill="url(#stars)" transform="translate(10, -20) rotate(90)"/>
      <polygon points="0,0 5,10 10,0 5,-10" fill="url(#stars)" transform="translate(20, -10) rotate(135)"/>
      <polygon points="0,0 5,10 10,0 5,-10" fill="url(#stars)" transform="translate(25, 0) rotate(180)"/>
      <polygon points="0,0 5,10 10,0 5,-10" fill="url(#stars)" transform="translate(20, 10) rotate(-135)"/>
      <polygon points="0,0 5,10 10,0 5,-10" fill="url(#stars)" transform="translate(10, 20) rotate(-90)"/>
      <polygon points="0,0 5,10 10,0 5,-10" fill="url(#stars)" transform="translate(0, 30) rotate(-45)"/>
    </g>
    <animateTransform attributeName="transform" type="rotate" from="0 0 0" to="360 0 0" dur="10s" repeatCount="indefinite"/>
  </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 effectively captures the prompt by depicting a dandelion releasing star-shaped seeds into a cosmic sky.

    The use of bright colors and starry elements creates a visually appealing and imaginative scene.

    In contrast, Player 2's image lacks clarity and elements that clearly relate to the prompt, making it less compelling overall.

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
39
Player 2
15
Rectangles

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

Player 1
2
Player 2
2
Circles

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

Player 1
12
Player 2
6
Ellipses

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

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

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

Player 1
23
Player 2
Groups

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

Player 1
3
Player 2
2

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

The number of elements with stroke attributes in the SVG.

Player 1
10
Player 2

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
11
Player 2
10

Interactivity Metrics

Animations

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

Player 1
Player 2
1
Elements with Transform

The number of elements with transform attributes in the SVG.

Player 1
Player 2
8

Complexity Metrics

Path Commands

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

Player 1
241
Player 2
Max Group Nesting

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

Player 1
Player 2
1
Defs Elements

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

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