Back

SVG Drawing Match #2325

May 09, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Alien juggling planets in space under a disco ball made of stars."

SVG by Gemini 2.5 Pro Preview 05-06
<svg xmlns="http://www.w3.org/2000/svg" viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg'>
    <defs>
        <!-- Gradients -->
        <radialGradient id="spaceGradient" cx="50%" cy="50%" r="70%" fx="50%" fy="50%">
            <stop offset="0%" style="stop-color:#1A0033; stop-opacity:1" /> <!-- Deeper purple start -->
            <stop offset="30%" style="stop-color:#0D001A; stop-opacity:1" />
            <stop offset="100%" style="stop-color:#000000; stop-opacity:1" />
        </radialGradient>

        <linearGradient id="alienBodyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
            <stop offset="0%" style="stop-color:#76FF03;" /> <!-- Brighter lime green -->
            <stop offset="100%" style="stop-color:#1B5E20;" /> <!-- Darker green -->
        </linearGradient>

        <radialGradient id="alienEyeGlow" cx="50%" cy="50%" r="50%">
            <stop offset="0%" style="stop-color:#FFFDE7; stop-opacity:1" /> <!-- Creamy yellow center -->
            <stop offset="60%" style="stop-color:#FBC02D; stop-opacity:0.9" /> <!-- Amber -->
            <stop offset="100%" style="stop-color:#F57F17; stop-opacity:0" /> <!-- Darker orange, transparent edge -->
        </radialGradient>
        
        <linearGradient id="tentacleGradient" x1="0%" y1="0%" x2="100%" y2="0%">
            <stop offset="0%" style="stop-color:#E040FB;" /> <!-- Vibrant magenta -->
            <stop offset="50%" style="stop-color:#FF80AB;" /> <!-- Pink highlight -->
            <stop offset="100%" style="stop-color:#E040FB;" />
        </linearGradient>

        <!-- Planet Gradients & Highlight -->
        <radialGradient id="planet1Gradient" cx="30%" cy="30%" r="70%">
            <stop offset="0%" style="stop-color:#FF7043;" /> <!-- Brighter orange-red -->
            <stop offset="100%" style="stop-color:#E64A19;" /> <!-- Deep orange-red -->
        </radialGradient>
        <radialGradient id="planet2Gradient" cx="70%" cy="30%" r="70%">
            <stop offset="0%" style="stop-color:#29B6F6;" /> <!-- Lighter blue -->
            <stop offset="100%" style="stop-color:#0277BD;" /> <!-- Deeper blue -->
        </radialGradient>
         <radialGradient id="planet3Gradient" cx="40%" cy="40%" r="60%">
            <stop offset="0%" style="stop-color:#FFEE58;" /> <!-- Brighter yellow -->
            <stop offset="100%" style="stop-color:#F9A825;" /> <!-- Golden yellow -->
        </radialGradient>
        <linearGradient id="planet3RingGradient" x1="0%" y1="0%" x2="100%" y2="0%">
            <stop offset="0%" style="stop-color:#FFF59D;" />
            <stop offset="50%" style="stop-color:#FFFDE7;" />
            <stop offset="100%" style="stop-color:#FFF59D;" />
        </linearGradient>
        <radialGradient id="planetHighlight" cx="50%" cy="50%" r="50%">
            <stop offset="0%" stop-color="white" stop-opacity="0.7"/>
            <stop offset="100%" stop-color="white" stop-opacity="0"/>
        </radialGradient>

        <linearGradient id="discoBallSurface" x1="0.2" y1="0.2" x2="0.8" y2="0.8"> <!-- Adjusted for better highlight -->
            <stop offset="0%" style="stop-color:#B0BEC5;" /> <!-- Lighter silver -->
            <stop offset="50%" style="stop-color:#546E7A;" /> 
            <stop offset="100%" style="stop-color:#37474F;" /> <!-- Darker blue-grey -->
        </linearGradient>

        <!-- Patterns -->
        <pattern id="craters" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
            <circle cx="2.5" cy="2.5" r="1.8" fill="#D84315" opacity="0.6"/>
            <circle cx="7" cy="7" r="1.2" fill="#BF360C" opacity="0.5"/>
            <circle cx="5.5" cy="3" r="1" fill="#A12F0A" opacity="0.7"/>
        </pattern>
        
        <pattern id="swirls" width="20" height="20" patternUnits="userSpaceOnUse" viewBox="0 0 20 20">
            <path d="M-5,10 Q5,0 10,10 T25,10" stroke="#01579B" stroke-width="2.5" fill="none" opacity="0.6"/>
            <path d="M-5,15 Q5,5 10,15 T25,15" stroke="#00BCD4" stroke-width="1.8" fill="none" opacity="0.5"/>
        </pattern>

        <!-- Filters -->
        <filter id="starShine">
            <feGaussianBlur in="SourceAlpha" stdDeviation="2" result="blur"/> <!-- Increased blur for softer glow -->
            <feFlood flood-color="#FFFFE0" flood-opacity="0.8" result="flood"/> <!-- Slightly yellowish glow -->
            <feComposite in="flood" in2="blur" operator="in" result="glow"/>
            <feMerge>
                <feMergeNode in="glow"/>
                <feMergeNode in="SourceGraphic"/>
            </feMerge>
        </filter>

        <!-- Star symbol -->
        <symbol id="starSymbol" viewBox="-5 -5 10 10">
            <path d="M0,-5 L1.18,-1.54 L4.76,-1.54 L1.9,-0.59 L3.09,2.85 L0,0.95 L-3.09,2.85 L-1.9,-0.59 L-4.76,-1.54 L-1.18,-1.54 Z" fill="white"/>
        </symbol>
    </defs>

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

    <!-- Distant stars -->
    <g id="distantStars">
        <circle cx="20" cy="30" r="0.8" fill="white" opacity="0.7"/> <circle cx="50" cy="80" r="1.2" fill="#FFF9C4" opacity="0.5"/>
        <circle cx="10" cy="120" r="0.6" fill="white" opacity="0.8"/> <circle cx="70" cy="20" r="1.0" fill="#FFFFE0" opacity="0.6"/>
        <circle cx="100" cy="50" r="0.7" fill="white" opacity="0.9"/> <circle cx="130" cy="90" r="1.1" fill="#FFFDE7" opacity="0.4"/>
        <circle cx="160" cy="30" r="0.9" fill="white" opacity="0.7"/> <circle cx="190" cy="110" r="1.3" fill="#FFF9C4" opacity="0.5"/>
        <circle cx="220" cy="60" r="0.5" fill="white" opacity="0.8"/> <circle cx="250" cy="100" r="1.0" fill="#FFFFE0" opacity="0.6"/>
        <circle cx="280" cy="40" r="0.8" fill="white" opacity="0.9"/> <circle cx="20" cy="150" r="1.2" fill="#FFFDE7" opacity="0.5"/>
        <circle cx="50" cy="200" r="0.6" fill="white" opacity="0.8"/> <circle cx="10" cy="240" r="1.0" fill="#FFF9C4" opacity="0.6"/>
        <circle cx="70" cy="170" r="0.7" fill="white" opacity="0.9"/> <circle cx="100" cy="220" r="1.1" fill="#FFFFE0" opacity="0.4"/>
        <circle cx="130" cy="260" r="0.9" fill="white" opacity="0.7"/> <circle cx="160" cy="180" r="1.3" fill="#FFFDE7" opacity="0.5"/>
        <circle cx="190" cy="230" r="0.5" fill="white" opacity="0.8"/> <circle cx="220" cy="270" r="1.0" fill="#FFF9C4" opacity="0.6"/>
        <circle cx="250" cy="190" r="0.8" fill="white" opacity="0.9"/> <circle cx="280" cy="250" r="1.2" fill="#FFFFE0" opacity="0.5"/>
        <use href="#starSymbol" x="30" y="50" width="4" height="4" opacity="0.6" fill="#FFFFE0"/>
        <use href="#starSymbol" x="80" y="25" width="3" height="3" opacity="0.8" fill="#FFF9C4"/>
        <use href="#starSymbol" x="120" y="70" width="5" height="5" opacity="0.5" fill="#FFFFE0"/>
        <use href="#starSymbol" x="170" y="45" width="3.5" height="3.5" opacity="0.7" fill="#FFFDE7"/>
        <use href="#starSymbol" x="230" y="80" width="4.5" height="4.5" opacity="0.6" fill="#FFFFE0"/>
        <use href="#starSymbol" x="270" y="20" width="4" height="4" opacity="0.9" fill="#FFF9C4"/>
        <use href="#starSymbol" x="40" y="140" width="3" height="3" opacity="0.7" fill="#FFFDE7"/>
        <use href="#starSymbol" x="90" y="180" width="4" height="4" opacity="0.5" fill="#FFFFE0"/>
        <use href="#starSymbol" x="140" y="210" width="3.5" height="3.5" opacity="0.8" fill="#FFF9C4"/>
        <use href="#starSymbol" x="200" y="160" width="5" height="5" opacity="0.6" fill="#FFFFE0"/>
        <use href="#starSymbol" x="260" y="230" width="3" height="3" opacity="0.7" fill="#FFFDE7"/>
        <use href="#starSymbol" x="290" y="150" width="4.5" height="4.5" opacity="0.5" fill="#FFF9C4"/>
    </g>
    
    <!-- Disco Ball Light Beams (drawn before ball) -->
    <g id="lightBeams" opacity="0.7">
        <defs>
            <linearGradient id="beamGradientYellow" spreadMethod="pad" x1="0.5" y1="0" x2="0.5" y2="1">
                <stop offset="0%" stop-color="#FFEE58" stop-opacity="0.8"/>
                <stop offset="100%" stop-color="#FFEE58" stop-opacity="0"/>
            </linearGradient>
            <linearGradient id="beamGradientCyan" spreadMethod="pad" x1="0.5" y1="0" x2="0.5" y2="1">
                <stop offset="0%" stop-color="#4DD0E1" stop-opacity="0.7"/>
                <stop offset="100%" stop-color="#4DD0E1" stop-opacity="0"/>
            </linearGradient>
            <linearGradient id="beamGradientMagenta" spreadMethod="pad" x1="0.5" y1="0" x2="0.5" y2="1">
                <stop offset="0%" stop-color="#F06292" stop-opacity="0.7"/>
                <stop offset="100%" stop-color="#F06292" stop-opacity="0"/>
            </linearGradient>
        </defs>
        <polygon points="150,75 100,300 120,300" fill="url(#beamGradientYellow)" />
        <polygon points="150,75 180,300 200,300" fill="url(#beamGradientYellow)" />
        <polygon points="150,75 140,300 160,300" fill="url(#beamGradientCyan)" />
        <polygon points="150,75 60,280 80,280" fill="url(#beamGradientMagenta)" transform="rotate(-20 150 75)" />
        <polygon points="150,75 220,280 240,280" fill="url(#beamGradientMagenta)" transform="rotate(20 150 75)" />
        <polygon points="150,75 80,290 100,290" fill="url(#beamGradientCyan)" transform="rotate(-40 150 75)" />
        <polygon points="150,75 200,290 220,290" fill="url(#beamGradientCyan)" transform="rotate(40 150 75)" />
    </g>

    <!-- Disco Ball -->
    <g id="discoBallGroup" transform="translate(150, 75)">
        <circle cx="0" cy="0" r="40" fill="url(#discoBallSurface)"/> <!-- Slightly larger ball -->
        <!-- Stars on disco ball -->
        <use href="#starSymbol" x="-20" y="-20" width="10" height="10" filter="url(#starShine)"/>
        <use href="#starSymbol" x="8" y="-25" width="12" height="12" filter="url(#starShine)"/>
        <use href="#starSymbol" x="25" y="-10" width="9" height="9" filter="url(#starShine)"/>
        <use href="#starSymbol" x="-8" y="8" width="11" height="11" filter="url(#starShine)"/>
        <use href="#starSymbol" x="20" y="20" width="10" height="10" filter="url(#starShine)"/>
        <use href="#starSymbol" x="-30" y="0" width="8" height="8" filter="url(#starShine)"/>
        <use href="#starSymbol" x="0" y="30" width="9" height="9" filter="url(#starShine)"/>
        <use href="#starSymbol" x="-12" y="-7" width="7" height="7" fill="#FFEE58" opacity="0.8" filter="url(#starShine)"/>
        <use href="#starSymbol" x="12" y="-12" width="8" height="8" fill="#FFF59D" opacity="0.9" filter="url(#starShine)"/>
        <use href="#starSymbol" x="7" y="22" width="6" height="6" fill="#FFF9C4" filter="url(#starShine)"/>
        <use href="#starSymbol" x="-25" y="15" width="7" height="7" fill="#FFFFE0" opacity="0.7" filter="url(#starShine)"/>
        <use href="#starSymbol" x="28" y="5" width="6" height="6" fill="#FFFDE7" opacity="0.8" filter="url(#starShine)"/>
    </g>
    
    <!-- Alien -->
    <g id="alien" transform="translate(150, 210)"> <!-- Lowered alien slightly -->
        <!-- Body -->
        <ellipse cx="0" cy="0" rx="35" ry="50" fill="url(#alienBodyGradient)" /> <!-- Wider, taller body -->
        <!-- Head part (integrated) -->
        <ellipse cx="0" cy="-35" rx="30" ry="25" fill="url(#alienBodyGradient)" />
        <!-- Eyes -->
        <g id="alienEyes">
            <circle cx="-12" cy="-40" r="10" fill="#1B1B1B"/>
            <circle cx="-12" cy="-40" r="9" fill="url(#alienEyeGlow)"/>
            <ellipse cx="-14" cy="-43" rx="3" ry="2" fill="white" opacity="0.9" transform="rotate(-20 -14 -43)"/>

            <circle cx="12" cy="-40" r="10" fill="#1B1B1B"/>
            <circle cx="12" cy="-40" r="9" fill="url(#alienEyeGlow)"/>
            <ellipse cx="10" cy="-43" rx="3" ry="2" fill="white" opacity="0.9" transform="rotate(20 10 -43)"/>
        </g>
        <!-- Tentacles/Arms -->
        <g id="alienArms" stroke-width="10" stroke-linecap="round" fill="none">
            <path d="M -28,0 Q -60,-25 -80,-50" stroke="url(#tentacleGradient)"/> <!-- Adjusted juggling pose -->
            <path d="M 0,-25 Q 0,-60 0,-80" stroke="url(#tentacleGradient)"/>
            <path d="M 28,0 Q 60,-25 80,-50" stroke="url(#tentacleGradient)"/>
        </g>
    </g>

    <!-- Juggled Planets -->
    <g id="planets">
        <!-- Planet 1 (left) -->
        <g transform="translate(70, 160)"> <!-- Alien center (150,210) + arm1 (-80,-50) = (70,160) -->
            <circle cx="0" cy="0" r="16" fill="url(#planet1Gradient)"/>
            <rect x="-16" y="-16" width="32" height="32" fill="url(#craters)" rx="16" ry="16"/>
            <circle cx="0" cy="-5" r="7" fill="url(#planetHighlight)" opacity="0.7"/>
        </g>
        <!-- Planet 2 (top) -->
        <g transform="translate(150, 130)"> <!-- Alien center (150,210) + arm2 (0,-80) = (150,130) -->
            <circle cx="0" cy="0" r="20" fill="url(#planet2Gradient)"/> <!-- Largest planet -->
            <rect x="-20" y="-20" width="40" height="40" fill="url(#swirls)" rx="20" ry="20"/>
            <circle cx="0" cy="-6" r="8" fill="url(#planetHighlight)" opacity="0.7"/>
        </g>
        <!-- Planet 3 (right) with rings -->
        <g transform="translate(230, 160)"> <!-- Alien center (150,210) + arm3 (80,-50) = (230,160) -->
            <circle cx="0" cy="0" r="17" fill="url(#planet3Gradient)"/>
            <ellipse cx="0" cy="0" rx="30" ry="10" fill="none" stroke="url(#planet3RingGradient)" stroke-width="4" transform="rotate(-25)"/>
            <ellipse cx="0" cy="0" rx="26" ry="8" fill="none" stroke="url(#planet3RingGradient)" stroke-width="3" opacity="0.8" transform="rotate(-25)"/>
            <circle cx="0" cy="-5" r="7" fill="url(#planetHighlight)" opacity="0.7"/>
        </g>
    </g>
