Back

SVG Drawing Match #2631

May 09, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Robot juggling planets in space."

SVG by GPT-4.1 (2025-04-14)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <!-- Star field gradient -->
    <radialGradient id="spaceBG" cx="50%" cy="50%" r="70%">
      <stop offset="0%" stop-color="#1a1853"/>
      <stop offset="70%" stop-color="#2a1c61"/>
      <stop offset="100%" stop-color="#080528"/>
    </radialGradient>
    <!-- Robot body gradient -->
    <linearGradient id="robotBody" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#58def7"/>
      <stop offset="40%" stop-color="#46a8cb"/>
      <stop offset="100%" stop-color="#18648e"/>
    </linearGradient>
    <!-- Robot head reflection -->
    <radialGradient id="robotReflection" cx="70%" cy="25%" r="75%">
      <stop offset="0%" stop-color="#eefcff" stop-opacity="0.8"/>
      <stop offset="60%" stop-color="#58def7" stop-opacity="0.1"/>
      <stop offset="100%" stop-color="#58def7" stop-opacity="0"/>
    </radialGradient>
    <!-- Saturn ring gradient -->
    <linearGradient id="ring" x1="0" y1="0" x2="1" y2="0">
      <stop offset="0%" stop-color="#fded93" stop-opacity="0.7"/>
      <stop offset="60%" stop-color="#fcd723" stop-opacity="0.5"/>
      <stop offset="100%" stop-color="#f4b513" stop-opacity="0.1"/>
    </linearGradient>
    <!-- Glow effect for juggling planets -->
    <radialGradient id="planetGlow" cx="50%" cy="50%" r="60%">
      <stop offset="0%" stop-color="#fff7f6" stop-opacity="0.9"/>
      <stop offset="60%" stop-color="#ffeccc" stop-opacity="0.3"/>
      <stop offset="100%" stop-color="#ffecca" stop-opacity="0"/>
    </radialGradient>
    <!-- Comet tail gradient -->
    <linearGradient id="cometTail" x1="0" y1="0" x2="1" y2="0">
      <stop offset="0%" stop-color="#fff2e2" stop-opacity="0.7"/>
      <stop offset="100%" stop-color="#ffd8e0" stop-opacity="0"/>
    </linearGradient>
    <!-- Planet textures -->
    <pattern id="planetTexture1" patternUnits="userSpaceOnUse" width="8" height="8">
      <circle cx="2" cy="2" r="1.2" fill="#ce9dfc" />
      <circle cx="6" cy="6" r="1" fill="#fcabd4" />
    </pattern>
    <pattern id="planetTexture2" patternUnits="userSpaceOnUse" width="10" height="10">
      <rect x="2" y="2" width="6" height="1.5" fill="#ffeccc" />
      <rect x="4" y="7" width="3" height="1" fill="#ffb976" />
    </pattern>
    <pattern id="planetTexture3" patternUnits="userSpaceOnUse" width="7" height="7">
      <ellipse cx="4" cy="3" rx="1.6" ry="0.7" fill="#6cfddb" />
      <ellipse cx="1" cy="6" rx="1" ry="0.4" fill="#18cdf1" />
    </pattern>
  </defs>
  <!-- Background -->
  <rect width="300" height="300" fill="url(#spaceBG)"/>
  <!-- Random scattered stars -->
  <g>
    <circle cx="24" cy="35" r="1.1" fill="#fff" opacity="0.8"/>
    <circle cx="48" cy="244" r="0.7" fill="#fff" opacity="0.7"/>
    <circle cx="101" cy="41" r="0.6" fill="#ffeedd" opacity="0.8"/>
    <circle cx="278" cy="97" r="1.2" fill="#c5e2ff" opacity="0.9"/>
    <circle cx="190" cy="256" r="0.8" fill="#fff" opacity="0.4"/>
    <circle cx="35" cy="160" r="0.6" fill="#fff" opacity="0.6"/>
    <circle cx="147" cy="12" r="1.1" fill="#fff" opacity="0.9"/>
    <circle cx="287" cy="230" r="0.9" fill="#fff" opacity="0.7"/>
    <circle cx="75" cy="85" r="0.5" fill="#f5caff" opacity="0.5"/>
    <circle cx="260" cy="52" r="0.7" fill="#fff" opacity="0.7"/>
    <circle cx="260" cy="160" r="0.5" fill="#fff" opacity="0.5"/>
    <circle cx="30" cy="295" r="1.5" fill="#fff" opacity="0.3"/>
    <circle cx="285" cy="15" r="1.2" fill="#fff" opacity="0.7"/>
    <circle cx="214" cy="119" r="0.6" fill="#fff" opacity="0.8"/>
    <circle cx="73" cy="237" r="0.8" fill="#fff" opacity="0.5"/>
    <circle cx="200" cy="179" r="0.9" fill="#fff" opacity="0.4"/>
    <!-- sparkly stars -->
    <g>
      <polygon points="230,50 232,56 238,57 232,58 230,64 228,58 222,57 228,56"
        fill="#fff6b7" opacity="0.6"/>
      <polygon points="65,150 67,154 71,155 67,156 65,160 63,156 59,155 63,154"
        fill="#e8c6ff" opacity="0.5"/>
      <polygon points="190,80 191,83 194,84 191,85 190,88 189,85 186,84 189,83"
        fill="#d4f8ff" opacity="0.5"/>
    </g>
  </g>
  <!-- Comet flying through space -->
  <g>
    <ellipse cx="64" cy="66" rx="2.2" ry="1.2" fill="#fff1f0"/>
    <rect x="55" y="66" width="18" height="2" fill="url(#cometTail)" transform="rotate(-15 64 66)" opacity="0.8"/>
  </g>
  <!-- Robot: Centered, playful-->
  <g>
    <!-- Shadow -->
    <ellipse cx="150" cy="248" rx="38" ry="10" fill="#000" opacity="0.2"/>
    <!-- Lower body & legs -->
    <g>
      <!-- Torso -->
      <rect x="121" y="138" width="58" height="58" rx="18" fill="url(#robotBody)" stroke="#327faa" stroke-width="2"/>
      <ellipse cx="150" cy="170" rx="16" ry="8" fill="url(#robotBody)" opacity="0.7"/>
      <!-- Legs -->
      <rect x="133" y="196" width="9" height="37" rx="3.5" fill="#4a8bad" stroke="#327faa" stroke-width="1"/>
      <rect x="158" y="196" width="9" height="37" rx="3.5" fill="#4a8bad" stroke="#327faa" stroke-width="1"/>
      <ellipse cx="138" cy="236" rx="7.4" ry="3.2" fill="#7df5fa" opacity="0.4"/>
      <ellipse cx="163" cy="236" rx="7.4" ry="3.2" fill="#7df5fa" opacity="0.3"/>
      <ellipse cx="150" cy="195" rx="12" ry="6" fill="#37dbfc" opacity="0.13"/>
    </g>
    <!-- Arms (Curved, juggling motion) -->
    <g>
      <!-- Left arm curve -->
      <path d="M134 150 Q95 120 93 85 Q92 75 103 70" fill="none" stroke="#44b3f2" stroke-width="6" stroke-linecap="round"/>
      <!-- Terminator ball at end -->
      <circle cx="103" cy="70" r="11" fill="#9fdbfb" stroke="#327faa" stroke-width="1.5"/>
      <ellipse cx="106" cy="67" rx="2.2" ry="1" fill="#fff" opacity="0.5"/>
      <!-- Right arm curve -->
      <path d="M166 150 Q207 120 208 86 Q209 72 197 70" fill="none" stroke="#44b3f2" stroke-width="6" stroke-linecap="round"/>
      <!-- Ball hand -->
      <circle cx="197" cy="70" r="11" fill="#9fdbfb" stroke="#327faa" stroke-width="1.5"/>
      <ellipse cx="200" cy="67" rx="2.2" ry="1" fill="#fff" opacity="0.5"/>
    </g>
    <!-- Head -->
    <g>
      <ellipse cx="150" cy="109" rx="35" ry="32" fill="url(#robotBody)" stroke="#0c3e65" stroke-width="2.3"/>
      <ellipse cx="150" cy="108" rx="33" ry="30" fill="url(#robotReflection)"/>
      <!-- Antenna -->
      <rect x="146.5" y="67" width="7" height="18" rx="3" fill="#61a7e9" stroke="#377bc4" stroke-width="1.1"/>
      <circle cx="150" cy="67" r="5.4" fill="#ffd666" stroke="#faad0c" stroke-width="1.2"/>
      <ellipse cx="152.5" cy="64" rx="1.6" ry="1" fill="#fff" opacity="0.7"/>
      <!-- Eyes -->
      <ellipse cx="137" cy="115" rx="5.6" ry="9.3" fill="#0d1d25" stroke="#a6f5e3" stroke-width="1.1"/>
      <ellipse cx="163" cy="115" rx="5.6" ry="9.3" fill="#0d1d25" stroke="#a6f5e3" stroke-width="1.1"/>
      <!-- Eye reflections -->
      <ellipse cx="135" cy="113" rx="1.3" ry="2" fill="#eafff7"/>
      <ellipse cx="162" cy="113" rx="1.3" ry="2" fill="#eafff7"/>
      <!-- Face-plate border -->
      <ellipse cx="150" cy="117" rx="20" ry="11" fill="none" stroke="#93f0ff" stroke-width="2"/>
      <!-- Mouth (smiling) -->
      <path d="M140 128 Q149 138 160 128" fill="none" stroke="#0dffa7" stroke-width="2.1" stroke-linecap="round"/>
      <!-- Cheeks -->
      <ellipse cx="134" cy="125" rx="2" ry="1.2" fill="#fcb7ee" opacity="0.7"/>
      <ellipse cx="166" cy="125" rx="2" ry="1.2" fill="#fcb7ee" opacity="0.7"/>
    </g>
    <!-- Shoulders: link arms to body -->
    <ellipse cx="138" cy="148" rx="7" ry="6" fill="#98ebfd"/>
    <ellipse cx="162" cy="148" rx="7" ry="6" fill="#98ebfd"/>
    <!-- Hands (pivot balls) -->
    <circle cx="134" cy="150" r="8" fill="#fffcee" stroke="#44b3f2" stroke-width="1.5"/>
    <circle cx="166" cy="150" r="8" fill="#fffcee" stroke="#44b3f2" stroke-width="1.5"/>
    <ellipse cx="138" cy="147" rx="2.1" ry="1" fill="#fff" opacity="0.6"/>
    <ellipse cx="162" cy="147" rx="2.1" ry="1" fill="#fff" opacity="0.6"/>
  </g>
  <!-- Juggling Planets (arced paths) -->
  <g>
    <!-- Lower left planet (Saturn) -->
    <g>
      <ellipse cx="84" cy="118" rx="22" ry="9" fill="url(#ring)" transform="rotate(-10 84 118)" opacity="0.7"/>
      <circle cx="84" cy="116" r="13" fill="url(#planetTexture2)" stroke="#fde77b" stroke-width="2.2"/>
      <ellipse cx="87" cy="112" rx="3.4" ry="1.2" fill="#fff" opacity="0.4"/>
      <circle cx="84" cy="116" r="17" fill="url(#planetGlow)" opacity="0.5"/>
    </g>
    <!-- Upper left planet (Cratered blue) -->
    <g>
      <circle cx="106" cy="53" r="11" fill="url(#planetTexture3)" stroke="#7bedf1" stroke-width="2"/>
      <ellipse cx="110" cy="48" rx="2.3" ry="1.3" fill="#fff" opacity="0.3"/>
      <ellipse cx="107" cy="59" rx="1.8" ry="0.6" fill="#fff" opacity="0.24"/>
      <circle cx="106" cy="53" r="14" fill="url(#planetGlow)" opacity="0.55"/>
    </g>
    <!-- Top juggling planet (Purple gas giant) -->
    <g>
      <circle cx="150" cy="38" r="18" fill="url(#planetTexture1)" stroke="#b896fd" stroke-width="2.2"/>
      <ellipse cx="156" cy="32" rx="4" ry="1.6" fill="#fff" opacity="0.3"/>
      <ellipse cx="144" cy="44" rx="1.7" ry="0.6" fill="#fff" opacity="0.24"/>
      <!-- Rings (ethereal) -->
      <ellipse cx="150" cy="38" rx="22" ry="7" fill="none" stroke="#ffe8fd" stroke-width="1.7" opacity="0.8"/>
      <ellipse cx="150" cy="38" rx="25" ry="8.2" fill="none" stroke="#faabf8" stroke-width="0.8" opacity="0.3"/>
      <circle cx="150" cy="38" r="21" fill="url(#planetGlow)" opacity="0.4"/>
    </g>
    <!-- Upper right planet (Fiery orange) -->
    <g>
      <circle cx="194" cy="46" r="12" fill="url(#planetTexture2)" stroke="#ffb47e" stroke-width="2"/>
      <ellipse cx="196" cy="43" rx="2.8" ry="1.2" fill="#fff" opacity="0.3"/>
      <ellipse cx="193" cy="53" rx="1.7" ry="0.5" fill="#fff" opacity="0.18"/>
      <ellipse cx="194" cy="46" rx="15" ry="14" fill="url(#planetGlow)" opacity="0.4"/>
    </g>
    <!-- Lower right planet (Aqua/Green swirled) -->
    <g>
      <circle cx="221" cy="120" r="13" fill="url(#planetTexture3)" stroke="#4cfff9" stroke-width="2.2"/>
      <ellipse cx="224" cy="117" rx="2.5" ry="1" fill="#fff" opacity="0.31"/>
      <ellipse cx="222" cy="127" rx="1.3" ry="0.5" fill="#fff" opacity="0.23"/>
      <circle cx="221" cy="120" r="17" fill="url(#planetGlow)" opacity="0.35"/>
    </g>
    <!-- Tiny moon (upper arc) -->
    <g>
      <circle cx="178" cy="27" r="4.5" fill="#f9f2de" stroke="#ffe2b7" stroke-width="1"/>
      <ellipse cx="178" cy="27" rx="6.4" ry="6.2" fill="url(#planetGlow)" opacity="0.2"/>
    </g>
  </g>
  <!-- Juggling arcs (metaphor for orbits + motion) -->
  <path d="M 80 120 Q 81 76, 150 40 Q 217 76, 220 121" fill="none" stroke="#ffec80" stroke-width="2" opacity="0.13"/>
  <path d="M 106 53 Q 120 13, 150 40 Q 181 14, 194 48" fill="none" stroke="#f7a0ed" stroke-width="2" opacity="0.11"/>
  <path d="M 150 40 Q 143 99, 194 46" fill="none" stroke="#99f7ff" stroke-width="1.5" opacity="0.14"/>
  <path d="M 106 53 Q 142 50, 194 46" fill="none" stroke="#dafffa" stroke-width="1.1" opacity="0.11"/>
  <!-- Subtle glow under robot (aurora/aether effect) -->
  <ellipse cx="150" cy="225" rx="32" ry="7" fill="#79ebff" opacity="0.33"/>
  <ellipse cx="150" cy="237" rx="28" ry="4" fill="#d4f8ff" opacity="0.12"/>
  <!-- Space nebula cloud (right corner) -->
  <g>
    <ellipse cx="267" cy="62" rx="12" ry="8" fill="#7126c3" opacity="0.19"/>
    <ellipse cx="274" cy="56" rx="16" ry="7" fill="#f586eb" opacity="0.16"/>
    <ellipse cx="282" cy="66" rx="8" ry="10" fill="#ffc9f5" opacity="0.10"/>
    <ellipse cx="266" cy="70" rx="10" ry="6" fill="#7865e8" opacity="0.13"/>
  </g>
