Creative Challenge
"An owl wearing aviator goggles flying through a galaxy of glowing donuts."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="galaxyGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#0B3D91" />
<stop offset="100%" stop-color="#000000" />
</radialGradient>
<radialGradient id="donutGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#FFD700" />
<stop offset="100%" stop-color="#FFA500" />
</radialGradient>
<radialGradient id="owlGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#8B4513" />
<stop offset="100%" stop-color="#654321" />
</radialGradient>
<pattern id="starPattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="1" fill="#FFFFFF" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#galaxyGradient)" />
<circle cx="150" cy="150" r="200" fill="url(#galaxyGradient)" />
<rect width="300" height="300" fill="url(#starPattern)" opacity="0.5" />
<circle cx="100" cy="100" r="20" fill="url(#donutGradient)" />
<circle cx="200" cy="50" r="15" fill="url(#donutGradient)" />
<circle cx="250" cy="150" r="25" fill="url(#donutGradient)" />
<circle cx="50" cy="200" r="18" fill="url(#donutGradient)" />
<circle cx="150" cy="250" r="22" fill="url(#donutGradient)" />
<circle cx="100" cy="50" r="12" fill="url(#donutGradient)" />
<circle cx="250" cy="250" r="20" fill="url(#donutGradient)" />
<circle cx="50" cy="50" r="15" fill="url(#donutGradient)" />
<circle cx="200" cy="200" r="18" fill="url(#donutGradient)" />
<g transform="translate(100, 100)">
<circle cx="50" cy="50" r="40" fill="url(#owlGradient)" />
<circle cx="30" cy="40" r="10" fill="#FFFFFF" />
<circle cx="70" cy="40" r="10" fill="#FFFFFF" />
<circle cx="30" cy="40" r="5" fill="#000000" />
<circle cx="70" cy="40" r="5" fill="#000000" />
<ellipse cx="50" cy="70" rx="20" ry="10" fill="#8B4513" />
<path d="M40,80 Q50,90 60,80" fill="none" stroke="#000000" stroke-width="2" />
<circle cx="50" cy="50" r="45" fill="none" stroke="#000000" stroke-width="5" />
<circle cx="50" cy="50" r="50" fill="none" stroke="#000000" stroke-width="5" />
<path d="M0,50 Q50,0 100,50" fill="none" stroke="#000000" stroke-width="5" />
<path d="M0,50 Q50,100 100,50" fill="none" stroke="#000000" stroke-width="5" />
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<!-- Galaxy Background Gradients & Filters -->
<radialGradient id="nebulaPinkGrad" cx="25%" cy="25%" r="70%" fx="30%" fy="30%">
<stop offset="0%" stop-color="#FF00FF" stop-opacity="0.5"/>
<stop offset="100%" stop-color="#FF00FF" stop-opacity="0"/>
</radialGradient>
<radialGradient id="nebulaBlueGrad" cx="75%" cy="70%" r="60%" fx="70%" fy="75%">
<stop offset="0%" stop-color="#00FFFF" stop-opacity="0.4"/>
<stop offset="100%" stop-color="#00FFFF" stop-opacity="0"/>
</radialGradient>
<radialGradient id="nebulaYellowGrad" cx="50%" cy="50%" r="80%" fx="50%" fy="50%">
<stop offset="15%" stop-color="#FFFF00" stop-opacity="0.15"/>
<stop offset="100%" stop-color="#FFFF00" stop-opacity="0"/>
</radialGradient>
<filter id="galaxyBlur">
<feGaussianBlur stdDeviation="15"/>
</filter>
<filter id="starGlow">
<feGaussianBlur stdDeviation="1"/>
</filter>
<!-- Donut Glow Filter -->
<filter id="donutGlowEffect" x="-50%" y="-50%" width="200%" height="200%">
<feDropShadow dx="0" dy="0" stdDeviation="4" flood-opacity="0.8" class="glow-color-placeholder"/>
</filter>
<!-- Donut Symbols -->
<symbol id="donutBase" viewBox="-22 -22 44 44">
<path d="M0,-20 A20,20 0 1,1 0,20 A20,20 0 1,1 0,-20 Z M0,-10 A10,10 0 1,0 0,10 A10,10 0 1,0 0,-10 Z" fill-rule="evenodd" class="dough-fill"/>
<path d="M0,-19 Q3,-21 7,-18 T14,-17 Q18,-15 19,-10 T15,0 Q18,5 14,10 T7,16 Q3,18 0,19 Q-3,18 -7,16 T-14,10 Q-18,5 -15,0 T-19,-10 Q-18,-15 -14,-17 T-7,-18 Q-3,-21 0,-19Z" class="frosting-fill"/>
</symbol>
<symbol id="sprinkles" viewBox="-20 -20 40 40">
<rect x="-8" y="-2" width="4" height="1.5" rx="0.5" ry="0.5" transform="rotate(20)" fill="#FFFFFF"/>
<rect x="5" y="-5" width="4" height="1.5" rx="0.5" ry="0.5" transform="rotate(-15)" fill="#FFD700"/>
<rect x="-2" y="8" width="4" height="1.5" rx="0.5" ry="0.5" transform="rotate(45)" fill="#87CEEB"/>
<rect x="9" y="3" width="3" height="1.2" rx="0.5" ry="0.5" transform="rotate(-30)" fill="#FFFFFF"/>
<rect x="-10" y="6" width="3.5" height="1.5" rx="0.5" ry="0.5" transform="rotate(70)" fill="#FFB6C1"/>
</symbol>
<!-- Owl Gradients -->
<radialGradient id="owlBodyGrad" cx="50%" cy="40%" r="60%">
<stop offset="0%" stop-color="#A0522D"/> <!-- Sienna -->
<stop offset="100%" stop-color="#5C4033"/> <!-- Dark Brown -->
</radialGradient>
<linearGradient id="owlWingGrad" x1="0%" y1="0%" x2="80%" y2="100%">
<stop offset="0%" stop-color="#8B4513"/> <!-- SaddleBrown -->
<stop offset="100%" stop-color="#4A3B31"/> <!-- Darker -->
</linearGradient>
<radialGradient id="goggleShine" cx="30%" cy="30%" r="70%">
<stop offset="0%" stop-color="white" stop-opacity="0.6"/>
<stop offset="100%" stop-color="white" stop-opacity="0.0"/>
</radialGradient>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="#00001A"/>
<rect width="300" height="300" fill="url(#nebulaYellowGrad)" filter="url(#galaxyBlur)" opacity="0.8"/>
<rect width="300" height="300" fill="url(#nebulaPinkGrad)" filter="url(#galaxyBlur)" opacity="0.7"/>
<rect width="300" height="300" fill="url(#nebulaBlueGrad)" filter="url(#galaxyBlur)" opacity="0.7"/>
<!-- Stars -->
<g id="stars">
<circle cx="50" cy="30" r="1.2" fill="white" opacity="0.9" filter="url(#starGlow)"/>
<circle cx="250" cy="60" r="1" fill="white" opacity="0.8"/>
<circle cx="100" cy="250" r="1.5" fill="white" opacity="1" filter="url(#starGlow)"/>
<circle cx="20" cy="150" r="0.8" fill="#FFFACD" opacity="0.7"/>
<circle cx="280" cy="200" r="1.1" fill="white" opacity="0.9"/>
<circle cx="150" cy="20" r="0.7" fill="#FFFACD" opacity="0.6"/>
<circle cx="180" cy="280" r="1.3" fill="white" opacity="0.85" filter="url(#starGlow)"/>
<circle cx="70" cy="100" r="0.9" fill="white" opacity="0.75"/>
<circle cx="220" cy="120" r="1" fill="#FFFACD" opacity="0.8"/>
<circle cx="30" cy="270" r="1.2" fill="white" opacity="0.9"/>
<!-- More stars -->
<circle cx="120" cy="70" r="0.6" fill="white" opacity="0.5"/>
<circle cx="200" cy="240" r="0.9" fill="white" opacity="0.7"/>
<circle cx="260" cy="150" r="1" fill="#FFFACD" opacity="0.8" filter="url(#starGlow)"/>
<circle cx="40" cy="200" r="0.7" fill="white" opacity="0.6"/>
<circle cx="290" cy="30" r="1.4" fill="white" opacity="0.95" filter="url(#starGlow)"/>
</g>
<!-- Donuts Layer 1 (Distant) -->
<g class="donut-instance" transform="translate(50 230) scale(0.6)" filter="url(#donutGlowEffect)">
<style>.glow-color-placeholder { flood-color: #87CEEB; }</style>
<use href="#donutBase" style="--dough-color:#D2B48C; --frosting-color:#87CEEB;" class="dough-fill frosting-fill"/>
</g>
<g class="donut-instance" transform="translate(260 80) scale(0.5)" filter="url(#donutGlowEffect)">
<style>.glow-color-placeholder { flood-color: #FFB6C1; }</style>
<use href="#donutBase" style="--dough-color:#7B3F00; --frosting-color:#FF69B4;" class="dough-fill frosting-fill"/>
<use href="#sprinkles" transform="scale(0.4)"/>
</g>
<!-- Owl -->
<g id="owl" transform="translate(0 -10)">
<!-- Left Wing (behind body) -->
<path d="M105,145 Q50,160 55,200 C60,220 90,230 115,210 L125,170 Z" fill="url(#owlWingGrad)" stroke="#4A3B31" stroke-width="1"/>
<!-- Right Wing (behind body) -->
<path d="M195,145 Q250,160 245,200 C240,220 210,230 185,210 L175,170 Z" fill="url(#owlWingGrad)" stroke="#4A3B31" stroke-width="1"/>
<!-- Body -->
<path d="M150,220 C120,220 110,170 115,140 C120,115 140,110 150,110 C160,110 180,115 185,140 C190,170 180,220 150,220Z" fill="url(#owlBodyGrad)" stroke="#4A3B31" stroke-width="1"/>
<!-- Chest Patch -->
<path d="M150,180 C135,180 130,150 135,135 Q150,125 165,135 C170,150 165,180 150,180Z" fill="#F5F5DC" opacity="0.5"/>
<!-- Head -->
<path d="M150,135 C125,135 115,100 130,85 C140,75 160,75 170,85 C185,100 175,135 150,135Z" fill="#8B4513"/>
<!-- Face Disc -->
<path d="M150,125 C130,125 125,100 135,90 Q150,82 165,90 C175,100 170,125 150,125Z" fill="#F5F5DC"/>
<!-- Ear Tufts -->
<path d="M130,88 Q125,70 132,72Z" fill="#5C4033" transform="rotate(-15 130 88)"/>
<path d="M170,88 Q175,70 168,72Z" fill="#5C4033" transform="rotate(15 170 88)"/>
<!-- Goggles -->
<g id="goggles" transform="translate(150 105)">
<path d="M-30,-2 C-35,-10 -25,-15 0,-15 C25,-15 35,-10 30,-2 C25,5 0,8 0,8 S-25,5 -30,-2Z" fill="#504030" stroke="#302720" stroke-width="1.5"/> <!-- Strap -->
<!-- Left Goggle -->
<circle cx="-16" cy="0" r="12" fill="#B87333" stroke="#8C5623" stroke-width="2"/>
<circle cx="-16" cy="0" r="9" fill="#202020"/>
<circle cx="-16" cy="0" r="9" fill="url(#goggleShine)"/>
<!-- Right Goggle -->
<circle cx="16" cy="0" r="12" fill="#B87333" stroke="#8C5623" stroke-width="2"/>
<circle cx="16" cy="0" r="9" fill="#202020"/>
<circle cx="16" cy="0" r="9" fill="url(#goggleShine)"/>
<!-- Bridge -->
<rect x="-4" y="-3" width="8" height="4" fill="#8C5623" rx="1"/>
</g>
<!-- Beak -->
<polygon points="146,120 154,120 150,128" fill="#FFA500" stroke="#B37400" stroke-width="0.5"/>
</g>
<!-- Donuts Layer 2 (Mid-ground) -->
<g class="donut-instance" transform="translate(220 250) scale(0.8)" filter="url(#donutGlowEffect)">
<style>.glow-color-placeholder { flood-color: #FFD700; }</style>
<use href="#donutBase" style="--dough-color:#D2B48C; --frosting-color:#FFD700;" class="dough-fill frosting-fill"/>
<use href="#sprinkles" transform="scale(0.6)"/>
</g>
<g class="donut-instance" transform="translate(80 70) scale(0.7)" filter="url(#donutGlowEffect)">
<style>.glow-color-placeholder { flood-color: #98FB98; }</style>
<use href="#donutBase" style="--dough-color:#7B3F00; --frosting-color:#90EE90;" class="dough-fill frosting-fill"/>
</g>
<!-- Donuts Layer 3 (Foreground) -->
<g class="donut-instance" transform="translate(70 170) scale(1.1) rotate(-15)" filter="url(#donutGlowEffect)">
<style>.glow-color-placeholder { flood-color: #FFC0CB; }</style>
<use href="#donutBase" style="--dough-color:#D2B48C; --frosting-color:#FF69B4;" class="dough-fill frosting-fill"/>
<use href="#sprinkles" transform="scale(0.8)"/>
</g>
<g class="donut-instance" transform="translate(230 160) scale(0.9) rotate(25)" filter="url(#donutGlowEffect)">
<style>.glow-color-placeholder { flood-color: #ADD8E6; }</style>
<use href="#donutBase" style="--dough-color:#7B3F00; --frosting-color:#87CEEB;" class="dough-fill frosting-fill"/>
<use href="#sprinkles" transform="scale(0.7)"/>
</g>
<style>
.dough-fill { fill: var(--dough-color, #D2B48C); }
.frosting-fill { fill: var(--frosting-color, #FF69B4); }
</style>
</svg>
Judge's Analysis
Player 2's submission demonstrates stronger creativity and better adherence to the prompt, with the owl wearing aviator goggles clearly visible in a galaxy-like setting filled with glowing donuts.
The use of lighting, color gradients, and donut details adds to the visual appeal.
In contrast, Player 1's image lacks clear depiction of the owl and donuts, making it less engaging and less aligned with the prompt.
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
The total number of shape elements (rect, circle, ellipse, line, polygon, polyline, path) in the SVG.
The number of rectangle elements (rect) in the SVG.
The number of circle elements (circle) in the SVG.
The number of ellipse elements (ellipse) in the SVG.
The number of line elements (line) in the SVG.
The number of polygon elements (polygon) in the SVG.
The number of path elements (path) in the SVG.
The number of group elements (g) in the SVG.
Visual Effects Metrics
The number of gradient definitions (linearGradient, radialGradient) in the SVG.
The number of pattern definitions (pattern) in the SVG.
The number of filter definitions (filter) in the SVG.
The number of mask definitions (mask) in the SVG.
The number of clipping path definitions (clipPath) in the SVG.
The number of elements with opacity attributes in the SVG.
The number of elements with stroke attributes in the SVG.
Colors Metrics
The number of unique colors used in the SVG.
Interactivity Metrics
The number of animation elements (animate, animateMotion, animateTransform, set) in the SVG.
The number of elements with transform attributes in the SVG.
Complexity Metrics
The total number of path commands in all path elements (M, L, C, Q, etc.) in the SVG.
The maximum nesting level of group elements (g) in the SVG.
The number of elements defined within the defs element in the SVG.
The number of use elements (use) in the SVG.
Text Metrics
The number of text elements (text) in the SVG.
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
"A cactus wearing sunglasses on a skateboard under a rainbow."
"A giraffe riding a skateboard under a starry sky."
"A balloon floating above a cactus, teetering on the edge of popping."