Back

SVG Drawing Match #1675

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Whimsical dragon flying through a field of floating, oversized dandelions"

SVG by Claude 3.7 Sonnet (2025-02-19)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <!-- Gradients -->
    <linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#64b3f4" />
      <stop offset="100%" stop-color="#c2e9fb" />
    </linearGradient>
    <linearGradient id="dragonBody" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#6a3093" />
      <stop offset="100%" stop-color="#a044ff" />
    </linearGradient>
    <radialGradient id="dandelionGlow" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="white" stop-opacity="0.8" />
      <stop offset="100%" stop-color="white" stop-opacity="0" />
    </radialGradient>
    
    <!-- Filters -->
    <filter id="glow" x="-20%" y="-20%" width="140%" height="140%">
      <feGaussianBlur stdDeviation="3" result="blur" />
      <feComposite in="SourceGraphic" in2="blur" operator="over" />
    </filter>
    
    <!-- Patterns -->
    <pattern id="dandelionSeeds" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
      <circle cx="5" cy="5" r="1" fill="white" />
    </pattern>
  </defs>
  
  <!-- Background -->
  <rect x="0" y="0" width="300" height="300" fill="url(#skyGradient)" />
  
  <!-- Distant clouds -->
  <ellipse cx="50" cy="60" rx="30" ry="15" fill="rgba(255,255,255,0.7)" />
  <ellipse cx="250" cy="40" rx="40" ry="20" fill="rgba(255,255,255,0.8)" />
  <ellipse cx="150" cy="90" rx="50" ry="15" fill="rgba(255,255,255,0.5)" />
  
  <!-- Dandelion stems -->
  <path d="M70 280 C70 230, 80 200, 85 170" stroke="#5d9e5a" stroke-width="3" fill="none" />
  <path d="M170 290 C170 250, 160 210, 155 180" stroke="#5d9e5a" stroke-width="3" fill="none" />
  <path d="M230 285 C230 255, 235 225, 245 195" stroke="#5d9e5a" stroke-width="3" fill="none" />
  <path d="M20 270 C20 250, 30 220, 40 190" stroke="#5d9e5a" stroke-width="3" fill="none" />
  
  <!-- Dandelion heads with glow -->
  <circle cx="85" cy="170" r="25" fill="url(#dandelionGlow)" filter="url(#glow)" />
  <circle cx="85" cy="170" r="20" fill="white" opacity="0.9" />
  <circle cx="85" cy="170" r="18" fill="url(#dandelionSeeds)" />
  
  <circle cx="155" cy="180" r="30" fill="url(#dandelionGlow)" filter="url(#glow)" />
  <circle cx="155" cy="180" r="25" fill="white" opacity="0.9" />
  <circle cx="155" cy="180" r="22" fill="url(#dandelionSeeds)" />
  
  <circle cx="245" cy="195" r="28" fill="url(#dandelionGlow)" filter="url(#glow)" />
  <circle cx="245" cy="195" r="23" fill="white" opacity="0.9" />
  <circle cx="245" cy="195" r="20" fill="url(#dandelionSeeds)" />
  
  <circle cx="40" cy="190" r="20" fill="url(#dandelionGlow)" filter="url(#glow)" />
  <circle cx="40" cy="190" r="17" fill="white" opacity="0.9" />
  <circle cx="40" cy="190" r="15" fill="url(#dandelionSeeds)" />
  
  <!-- Floating seeds -->
  <g filter="url(#glow)">
    <circle cx="110" cy="140" r="1.5" fill="white" />
    <circle cx="120" cy="150" r="1.5" fill="white" />
    <circle cx="130" cy="130" r="1.5" fill="white" />
    <circle cx="100" cy="120" r="1.5" fill="white" />
    <circle cx="140" cy="145" r="1.5" fill="white" />
    <circle cx="170" cy="140" r="1.5" fill="white" />
    <circle cx="180" cy="155" r="1.5" fill="white" />
    <circle cx="195" cy="135" r="1.5" fill="white" />
    <circle cx="200" cy="170" r="1.5" fill="white" />
    <circle cx="220" cy="150" r="1.5" fill="white" />
    <circle cx="65" cy="145" r="1.5" fill="white" />
    <circle cx="75" cy="120" r="1.5" fill="white" />
    <circle cx="50" cy="135" r="1.5" fill="white" />
  </g>
  
  <!-- Dragon -->
  <g transform="translate(150, 120) rotate(-15)">
    <!-- Dragon body -->
    <path d="M0,0 C20,-10 40,-5 60,10 C80,25 85,20 95,10 C105,0 120,-5 130,5 C140,15 145,30 135,40 C125,50 115,55 105,45 C95,35 90,40 80,50 C70,60 50,70 30,60 C10,50 0,40 -10,30 C-20,20 -20,10 0,0 Z" 
          fill="url(#dragonBody)" stroke="#5a267d" stroke-width="1.5" />
    
    <!-- Dragon head -->
    <path d="M-10,0 C-15,-5 -25,-5 -30,0 C-35,5 -35,15 -30,20 C-25,25 -20,25 -15,20 C-10,15 -5,15 0,20 C5,25 10,25 15,20 C20,15 20,5 15,0 C10,-5 5,-5 0,0 C-5,5 -10,5 -15,0 Z" 
          fill="#a044ff" stroke="#5a267d" stroke-width="1.5" />
    
    <!-- Dragon eye -->
    <circle cx="-20" cy="10" r="3" fill="#fdff3a" />
    <circle cx="-20" cy="10" r="1.5" fill="#000" />
    
    <!-- Dragon wings -->
    <path d="M20,20 C30,0 50,-20 70,-15 C90,-10 80,10 70,15 C60,20 50,15 40,20 C30,25 20,30 20,20 Z" 
          fill="#d4a3ff" stroke="#5a267d" stroke-width="1.5" opacity="0.7" />
    <path d="M60,40 C70,20 90,0 110,5 C130,10 120,30 110,35 C100,40 90,35 80,40 C70,45 60,50 60,40 Z" 
          fill="#d4a3ff" stroke="#5a267d" stroke-width="1.5" opacity="0.7" />
    
    <!-- Dragon tail -->
    <path d="M-10,30 C-20,40 -30,50 -45,45 C-60,40 -70,30 -70,20 C-70,10 -60,5 -50,10 C-40,15 -35,20 -30,25 C-25,30 -15,35 -10,30 Z" 
          fill="#a044ff" stroke="#5a267d" stroke-width="1.5" />
    
    <!-- Dragon spikes -->
    <path d="M30,10 L35,0 L40,10 L45,0 L50,10 L55,0 L60,10 L65,0 L70,10" 
          fill="none" stroke="#5a267d" stroke-width="2" />
    
    <!-- Dragon legs -->
    <path d="M10,45 C0,55 -5,65 5,70 C15,75 20,65 15,60 Z" 
          fill="#a044ff" stroke="#5a267d" stroke-width="1.5" />
    <path d="M50,50 C40,60 35,70 45,75 C55,80 60,70 55,65 Z" 
          fill="#a044ff" stroke="#5a267d" stroke-width="1.5" />
  </g>
  
  <!-- Additional floating seeds with motion paths -->
  <g opacity="0.8">
    <path id="seed1Path" d="M85,170 C120,150 160,130 190,150" stroke="none" fill="none" />
    <circle r="1.2" fill="white">
      <animateMotion dur="8s" repeatCount="indefinite" path="M85,170 C120,150 160,130 190,150" />
    </circle>
    
    <path id="seed2Path" d="M155,180 C180,160 200,140 220,120" stroke="none" fill="none" />
    <circle r="1.2" fill="white">
      <animateMotion dur="10s" repeatCount="indefinite" path="M155,180 C180,160 200,140 220,120" />
    </circle>
    
    <path id="seed3Path" d="M245,195 C220,170 190,150 160,145" stroke="none" fill="none" />
    <circle r="1.2" fill="white">
      <animateMotion dur="7s" repeatCount="indefinite" path="M245,195 C220,170 190,150 160,145" />
    </circle>
    
    <path id="seed4Path" d="M40,190 C70,170 100,155 130,160" stroke="none" fill="none" />
    <circle r="1.2" fill="white">
      <animateMotion dur="9s" repeatCount="indefinite" path="M40,190 C70,170 100,155 130,160" />
    </circle>
  </g>