</svg>
SVG by Claude 3.7 Sonnet (2025-02-19)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <!-- Background -->
  <defs>
    <radialGradient id="spaceGrad" cx="50%" cy="50%" r="70%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="#1a0033" />
      <stop offset="50%" stop-color="#0f0022" />
      <stop offset="100%" stop-color="#000011" />
    </radialGradient>
    
    <filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
      <feGaussianBlur stdDeviation="2.5" 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" opacity="0.8" />
      <circle cx="30" cy="40" r="0.6" fill="white" opacity="0.6" />
      <circle cx="70" cy="25" r="1" fill="white" opacity="0.7" />
      <circle cx="90" cy="60" r="0.5" fill="white" opacity="0.5" />
      <circle cx="50" cy="85" r="0.7" fill="white" opacity="0.9" />
      <circle cx="15" cy="70" r="0.4" fill="white" opacity="0.6" />
      <circle cx="65" cy="10" r="0.9" fill="white" opacity="0.8" />
    </pattern>
    
    <!-- Planet gradients -->
    <radialGradient id="earthGrad" cx="40%" cy="40%" r="60%" fx="30%" fy="30%">
      <stop offset="0%" stop-color="#64B5F6" />
      <stop offset="60%" stop-color="#1976D2" />
      <stop offset="100%" stop-color="#0D47A1" />
    </radialGradient>
    
    <radialGradient id="marsGrad" cx="40%" cy="40%" r="60%" fx="30%" fy="30%">
      <stop offset="0%" stop-color="#FF8A65" />
      <stop offset="60%" stop-color="#E64A19" />
      <stop offset="100%" stop-color="#BF360C" />
    </radialGradient>
    
    <radialGradient id="saturnGrad" cx="40%" cy="40%" r="60%" fx="30%" fy="30%">
      <stop offset="0%" stop-color="#FFD54F" />
      <stop offset="60%" stop-color="#FFA000" />
      <stop offset="100%" stop-color="#FF6F00" />
    </radialGradient>
    
    <linearGradient id="ringGrad" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" stop-color="#FFD54F" stop-opacity="0.1" />
      <stop offset="20%" stop-color="#FFD54F" stop-opacity="0.8" />
      <stop offset="50%" stop-color="#FFA000" stop-opacity="0.6" />
      <stop offset="80%" stop-color="#FFD54F" stop-opacity="0.8" />
      <stop offset="100%" stop-color="#FFD54F" stop-opacity="0.1" />
    </linearGradient>
    
    <!-- Robot gradients -->
    <linearGradient id="robotBodyGrad" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#90CAF9" />
      <stop offset="50%" stop-color="#5C6BC0" />
      <stop offset="100%" stop-color="#3F51B5" />
    </linearGradient>
    
    <linearGradient id="robotHeadGrad" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#B3E5FC" />
      <stop offset="50%" stop-color="#29B6F6" />
      <stop offset="100%" stop-color="#0288D1" />
    </linearGradient>
    
    <filter id="robotShadow" x="-20%" y="-20%" width="140%" height="140%">
      <feDropShadow dx="0" dy="3" stdDeviation="3" flood-color="#000" flood-opacity="0.3" />
    </filter>
  </defs>
  
  <!-- Space background -->
  <rect x="0" y="0" width="300" height="300" fill="url(#spaceGrad)" />
  <rect x="0" y="0" width="300" height="300" fill="url(#stars)" />
  
  <!-- Distant nebula -->
  <ellipse cx="50" cy="50" rx="80" ry="40" fill="#9C27B0" opacity="0.15" />
  <ellipse cx="260" cy="230" rx="100" ry="60" fill="#E91E63" opacity="0.1" />
  
  <!-- Robot body -->
  <g id="robot" transform="translate(150, 170)">
    <!-- Body -->
    <rect x="-25" y="-20" width="50" height="70" rx="5" ry="5" fill="url(#robotBodyGrad)" filter="url(#robotShadow)" />
    
    <!-- Head -->
    <rect x="-20" y="-50" width="40" height="35" rx="5" ry="5" fill="url(#robotHeadGrad)" filter="url(#robotShadow)" />
    
    <!-- Eyes -->
    <circle cx="-8" cy="-35" r="5" fill="#000" />
    <circle cx="8" cy="-35" r="5" fill="#000" />
    <circle cx="-8" cy="-35" r="2" fill="#64FFDA" />
    <circle cx="8" cy="-35" r="2" fill="#64FFDA" />
    
    <!-- Mouth -->
    <rect x="-10" y="-25" width="20" height="5" rx="2" ry="2" fill="#37474F" />
    
    <!-- Antenna -->
    <line x1="0" y1="-50" x2="0" y2="-60" stroke="#3F51B5" stroke-width="2" />
    <circle cx="0" cy="-62" r="3" fill="#F44336" />
    
    <!-- Arms -->
    <path d="M-25,-10 C-60,-30 -75,30 -60,60" stroke="#5C6BC0" stroke-width="5" stroke-linecap="round" fill="none" />
    <path d="M25,-10 C60,-30 75,30 60,60" stroke="#5C6BC0" stroke-width="5" stroke-linecap="round" fill="none" />
    
    <!-- Hands -->
    <circle cx="-60" cy="60" r="8" fill="#B3E5FC" />
    <circle cx="60" cy="60" r="8" fill="#B3E5FC" />
    
    <!-- Legs -->
    <rect x="-20" y="50" width="10" height="30" rx="3" ry="3" fill="#3F51B5" />
    <rect x="10" y="50" width="10" height="30" rx="3" ry="3" fill="#3F51B5" />
    
    <!-- Feet -->
    <rect x="-25" y="80" width="20" height="10" rx="5" ry="5" fill="#29B6F6" />
    <rect x="5" y="80" width="20" height="10" rx="5" ry="5" fill="#29B6F6" />
    
    <!-- Control panel -->
    <rect x="-15" y="0" width="30" height="20" rx="2" ry="2" fill="#263238" />
    <circle cx="-8" cy="10" r="3" fill="#F44336" />
    <circle cx="0" cy="10" r="3" fill="#FFEB3B" />
    <circle cx="8" cy="10" r="3" fill="#4CAF50" />
  </g>
  
  <!-- Juggling planets -->
  <g>
    <!-- Earth -->
    <circle cx="100" cy="80" r="25" fill="url(#earthGrad)" filter="url(#glow)" />
    <path d="M80,70 Q100,60 120,70 Q110,90 80,70" fill="#4CAF50" opacity="0.7" />
    <path d="M85,95 Q105,85 115,95 Q100,105 85,95" fill="#4CAF50" opacity="0.6" />
    
    <!-- Mars -->
    <circle cx="200" cy="80" r="20" fill="url(#marsGrad)" filter="url(#glow)" />
    <ellipse cx="190" cy="75" rx="5" ry="7" fill="#BF360C" opacity="0.5" />
    <ellipse cx="210" cy="85" rx="6" ry="4" fill="#BF360C" opacity="0.5" />
    
    <!-- Saturn -->
    <g transform="translate(150, 30)">
      <ellipse cx="0" cy="0" rx="40" ry="8" fill="url(#ringGrad)" />
      <circle cx="0" cy="0" r="18" fill="url(#saturnGrad)" filter="url(#glow)" />
    </g>
    
    <!-- Motion lines -->
    <path d="M100,80 C120,30 140,140 150,30" stroke="white" stroke-width="1" stroke-dasharray="3,3" fill="none" opacity="0.5" />
    <path d="M150,30 C160,140 180,30 200,80" stroke="white" stroke-width="1" stroke-dasharray="3,3" fill="none" opacity="0.5" />
    <path d="M200,80 C220,30 80,30 100,80" stroke="white" stroke-width="1" stroke-dasharray="3,3" fill="none" opacity="0.5" />
  </g>
  
  <!-- Small stars with glow -->
  <circle cx="50" cy="150" r="1.5" fill="white" filter="url(#glow)" />
  <circle cx="250" cy="50" r="2" fill="white" filter="url(#glow)" />
  <circle cx="270" cy="180" r="1.8" fill="white" filter="url(#glow)" />
  <circle cx="30" cy="220" r="1.2" fill="white" filter="url(#glow)" />
  <circle cx="180" cy="240" r="1.7" fill="white" filter="url(#glow)" />
  
  <!-- Shooting star -->
  <path d="M280,20 L260,40" stroke="white" stroke-width="2" stroke-linecap="round">
    <animate attributeName="opacity" values="0;1;0" dur="3s" repeatCount="indefinite" />
  </path>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is GPT-4.1 (2025-04-14) Player 1

Judge's Analysis

    Player 1's submission demonstrates greater creativity and visual appeal with its expressive robot design, vibrant colors, and dynamic juggling motion.

    The glowing planets and background details add depth and charm, closely aligning with the prompt.

    While Player 2's image is technically solid, it lacks the same level of energy and detail in composition.

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
95
Player 2
49
Rectangles

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

Player 1
8
Player 2
10
Circles

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

Player 1
33
Player 2
25
Ellipses

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

Player 1
44
Player 2
5
Lines

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

Player 1
Player 2
1
Polygons

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

Player 1
3
Player 2
Paths

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

Player 1
7
Player 2
8
Groups

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

Player 1
15
Player 2
3

Visual Effects Metrics

Gradients

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

Player 1
6
Player 2
7
Patterns

The number of pattern definitions (pattern) in the SVG.

Player 1
3
Player 2
1
Filters

The number of filter definitions (filter) in the SVG.

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

The number of elements with stroke attributes in the SVG.

Player 1
28
Player 2
7

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
66
Player 2
28

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

Complexity Metrics

Path Commands

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

Player 1
18
Player 2
18
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
9
Player 2
10
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