Creative Challenge
"A giraffe on roller skates juggling planets under a disco ball"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Disco Ball -->
<circle cx="150" cy="50" r="20" fill="url(#discoGradient)">
<animateTransform attributeName="transform" type="rotate" from="0 150 50" to="360 150 50" dur="10s" repeatCount="indefinite"/>
</circle>
<radialGradient id="discoGradient" cx="150" cy="50" r="20" fx="150" fy="50">
<stop offset="0%" stop-color="#FFD700" stop-opacity="1"/>
<stop offset="50%" stop-color="#FFFFFF" stop-opacity="1"/>
<stop offset="100%" stop-color="#FFD700" stop-opacity="1"/>
</radialGradient>
<!-- Giraffe -->
<g transform="translate(120 150)">
<rect x="-20" y="-50" width="40" height="100" rx="10" fill="#FFC080" />
<circle cx="0" cy="-50" r="20" fill="#FFC080" />
<circle cx="0" cy="-30" r="10" fill="#FFFFFF" />
<circle cx="0" cy="-30" r="5" fill="#FFC080" />
<path d="M 0 -10 L 20 -20 L 20 0 L -20 0 L -20 -20 Z" fill="#FFC080" />
<circle cx="0" cy="20" r="10" fill="#FFC080" />
<circle cx="10" cy="20" r="5" fill="#FFFFFF" />
<circle cx="-10" cy="20" r="5" fill="#FFFFFF" />
<!-- Roller Skates -->
<rect x="-20" y="40" width="40" height="20" rx="5" fill="#FF69B4" />
<circle cx="-15" cy="55" r="10" fill="#FF69B4" />
<circle cx="15" cy="55" r="10" fill="#FF69B4" />
</g>
<!-- Planets -->
<g transform="translate(150 150)">
<circle cx="-30" cy="-30" r="10" fill="#87CEEB" />
<circle cx="0" cy="-30" r="15" fill="#FFA07A" />
<circle cx="30" cy="-30" r="20" fill="#32CD32" />
<animateTransform attributeName="transform" type="rotate" from="0 150 150" to="360 150 150" dur="10s" repeatCount="indefinite"/>
</g>
<!-- Juggling Trajectory -->
<path d="M 120 150 C 120 120, 150 100, 180 120 C 210 140, 210 160, 180 180 C 150 200, 120 220, 120 240" stroke="#FFFFFF" stroke-width="2" fill="none" />
<path d="M 180 120 C 210 140, 210 160, 180 180" stroke="#FFFFFF" stroke-width="2" fill="none" />
<path d="M 120 240 C 90 220, 90 200, 120 180" stroke="#FFFFFF" stroke-width="2" fill="none" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<radialGradient id="giraffeGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#fcd200" />
<stop offset="100%" stop-color="#cda80b" />
</radialGradient>
<radialGradient id="planetGradient1" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#ff5733" />
<stop offset="100%" stop-color="#c70039" />
</radialGradient>
<radialGradient id="planetGradient2" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#33ff57" />
<stop offset="100%" stop-color="#3391ff" />
</radialGradient>
<radialGradient id="planetGradient3" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#ff33e8" />
<stop offset="100%" stop-color="#7a33ff" />
</radialGradient>
<radialGradient id="discoBallGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#ffffff" />
<stop offset="100%" stop-color="#c0c0c0" />
</radialGradient>
</defs>
<rect width="100%" height="100%" fill="#1c1c1e"/>
<g>
<ellipse cx="150" cy="200" rx="70" ry="10" fill="#333" />
<g transform="translate(100, 100)">
<path d="M30 80 L20 140 Q0 120 -5 100 Q-10 80 5 60 L30 80" fill="url(#giraffeGradient)" />
<path d="M35 60 L50 30 Q60 0 70 5 Q80 10 75 30 L35 60" fill="#8f5c22" />
<path d="M20 130 L15 150 Q25 160 35 150 Q45 140 30 130" fill="url(#giraffeGradient)" />
<circle cx="50" cy="10" r="5" fill="#fff" />
<circle cx="60" cy="10" r="5" fill="#fff" />
<circle cx="40" cy="10" r="5" fill="#fff" />
<circle cx="50" cy="10" r="4" fill="black" stroke="white" />
<circle cx="60" cy="10" r="4" fill="black" stroke="white" />
<circle cx="40" cy="10" r="4" fill="black" stroke="white" />
</g>
<g transform="translate(100, 50)">
<circle cx="50" cy="50" r="15" fill="url(#planetGradient1)" />
<circle cx="80" cy="30" r="20" fill="url(#planetGradient2)" />
<circle cx="30" cy="70" r="10" fill="url(#planetGradient3)" />
</g>
<g transform="translate(150, 30)">
<circle cx="0" cy="0" r="30" fill="url(#discoBallGradient)" />
<circle cx="0" cy="0" r="25" fill="#ffffff" opacity="0.5" />
<path d="M-30 -30 L0 0 L-25 -25 Z" fill="#ccc" opacity="0.4" />
<path d="M30 30 L0 0 L25 25 Z" fill="#ccc" opacity="0.4" />
</g>
</g>
</svg>
Judge's Analysis
Player 2's submission better captures the prompt with a recognizable giraffe form, multiple planets being juggled, and a clear disco ball, all presented with a cohesive color scheme and better compositional balance.
Player 1's image lacks clarity in depicting a giraffe or the juggling aspect, and the elements are less distinguishable, reducing 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
"Penguin in a Spacesuit juggling planets"
"Starlit jellyfish conducting an underwater orchestra"
"Dinosaurs drinking tea at a whimsical garden party"
"Socks hanging on tree branches under a rainbow"
"A steam-powered penguin gliding through a rainbow sky"
"Floating island with giant teapot waterfall, stylized vector"