Back

SVG Drawing Match #2381

May 09, 2025
GPT-4o
Challenge Creator

Creative Challenge

"An octopus juggling flaming swords underwater."

SVG by GPT-4.1 (2025-04-14)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <!-- Gradients -->
    <radialGradient id="bgGrad" cx="50%" cy="40%" r="80%">
      <stop offset="0%" stop-color="#7bdaec"/>
      <stop offset="70%" stop-color="#306b84"/>
      <stop offset="100%" stop-color="#18334a"/>
    </radialGradient>
    <radialGradient id="octopusSkin" cx="50%" cy="50%" r="80%">
      <stop offset="0%" stop-color="#ff82be"/>
      <stop offset="50%" stop-color="#b14fd5"/>
      <stop offset="100%" stop-color="#372364"/>
    </radialGradient>
    <linearGradient id="tentacleGrad" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="#ffacf2"/>
      <stop offset="60%" stop-color="#833cc5"/>
      <stop offset="100%" stop-color="#3c1878"/>
    </linearGradient>
    <radialGradient id="swordMetal" cx="0.3" cy="0.3" r="0.9">
      <stop offset="0%" stop-color="#f5f7fa"/>
      <stop offset="60%" stop-color="#b7c0ce"/>
      <stop offset="100%" stop-color="#556377"/>
    </radialGradient>
    <linearGradient id="flameGrad" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="#fff700"/>
      <stop offset="50%" stop-color="#ff9500"/>
      <stop offset="85%" stop-color="#eb164d"/>
    </linearGradient>
    <radialGradient id="bubbleGrad" cx="50%" cy="50%" r="60%">
      <stop offset="0%" stop-color="#b7faff" stop-opacity="1"/>
      <stop offset="100%" stop-color="#81aebf" stop-opacity="0.2"/>
    </radialGradient>
    <!-- Patterns -->
    <pattern id="skinPattern" width="15" height="15" patternUnits="userSpaceOnUse">
      <circle cx="7.5" cy="7.5" r="4" fill="#ffffff" fill-opacity="0.12"/>
    </pattern>
    <!-- Tentacle Suction Cup -->
    <radialGradient id="suctionCup" cx="50%" cy="50%" r="80%">
      <stop offset="0%" stop-color="#fff" stop-opacity="0.8"/>
      <stop offset="100%" stop-color="#f9c5fc" stop-opacity="0.3"/>
    </radialGradient>
  </defs>
  <!-- Underwater background -->
  <rect x="0" y="0" width="300" height="300" fill="url(#bgGrad)"/>
  <!-- Light rays -->
  <g opacity="0.15">
    <polygon points="130,0 150,0 125,300" fill="#fff"/>
    <polygon points="170,0 190,0 180,300" fill="#fff"/>
    <polygon points="95,0 115,0 85,300" fill="#fff"/>
    <polygon points="210,0 224,0 220,300" fill="#cce8fc"/>
  </g>
  <!-- Bubbles -->
  <g>
    <ellipse cx="60" cy="80" rx="9" ry="7" fill="url(#bubbleGrad)" />
    <ellipse cx="85" cy="120" rx="5" ry="4" fill="url(#bubbleGrad)" opacity="0.7"/>
    <ellipse cx="230" cy="60" rx="8" ry="6" fill="url(#bubbleGrad)" opacity="0.8"/>
    <ellipse cx="210" cy="160" rx="12" ry="9" fill="url(#bubbleGrad)" opacity="0.6"/>
    <ellipse cx="150" cy="40" rx="5" ry="3.5" fill="url(#bubbleGrad)" opacity="0.8"/>
  </g>
  <!-- Octopus Body -->
  <g id="octopus">
    <!-- Head -->
    <ellipse cx="145" cy="130" rx="41" ry="51" fill="url(#octopusSkin)"/>
    <ellipse cx="145" cy="127" rx="37" ry="46" fill="url(#skinPattern)" opacity="0.45"/>
    <!-- Eyes -->
    <ellipse cx="126" cy="143" rx="7" ry="14" fill="#f4f8fe"/>
    <ellipse cx="164" cy="143" rx="7" ry="14" fill="#f4f8fe"/>
    <ellipse cx="129" cy="150" rx="3.2" ry="4.4" fill="#0c0111"/>
    <ellipse cx="167" cy="150" rx="3.2" ry="4.4" fill="#0c0111"/>
    <ellipse cx="130.5" cy="147" rx="1.1" ry="2.1" fill="#fff" opacity="0.8"/>
    <ellipse cx="168.5" cy="147" rx="1.1" ry="2.1" fill="#fff" opacity="0.8"/>
    <!-- Mouth -->
    <ellipse cx="145" cy="163" rx="7" ry="2" fill="#62232e" opacity="0.75"/>
    <!-- Blush -->
    <ellipse cx="120" cy="155" rx="5" ry="2" fill="#fa8bb8" opacity="0.3"/>
    <ellipse cx="170" cy="155" rx="5" ry="2" fill="#fa8bb8" opacity="0.3"/>
    <!-- Tentacles -->
    <g id="tentacles">
      <!-- Tentacle 1 (top left, up, holding sword) -->
      <g>
        <path d="M131,155 Q115,85 44,65 Q88,120 130,165" fill="none" stroke="url(#tentacleGrad)" stroke-width="14" stroke-linecap="round"/>
        <!-- Suction cups -->
        <ellipse cx="124" cy="123" rx="6" ry="3" fill="url(#suctionCup)" opacity="0.8"/>
        <ellipse cx="111" cy="105" rx="5.2" ry="2.8" fill="url(#suctionCup)" opacity="0.7"/>
        <ellipse cx="95" cy="95" rx="4.2" ry="2.1" fill="url(#suctionCup)" opacity="0.5"/>
      </g>
      <!-- Tentacle 2 (upright right, holding sword) -->
      <g>
        <path d="M159,157 Q186,85 261,66 Q234,122 162,165" fill="none" stroke="url(#tentacleGrad)" stroke-width="14" stroke-linecap="round"/>
        <!-- Suction cups -->
        <ellipse cx="172" cy="122" rx="6" ry="3" fill="url(#suctionCup)" opacity="0.78"/>
        <ellipse cx="191" cy="104" rx="4.8" ry="2.2" fill="url(#suctionCup)" opacity="0.6"/>
        <ellipse cx="217" cy="88" rx="3.7" ry="1.6" fill="url(#suctionCup)" opacity="0.5"/>
      </g>
      <!-- Tentacle 3 (center left, curvy, holding sword) -->
      <g>
        <path d="M135,165 Q90,195 41,229 Q98,232 145,180" fill="none" stroke="url(#tentacleGrad)" stroke-width="13" stroke-linecap="round"/>
        <!-- Suction cups -->
        <ellipse cx="120" cy="191" rx="5.2" ry="3.8" fill="url(#suctionCup)" opacity="0.7"/>
        <ellipse cx="95" cy="210" rx="5" ry="2.2" fill="url(#suctionCup)" opacity="0.5"/>
      </g>
      <!-- Tentacle 4 (right, downward, holding sword) -->
      <g>
        <path d="M167,176 Q217,215 260,260 Q190,232 156,193" fill="none" stroke="url(#tentacleGrad)" stroke-width="13" stroke-linecap="round"/>
        <!-- Suction cups -->
        <ellipse cx="193" cy="205" rx="5.6" ry="4" fill="url(#suctionCup)" opacity="0.67"/>
        <ellipse cx="220" cy="226" rx="4.8" ry="2.1" fill="url(#suctionCup)" opacity="0.55"/>
      </g>
      <!-- Tentacle 5 (left-bottom curl) -->
      <g>
        <path d="M135,176 Q100,233 126,266 Q144,262 134,220" fill="none" stroke="url(#tentacleGrad)" stroke-width="10" stroke-linecap="round"/>
        <ellipse cx="115" cy="242" rx="3.5" ry="2" fill="url(#suctionCup)" opacity="0.6"/>
      </g>
      <!-- Tentacle 6 (right-bottom curl) -->
      <g>
        <path d="M153,186 Q176,245 161,271 Q143,261 158,222" fill="none" stroke="url(#tentacleGrad)" stroke-width="10" stroke-linecap="round"/>
        <ellipse cx="165" cy="255" rx="3.7" ry="2.1" fill="url(#suctionCup)" opacity="0.6"/>
      </g>
      <!-- Tentacle 7 (front left small reach) -->
      <g>
        <path d="M129,177 Q95,196 96,236 Q115,222 131,182" fill="none" stroke="url(#tentacleGrad)" stroke-width="9" stroke-linecap="round"/>
        <ellipse cx="100" cy="217" rx="2.6" ry="1.4" fill="url(#suctionCup)" opacity="0.6"/>
      </g>
      <!-- Tentacle 8 (front right small reach) -->
      <g>
        <path d="M163,182 Q197,198 210,235 Q181,218 162,193" fill="none" stroke="url(#tentacleGrad)" stroke-width="9" stroke-linecap="round"/>
        <ellipse cx="200" cy="218" rx="2.6" ry="1.4" fill="url(#suctionCup)" opacity="0.6"/>
      </g>
    </g>
  </g>
  <!-- Juggled flaming swords -->
  <!-- Sword 1: upper left (held in Tentacle 1) -->
  <g>
    <!-- Sword blade -->
    <rect x="34" y="50" width="7" height="38" rx="3" fill="url(#swordMetal)" transform="rotate(-20 37.5 69)" />
    <!-- Sword hilt -->
    <rect x="31" y="86" width="13" height="7" rx="2" fill="#502308" transform="rotate(-20 37.5 89.5)" />
    <circle cx="37.5" cy="89" r="3" fill="#d6b575"/>
    <!-- Flame -->
    <g>
      <path d="M36,44 Q38,35 42,40 Q43,37 47,46 Q44,42 41,48 Q39,51 36,44Z" fill="url(#flameGrad)" opacity="0.9"/>
      <ellipse cx="41" cy="43" rx="2" ry="4" fill="#fff6b1" opacity="0.6"/>
    </g>
  </g>
  <!-- Sword 2: upper right (thrown, above Tentacle 2) -->
  <g>
    <rect x="249" y="45" width="7" height="38" rx="3" fill="url(#swordMetal)" transform="rotate(22 252.5 66)" />
    <rect x="246" y="81" width="13" height="7" rx="2" fill="#502308" transform="rotate(22 252.5 84.5)" />
    <circle cx="252.5" cy="85" r="3" fill="#d6b575"/>
    <g>
      <path d="M251,39 Q254,32 257,39 Q258,35 263,44 Q260,41 258,45 Q257,48 251,39Z" fill="url(#flameGrad)" opacity="0.9"/>
      <ellipse cx="257" cy="40" rx="2" ry="4" fill="#fff6b1" opacity="0.55"/>
    </g>
  </g>
  <!-- Sword 3: middle left (caught by tentacle 3) -->
  <g>
    <rect x="26" y="219" width="8" height="33" rx="3" fill="url(#swordMetal)" transform="rotate(18 30 235.5)" />
    <rect x="23" y="248" width="14" height="7" rx="2" fill="#502308" transform="rotate(18 30 251.5)" />
    <circle cx="30" cy="252" r="3" fill="#d6b575"/>
    <g>
      <path d="M28,216 Q31,212 33,218 Q34,216 39,222 Q36,221 34,225 Q33,226 28,216Z" fill="url(#flameGrad)" opacity="0.85"/>
      <ellipse cx="34" cy="218" rx="1.4" ry="2.7" fill="#fff6b1" opacity="0.5"/>
    </g>
  </g>
  <!-- Sword 4: right (thrown, over Tentacle 4) -->
  <g>
    <rect x="255" y="250" width="8" height="33" rx="3" fill="url(#swordMetal)" transform="rotate(36 259 266.5)" />
    <rect x="251" y="278" width="14" height="7" rx="2" fill="#502308" transform="rotate(36 258 281.5)" />
    <circle cx="259" cy="282" r="3" fill="#d6b575"/>
    <g>
      <path d="M257,247 Q260,243 263,250 Q264,247 269,253 Q266,251 264,255 Q263,256 257,247Z" fill="url(#flameGrad)" opacity="0.85"/>
      <ellipse cx="264" cy="249" rx="1.4" ry="2.7" fill="#fff6b1" opacity="0.45"/>
    </g>
  </g>
  <!-- Sword 5: below (mid-juggle) -->
  <g>
    <rect x="125" y="256" width="10" height="35" rx="3" fill="url(#swordMetal)" transform="rotate(-10 130 273.5)" />
    <rect x="121" y="289" width="18" height="8" rx="2" fill="#502308" transform="rotate(-10 130 293)" />
    <circle cx="130" cy="294" r="4" fill="#d6b575"/>
    <g>
      <path d="M129,253 Q133,252 133,256 Q134,254 139,260 Q136,258 134,262 Q132,263 129,253Z" fill="url(#flameGrad)" opacity="0.83"/>
      <ellipse cx="134" cy="257" rx="1.7" ry="3" fill="#fff6b1" opacity="0.45"/>
    </g>
  </g>
  <!-- Sword 6: foreground (flame glows, mid-air) -->
  <g>
    <rect x="180" y="24" width="8" height="40" rx="3.5" fill="url(#swordMetal)" transform="rotate(5 184 44)" />
    <rect x="176" y="62" width="14" height="8" rx="2" fill="#502308" transform="rotate(5 183 66)" />
    <circle cx="184" cy="67" r="3.2" fill="#d6b575"/>
    <g>
      <path d="M182,19 Q186,13 189,22 Q191,15 193,26 Q191,21 189,27 Q187,29 182,19Z" fill="url(#flameGrad)" opacity="0.92"/>
      <ellipse cx="188" cy="19" rx="2" ry="4" fill="#fff6b1" opacity="0.72"/>
      <!-- Flame glow -->
      <ellipse cx="188" cy="17" rx="8" ry="8" fill="#fff476" opacity="0.15"/>
    </g>
  </g>
  <!-- Bubble clusters near swords for underwater effect -->
  <g>
    <ellipse cx="43" cy="55" rx="3" ry="2" fill="url(#bubbleGrad)" opacity="0.22"/>
    <ellipse cx="255" cy="48" rx="2" ry="1.5" fill="url(#bubbleGrad)" opacity="0.19"/>
    <ellipse cx="137" cy="259" rx="3.7" ry="2.6" fill="url(#bubbleGrad)" opacity="0.16"/>
    <ellipse cx="185" cy="25" rx="2.3" ry="1.7" fill="url(#bubbleGrad)" opacity="0.15"/>
    <ellipse cx="33" cy="234" rx="2.2" ry="1.4" fill="url(#bubbleGrad)" opacity="0.13"/>
    <ellipse cx="264" cy="253" rx="2.5" ry="1.7" fill="url(#bubbleGrad)" opacity="0.17"/>
  </g>
  <!-- Extra sparkle highlights for magic juggling feel -->
  <g>
    <g opacity="0.22">
      <circle cx="70" cy="110" r="1.5" fill="#fff7f6"/>
      <circle cx="220" cy="90" r="1.9" fill="#fff7f6"/>
      <circle cx="170" cy="192" r="1.6" fill="#ccfde9"/>
      <ellipse cx="112" cy="223" rx="1" ry="2.3" fill="#e9fff6"/>
      <ellipse cx="254" cy="265" rx="0.9" ry="1.6" fill="#fff7f6"/>
      <ellipse cx="60" cy="220" rx="1.2" ry="0.9" fill="#fff7f6"/>
      <ellipse cx="185" cy="67" rx="1.3" ry="1.3" fill="#fff7f6"/>
    </g>
  </g>
  <!-- Bubbles from octopus's mouth -->
  <g>
    <ellipse cx="145" cy="170" rx="3.1" ry="2" fill="url(#bubbleGrad)" opacity="0.77"/>
    <ellipse cx="147" cy="180" rx="2.1" ry="1.4" fill="url(#bubbleGrad)" opacity="0.4"/>
  </g>