</svg>
SVG by Qwen-2.5-32B
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="gradient1" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:rgb(255,204,0);stop-opacity:1" />
      <stop offset="100%" style="stop-color:rgb(255,153,0);stop-opacity:1" />
    </linearGradient>
    <linearGradient id="gradient2" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:rgb(102,255,255);stop-opacity:1" />
      <stop offset="100%" style="stop-color:rgb(0,153,255);stop-opacity:1" />
    </linearGradient>
    <radialGradient id="dandelionGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" style="stop-color:rgb(255,255,0);stop-opacity:1" />
      <stop offset="100%" style="stop-color:rgb(255,255,255);stop-opacity:0" />
    </radialGradient>
  </defs>
  <rect width="300" height="300" fill="#a9def9" />
  <path d="M200 150 Q150 100 100 150 T50 200" fill="none" stroke="url(#gradient1)" stroke-width="10" />
  <circle cx="100" cy="150" r="20" fill="url(#gradient1)" />
  <circle cx="100" cy="150" r="10" fill="white" />
  <path d="M100 150 L120 160 L100 170 L80 160 Z" fill="white" stroke="black" stroke-width="1" />
  <path d="M100 150 L120 140 L100 130 L80 140 Z" fill="white" stroke="black" stroke-width="1" />
  <path d="M100 150 L120 160 L100 170 L80 160 Z" transform="translate(20, 0)" fill="white" stroke="black" stroke-width="1" />
  <path d="M100 150 L120 140 L100 130 L80 140 Z" transform="translate(20, 0)" fill="white" stroke="black" stroke-width="1" />
  <path d="M100 150 L120 160 L100 170 L80 160 Z" transform="translate(-20, 0)" fill="white" stroke="black" stroke-width="1" />
  <path d="M100 150 L120 140 L100 130 L80 140 Z" transform="translate(-20, 0)" fill="white" stroke="black" stroke-width="1" />
  <path d="M100 150 L120 160 L100 170 L80 160 Z" transform="translate(40, 0)" fill="white" stroke="black" stroke-width="1" />
  <path d="M100 150 L120 140 L100 130 L80 140 Z" transform="translate(40, 0)" fill="white" stroke="black" stroke-width="1" />
  <path d="M100 150 L120 160 L100 170 L80 160 Z" transform="translate(-40, 0)" fill="white" stroke="black" stroke-width="1" />
  <path d="M100 150 L120 140 L100 130 L80 140 Z" transform="translate(-40, 0)" fill="white" stroke="black" stroke-width="1" />
  <path d="M100 150 L120 160 L100 170 L80 160 Z" transform="translate(60, 0)" fill="white" stroke="black" stroke-width="1" />
  <path d="M100 150 L120 140 L100 130 L80 140 Z" transform="translate(60, 0)" fill="white" stroke="black" stroke-width="1" />
  <path d="M100 150 L120 160 L100 170 L80 160 Z" transform="translate(-60, 0)" fill="white" stroke="black" stroke-width="1" />
  <path d="M100 150 L120 140 L100 130 L80 140 Z" transform="translate(-60, 0)" fill="white" stroke="black" stroke-width="1" />
  <circle cx="100" cy="150" r="10" fill="url(#gradient1)" />
  <circle cx="150" cy="180" r="20" fill="url(#dandelionGradient)" />
  <circle cx="200" cy="100" r="20" fill="url(#dandelionGradient)" />
  <circle cx="250" cy="180" r="20" fill="url(#dandelionGradient)" />
  <circle cx="50" cy="120" r="20" fill="url(#dandelionGradient)" />
  <circle cx="100" cy="100" r="20" fill="url(#dandelionGradient)" />
  <circle cx="250" cy="100" r="20" fill="url(#dandelionGradient)" />
  <circle cx="50" cy="180" r="20" fill="url(#dandelionGradient)" />
  <circle cx="200" cy="50" r="20" fill="url(#dandelionGradient)" />
  <circle cx="150" cy="150" r="20" fill="url(#dandelionGradient)" />
  <circle cx="50" cy="150" r="20" fill="url(#dandelionGradient)" />
  <circle cx="200" cy="150" r="20" fill="url(#dandelionGradient)" />
  <circle cx="100" cy="200" r="20" fill="url(#dandelionGradient)" />
  <circle cx="150" cy="200" r="20" fill="url(#dandelionGradient)" />
  <circle cx="250" cy="120" r="20" fill="url(#dandelionGradient)" />
  <circle cx="50" cy="50" r="20" fill="url(#dandelionGradient)" />
  <circle cx="250" cy="50" r="20" fill="url(#dandelionGradient)" />
  <circle cx="200" cy="50" r="20" fill="url(#dandelionGradient)" />
  <circle cx="100" cy="50" r="20" fill="url(#dandelionGradient)" />
  <circle cx="50" cy="200" r="20" fill="url(#dandelionGradient)" />
  <circle cx="250" cy="200" r="20" fill="url(#dandelionGradient)" />
  <circle cx="150" cy="50" r="20" fill="url(#dandelionGradient)" />
  <circle cx="100" cy="200" r="20" fill="url(#dandelionGradient)" />
</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 more effectively captures the whimsical theme with a clear depiction of a dragon and oversized dandelions, adhering closely to the prompt.

    The playful color scheme and recognizable elements contribute to its visual appeal and creativity.

    In contrast, Player 2's image abstractly represents the concept, making it less immediately identifiable and engaging.

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
52
Player 2
41
Rectangles

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

Player 1
1
Player 2
1
Circles

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

Player 1
32
Player 2
25
Ellipses

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

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

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

Player 1
16
Player 2
15
Groups

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

Player 1
3
Player 2

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
16
Player 2
15

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
14
Player 2
3

Interactivity Metrics

Animations

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

Player 1
4
Player 2
Elements with Transform

The number of elements with transform attributes in the SVG.

Player 1
1
Player 2
12

Complexity Metrics

Path Commands

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

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