Creative Challenge
"An owl wearing a suit, sipping tea under a mushroom umbrella."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#6B8E23;stop-opacity:1" /> <!-- Foresty Green -->
<stop offset="60%" style="stop-color:#8FBC8F;stop-opacity:1" /> <!-- DarkSeaGreen -->
<stop offset="100%" style="stop-color:#ADD8E6;stop-opacity:1" /> <!-- LightBlue for misty top -->
</linearGradient>
<radialGradient id="mushroomCapGradient" cx="50%" cy="50%" r="70%">
<stop offset="0%" style="stop-color:#e63946;stop-opacity:1" /> <!-- Brighter Red -->
<stop offset="100%" style="stop-color:#a8202c;stop-opacity:1" /> <!-- Darker Red -->
</radialGradient>
<linearGradient id="owlFeatherGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#A0522D;"/> <!-- Sienna -->
<stop offset="50%" style="stop-color:#8B4513;"/> <!-- SaddleBrown -->
<stop offset="100%" style="stop-color:#5E2C04;"/> <!-- Darker Brown -->
</linearGradient>
<linearGradient id="suitGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#4A4A4A;" /> <!-- Dark Grey -->
<stop offset="100%" style="stop-color:#2C2C2C;" /> <!-- Very Dark Grey -->
</linearGradient>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#skyGradient)" />
<!-- Ground -->
<g id="ground">
<ellipse cx="150" cy="295" rx="170" ry="70" fill="#556B2F" opacity="0.9"/> <!-- Main ground plane - DarkOliveGreen -->
<ellipse cx="150" cy="285" rx="150" ry="60" fill="#6B8E23" opacity="0.8"/> <!-- Lighter top layer - OliveDrab -->
<!-- Darker patch where owl sits, will be under owl group -->
<ellipse cx="190" cy="255" rx="60" ry="18" fill="#4A5D23" opacity="0.9"/> <!-- Adjusted for owl position -->
<!-- Ground details / foliage -->
<path d="M40 270 Q50 260 60 270 T80 270" stroke="#3B5323" stroke-width="2" fill="none" opacity="0.7"/>
<path d="M220 280 Q230 270 240 280 T260 280" stroke="#3B5323" stroke-width="2" fill="none" opacity="0.7"/>
<circle cx="70" cy="280" r="4" fill="#3B5323" opacity="0.5"/>
<circle cx="230" cy="265" r="3" fill="#3B5323" opacity="0.5"/>
</g>
<!-- Mushroom Umbrella - Positioned slightly left -->
<g id="mushroomUmbrella" transform="translate(-30, 0)">
<!-- Stalk -->
<path d="M100 120 Q95 200 100 280 L110 280 Q115 200 110 120 Z" fill="#f3d5a1" stroke="#c8a77e" stroke-width="1.5"/>
<!-- Cap -->
<path d="M30,130 Q105,50 180,130 A75 75 0 0 0 30,130 Z" fill="url(#mushroomCapGradient)" stroke="#540b0e" stroke-width="2"/>
<!-- Spots on mushroom -->
<circle cx="70" cy="100" r="10" fill="#FFF8DC" opacity="0.95"/>
<circle cx="130" cy="95" r="12" fill="#FFF8DC" opacity="0.95"/>
<circle cx="100" cy="75" r="8" fill="#FFF8DC" opacity="0.95"/>
<circle cx="50" cy="120" r="7" fill="#FFF8DC" opacity="0.95"/>
<circle cx="150" cy="120" r="9" fill="#FFF8DC" opacity="0.95"/>
<!-- Gills (subtle lines under the cap) -->
<g opacity="0.25" stroke="#402a2a" stroke-width="1.5" fill="none">
<path d="M105,130 C100,115 95,130"/> <path d="M105,130 C110,115 115,130"/>
<path d="M105,130 C90,105 80,130"/> <path d="M105,130 C120,105 130,130"/>
<path d="M105,130 C70,95 50,130"/> <path d="M105,130 C140,95 160,130"/>
<path d="M105,130 C50,110 40,130"/> <path d="M105,130 C160,110 170,130"/>
</g>
</g>
<!-- Owl - Positioned slightly right and forward -->
<g id="owl" transform="translate(190, 160)">
<!-- Body -->
<ellipse cx="0" cy="35" rx="40" ry="50" fill="url(#owlFeatherGradient)" stroke="#4A2A04" stroke-width="1.5"/>
<path d="M-40,35 Q-45,5 -30,-10 Q0,-20 30,-10 Q45,5 40,35 Z" fill="url(#owlFeatherGradient)" stroke="#4A2A04" stroke-width="1.5"/>
<!-- Feather details on chest -->
<path d="M-15 25 C-20 35, -10 45, -5 35 S 5 35, 10 45" fill="none" stroke="#D2B48C" stroke-width="1.2" opacity="0.6"/>
<path d="M-10 50 C-15 60, -5 70, 0 60 S 10 60, 15 70" fill="none" stroke="#D2B48C" stroke-width="1.2" opacity="0.6"/>
<!-- Suit Jacket -->
<g id="suit">
<path d="M-35,45 Q-25,65 0,70 Q25,65 35,45 L30,85 Q0,95 -30,85 Z" fill="url(#suitGradient)" stroke="#1E1E1E" stroke-width="1.5"/>
<!-- Lapels -->
<path d="M-10,47 L-28,55 L-20,70 L-12,67 Z" fill="#5C5C5C" stroke="#1E1E1E" stroke-width="1"/>
<path d="M10,47 L28,55 L20,70 L12,67 Z" fill="#5C5C5C" stroke="#1E1E1E" stroke-width="1"/>
<!-- Shirt Collar -->
<path d="M-15,45 Q0,40 15,45 L10,50 Q0,47 -10,50 Z" fill="#FFFFFF" stroke="#D0D0D0" stroke-width="0.5"/>
<!-- Bow Tie -->
<path d="M-8,48 L-13,45 L-13,51 Z M8,48 L13,45 L13,51 Z M-4,48 A2.5 2.5 0 1 1 4,48 A2.5 2.5 0 1 1 -4,48" fill="#B22222" stroke="#800000" stroke-width="0.5"/> <!-- Firebrick red -->
<!-- Button -->
<circle cx="0" cy="73" r="3" fill="#101010" stroke="black" stroke-width="0.5"/>
</g>
<!-- Head -->
<g id="head" transform="translate(0, -10)">
<!-- Face area / Mask -->
<path d="M-28,-5 C-38,-35, 0,-48, 28,-5 C38,15 0,25 -28,-5 Z"
fill="#E6D8AD" stroke="#C4B382" stroke-width="1"/>
<!-- Eyes -->
<g id="left-eye" transform="translate(-18, -10)">
<ellipse cx="0" cy="0" rx="11" ry="13" fill="#FFD700"/> <!-- Gold -->
<circle cx="0" cy="0" r="6" fill="#1C1C1C"/>
<circle cx="1.5" cy="-1.5" r="1.5" fill="white" opacity="0.9"/>
</g>
<g id="right-eye" transform="translate(18, -10)">
<ellipse cx="0" cy="0" rx="11" ry="13" fill="#FFD700"/>
<circle cx="0" cy="0" r="6" fill="#1C1C1C"/>
<circle cx="1.5" cy="-1.5" r="1.5" fill="white" opacity="0.9"/>
</g>
<!-- Beak -->
<path d="M-4,10 Q0,20 4,10 Q0,13 -4,10 Z" fill="#FFA500" stroke="#B87333" stroke-width="1"/>
<!-- Ear Tufts -->
<path d="M-22,-30 Q-32,-45 -27,-50 L-17,-35 Z" fill="url(#owlFeatherGradient)" stroke="#4A2A04" stroke-width="1"/>
<path d="M22,-30 Q32,-45 27,-50 L17,-35 Z" fill="url(#owlFeatherGradient)" stroke="#4A2A04" stroke-width="1"/>
</g>
<!-- Wing holding teacup (owl's right, viewer's left) -->
<path d="M30,45 C50,55 55,75 40,85 L35,75 C45,70 45,60 30,50 Z" fill="url(#owlFeatherGradient)" stroke="#4A2A04" stroke-width="1.5"/>
<!-- Teacup -->
<g id="teacup" transform="translate(50, 70) rotate(5)">
<path d="M-10,0 C-10,-10 10,-10 10,0 A10 5 0 0 0 -10,0 Z" fill="#F0F8FF" stroke="#B0C4DE" stroke-width="1"/> <!-- AliceBlue cup, LightSteelBlue stroke -->
<ellipse cx="0" cy="0" rx="10" ry="3" fill="#D2B48C"/> <!-- Tan color for tea -->
<path d="M8,-5 C14,-5 14,4 8,4" fill="none" stroke="#B0C4DE" stroke-width="1.5"/> <!-- Handle -->
<!-- Steam -->
<g stroke="#E6E6FA" stroke-width="1.2" fill="none" opacity="0.7"> <!-- Lavender steam -->
<path d="M-3,-12 Q-5,-15 -3,-18"/>
<path d="M0,-13 Q2,-16 0,-19"/>
<path d="M3,-11 Q5,-14 3,-17"/>
</g>
</g>
<!-- Feet/Talons -->
<g transform="translate(0, 85)">
<path d="M-12,0 L-8,4 L-4,0 L-8,-2 Z M-10,0 L-10,3 M-6,0 L-6,3" stroke="#8B4513" fill="#A0522D" stroke-width="0.7"/>
<path d="M4,0 L8,4 L12,0 L8,-2 Z M6,0 L6,3 M10,0 L10,3" stroke="#8B4513" fill="#A0522D" stroke-width="0.7"/>
</g>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<pattern id="polkadots" patternUnits="userSpaceOnUse" width="10" height="10">
<circle cx="5" cy="5" r="2" fill="#2c1810" opacity="0.3"/>
</pattern>
<linearGradient id="mushroom-grad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ff6b6b"/>
<stop offset="100%" style="stop-color:#c92a2a"/>
</linearGradient>
</defs>
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="#f8f9fa"/>
<!-- Mushroom Umbrella -->
<path d="M100 120 C100 80 200 80 200 120 L220 120 C220 60 80 60 80 120 Z" fill="url(#mushroom-grad)"/>
<circle cx="150" cy="120" r="70" fill="#ff8787" opacity="0.3"/>
<rect x="145" y="120" width="10" height="80" fill="#825c41"/>
<!-- Owl Body -->
<ellipse cx="150" cy="180" rx="45" ry="50" fill="#614134"/>
<!-- Suit -->
<path d="M120 170 L180 170 L190 250 L110 250 Z" fill="#1c1c1c"/>
<rect x="140" y="170" width="20" height="40" fill="white"/>
<circle cx="150" cy="180" r="3" fill="#1c1c1c"/>
<!-- Wings/Arms -->
<path d="M105 180 Q120 200 110 220" stroke="#614134" stroke-width="8" fill="none"/>
<path d="M195 180 Q180 200 190 220" stroke="#614134" stroke-width="8" fill="none"/>
<!-- Tea Cup -->
<path d="M185 210 Q195 210 195 220 L185 220 Q185 210 185 210" fill="#f8f9fa"/>
<ellipse cx="190" cy="210" rx="8" ry="4" fill="#f8f9fa"/>
<!-- Owl Face -->
<circle cx="135" cy="160" r="15" fill="white"/>
<circle cx="165" cy="160" r="15" fill="white"/>
<circle cx="135" cy="160" r="10" fill="#1c1c1c"/>
<circle cx="165" cy="160" r="10" fill="#1c1c1c"/>
<path d="M140 180 Q150 190 160 180" fill="none" stroke="#1c1c1c" stroke-width="3"/>
<path d="M150 170 L150 175 L145 175 Z" fill="#ff922b"/>
<!-- Bow Tie -->
<path d="M145 170 L140 165 L145 160 L155 160 L160 165 L155 170 Z" fill="#ff6b6b"/>
<!-- Pattern Overlay -->
<rect x="110" y="170" width="80" height="80" fill="url(#polkadots)" opacity="0.5"/>
<!-- Steam from Tea -->
<path d="M190 205 Q195 200 190 195 Q185 190 190 185" fill="none" stroke="#868e96" stroke-width="2" opacity="0.5">
<animate attributeName="d" dur="3s" repeatCount="indefinite"
values="M190 205 Q195 200 190 195 Q185 190 190 185;
M190 205 Q195 198 190 193 Q185 188 190 183;
M190 205 Q195 200 190 195 Q185 190 190 185"/>
</path>
</svg>
Judge's Analysis
Player 1's submission is more detailed, adhering closely to the prompt with a clear depiction of an owl wearing a suit, sipping tea, and sitting under a mushroom umbrella in a natural setting.
The composition is more complete and visually engaging, while Player 2's submission, though creative, feels more abstract and less connected to the prompt due to its minimalistic and rigid design.
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 flying fish leaping over a crescent moon in a starry sky."
"A snail racing a cheetah on a surreal checkerboard desert."
"A cactus wearing a top hat and sunglasses in the middle of a rainy desert."
"An octopus juggling flaming bowling pins in outer space."