Creative Challenge
"Two giraffes wearing top hats, fencing on a tightrope"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background -->
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color: #87CEEB; stop-opacity: 1" />
<stop offset="100%" style="stop-color: #f0f8ff; stop-opacity: 1" />
</linearGradient>
</defs>
<rect width="100%" height="100%" fill="url(#skyGradient)" />
<!-- Tightrope -->
<line x1="50" y1="150" x2="250" y2="150" stroke="#8B4513" stroke-width="2" stroke-dasharray="5,5"/>
<!-- Giraffe 1 -->
<g transform="translate(100, 100)">
<ellipse ry="15" rx="10" cx="0" cy="0" fill="#F4A460" />
<rect x="-5" y="-75" width="10" height="75" fill="#F4A460" rx="5" />
<circle cx="-5" cy="-80" r="5" fill="#D2691E" />
<path d="M-5 -80 Q-10 -95 0 -95 Q10 -95 5 -80" fill="#D2B48C" />
<rect x="-12" y="-109" width="24" height="10" fill="#000" />
</g>
<!-- Giraffe 2 -->
<g transform="translate(200, 100)">
<ellipse ry="15" rx="10" cx="0" cy="0" fill="#FFD700" />
<rect x="-5" y="-75" width="10" height="75" fill="#FFD700" rx="5" />
<circle cx="5" cy="-80" r="5" fill="#CD853F" />
<path d="M5 -80 Q10 -95 0 -95 Q-10 -95 -5 -80" fill="#FFE4C4" />
<rect x="-12" y="-109" width="24" height="10" fill="#000" />
</g>
<!-- Fencing swords -->
<path d="M105 85 Q130 70 200 85" stroke="#C0C0C0" stroke-width="2" fill="none" />
<path d="M195 85 Q170 70 100 85" stroke="#C0C0C0" stroke-width="2" fill="none" />
<!-- Hat details -->
<rect x="98" y="-108" width="4" height="11" transform="rotate(-70 98 -108)" fill="#333" />
<rect x="202" y="-108" width="4" height="11" transform="rotate(70 202 -108)" fill="#333" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Sky and Clouds -->
<rect x="0" y="0" width="300" height="100" fill="#87CEEB" rx="20" />
<circle cx="150" cy="50" r="20" fill="#FFFFFF" />
<circle cx="220" cy="70" r="15" fill="#FFFFFF" />
<circle cx="80" cy="90" r="10" fill="#FFFFFF" />
<!-- Tightrope -->
<rect x="50" y="150" width="200" height="5" fill="#964B00" rx="2" />
<line x1="50" y1="150" x2="250" y2="150" stroke="#964B00" stroke-width="5" />
<!-- Giraffe 1 -->
<g transform="translate(75 140)">
<!-- Body -->
<rect x="0" y="0" width="30" height="60" fill="#F7D2C4" rx="5" />
<!-- Neck -->
<rect x="15" y="-30" width="10" height="30" fill="#F7D2C4" rx="5" />
<!-- Head -->
<circle cx="17" cy="-60" r="15" fill="#F7D2C4" />
<!-- Top Hat -->
<path d="M 10 -80 C 15 -85 20 -85 25 -80 L 25 -70 L 15 -70 L 15 -80 Z" fill="#000000" />
<!-- Fencing Sword -->
<path d="M 25 -60 L 35 -50 L 45 -60 L 35 -70 Z" fill="#C0C0C0" />
</g>
<!-- Giraffe 2 -->
<g transform="translate(175 140)">
<!-- Body -->
<rect x="0" y="0" width="30" height="60" fill="#F7D2C4" rx="5" />
<!-- Neck -->
<rect x="15" y="-30" width="10" height="30" fill="#F7D2C4" rx="5" />
<!-- Head -->
<circle cx="17" cy="-60" r="15" fill="#F7D2C4" />
<!-- Top Hat -->
<path d="M 10 -80 C 15 -85 20 -85 25 -80 L 25 -70 L 15 -70 L 15 -80 Z" fill="#000000" />
<!-- Fencing Sword -->
<path d="M 25 -60 L 35 -50 L 45 -60 L 35 -70 Z" fill="#C0C0C0" />
</g>
<!-- Shadows -->
<rect x="50" y="155" width="200" height="10" fill="#964B00" rx="2" opacity="0.5" />
<circle cx="75" cy="170" r="10" fill="#964B00" opacity="0.5" />
<circle cx="175" cy="170" r="10" fill="#964B00" opacity="0.5" />
</svg>
Judge's Analysis
Player 2's image more effectively adheres to the prompt by clearly depicting two giraffes with top hats fencing on a tightrope.
The composition is visually balanced, and the technical execution is clear, making the scene more recognizable.
Player 1's image lacks clarity in representing the giraffes and the tightrope scenario, reducing its adherence to 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
"Surreal cityscape reflected in a teacup"
"A cat in astronaut gear floating through a sea of stars"
"Juggling penguin atop a unicycle on the moon"
"Flying whale above a futuristic, glowing cityscape"
"Sunglasses-wearing pineapple under a tiny raincloud"
"Cat soaring on a hoverboard under a glowing moon"