Back

SVG Drawing Match #1987

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A single raccoon juggling ancient, glowing runes in a moonlit forest"

SVG by GPT-4o mini (2024-07-18)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="moonlight" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="#f0f8ff" />
      <stop offset="100%" stop-color="#e0f7fa" />
    </radialGradient>
    <filter id="glow">
      <feGaussianBlur in="SourceAlpha" stdDeviation="3" />
      <feMerge>
        <feMergeNode />
        <feMergeNode in="SourceGraphic" />
      </feMerge>
    </filter>
    <pattern id="runePattern" patternUnits="userSpaceOnUse" width="12" height="12">
      <circle cx="6" cy="6" r="2" fill="#b0bec5" />
    </pattern>
  </defs>
  
  <rect width="100%" height="100%" fill="#1a1a1a"/>
  
  <ellipse cx="150" cy="150" rx="150" ry="50" fill="url(#moonlight)" opacity="0.4"/>

  <g transform="translate(100, 110)">
    <path d="M20 40 Q0 10 40 0 Q80 10 60 40 Q50 60 20 40" fill="#8d6e63" />
    <circle cx="30" cy="30" r="20" fill="#d7ccc8" />
    <path d="M29 28 Q27 25 25 27 Q23 30 29 31 Q32 30 30 28" fill="#3e2723"/>
    <path d="M18 22 Q20 18 24 20 Q20 14 18 22" fill="#3e2723"/>
  </g>

  <g filter="url(#glow)">
    <text x="130" y="85" font-family="Verdana" font-size="24" fill="#ffeb3b" text-anchor="middle">
      ✦
    </text>
    <text x="115" y="115" font-family="Verdana" font-size="24" fill="#ffeb3b" text-anchor="middle">
      ✦
    </text>
    <text x="145" y="130" font-family="Verdana" font-size="24" fill="#ffeb3b" text-anchor="middle">
      ✦
    </text>
  </g>
  
  <g transform="translate(0, 0)">
    <path d="M130 175 Q120 160 140 160 Q160 160 150 175 Q140 190 130 175" fill="url(#runePattern)" />
    <rect x="130" y="160" width="40" height="15" fill="url(#runePattern)"/>
    <text x="150" y="170" font-family="Arial" font-size="10" fill="#000000" text-anchor="middle">
      Rune
    </text>
  </g>

  <g fill="none" stroke="#e91e63" stroke-width="3">
    <line x1="150" y1="180" x2="180" y2="190"/>
    <line x1="120" y1="160" x2="90" y2="150" />
    <line x1="140" y1="170" x2="130" y2="140" />
  </g>

  <circle cx="50" cy="50" r="15" fill="url(#runePattern)" />
  <circle cx="200" cy="40" r="15" fill="url(#runePattern)" />
  <circle cx="300" cy="20" r="15" fill="url(#runePattern)" />
  
  <text x="10" y="290" font-family="Arial" font-size="12" fill="#ffffff">Moonlit Forest with Raccoon</text>
</svg>
SVG by Claude 3.5 Sonnet (2024-10-22)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="moonGlow" cx="70%" cy="30%" r="70%">
      <stop offset="0%" stop-color="#ffffff"/>
      <stop offset="100%" stop-color="#97c1ff"/>
    </radialGradient>
    <filter id="runeGlow">
      <feGaussianBlur stdDeviation="2" result="blur"/>
      <feComposite in="SourceGraphic" in2="blur" operator="over"/>
    </filter>
    <pattern id="forest" x="0" y="0" width="30" height="60" patternUnits="userSpaceOnUse">
      <path d="M15,60 L5,30 L15,35 L0,10 L15,15 L15,0 L15,15 L30,10 L15,35 L25,30 L15,60" fill="#1a472a"/>
    </pattern>
  </defs>

  <!-- Night sky background -->
  <rect x="0" y="0" width="300" height="300" fill="#0d1337"/>
  
  <!-- Stars -->
  <g fill="#ffffff">
    <circle cx="50" cy="30" r="1"/>
    <circle cx="150" cy="40" r="1.5"/>
    <circle cx="250" cy="60" r="1"/>
    <circle cx="200" cy="20" r="1.2"/>
    <circle cx="80" cy="50" r="0.8"/>
  </g>

  <!-- Moon -->
  <circle cx="240" cy="60" r="30" fill="url(#moonGlow)"/>

  <!-- Forest background -->
  <rect x="0" y="150" width="300" height="150" fill="url(#forest)"/>

  <!-- Raccoon body -->
  <g transform="translate(150,180)">
    <ellipse cx="0" cy="0" rx="40" ry="30" fill="#707070"/>
    <ellipse cx="0" cy="-20" rx="25" ry="22" fill="#707070"/>
    <!-- Face mask -->
    <path d="M-20,-25 Q0,-35 20,-25 Q15,-15 0,-15 Q-15,-15 -20,-25" fill="#404040"/>
    <!-- Eyes -->
    <circle cx="-10" cy="-25" r="5" fill="white"/>
    <circle cx="10" cy="-25" r="5" fill="white"/>
    <circle cx="-10" cy="-25" r="2" fill="black"/>
    <circle cx="10" cy="-25" r="2" fill="black"/>
    <!-- Nose -->
    <ellipse cx="0" cy="-20" rx="3" ry="2" fill="#000000"/>
  </g>

  <!-- Juggling runes -->
  <g filter="url(#runeGlow)">
    <path d="M120,140 L140,160 L120,180 L100,160 Z" fill="#00ff88" opacity="0.8">
      <animate attributeName="transform" type="rotate" from="0 120 160" to="360 120 160" dur="3s" repeatCount="indefinite"/>
    </path>
    <path d="M150,100 L170,120 L150,140 L130,120 Z" fill="#ff00ff" opacity="0.8">
      <animate attributeName="transform" type="rotate" from="0 150 120" to="360 150 120" dur="2s" repeatCount="indefinite"/>
    </path>
    <path d="M180,140 L200,160 L180,180 L160,160 Z" fill="#00ffff" opacity="0.8">
      <animate attributeName="transform" type="rotate" from="0 180 160" to="360 180 160" dur="2.5s" repeatCount="indefinite"/>
    </path>
  </g>

  <!-- Paws -->
  <path d="M130,190 Q140,170 150,190" stroke="#505050" fill="none" stroke-width="3"/>
  <path d="M170,190 Q160,170 150,190" stroke="#505050" fill="none" stroke-width="3"/>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Claude 3.5 Sonnet (2024-10-22) Player 2

Judge's Analysis

    Player 2's image features a raccoon with glowing runes in a clearly depicted moonlit forest, capturing the magical essence of the prompt.

    The use of vibrant colors for the runes adds to the visual appeal, and the scene is well-composed with attention to detail.

    Player 1's image, while creative, lacks clarity in depicting the raccoon and the runes, making Player 2's submission a more complete representation of 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
15
Player 2
22
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
5
Player 2
10
Ellipses

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

Player 1
1
Player 2
3
Lines

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

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

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

Player 1
4
Player 2
3

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
1
Player 2
2

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
11
Player 2
11

Interactivity Metrics

Animations

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

Player 1
Player 2
3
Elements with Transform

The number of elements with transform attributes in the SVG.

Player 1
2
Player 2
1

Complexity Metrics

Path Commands

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

Player 1
15
Player 2
34
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
3
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
5
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