Back

SVG Drawing Match #2327

May 09, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Two giraffes in spacesuits floating near Saturn, playing badminton with a glowing comet."

SVG by o3 high (2025-04-16)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <!-- Background -->
    <linearGradient id="spaceGrad" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#050522"/>
      <stop offset="100%" stop-color="#23054a"/>
    </linearGradient>

    <!-- Saturn -->
    <radialGradient id="saturnGrad" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#ffe9b2"/>
      <stop offset="55%" stop-color="#e3b55e"/>
      <stop offset="100%" stop-color="#7e5526"/>
    </radialGradient>
    <linearGradient id="ringGrad" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" stop-color="#ffffff" stop-opacity="0.6"/>
      <stop offset="50%" stop-color="#dcd2c6" stop-opacity="0.3"/>
      <stop offset="100%" stop-color="#ffffff" stop-opacity="0.6"/>
    </linearGradient>

    <!-- Giraffe spots -->
    <pattern id="giraffeSpots" width="10" height="10" patternUnits="userSpaceOnUse">
      <rect width="10" height="10" fill="#fce49e"/>
      <circle cx="3" cy="3" r="3" fill="#b47723"/>
      <circle cx="8" cy="5" r="2" fill="#b47723"/>
      <circle cx="5" cy="8" r="2.5" fill="#b47723"/>
    </pattern>

    <!-- Comet -->
    <radialGradient id="cometGlow" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#fff"/>
      <stop offset="70%" stop-color="#ffe285"/>
      <stop offset="100%" stop-color="#ffcc00" stop-opacity="0"/>
    </radialGradient>
    <filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
      <feGaussianBlur stdDeviation="3" result="blur"/>
      <feMerge>
        <feMergeNode in="blur"/>
        <feMergeNode in="SourceGraphic"/>
      </feMerge>
    </filter>
  </defs>

  <!-- Space -->
  <rect width="300" height="300" fill="url(#spaceGrad)"/>

  <!-- Stars -->
  <g fill="#fff" opacity="0.85">
    <circle cx="20" cy="40" r="1.2"/>
    <circle cx="80" cy="25" r="0.9"/>
    <circle cx="220" cy="60" r="1.1"/>
    <circle cx="260" cy="32" r="1.4"/>
    <circle cx="145" cy="18" r="0.8"/>
    <circle cx="190" cy="120" r="1.2"/>
    <circle cx="40" cy="140" r="0.8"/>
    <circle cx="70" cy="90" r="0.7"/>
    <circle cx="250" cy="160" r="1.3"/>
    <circle cx="118" cy="200" r="1.1"/>
    <circle cx="60" cy="240" r="0.8"/>
    <circle cx="200" cy="260" r="1.4"/>
    <circle cx="280" cy="240" r="1"/>
  </g>

  <!-- Saturn -->
  <g transform="translate(50,80)">
    <circle cx="0" cy="0" r="40" fill="url(#saturnGrad)"/>
    <g transform="rotate(-15)">
      <ellipse cx="0" cy="0" rx="65" ry="18" fill="none" stroke="url(#ringGrad)" stroke-width="8" stroke-linecap="round"/>
      <ellipse cx="0" cy="0" rx="65" ry="18" fill="none" stroke="url(#ringGrad)" stroke-width="2" stroke-linecap="round"/>
    </g>
  </g>

  <!-- Glowing comet / shuttlecock -->
  <g filter="url(#glow)">
    <circle cx="150" cy="140" r="6" fill="url(#cometGlow)"/>
    <path d="M150 140 Q130 125 100 135" stroke="#ffcc00" stroke-width="2" stroke-linecap="round" fill="none" opacity="0.8"/>
    <path d="M150 140 Q132 133 110 150" stroke="#fff2a6" stroke-width="1" stroke-linecap="round" fill="none" opacity="0.7"/>
  </g>

  <!-- Giraffe 1 -->
  <g transform="translate(210,195)">
    <!-- Body suit -->
    <ellipse cx="0" cy="0" rx="22" ry="28" fill="#b4dcff" stroke="#73bcff" stroke-width="2"/>
    <!-- Arms -->
    <line x1="-22" y1="-4" x2="-45" y2="-28" stroke="#b4dcff" stroke-width="6" stroke-linecap="round"/>
    <line x1="22" y1="-4" x2="42" y2="-25" stroke="#b4dcff" stroke-width="6" stroke-linecap="round"/>
    <!-- Legs -->
    <line x1="-10" y1="28" x2="-10" y2="48" stroke="#b4dcff" stroke-width="6" stroke-linecap="round"/>
    <line x1="10" y1="28" x2="10" y2="48" stroke="#b4dcff" stroke-width="6" stroke-linecap="round"/>
    <!-- Neck -->
    <rect x="-4" y="-72" width="8" height="50" fill="url(#giraffeSpots)"/>
    <!-- Head -->
    <ellipse cx="0" cy="-84" rx="15" ry="14" fill="url(#giraffeSpots)" stroke="#b47723" stroke-width="1"/>
    <!-- Ears -->
    <ellipse cx="-6" cy="-95" rx="3" ry="5" fill="#fce49e"/>
    <ellipse cx="6" cy="-95" rx="3" ry="5" fill="#fce49e"/>
    <!-- Ossicones -->
    <line x1="-6" y1="-100" x2="-6" y2="-106" stroke="#b47723" stroke-width="2" stroke-linecap="round"/>
    <line x1="6" y1="-100" x2="6" y2="-106" stroke="#b47723" stroke-width="2" stroke-linecap="round"/>
    <circle cx="-6" cy="-108" r="2" fill="#b47723"/>
    <circle cx="6" cy="-108" r="2" fill="#b47723"/>
    <!-- Face -->
    <circle cx="-4" cy="-84" r="2.2" fill="#000"/>
    <circle cx="4" cy="-84" r="2.2" fill="#000"/>
    <path d="M-5 -76 Q0 -72 5 -76" stroke="#b47723" stroke-width="2" fill="none" stroke-linecap="round"/>
    <!-- Helmet -->
    <circle cx="0" cy="-84" r="22" fill="none" stroke="#c1e9ff" stroke-width="3" opacity="0.7"/>
    <circle cx="10" cy="-94" r="4" fill="#fff" opacity="0.5"/>
    <!-- Racket -->
    <g transform="translate(-55,-42) rotate(-35)">
      <ellipse cx="0" cy="0" rx="16" ry="22" fill="none" stroke="#e0e0e0" stroke-width="2"/>
      <line x1="0" y1="22" x2="0" y2="42" stroke="#e0e0e0" stroke-width="4" stroke-linecap="round"/>
      <!-- Strings -->
      <line x1="-8" y1="-15" x2="8" y2="15" stroke="#e0e0e0" stroke-width="1"/>
      <line x1="8" y1="-15" x2="-8" y2="15" stroke="#e0e0e0" stroke-width="1"/>
      <line x1="-12" y1="0" x2="12" y2="0" stroke="#e0e0e0" stroke-width="1"/>
    </g>
  </g>

  <!-- Giraffe 2 -->
  <g transform="translate(80,140)">
    <!-- Body suit -->
    <ellipse cx="0" cy="0" rx="22" ry="28" fill="#b4dcff" stroke="#73bcff" stroke-width="2"/>
    <!-- Arms -->
    <line x1="-22" y1="-4" x2="-42" y2="-25" stroke="#b4dcff" stroke-width="6" stroke-linecap="round"/>
    <line x1="22" y1="-4" x2="45" y2="-28" stroke="#b4dcff" stroke-width="6" stroke-linecap="round"/>
    <!-- Legs -->
    <line x1="-10" y1="28" x2="-10" y2="48" stroke="#b4dcff" stroke-width="6" stroke-linecap="round"/>
    <line x1="10" y1="28" x2="10" y2="48" stroke="#b4dcff" stroke-width="6" stroke-linecap="round"/>
    <!-- Neck -->
    <rect x="-4" y="-72" width="8" height="50" fill="url(#giraffeSpots)"/>
    <!-- Head -->
    <ellipse cx="0" cy="-84" rx="15" ry="14" fill="url(#giraffeSpots)" stroke="#b47723" stroke-width="1"/>
    <!-- Ears -->
    <ellipse cx="-6" cy="-95" rx="3" ry="5" fill="#fce49e"/>
    <ellipse cx="6" cy="-95" rx="3" ry="5" fill="#fce49e"/>
    <!-- Ossicones -->
    <line x1="-6" y1="-100" x2="-6" y2="-106" stroke="#b47723" stroke-width="2" stroke-linecap="round"/>
    <line x1="6" y1="-100" x2="6" y2="-106" stroke="#b47723" stroke-width="2" stroke-linecap="round"/>
    <circle cx="-6" cy="-108" r="2" fill="#b47723"/>
    <circle cx="6" cy="-108" r="2" fill="#b47723"/>
    <!-- Face -->
    <circle cx="-4" cy="-84" r="2.2" fill="#000"/>
    <circle cx="4" cy="-84" r="2.2" fill="#000"/>
    <path d="M-5 -76 Q0 -72 5 -76" stroke="#b47723" stroke-width="2" fill="none" stroke-linecap="round"/>
    <!-- Helmet -->
    <circle cx="0" cy="-84" r="22" fill="none" stroke="#c1e9ff" stroke-width="3" opacity="0.7"/>
    <circle cx="10" cy="-94" r="4" fill="#fff" opacity="0.5"/>
    <!-- Racket -->
    <g transform="translate(55,-42) rotate(35)">
      <ellipse cx="0" cy="0" rx="16" ry="22" fill="none" stroke="#e0e0e0" stroke-width="2"/>
      <line x1="0" y1="22" x2="0" y2="42" stroke="#e0e0e0" stroke-width="4" stroke-linecap="round"/>
      <!-- Strings -->
      <line x1="-8" y1="-15" x2="8" y2="15" stroke="#e0e0e0" stroke-width="1"/>
      <line x1="8" y1="-15" x2="-8" y2="15" stroke="#e0e0e0" stroke-width="1"/>
      <line x1="-12" y1="0" x2="12" y2="0" stroke="#e0e0e0" stroke-width="1"/>
    </g>
  </g>

  <!-- Comet trajectory dashes -->
  <path d="M140 128 Q110 88 60 110" stroke="#ffffff" stroke-opacity="0.25" stroke-width="1" stroke-dasharray="3 3" fill="none"/>
  <path d="M160 152 Q200 190 260 170" stroke="#ffffff" stroke-opacity="0.25" stroke-width="1" stroke-dasharray="3 3" fill="none"/>
