Creative Challenge
"A flamingo in a top hat, balancing on a tightrope over a bustling cityscape"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background with gradient sky -->
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#1a1a3a" />
<stop offset="100%" stop-color="#7692FF" />
</linearGradient>
<linearGradient id="buildingGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#324464" />
<stop offset="100%" stop-color="#1a1a3a" />
</linearGradient>
<linearGradient id="flamingoGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#FF9EB5" />
<stop offset="100%" stop-color="#FF5F8F" />
</linearGradient>
<filter id="glow" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur stdDeviation="2" result="blur" />
<feComposite in="SourceGraphic" in2="blur" operator="over" />
</filter>
<pattern id="windows" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<rect x="2" y="2" width="8" height="8" fill="#FFEB3B" opacity="0.8" />
<rect x="12" y="12" width="8" height="8" fill="#FFEB3B" opacity="0.5" />
</pattern>
</defs>
<!-- Sky -->
<rect x="0" y="0" width="300" height="300" fill="url(#skyGradient)" />
<!-- Stars -->
<g id="stars">
<circle cx="50" cy="30" r="1" fill="white" opacity="0.8" />
<circle cx="90" cy="20" r="1.2" fill="white" opacity="0.7" />
<circle cx="130" cy="40" r="0.8" fill="white" opacity="0.9" />
<circle cx="180" cy="25" r="1.1" fill="white" opacity="0.8" />
<circle cx="220" cy="35" r="0.9" fill="white" opacity="0.7" />
<circle cx="260" cy="15" r="1" fill="white" opacity="0.9" />
<circle cx="30" cy="60" r="0.7" fill="white" opacity="0.8" />
<circle cx="70" cy="45" r="1.2" fill="white" opacity="0.9" />
<circle cx="270" cy="55" r="0.8" fill="white" opacity="0.7" />
</g>
<!-- Moon -->
<circle cx="40" cy="40" r="15" fill="#FFFDE7" opacity="0.9" filter="url(#glow)" />
<circle cx="32" cy="35" r="5" fill="#1a1a3a" opacity="0.1" />
<!-- City skyline -->
<g id="cityscape">
<!-- Buildings -->
<rect x="10" y="160" width="35" height="140" fill="url(#buildingGradient)" />
<rect x="45" y="180" width="25" height="120" fill="url(#buildingGradient)" />
<rect x="70" y="150" width="40" height="150" fill="url(#buildingGradient)" />
<rect x="110" y="190" width="30" height="110" fill="url(#buildingGradient)" />
<rect x="140" y="170" width="20" height="130" fill="url(#buildingGradient)" />
<rect x="160" y="140" width="35" height="160" fill="url(#buildingGradient)" />
<rect x="195" y="200" width="25" height="100" fill="url(#buildingGradient)" />
<rect x="220" y="160" width="30" height="140" fill="url(#buildingGradient)" />
<rect x="250" y="180" width="40" height="120" fill="url(#buildingGradient)" />
<!-- Windows -->
<rect x="15" y="170" width="25" height="125" fill="url(#windows)" />
<rect x="50" y="190" width="15" height="105" fill="url(#windows)" />
<rect x="75" y="160" width="30" height="135" fill="url(#windows)" />
<rect x="115" y="200" width="20" height="95" fill="url(#windows)" />
<rect x="145" y="180" width="10" height="115" fill="url(#windows)" />
<rect x="165" y="150" width="25" height="145" fill="url(#windows)" />
<rect x="200" y="210" width="15" height="85" fill="url(#windows)" />
<rect x="225" y="170" width="20" height="125" fill="url(#windows)" />
<rect x="255" y="190" width="30" height="105" fill="url(#windows)" />
</g>
<!-- Tightrope -->
<line x1="0" y1="120" x2="300" y2="140" stroke="#D7CCC8" stroke-width="2" />
<!-- Flamingo -->
<g id="flamingo" transform="translate(130, 110) scale(0.8)">
<!-- Body -->
<ellipse cx="0" cy="0" rx="20" ry="15" fill="url(#flamingoGradient)" />
<!-- Neck -->
<path d="M0,-5 C-20,-30 -30,-40 -15,-70 C-10,-80 10,-80 12,-75 C15,-70 5,-60 0,-50 C-5,-40 0,-25 0,-5" fill="url(#flamingoGradient)" />
<!-- Head -->
<ellipse cx="-15" cy="-75" rx="8" ry="6" fill="url(#flamingoGradient)" />
<!-- Beak -->
<path d="M-15,-75 C-25,-73 -35,-75 -38,-76 C-39,-77 -37,-78 -35,-79 C-30,-80 -20,-79 -15,-75" fill="#FF4081" />
<!-- Eye -->
<circle cx="-18" cy="-77" r="1.5" fill="black" />
<circle cx="-18" cy="-77.5" r="0.5" fill="white" />
<!-- Legs -->
<path d="M10,10 C15,30 15,50 15,55" stroke="#FF4081" stroke-width="2" fill="none" />
<path d="M15,55 C15,57 14,58 13,58" stroke="#FF4081" stroke-width="1.5" fill="none" />
<path d="M15,55 C15,57 16,58 17,58" stroke="#FF4081" stroke-width="1.5" fill="none" />
<!-- Other leg (behind) -->
<path d="M5,10 C0,25 -5,40 -5,45" stroke="#FF7FA8" stroke-width="1.5" fill="none" opacity="0.6" />
<!-- Wings -->
<path d="M-10,-5 C-20,-10 -25,-5 -25,0 C-25,5 -20,10 -10,5 Z" fill="#FFCDD2" />
</g>
<!-- Top Hat -->
<g id="topHat" transform="translate(118, 30)">
<rect x="-10" y="-3" width="20" height="6" rx="1" fill="#1A1A1A" />
<rect x="-8" y="-15" width="16" height="12" rx="1" fill="#1A1A1A" />
<rect x="-7" y="-15" width="14" height="3" fill="#D32F2F" />
</g>
<!-- Balance pole -->
<line x1="70" y1="110" x2="190" y2="108" stroke="#8D6E63" stroke-width="2" />
<!-- Small decorative elements -->
<circle cx="150" cy="140" r="1" fill="white" opacity="0.7">
<animate attributeName="opacity" values="0.7;0.2;0.7" dur="3s" repeatCount="indefinite" />
</circle>
<circle cx="180" cy="150" r="1" fill="white" opacity="0.7">
<animate attributeName="opacity" values="0.7;0.3;0.7" dur="2.5s" repeatCount="indefinite" />
</circle>
<circle cx="120" cy="145" r="1" fill="white" opacity="0.7">
<animate attributeName="opacity" values="0.7;0.4;0.7" dur="4s" repeatCount="indefinite" />
</circle>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Sky background with gradient -->
<rect width="300" height="300" fill="url(#skyGradient)" />
<!-- Cityscape -->
<g transform="translate(0,180)">
<rect x="20" y="0" width="40" height="100" fill="url(#buildingGradient)" />
<rect x="80" y="0" width="30" height="120" fill="url(#buildingGradient)" />
<rect x="130" y="0" width="35" height="110" fill="url(#buildingGradient)" />
<rect x="190" y="0" width="25" height="130" fill="url(#buildingGradient)" />
<rect x="240" y="0" width="20" height="90" fill="url(#buildingGradient)" />
</g>
<!-- Tightrope -->
<line x1="50" y1="100" x2="250" y2="100" stroke="#666" stroke-width="2" />
<circle cx="50" cy="100" r="3" fill="#666" />
<circle cx="250" cy="100" r="3" fill="#666" />
<!-- Flamingo -->
<g transform="translate(150,100)">
<!-- Body -->
<path d="M0 0 Q 20 -20, 40 0 Q 20 20, 0 40 L 0 0" fill="url(#flamingoGradient)" />
<!-- Neck -->
<path d="M0 10 Q -20 30, -30 50" stroke="#ff69b4" stroke-width="4" fill="none" />
<!-- Head -->
<ellipse cx="-30" cy="50" rx="8" ry="6" fill="url(#flamingoGradient)" />
<!-- Legs -->
<line x1="-5" y1="10" x2="-5" y2="30" stroke="#ff69b4" stroke-width="3" />
<line x1="5" y1="10" x2="5" y2="30" stroke="#ff69b4" stroke-width="3" />
<!-- Top Hat -->
<ellipse cx="-30" cy="35" rx="10" ry="8" fill="#333" />
<rect x="-25" y="43" width="10" height="4" fill="#666" />
</g>
<!-- Stars -->
<g fill="white">
<circle cx="50" cy="20" r="1" />
<circle cx="100" cy="30" r="1" />
<circle cx="150" cy="25" r="1" />
<circle cx="200" cy="35" r="1" />
<circle cx="250" cy="20" r="1" />
</g>
<!-- Gradients -->
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="300" gradientUnits="userSpaceOnUse">
<stop stop-color="#1a3f5c" offset="0" />
<stop stop-color="#0b2b4d" offset="1" />
</linearGradient>
<linearGradient id="buildingGradient" x1="0" y1="0" x2="0" y2="100" gradientUnits="userSpaceOnUse">
<stop stop-color="#4a5568" offset="0" />
<stop stop-color="#2d3748" offset="1" />
</linearGradient>
<radialGradient id="flamingoGradient" cx="0" cy="0" r="60" fx="20" fy="20" gradientUnits="userSpaceOnUse">
<stop stop-color="#ff9f43" offset="0" />
<stop stop-color="#ff69b4" offset="1" />
</radialGradient>
</defs>
</svg>
Judge's Analysis
Player 1's image better adheres to the prompt with a clear depiction of a flamingo wearing a top hat, balancing on a tightrope over a cityscape.
The technical execution includes details like the night sky and lit buildings, enhancing the visual appeal.
While Player 2's image is creative, it lacks the same level of clarity and detail in illustrating the scene described in 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 giraffe sky-diving with a rainbow parachute"
"Floating city above a giant dandelion in bloom"
"An umbrella that rains upward in a clear blue sky"
"Floating umbrella jellyfish in a starfield sky"
"Surreal snail skyscraper with windows and tiny elevator doors"
"Frog in a tuxedo playing the violin under a crescent moon"