Creative Challenge
"Flamingo wearing a tuxedo, juggling neon pineapples"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Gradient Definitions -->
<defs>
<linearGradient id="flamingoGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#FF69B4;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FF1493;stop-opacity:1" />
</linearGradient>
<linearGradient id="tuxedoGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#000000;stop-opacity:1" />
<stop offset="100%" style="stop-color:#434343;stop-opacity:1" />
</linearGradient>
<radialGradient id="pineappleGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#FFFF00;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FFFF88;stop-opacity:1" />
</radialGradient>
</defs>
<!-- Flamingo Head -->
<ellipse cx="150" cy="100" rx="30" ry="40" fill="url(#flamingoGradient)" />
<!-- Flamingo Beak -->
<path d="M165,120 Q210,115 165,150" fill="#FFFAFA" stroke="#000" stroke-width="2"/>
<circle cx="172" cy="135" r="3" fill="#000"/>
<!-- Flamingo Neck -->
<path d="M140,140 C120,170 140,200 150,215" fill="none" stroke="url(#flamingoGradient)" stroke-width="12"/>
<!-- Tuxedo Body -->
<rect x="110" y="200" width="80" height="60" fill="url(#tuxedoGradient)"/>
<!-- Tuxedo Collar -->
<polygon points="110,200 150,240 190,200" fill="#FFF"/>
<!-- Tuxedo Buttons -->
<circle cx="150" cy="220" r="3" fill="#FFF"/>
<circle cx="150" cy="230" r="3" fill="#FFF"/>
<!-- Flamingo Legs -->
<path d="M130,260 L130,300" stroke="url(#flamingoGradient)" stroke-width="4"/>
<path d="M170,260 L180,300" stroke="url(#flamingoGradient)" stroke-width="4"/>
<!-- Pineapples -->
<g transform="translate(-20)">
<circle cx="80" cy="60" r="20" fill="url(#pineappleGradient)"/>
<rect x="75" y="35" width="10" height="10" fill="lightgreen" transform="rotate(-45 75 35)"/>
</g>
<g transform="translate(20)">
<circle cx="210" cy="60" r="20" fill="url(#pineappleGradient)"/>
<rect x="205" y="35" width="10" height="10" fill="lightgreen" transform="rotate(-45 205 35)"/>
</g>
<g transform="translate(0,20)">
<circle cx="145" cy="30" r="20" fill="url(#pineappleGradient)"/>
<rect x="140" y="5" width="10" height="10" fill="lightgreen" transform="rotate(-45 140 5)"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background with gradient and pattern -->
<defs>
<linearGradient id="bgGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#FF69B4;stop-opacity:1" />
<stop offset="100%" style="stop-color:#8A2BE2;stop-opacity:1" />
</linearGradient>
<pattern id="spotPattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<circle cx="10" cy="10" r="5" fill="#FFFFFF" opacity="0.3"/>
</pattern>
<filter id="neonGlow">
<feGaussianBlur stdDeviation="2" result="glow"/>
<feMerge>
<feMergeNode in="glow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#bgGradient)"/>
<!-- Flamingo body -->
<path d="M150,200 L130,220 Q120,230 100,230 L90,180 C90,170 95,160 105,160 S120,150 130,150 140,160 145,170 140,180 L140,200 Q140,210 130,210 L120,230 Q110,230 100,220 L90,180 C90,170 85,160 95,160 S100,150 110,150 120,160 125,170 120,180 L120,200 Q120,210 130,210 L140,220 Q150,220 140,210 L140,200 Z"
fill="#FFB5BA" stroke="#FF0033" stroke-width="2"/>
<!-- Tuxedo jacket -->
<path d="M70,160 L60,140 Q50,130 40,140 L20,160 30,180 Q40,190 50,180 L60,160 70,150 Q80,140 90,150 L100,160 110,180 Q120,190 130,180 L140,160 150,150 Q160,140 170,150 L180,160 190,180 Q200,190 210,180 L220,160 230,140 Q240,130 250,140 L260,160 270,180 Q280,190 290,180 L290,160 280,150 Q270,140 260,150 L250,160 240,150 Q230,140 220,150 L210,160 200,150 Q190,140 180,150 L170,160 160,150 Q150,140 140,150 L130,160 120,150 Q110,140 100,150 L90,140 Q80,130 70,140 L70,160 Z"
fill="url(#bgGradient)" opacity="0.8"/>
<!-- Bow tie -->
<path d="M140,170 C150,165 160,170 150,175 140,170" fill="#000000" opacity="0.8"/>
<circle cx="150" cy="170" r="8" fill="url(#bgGradient)" stroke="#FFFFFF" stroke-width="2"/>
<circle cx="150" cy="170" r="4" fill="#FFFFFF" stroke="#FFFFFF" stroke-width="2"/>
<!-- Pineapples -->
<g transform="translate(150,150)">
<!-- Left pineapple -->
<path d="M-30,0 L-25,20 -20,0 -15,20 -10,0 -5,20 0,0 5,20 10,0 15,20 20,0 25,20 30,0"
fill="#FFD700" stroke="#FFA500" stroke-width="2" filter="url(#neonGlow)"/>
<path d="M-20,-20 L-10,-30 0,-20 10,-30 20,-20 M-20,-20 L-30,-10 -20,-30 -10,-20 0,-30 10,-20 20,-30 30,-20 20,-30 10,-20 0,-30 -10,-20 -20,-30 -30,-20 -20,-30"
fill="#008000" stroke="#004000" stroke-width="1"/>
<!-- Right pineapple -->
<path d="M10,0 L15,20 20,0 25,20 30,0 35,20 40,0 45,20 50,0 55,20 60,0 65,20 70,0"
fill="#FFD700" stroke="#FFA500" stroke-width="2" filter="url(#neonGlow)"/>
<path d="M20,-20 L30,-30 40,-20 50,-30 60,-20 M20,-20 L10,-30 20,-40 30,-30 40,-40 50,-30 60,-40 70,-30 60,-20"
fill="#008000" stroke="#004000" stroke-width="1"/>
<!-- Top pineapple -->
<path d="M0,0 L10,20 20,0 30,20 40,0 50,20 60,0 70,20 80,0 90,20 100,0 110,20 120,0 130,20 140,0"
fill="#FFD700" stroke="#FFA500" stroke-width="2" filter="url(#neonGlow)"/>
<path d="M0,-40 L20,-30 40,-20 60,-30 80,-20 100,-30 120,-20 140,-30 160,-20 180,-30 200,-20 220,-30 240,-20 260,-30 280,-20 300,-30"
fill="#008000" stroke="#004000" stroke-width="1"/>
</g>
<!-- Juggling hands -->
<circle cx="120" cy="180" r="5" fill="#FFFFFF" stroke="#FFFFFF" stroke-width="2"/>
<circle cx="180" cy="180" r="5" fill="#FFFFFF" stroke="#FFFFFF" stroke-width="2"/>
<circle cx="150" cy="130" r="5" fill="#FFFFFF" stroke="#FFFFFF" stroke-width="2"/>
</svg>
Judge's Analysis
Player 1's image clearly depicts a flamingo wearing a tuxedo and juggling neon pineapples, adhering closely to the prompt.
The composition is simple but effectively communicates the idea with recognizable elements.
Player 2's image is abstract and does not clearly represent the concept, lacking identifiable features of a flamingo or the act of juggling neon pineapples.
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
"Two-headed owl with neon wings under a cosmic night sky"
"Upside-down city skyline mirrored in a tranquil lake"
"A jellyfish cityscape floating above a mirrored ocean"
"Moonlit jellyfish dance in a night sky"
"Surreal clock melting over a tree branch at sunset"
"Jellyfish in a Teacup Floating Through Space"