</svg>
SVG by GPT-4.1 mini (2025-04-14)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg" >
  <defs>
    <!-- Gradients for Saturn -->
    <radialGradient id="saturnGradient" cx="0.5" cy="0.5" r="0.5">
      <stop offset="0%" stop-color="#f4d35e"/>
      <stop offset="40%" stop-color="#ed9e2f"/>
      <stop offset="70%" stop-color="#a6610f"/>
      <stop offset="100%" stop-color="#5a3800"/>
    </radialGradient>
    <radialGradient id="saturnRingGradient" cx="0.5" cy="0.5" r="0.5" fx="0.3" fy="0.7">
      <stop offset="0%" stop-color="#fbeec1" stop-opacity="0.7"/>
      <stop offset="100%" stop-color="#ab8741" stop-opacity="0.2"/>
    </radialGradient>
    <!-- Gradient for comet glow -->
    <radialGradient id="cometGlow" cx="0.5" cy="0.5" r="0.6" >
      <stop offset="0%" stop-color="#a1ffff" stop-opacity="1"/>
      <stop offset="50%" stop-color="#66e7ff" stop-opacity="0.7"/>
      <stop offset="100%" stop-color="#0a9ac6" stop-opacity="0"/>
    </radialGradient>
    <radialGradient id="cometHead" cx="0.5" cy="0.5" r="0.5" >
      <stop offset="0%" stop-color="#eeffff"/>
      <stop offset="80%" stop-color="#66e7ff" stop-opacity="0.7"/>
      <stop offset="100%" stop-color="#0a9ac6" stop-opacity="0"/>
    </radialGradient>
    <!-- Gradient for spacesuit shading -->
    <linearGradient id="suitShade" x1="0" y1="0" x2="1" y2="1">
      <stop offset="20%" stop-color="#edeef2"/>
      <stop offset="80%" stop-color="#a3a9b8"/>
    </linearGradient>
    <!-- Helmet glass reflection -->
    <radialGradient id="helmetGlass" cx="0.4" cy="0.4" r="0.6" >
      <stop offset="0%" stop-color="#ace7ff" stop-opacity="0.6"/>
      <stop offset="100%" stop-color="#15394d" stop-opacity="0.05"/>
    </radialGradient>
    <!-- Neck spots pattern for giraffe -->
    <pattern id="neckSpots" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
      <circle cx="7" cy="7" r="4" fill="#8b5e3c"/>
      <circle cx="15" cy="12" r="3" fill="#a16f44"/>
    </pattern>
  </defs>

  <!-- Background: Deep space with subtle star field -->
  <rect width="300" height="300" fill="#0B0A1C" />
  <g stroke="#fff" stroke-opacity="0.15" stroke-width="0.8">
    <circle cx="20" cy="40" r="0.6"/>
    <circle cx="80" cy="70" r="0.8"/>
    <circle cx="120" cy="20" r="0.5"/>
    <circle cx="200" cy="90" r="0.7"/>
    <circle cx="50" cy="150" r="0.6"/>
    <circle cx="250" cy="50" r="0.4"/>
    <circle cx="270" cy="130" r="0.5"/>
    <circle cx="180" cy="140" r="0.6"/>
    <circle cx="100" cy="280" r="0.7"/>
    <circle cx="230" cy="210" r="0.5"/>
  </g>

  <!-- Saturn -->
  <g transform="translate(180, 200)">
    <circle r="60" fill="url(#saturnGradient)" filter="url(#saturnGlow)"/>
    <!-- Saturn Rings -->
    <ellipse rx="100" ry="30" fill="url(#saturnRingGradient)" stroke="#d9b14c" stroke-width="1.5"/>
    <ellipse rx="80" ry="25" fill="#b76e10" opacity="0.3"/>
    <ellipse rx="110" ry="32" fill="none" stroke="#caa03f" stroke-width="1" />
  </g>

  <!-- Comet (shuttlecock substitute) glowing -->
  <g transform="translate(130 120)">
    <!-- Tail -->
    <path d="M-20 0 Q-25 -10 -55 -5 Q-35 -20 -70 -10 Q-60 -40 -80 -35" fill="url(#cometGlow)" />
    <path d="M-20 0 Q-25 10 -55 5 Q-35 20 -70 10 Q-60 40 -80 35" fill="url(#cometGlow)" />
    <!-- Head -->
    <circle cx="0" cy="0" r="8" fill="url(#cometHead)" stroke="#a1ffff" stroke-width="1.2"/>
    <circle cx="0" cy="0" r="4" fill="#e1ffff" />
  </g>

  <!-- Giraffe #1 (left) floating -->
  <g transform="translate(90 170) scale(0.9)">
    <!-- Legs -->
    <rect x="-12" y="57" width="5" height="35" rx="2" ry="2" fill="#f5e0bd" stroke="#a67c4a" stroke-width="0.7" />
    <rect x="-19" y="57" width="5" height="35" rx="2" ry="2" fill="#f5e0bd" stroke="#a67c4a" stroke-width="0.7" />
    <rect x="-5" y="57" width="5" height="35" rx="2" ry="2" fill="#f5e0bd" stroke="#a67c4a" stroke-width="0.7" />
    <rect x="2" y="57" width="5" height="35" rx="2" ry="2" fill="#f5e0bd" stroke="#a67c4a" stroke-width="0.7" />
    <!-- Body in suit -->
    <ellipse cx="-7" cy="38" rx="32" ry="43" fill="url(#suitShade)" stroke="#708090" stroke-width="1.3" />
    <!-- Neck -->
    <rect x="14" y="-8" width="12" height="55" rx="7" ry="7" fill="#f5e0bd" />
    <rect x="14" y="-8" width="12" height="55" rx="7" ry="7" fill="url(#neckSpots)" opacity="0.9" />
    <rect x="13" y="45" width="14" height="3" fill="#d3b17a" opacity="0.6" />
    <!-- Helmet -->
    <circle cx="26" cy="-15" r="18" fill="#e8f3ff" stroke="#b0cae2" stroke-width="1.5"/>
    <ellipse cx="22" cy="-14" rx="14" ry="16" fill="url(#helmetGlass)" />
    <!-- Face Features -->
    <g filter="url(#faceShadow)">
      <ellipse cx="25" cy="-15" rx="10" ry="14" fill="#f5e0bd"/>
      <ellipse cx="23" cy="-12" rx="3" ry="3" fill="#3c1f0b" />
      <ellipse cx="29" cy="-12" rx="3" ry="3" fill="#3c1f0b" />
      <path d="M21 -7 q7 3 9 0" fill="none" stroke="#6a4020" stroke-width="0.7" />
      <path d="M22 -1 q4 2 7 0" fill="none" stroke="#6a4020" stroke-width="0.6" />
      <path d="M18 2 q10 4 11 -2" fill="none" stroke="#8c6541" stroke-width="0.8" />
    </g>

    <!-- Badge on suit -->
    <circle cx="-20" cy="25" r="9" fill="#365675" />
    <text x="-25" y="30" font-family="Arial" font-size="7" fill="#cde2ff" font-weight="900" letter-spacing="1" >NASA</text>

    <!-- Arms holding racket -->
    <g stroke="#708090" stroke-width="3" stroke-linecap="round" >
      <line x1="30" y1="20" x2="56" y2="10" />
      <line x1="56" y1="10" x2="70" y2="23" />
    </g>
    <circle cx="70" cy="22" r="8" fill="#7389a2" stroke="#4b5b70" stroke-width="1.3" />
    <circle cx="70" cy="22" r="5" fill="url(#suitShade)" />
    <line x1="70" y1="16" x2="70" y2="28" stroke="#33404f" stroke-width="1" />
    <line x1="64" y1="22" x2="76" y2="22" stroke="#33404f" stroke-width="1" />
  </g>

  <!-- Giraffe #2 (right) floating -->
  <g transform="translate(200 120) scale(0.9) rotate(10)">
    <!-- Legs -->
    <rect x="-10" y="57" width="5" height="35" rx="2" ry="2" fill="#f3dcc1" stroke="#9b6d43" stroke-width="0.7" />
    <rect x="-17" y="57" width="5" height="35" rx="2" ry="2" fill="#f3dcc1" stroke="#9b6d43" stroke-width="0.7" />
    <rect x="-3" y="57" width="5" height="35" rx="2" ry="2" fill="#f3dcc1" stroke="#9b6d43" stroke-width="0.7" />
    <rect x="4" y="57" width="6" height="35" rx="2" ry="2" fill="#f3dcc1" stroke="#9b6d43" stroke-width="0.7" />
    <!-- Body in suit -->
    <ellipse cx="-5" cy="40" rx="32" ry="45" fill="url(#suitShade)" stroke="#667a9b" stroke-width="1.3" />
    <!-- Neck -->
    <rect x="16" y="-9" width="11" height="55" rx="7" ry="7" fill="#f3dcc1" />
    <rect x="16" y="-9" width="11" height="55" rx="7" ry="7" fill="url(#neckSpots)" opacity="0.9" />
    <rect x="15" y="44" width="14" height="3" fill="#d6b286" opacity="0.6" />
    <!-- Helmet -->
    <circle cx="25" cy="-15" r="18" fill="#dee7f2" stroke="#9fb0d4" stroke-width="1.5"/>
    <ellipse cx="22" cy="-14" rx="14" ry="16" fill="url(#helmetGlass)" />
    <!-- Face Features -->
    <g>
      <ellipse cx="24" cy="-15" rx="10" ry="14" fill="#f3dcc1"/>
      <ellipse cx="22" cy="-12" rx="3" ry="3" fill="#43280e" />
      <ellipse cx="28" cy="-12" rx="3" ry="3" fill="#43280e" />
      <path d="M21 -7 q7 3 9 0" fill="none" stroke="#7e4f1e" stroke-width="0.7" />
      <path d="M22 -1 q4 2 7 0" fill="none" stroke="#7e4f1e" stroke-width="0.6" />
      <path d="M18 2 q10 4 11 -2" fill="none" stroke="#a17344" stroke-width="0.8" />
    </g>

    <!-- Badge on suit -->
    <circle cx="-20" cy="25" r="9" fill="#4a6270" />
    <text x="-25" y="30" font-family="Arial" font-size="7" fill="#bfd6e8" font-weight="900" letter-spacing="1">ESA</text>

    <!-- Arms holding racket -->
    <g stroke="#667a9b" stroke-width="3" stroke-linecap="round" >
      <line x1="30" y1="20" x2="54" y2="15" />
      <line x1="54" y1="15" x2="65" y2="27" />
    </g>
    <circle cx="65" cy="27" r="8" fill="#718cac" stroke="#405372" stroke-width="1.3" />
    <circle cx="65" cy="27" r="5" fill="url(#suitShade)" />
    <line x1="65" y1="20" x2="65" y2="34" stroke="#2b3b4c" stroke-width="1" />
    <line x1="58" y1="27" x2="72" y2="27" stroke="#2b3b4c" stroke-width="1" />
  </g>

  <!-- Shuttlecock strings in comet tail (abstract sparkle) -->
  <g transform="translate(130 120)">
    <line x1="0" y1="0" x2="-40" y2="-15" stroke="#78dcee" stroke-width="0.8" stroke-linecap="round" />
    <line x1="0" y1="0" x2="-45" y2="10" stroke="#78dcee" stroke-width="0.6" stroke-linecap="round" />
    <line x1="0" y1="0" x2="-60" y2="-5" stroke="#78dcee" stroke-width="1" stroke-linecap="round" />
  </g>

  <!-- Motion lines for comet -->
  <g stroke="#a1ffff" stroke-linecap="round" stroke-width="0.6" opacity="0.6">
    <line x1="125" y1="110" x2="110" y2="100"/>
    <line x1="127" y1="118" x2="108" y2="105"/>
    <line x1="120" y1="115" x2="108" y2="90"/>
  </g>

  <!-- Floating helmet reflections (sparkles) -->
  <circle cx="205" cy="105" r="1.8" fill="#bdeaff" opacity="0.7" />
  <circle cx="78" cy="140" r="1.5" fill="#cbdbff" opacity="0.6" />
  <circle cx="92" cy="110" r="1.3" fill="#9fd7ff" opacity="0.8" />

</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is GPT-4.1 mini (2025-04-14) Player 2

Judge's Analysis

    Player 2's submission excels in creativity and technical quality.

    The design incorporates more detailed and polished spacesuits, glowing comet, and Saturn's rings, adding a sense of depth and realism.

    While Player 1's submission is visually appealing, Player 2's execution is more refined and adheres better to the prompt's imaginative theme.

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
72
Player 2
76
Rectangles

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

Player 1
4
Player 2
15
Circles

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

Player 1
30
Player 2
26
Ellipses

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

Player 1
12
Player 2
13
Lines

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

Player 1
20
Player 2
14
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
8
Groups

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

Player 1
8
Player 2
11

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

The number of elements with stroke attributes in the SVG.

Player 1
36
Player 2
34

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
18
Player 2
54

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
6
Player 2
5

Complexity Metrics

Path Commands

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

Player 1
12
Player 2
20
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
6
Player 2
7
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
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