</svg>
SVG by Claude 3.7 Sonnet (2025-02-19)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <radialGradient id="waterGradient" cx="50%" cy="50%" r="70%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="#0a5d9a" stop-opacity="0.2"/>
      <stop offset="100%" stop-color="#042f54" stop-opacity="0.8"/>
    </radialGradient>
    
    <radialGradient id="octopusGradient" cx="50%" cy="40%" r="60%" fx="30%" fy="30%">
      <stop offset="0%" stop-color="#ff9d8a"/>
      <stop offset="70%" stop-color="#c94c74"/>
      <stop offset="100%" stop-color="#8b2e5a"/>
    </radialGradient>
    
    <linearGradient id="flameGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#ffdd55"/>
      <stop offset="50%" stop-color="#ff5555"/>
      <stop offset="100%" stop-color="#aa0000"/>
    </linearGradient>
    
    <filter id="bubbleFilter" x="-20%" y="-20%" width="140%" height="140%">
      <feGaussianBlur in="SourceGraphic" stdDeviation="1"/>
    </filter>
    
    <filter id="flameFilter" x="-50%" y="-50%" width="200%" height="200%">
      <feGaussianBlur in="SourceGraphic" stdDeviation="2.5"/>
      <feComposite operator="out" in="SourceGraphic"/>
    </filter>
    
    <filter id="glowFilter" x="-30%" y="-30%" width="160%" height="160%">
      <feGaussianBlur in="SourceGraphic" stdDeviation="4"/>
    </filter>
  </defs>
  
  <!-- Background -->
  <rect x="0" y="0" width="300" height="300" fill="url(#waterGradient)"/>
  
  <!-- Bubbles -->
  <g class="bubbles">
    <circle cx="50" cy="60" r="5" fill="white" opacity="0.6" filter="url(#bubbleFilter)"/>
    <circle cx="80" cy="90" r="3" fill="white" opacity="0.5" filter="url(#bubbleFilter)"/>
    <circle cx="220" cy="70" r="4" fill="white" opacity="0.6" filter="url(#bubbleFilter)"/>
    <circle cx="260" cy="120" r="6" fill="white" opacity="0.5" filter="url(#bubbleFilter)"/>
    <circle cx="190" cy="40" r="3" fill="white" opacity="0.7" filter="url(#bubbleFilter)"/>
    <circle cx="40" cy="160" r="5" fill="white" opacity="0.5" filter="url(#bubbleFilter)"/>
    <circle cx="270" cy="200" r="4" fill="white" opacity="0.6" filter="url(#bubbleFilter)"/>
    <circle cx="120" cy="30" r="3" fill="white" opacity="0.5" filter="url(#bubbleFilter)"/>
    <circle cx="200" cy="250" r="5" fill="white" opacity="0.6" filter="url(#bubbleFilter)"/>
    <circle cx="100" cy="220" r="4" fill="white" opacity="0.5" filter="url(#bubbleFilter)"/>
  </g>
  
  <!-- Underwater light rays -->
  <g opacity="0.2">
    <path d="M0,0 L150,150 L0,50 Z" fill="#a3d9ff"/>
    <path d="M300,0 L150,150 L300,50 Z" fill="#a3d9ff"/>
    <path d="M0,300 L100,150 L0,200 Z" fill="#a3d9ff"/>
    <path d="M300,300 L200,150 L300,200 Z" fill="#a3d9ff"/>
  </g>
  
  <!-- Octopus body -->
  <g class="octopus">
    <ellipse cx="150" cy="170" rx="40" ry="45" fill="url(#octopusGradient)"/>
    
    <!-- Eyes -->
    <circle cx="135" cy="160" r="10" fill="white"/>
    <circle cx="165" cy="160" r="10" fill="white"/>
    <circle cx="135" cy="160" r="5" fill="black"/>
    <circle cx="165" cy="160" r="5" fill="black"/>
    <circle cx="133" cy="158" r="2" fill="white"/>
    <circle cx="163" cy="158" r="2" fill="white"/>
    
    <!-- Smile -->
    <path d="M135,180 Q150,190 165,180" fill="none" stroke="#8b2e5a" stroke-width="2" stroke-linecap="round"/>
    
    <!-- Tentacles -->
    <path d="M120,190 C100,210 90,230 110,250 C120,260 100,265 90,260" fill="none" stroke="url(#octopusGradient)" stroke-width="10" stroke-linecap="round"/>
    <path d="M180,190 C200,210 210,230 190,250 C180,260 200,265 210,260" fill="none" stroke="url(#octopusGradient)" stroke-width="10" stroke-linecap="round"/>
    <path d="M110,180 C80,190 60,180 50,200 C45,210 60,220 70,215" fill="none" stroke="url(#octopusGradient)" stroke-width="10" stroke-linecap="round"/>
    <path d="M190,180 C220,190 240,180 250,200 C255,210 240,220 230,215" fill="none" stroke="url(#octopusGradient)" stroke-width="10" stroke-linecap="round"/>
    
    <!-- Juggling tentacles -->
    <path d="M130,170 C120,140 100,120 80,100" fill="none" stroke="url(#octopusGradient)" stroke-width="10" stroke-linecap="round"/>
    <path d="M150,160 C150,130 150,100 150,70" fill="none" stroke="url(#octopusGradient)" stroke-width="10" stroke-linecap="round"/>
    <path d="M170,170 C180,140 200,120 220,100" fill="none" stroke="url(#octopusGradient)" stroke-width="10" stroke-linecap="round"/>
    
    <!-- Suction cups -->
    <g fill="#e7748a">
      <circle cx="102" cy="250" r="3"/>
      <circle cx="95" cy="255" r="2"/>
      <circle cx="198" cy="250" r="3"/>
      <circle cx="205" cy="255" r="2"/>
      <circle cx="60" cy="210" r="3"/>
      <circle cx="55" cy="215" r="2"/>
      <circle cx="240" cy="210" r="3"/>
      <circle cx="245" cy="215" r="2"/>
      <circle cx="85" cy="105" r="3"/>
      <circle cx="90" cy="110" r="2"/>
      <circle cx="150" cy="75" r="3"/>
      <circle cx="150" cy="80" r="2"/>
      <circle cx="215" cy="105" r="3"/>
      <circle cx="210" cy="110" r="2"/>
    </g>
  </g>
  
  <!-- Swords -->
  <g class="swords">
    <!-- Left sword -->
    <g transform="translate(80,100) rotate(-20)">
      <rect x="-5" y="0" width="10" height="60" fill="#888" stroke="#333" stroke-width="1"/>
      <path d="M-10,0 L10,0 L0,-40 Z" fill="#aaa" stroke="#333" stroke-width="1"/>
      <!-- Flame -->
      <g transform="translate(0,-40)">
        <path d="M0,0 C5,-10 10,-25 0,-35 C-10,-25 -5,-10 0,0" fill="url(#flameGradient)" filter="url(#glowFilter)"/>
        <path d="M0,-5 C3,-12 6,-20 0,-25 C-6,-20 -3,-12 0,-5" fill="#fff" opacity="0.7"/>
      </g>
    </g>
    
    <!-- Middle sword -->
    <g transform="translate(150,70) rotate(10)">
      <rect x="-5" y="0" width="10" height="60" fill="#888" stroke="#333" stroke-width="1"/>
      <path d="M-10,0 L10,0 L0,-40 Z" fill="#aaa" stroke="#333" stroke-width="1"/>
      <!-- Flame -->
      <g transform="translate(0,-40)">
        <path d="M0,0 C5,-10 10,-25 0,-35 C-10,-25 -5,-10 0,0" fill="url(#flameGradient)" filter="url(#glowFilter)"/>
        <path d="M0,-5 C3,-12 6,-20 0,-25 C-6,-20 -3,-12 0,-5" fill="#fff" opacity="0.7"/>
      </g>
    </g>
    
    <!-- Right sword -->
    <g transform="translate(220,100) rotate(25)">
      <rect x="-5" y="0" width="10" height="60" fill="#888" stroke="#333" stroke-width="1"/>
      <path d="M-10,0 L10,0 L0,-40 Z" fill="#aaa" stroke="#333" stroke-width="1"/>
      <!-- Flame -->
      <g transform="translate(0,-40)">
        <path d="M0,0 C5,-10 10,-25 0,-35 C-10,-25 -5,-10 0,0" fill="url(#flameGradient)" filter="url(#glowFilter)"/>
        <path d="M0,-5 C3,-12 6,-20 0,-25 C-6,-20 -3,-12 0,-5" fill="#fff" opacity="0.7"/>
      </g>
    </g>
  </g>
  
  <!-- Light glow from flames -->
  <g opacity="0.2">
    <circle cx="80" cy="60" r="30" fill="#ff5500" filter="url(#flameFilter)"/>
    <circle cx="150" cy="30" r="30" fill="#ff5500" filter="url(#flameFilter)"/>
    <circle cx="220" cy="60" r="30" fill="#ff5500" filter="url(#flameFilter)"/>
  </g>
</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 features a more dynamic and visually complex depiction of the octopus juggling flaming swords underwater.

    The composition effectively uses lighting and underwater elements, with the octopus juggling multiple swords, adhering closely to the prompt.

    Player 2's image, while charming, lacks the same level of detail and creative execution, with fewer swords and a simpler design overall.

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
90
Player 2
59
Rectangles

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

Player 1
13
Player 2
4
Circles

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

Player 1
10
Player 2
33
Ellipses

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

Player 1
49
Player 2
1
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
4
Player 2
Paths

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

Player 1
14
Player 2
21
Groups

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

Player 1
28
Player 2
12

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
8
Player 2
14

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
32
Player 2
17

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

Complexity Metrics

Path Commands

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

Player 1
60
Player 2
66
Max Group Nesting

The maximum nesting level of group elements (g) in the SVG.

Player 1
2
Player 2
2
Defs Elements

The number of elements defined within the defs element in the SVG.

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