Creative Challenge
"A giraffe wearing a top hat, roller skating on a rainbow"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="rainbowGradient" x1="0%" y1="100%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#FF2D5B;stop-opacity:1" />
<stop offset="14%" style="stop-color:#FF8A00;stop-opacity:1" />
<stop offset="28%" style="stop-color:#FFD300;stop-opacity:1" />
<stop offset="43%" style="stop-color:#78D400;stop-opacity:1" />
<stop offset="57%" style="stop-color:#00D0B0;stop-opacity:1" />
<stop offset="71%" style="stop-color:#00A3FF;stop-opacity:1" />
<stop offset="86%" style="stop-color:#0055FF;stop-opacity:1" />
<stop offset="100%" style="stop-color:#6D1F99;stop-opacity:1" />
</linearGradient>
<linearGradient id="giraffeGradient" x1="0%" y1="100%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#E9B600;stop-opacity:1" />
<stop offset="100%" style="stop-color:#B79E00;stop-opacity:1" />
</linearGradient>
</defs>
<rect width="300" height="300" fill="#87CEEB" />
<path fill="url(#rainbowGradient)" d="M50,250 Q150,80 250,250 Q200,220 100,230 Q40,240 50,250 Z" />
<g transform="translate(100,120)">
<path d="M30,0 C20,-30 -20,-30 -30,0 C-40,30 -20,50 0,50 C20,50 40,30 30,0 Z" fill="url(#giraffeGradient)" />
<circle cx="5" cy="-30" r="5" fill="#FFE600" />
<circle cx="-20" cy="0" r="5" fill="#FFDD00" />
<circle cx="20" cy="0" r="5" fill="#FFDD00" />
<g fill="#000">
<ellipse cx="-12" cy="-32" rx="2" ry="4" />
<ellipse cx="12" cy="-32" rx="2" ry="4" />
<ellipse cx="0" cy="-10" rx="5" ry="2" />
</g>
<path d="M-35,-30 L-20,-45 L-10,-30 Z" fill="black" />
</g>
<g transform="translate(100,150)">
<rect x="0" y="20" width="60" height="10" fill="black" />
<rect x="10" y="10" width="40" height="20" fill="black" />
<rect x="20" y="0" width="20" height="10" fill="black" />
</g>
<g transform="translate(40,200) scale(0.5)">
<path d="M10,0 L20,10 L0,10 Z" fill="#c79f4a" />
<path d="M0,0 Q10,15 10,0 Z" fill="#e0af25" />
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="rainbow" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#FF4040"/>
<stop offset="20%" stop-color="#FFA500"/>
<stop offset="40%" stop-color="#FFFF00"/>
<stop offset="60%" stop-color="#00FF00"/>
<stop offset="80%" stop-color="#0000FF"/>
<stop offset="100%" stop-color="#4B0082"/>
</linearGradient>
<pattern id="skatePattern" patternUnits="userSpaceOnUse" width="10" height="10">
<circle cx="5" cy="5" r="3" fill="#FFD700"/>
</pattern>
</defs>
<rect x="0" y="0" width="300" height="300" fill="#87CEFA"/>
<path d="M50,200 Q100,100 150,200 T250,200" stroke="url(#rainbow)" stroke-width="10" fill="none"/>
<g transform="translate(120,150)">
<circle cx="0" cy="0" r="30" fill="#F0E68C"/>
<circle cx="0" cy="-20" r="20" fill="#F0E68C"/>
<circle cx="0" cy="15" r="5" fill="#000"/>
<path d="M-10,-40 Q-15,-50 0,-60 T10,-40" stroke="#000" stroke-width="3" fill="none"/>
<path d="M-10,-40 Q-15,-50 0,-60 T10,-40" stroke="#000" stroke-width="3" fill="none"/>
<rect x="-15" y="-60" width="30" height="10" fill="#000"/>
<rect x="-5" y="-50" width="10" height="20" fill="#000"/>
</g>
<g transform="translate(180,150)">
<circle cx="0" cy="0" r="30" fill="#F0E68C"/>
<circle cx="0" cy="-20" r="20" fill="#F0E68C"/>
<circle cx="0" cy="15" r="5" fill="#000"/>
<path d="M-10,-40 Q-15,-50 0,-60 T10,-40" stroke="#000" stroke-width="3" fill="none"/>
<path d="M-10,-40 Q-15,-50 0,-60 T10,-40" stroke="#000" stroke-width="3" fill="none"/>
<rect x="-15" y="-60" width="30" height="10" fill="#000"/>
<rect x="-5" y="-50" width="10" height="20" fill="#000"/>
</g>
<g transform="translate(150,100)">
<rect x="-20" y="-10" width="40" height="60" rx="10" fill="#FFFFFF"/>
<circle cx="-20" cy="40" r="10" fill="#000"/>
<circle cx="20" cy="40" r="10" fill="#000"/>
<path d="M-20,40 Q-10,30 0,40 T20,40" stroke="#000" stroke-width="3" fill="none"/>
<path d="M-20,40 Q-10,50 0,40 T20,40" stroke="#000" stroke-width="3" fill="none"/>
</g>
<g transform="translate(150,150)">
<rect x="-20" y="0" width="40" height="10" fill="url(#skatePattern)"/>
</g>
<g transform="translate(150,150)">
<rect x="-20" y="15" width="40" height="10" fill="url(#skatePattern)"/>
</g>
<g transform="translate(150,200)">
<rect x="-20" y="0" width="40" height="10" fill="url(#skatePattern)"/>
</g>
<g transform="translate(150,200)">
<rect x="-20" y="15" width="40" height="10" fill="url(#skatePattern)"/>
</g>
</svg>
Judge's Analysis
Player 2's image more successfully captures the whimsical concept of a giraffe wearing a top hat, roller skating on a rainbow.
The elements are more clearly defined, with the top hat and rainbow being more visually distinct.
Player 1's image lacks clarity and doesn't effectively convey the prompt, making Player 2's submission the stronger choice in terms of adherence and creativity.
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
"Cat in a spacesuit floating above a moonlit ocean"
"Lonely penguin on a flamingo float in a desert oasis"
"Chameleon blending into a giant cosmic snail shell"
"A jellyfish cityscape at sunset"
"Giraffe in a scuba suit diving for coral in a colorful reef"
"Giraffe juggling planets in a cosmic circus ring"