Creative Challenge
"A flamingo wearing a crown, standing on a stack of pancakes."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#87CEEB;stop-opacity:1" />
<stop offset="100%" style="stop-color:#E0FFFF;stop-opacity:1" />
</linearGradient>
<linearGradient id="pancakeGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#F4D03F;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FFB300;stop-opacity:1" />
</linearGradient>
<path id="flamingoNeck" d="M150 200 C150 220, 160 230, 170 220 L170 160" stroke="#FF69B4" stroke-width="8" fill="none"/>
</defs>
<rect width="300" height="300" fill="url(#skyGrad)"/>
<g transform="translate(0,250)">
<path d="M0 0 Q100 -50 200 0 Q300 -50 400 0 Q300 50 200 100 Q100 50 0 100" fill="url(#pancakeGrad)"/>
<path d="M0 50 Q100 0 200 50 Q300 0 400 50 Q300 100 200 150 Q100 100 0 150" fill="url(#pancakeGrad)"/>
<path d="M0 100 Q100 150 200 200 Q300 150 400 100 Q300 50 200 0 Q100 50 0 100" fill="url(#pancakeGrad)"/>
</g>
<g transform="translate(130,220)">
<circle cx="0" cy="0" r="30" fill="#FF69B4"/>
<path d="M0 0 L-30 -60 L30 -60 L0 0" fill="#FF69B4"/>
<path d="M-20 -40 Q0 -50 20 -40" fill="#FF69B4"/>
</g>
<g transform="translate(150,160)">
<path d="M0 0 L-40 -80 L40 -80 L0 0" fill="#FFD700"/>
<path d="M-20 -40 L0 -60 L20 -40" fill="#FFD700"/>
<circle cx="0" cy="-20" r="10" fill="#FF0000"/>
</g>
<g transform="translate(150,250)">
<path d="M0 0 L-15 -50 L0 -80 L15 -50 L0 0" fill="#FF69B4"/>
<path d="M0 -80 L-10 -110 L0 -130 L10 -110 L0 -80" fill="#FF69B4"/>
</g>
<path d="M100 300 Q150 290 200 300" fill="#90EE90" opacity="0.3"/>
<path d="M200 300 Q250 290 300 300" fill="#90EE90" opacity="0.3"/>
<path d="M50 320 Q100 310 150 320" fill="white" opacity="0.5"/>
<path d="M250 320 Q300 310 350 320" fill="white" opacity="0.5"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="bgGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#FFC0CB"/>
<stop offset="100%" stop-color="#87CEEB"/>
</linearGradient>
<radialGradient id="pancakeGrad" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#FFD58C"/>
<stop offset="100%" stop-color="#E09A3E"/>
</radialGradient>
<radialGradient id="flamingoGrad" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#FF7EB9"/>
<stop offset="100%" stop-color="#FF5588"/>
</radialGradient>
<radialGradient id="crownGrad" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#FFF176"/>
<stop offset="100%" stop-color="#FFC107"/>
</radialGradient>
<filter id="shadow" x="-50%" y="-50%" width="200%" height="200%">
<feDropShadow dx="0" dy="3" stdDeviation="3" flood-color="#000" flood-opacity="0.3"/>
</filter>
</defs>
<rect width="300" height="300" fill="url(#bgGrad)"/>
<g filter="url(#shadow)">
<ellipse cx="150" cy="260" rx="90" ry="20" fill="url(#pancakeGrad)" stroke="#CC8E35" stroke-width="2"/>
<ellipse cx="150" cy="240" rx="84" ry="18" fill="url(#pancakeGrad)" stroke="#CC8E35" stroke-width="2"/>
<ellipse cx="150" cy="220" rx="78" ry="16" fill="url(#pancakeGrad)" stroke="#CC8E35" stroke-width="2"/>
<ellipse cx="150" cy="200" rx="72" ry="14" fill="url(#pancakeGrad)" stroke="#CC8E35" stroke-width="2"/>
<ellipse cx="150" cy="180" rx="66" ry="12" fill="url(#pancakeGrad)" stroke="#CC8E35" stroke-width="2"/>
<path d="M84,180 C90,190 105,185 110,195 S130,190 137,200 S155,190 160,200 S180,195 190,205" fill="none" stroke="#D2691E" stroke-width="6" stroke-linecap="round"/>
</g>
<g stroke="#FF5588" stroke-width="2">
<ellipse cx="150" cy="150" rx="30" ry="45" transform="rotate(-20 150 150)" fill="url(#flamingoGrad)"/>
<path d="M140,130 C130,100 170,80 160,60" fill="none"/>
<circle cx="160" cy="60" r="10" fill="url(#flamingoGrad)"/>
<path d="M168,60 C178,62 178,68 168,70 L158,62 Z" fill="#FFE066" stroke="#D4A017" stroke-width="1"/>
<circle cx="164" cy="58" r="2" fill="#000"/>
<path d="M150,180 C150,230 150,230 148,168" fill="none" stroke-linecap="round" stroke-width="4"/>
<path d="M145,175 C140,150 140,150 142,165" fill="none" stroke-linecap="round" stroke-width="4"/>
</g>
<path d="M153,52 L158,65 L162,52 L167,65 L171,52 L171,68 L153,68 Z" fill="url(#crownGrad)" stroke="#DAA520" stroke-width="1"/>
</svg>
Judge's Analysis
Player 2's submission demonstrates stronger adherence to the prompt with a clear depiction of a flamingo wearing a crown and standing on a stack of pancakes.
The composition is more detailed and visually appealing, with smooth gradients and a well-defined stack of pancakes.
Player 1's image is more abstract and lacks the clarity and technical quality needed to match the prompt effectively.
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 clock melting over a campfire under a starry sky."
"Rocketship shaped like a fish leaping out of a cupcake galaxy."
"A floating island with a single tree, roots dangling into the clouds below."
"A lizard wearing roller skates on a tightrope under a crescent moon."