</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 planets -->
    <radialGradient id="planet1" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#8fd9a8"/>
      <stop offset="100%" stop-color="#2f7a4e"/>
    </radialGradient>
    <radialGradient id="planet2" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#f8c471"/>
      <stop offset="100%" stop-color="#bd6400"/>
    </radialGradient>
    <radialGradient id="planet3" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#6fb1ff"/>
      <stop offset="100%" stop-color="#134dcc"/>
    </radialGradient>
    <radialGradient id="planet4" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#d66794"/>
      <stop offset="100%" stop-color="#70263b"/>
    </radialGradient>
    <radialGradient id="planet5" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#fff989"/>
      <stop offset="100%" stop-color="#b5a300"/>
    </radialGradient>
    <!-- Gradient for alien skin -->
    <radialGradient id="alienSkin" cx="40%" cy="40%" r="70%">
      <stop offset="0%" stop-color="#98ff98"/>
      <stop offset="100%" stop-color="#1a5e1a"/>
    </radialGradient>
    <!-- Glow for disco ball -->
    <radialGradient id="discoGlow" cx="50%" cy="50%" r="70%">
      <stop offset="0%" stop-color="#fef9fe" stop-opacity="0.9"/>
      <stop offset="100%" stop-color="#5e54ff" stop-opacity="0"/>
    </radialGradient>
    <!-- Pattern for disco ball stars -->
    <pattern id="starPattern" width="12" height="12" patternUnits="userSpaceOnUse" patternTransform="rotate(15)" >
      <circle cx="6" cy="6" r="1.5" fill="#ffffaa"/>
      <circle cx="6" cy="2" r="0.9" fill="#fff"/>
      <circle cx="2" cy="6" r="0.9" fill="#fff"/>
      <circle cx="10" cy="6" r="0.9" fill="#fff"/>
      <circle cx="6" cy="10" r="0.9" fill="#fff"/>
    </pattern>
    <!-- Alien eye gradient -->
    <radialGradient id="eyeGlow" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#ffffff" />
      <stop offset="100%" stop-color="#003300" />
    </radialGradient>
    <!-- Shadow for planets -->
    <radialGradient id="planetShadow" cx="30%" cy="30%" r="70%">
      <stop offset="0%" stop-color="rgba(0,0,0,0.3)" />
      <stop offset="100%" stop-color="rgba(0,0,0,0)" />
    </radialGradient>
  </defs>

  <!-- Background space -->
  <rect width="300" height="300" fill="url(#spaceGradient)" />
  <radialGradient id="spaceGradient" cx="50%" cy="50%" r="80%">
    <stop offset="0%" stop-color="#0b0c27" />
    <stop offset="100%" stop-color="#000004" />
  </radialGradient>


  <!-- Stars scattered in background -->
  <g fill="#bbbbcc" opacity="0.6">
    <circle cx="10" cy="20" r="1.3"/>
    <circle cx="70" cy="15" r="1.6"/>
    <circle cx="200" cy="35" r="1.1"/>
    <circle cx="280" cy="70" r="1.4"/>
    <circle cx="230" cy="90" r="1.2"/>
    <circle cx="50" cy="80" r="1.3"/>
    <circle cx="120" cy="40" r="1.5"/>
    <circle cx="180" cy="20" r="1.7"/>
    <circle cx="270" cy="150" r="1.4"/>
    <circle cx="290" cy="50" r="1.2"/>
    <circle cx="140" cy="120" r="1.1"/>
    <circle cx="80" cy="160" r="1.3"/>
    <circle cx="220" cy="160" r="1.9"/>
    <circle cx="100" cy="200" r="1.8"/>
    <circle cx="60" cy="250" r="1.4"/>
    <circle cx="250" cy="240" r="1.3"/>
    <circle cx="280" cy="280" r="1.1"/>
  </g>

  <!-- Disco ball glow behind -->
  <circle cx="150" cy="60" r="60" fill="url(#discoGlow)" />

  <!-- Disco ball base circle -->
  <circle cx="150" cy="60" r="45" fill="url(#starPattern)" stroke="#ccccee" stroke-width="1.5"/>
  
  <!-- Disco ball small stars glistening on surface -->
  <g fill="#fffcdc" opacity="0.9" filter="url(#glow)">
    <circle cx="148" cy="30" r="3" />
    <circle cx="170" cy="55" r="2.4" />
    <circle cx="130" cy="60" r="2" />
    <circle cx="155" cy="80" r="1.8" />
    <circle cx="180" cy="38" r="2.2" />
    <circle cx="120" cy="40" r="1.6" />
    <circle cx="140" cy="70" r="2.1" />
  </g>

  <filter id="glow" x="-50%" y="-50%" width="200%" height="200%" >
    <feDropShadow dx="0" dy="0" stdDeviation="1.2" flood-color="#fffbff" flood-opacity="0.7"/>
  </filter>

  <!-- Alien figure -->
  <g transform="translate(150, 200)">
    <!-- Body -->
    <ellipse cx="0" cy="0" rx="35" ry="50" fill="url(#alienSkin)" filter="url(#alienGlow)"/>
    
    <!-- Head -->
    <ellipse cx="0" cy="-60" rx="30" ry="40" fill="url(#alienSkin)" filter="url(#alienGlow)" stroke="#0f3d0f" stroke-width="1"/>
    
    <!-- Eyes - large black with green glow -->
    <ellipse cx="-12" cy="-70" rx="9" ry="16" fill="url(#eyeGlow)" />
    <ellipse cx="12" cy="-70" rx="9" ry="16" fill="url(#eyeGlow)" />
    <ellipse cx="-12" cy="-70" rx="6" ry="12" fill="#003300" />
    <ellipse cx="12" cy="-70" rx="6" ry="12" fill="#003300" />
    <circle cx="-12" cy="-72" r="3" fill="#e1ffe1" />
    <circle cx="12" cy="-72" r="3" fill="#e1ffe1" />
    
    <!-- Nose (small dot) -->
    <circle cx="0" cy="-50" r="3" fill="#0f490f" />
    
    <!-- Mouth: subtle curve -->
    <path d="M -12,-40 Q 0,-35 12,-40" stroke="#0f490f" stroke-width="2" fill="none" />
    
    <!-- Antennae -->
    <line x1="-15" y1="-100" x2="-30" y2="-130" stroke="#3aff3a" stroke-width="3" />
    <circle cx="-30" cy="-130" r="5" fill="#7fff7f" filter="url(#antennaGlow)"/>

    <line x1="15" y1="-100" x2="30" y2="-140" stroke="#3aff3a" stroke-width="3" />
    <circle cx="30" cy="-140" r="5" fill="#7fff7f" filter="url(#antennaGlow)" />
  </g>

  <filter id="alienGlow" x="-50%" y="-50%" width="200%" height="200%">
    <feDropShadow dx="0" dy="0" stdDeviation="3" flood-color="#61ff61" flood-opacity="0.8"/>
  </filter>

  <filter id="antennaGlow" x="-200%" y="-200%" width="400%" height="400%">
    <feDropShadow dx="0" dy="0" stdDeviation="2.5" flood-color="#8fffa8" flood-opacity="0.9"/>
  </filter>
  

  <!-- Arms juggling arcs and hands -->

  <!-- Left arm -->
  <path d="M115,170 Q90,130 105,90" stroke="#3aff3a" stroke-width="6" fill="none" stroke-linecap="round" />
  <!-- Left hand -->
  <circle cx="105" cy="90" r="10" fill="url(#alienSkin)" filter="url(#alienGlow)" stroke="#0f3d0f" stroke-width="1" />

  <!-- Right arm -->
  <path d="M185,170 Q210,130 195,90" stroke="#3aff3a" stroke-width="6" fill="none" stroke-linecap="round" />
  <!-- Right hand -->
  <circle cx="195" cy="90" r="10" fill="url(#alienSkin)" filter="url(#alienGlow)" stroke="#0f3d0f" stroke-width="1" />

  <!-- Juggling - planets -->

  <!-- Path arcs faint to connect planets -->
  <path d="M105,90 C75,80 70,40 110,40" stroke="#5ae86a" stroke-width="1.4" fill="none" stroke-dasharray="3 5"/>
  <path d="M195,90 C225,80 230,40 190,40" stroke="#5ae86a" stroke-width="1.4" fill="none" stroke-dasharray="3 5"/>
  <path d="M105,90 C150,100 200,100 195,90" stroke="#5ae86a" stroke-width="1.4" fill="none" stroke-dasharray="3 5"/>
  <path d="M110,40 C150,10 190,10 190,40" stroke="#5ae86a" stroke-width="1.4" fill="none" stroke-dasharray="3 5"/>

  <!-- Planets on juggling arcs -->

  <!-- Left upper planet -->
  <g filter="url(#planetGlow)">
    <circle cx="110" cy="40" r="15" fill="url(#planet1)" stroke="#224b23" stroke-width="1.5"/>
    <circle cx="110" cy="40" r="15" fill="url(#planetShadow)" />
    <!-- Swirly land masses -->
    <path d="M100 45 Q110 30 120 45 T130 55" stroke="#2f7a4e" stroke-width="2" fill="none" />
    <path d="M105 35 Q115 50 125 35" stroke="#2f7a4e" stroke-width="1.5" fill="none" />
  </g>

  <!-- Right upper planet -->
  <g filter="url(#planetGlow)">
    <circle cx="190" cy="40" r="14" fill="url(#planet2)" stroke="#7c4300" stroke-width="1.5"/>
    <circle cx="190" cy="40" r="14" fill="url(#planetShadow)" />
    <!-- Rings -->
    <ellipse cx="190" cy="40" rx="18" ry="7" fill="none" stroke="#d99e3a" stroke-width="2" />
    <ellipse cx="190" cy="40" rx="21" ry="9" fill="none" stroke="#b37400" stroke-width="1" opacity="0.5"/>
  </g>

  <!-- Left lower planet -->
  <g filter="url(#planetGlow)">
    <circle cx="105" cy="90" r="12" fill="url(#planet3)" stroke="#0a2e7f" stroke-width="1.7"/>
    <circle cx="105" cy="90" r="12" fill="url(#planetShadow)" />
    <!-- Icy lines -->
    <line x1="92" y1="90" x2="118" y2="90" stroke="#9acdff" stroke-width="3" opacity="0.3" />
    <line x1="105" y1="78" x2="105" y2="102" stroke="#9acdff" stroke-width="3" opacity="0.3" />
  </g>

  <!-- Right lower planet -->
  <g filter="url(#planetGlow)">
    <circle cx="195" cy="90" r="13" fill="url(#planet4)" stroke="#5a2437" stroke-width="1.5"/>
    <circle cx="195" cy="90" r="13" fill="url(#planetShadow)" />
    <!-- Crater spots -->
    <circle cx="185" cy="95" r="3" fill="#7a3d56" />
    <circle cx="193" cy="80" r="2" fill="#7a3d56" />
    <circle cx="205" cy="92" r="2" fill="#7a3d56" />
  </g>

  <!-- Center juggling planet -->
  <g filter="url(#planetGlow)">
    <circle cx="150" cy="65" r="10" fill="url(#planet5)" stroke="#7d7200" stroke-width="1.3"/>
    <circle cx="150" cy="65" r="10" fill="url(#planetShadow)" />
    <!-- Spots for texture -->
    <circle cx="140" cy="60" r="2" fill="#a89d00" />
    <circle cx="156" cy="75" r="1.5" fill="#a89d00" />
  </g>

  <filter id="planetGlow" x="-50%" y="-50%" width="200%" height="200%">
    <feDropShadow dx="0" dy="0" stdDeviation="3" flood-color="#9bff9b" flood-opacity="0.7"/>
  </filter>

</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 displays a more detailed disco ball made of stars and integrates the juggling planets more cohesively into the scene.

    The use of glowing effects and the positioning of the elements create a stronger sense of balance and visual appeal.

    While Player 1's image is creative, it lacks the same level of refinement and compositional harmony found in Player 2's work.

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

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

Player 1
Player 2
1
Circles

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

Player 1
Player 2
53
Ellipses

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

Player 1
Player 2
8
Lines

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

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

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

Player 1
Player 2
8

Visual Effects Metrics

Gradients

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

Player 1
Player 2
10
Patterns

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

Player 1
Player 2
1
Filters

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

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

The number of elements with stroke attributes in the SVG.

Player 1
Player 2
24

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
Player 2
41

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