Creative Challenge
"Giraffe on roller skates juggling flaming pizzas under a disco ball"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="url(#bgGradient)" />
<defs>
<linearGradient id="bgGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#0f2027"/>
<stop offset="100%" stop-color="#203a43"/>
</linearGradient>
<radialGradient id="discoGlow" cx="50%" cy="50%" r="60%">
<stop offset="0%" stop-color="#fff"/>
<stop offset="70%" stop-color="#f0f"/>
<stop offset="100%" stop-color="#00f"/>
</radialGradient>
<pattern id="pizzaPattern" patternUnits="userSpaceOnUse" width="20" height="20">
<rect width="20" height="20" fill="#fddb3a" />
<circle cx="10" cy="10" r="3" fill="#d42e12" />
<circle cx="5" cy="15" r="2" fill="#d42e12" />
<circle cx="15" cy="5" r="2" fill="#d42e12" />
<circle cx="17" cy="12" r="2" fill="#d42e12" />
</pattern>
</defs>
<!-- Disco Ball -->
<g id="disco-ball" transform="translate(240,50)">
<circle cx="0" cy="0" r="25" fill="url(#discoGlow)" stroke="#aaa" stroke-width="2"/>
<!-- Mirror details -->
<g stroke="#888" stroke-width="0.5">
<line x1="-20" y1="-20" x2="20" y2="-20"/>
<line x1="-20" y1="0" x2="20" y2="0"/>
<line x1="-20" y1="20" x2="20" y2="20"/>
<line x1="-20" y1="-20" x2="-20" y2="20"/>
<line x1="0" y1="-20" x2="0" y2="20"/>
<line x1="20" y1="-20" x2="20" y2="20"/>
</g>
</g>
<!-- Giraffe Body -->
<g id="giraffe" transform="translate(80,80)">
<!-- Body -->
<ellipse cx="50" cy="70" rx="20" ry="30" fill="#f4b065" stroke="#d19857" stroke-width="2"/>
<!-- Neck -->
<rect x="45" y="20" width="10" height="50" fill="#f4b065" stroke="#d19857" stroke-width="2"/>
<!-- Head -->
<g id="giraffe-head" transform="translate(45,0)">
<ellipse cx="5" cy="10" rx="10" ry="10" fill="#f4b065" stroke="#d19857" stroke-width="2"/>
<!-- Ears -->
<polygon points="2,2 5,0 8,2" fill="#f4b065" stroke="#d19857" stroke-width="1"/>
<polygon points="12,2 15,0 18,2" fill="#f4b065" stroke="#d19857" stroke-width="1"/>
<!-- Ossicones -->
<rect x="4" y="-5" width="2" height="7" fill="#d19857"/>
<rect x="9" y="-5" width="2" height="7" fill="#d19857"/>
<!-- Eyes -->
<circle cx="3" cy="8" r="1.2" fill="#000"/>
<circle cx="7" cy="8" r="1.2" fill="#000"/>
<!-- Smile -->
<path d="M3,12 Q5,14 7,12" stroke="#d19857" fill="none" stroke-width="0.8"/>
</g>
<!-- Spots -->
<circle cx="45" cy="90" r="2" fill="#d19857"/>
<circle cx="55" cy="85" r="1.5" fill="#d19857"/>
<circle cx="50" cy="75" r="1.2" fill="#d19857"/>
</g>
<!-- Roller Skates -->
<g id="skates" transform="translate(70,110)">
<!-- Front skate -->
<g transform="translate(0,0)">
<ellipse cx="20" cy="10" rx="12" ry="6" fill="#555" stroke="#333" stroke-width="1" />
<!-- Wheels -->
<g fill="#222">
<circle cx="10" cy="16" r="3"/>
<circle cx="20" cy="16" r="3"/>
<circle cx="30" cy="16" r="3"/>
</g>
</g>
<!-- Rear skate -->
<g transform="translate(40,0)">
<ellipse cx="20" cy="10" rx="12" ry="6" fill="#555" stroke="#333" stroke-width="1"/>
<!-- Wheels -->
<g fill="#222">
<circle cx="10" cy="16" r="3"/>
<circle cx="20" cy="16" r="3"/>
<circle cx="30" cy="16" r="3"/>
</g>
</g>
</g>
<!-- Flaming Pizzas (juggled by the giraffe) -->
<g id="pizzas" transform="translate(90,40)">
<!-- Pizza 1 -->
<g transform="rotate(-20,0,0)">
<circle cx="0" cy="0" r="8" fill="url(#pizzaPattern)" stroke="#d42e12" stroke-width="1"/>
<path d="M-8 0 A8 8 0 0 1 8 0" fill="rgba(255,69,0,0.5)" />
<path d="M0 -8 A8 8 0 0 1 0 8" fill="rgba(255,140,0,0.5)" />
<path d="M-5 -5 L5 -5 L0 -12 Z" fill="orange" />
<path d="M-5 5 L5 5 L0 12 Z" fill="orangered" />
<line x1="-10" y1="0" x2="10" y2="0" stroke="red" stroke-width="1" stroke-dasharray="2,2"/>
</g>
<!-- Pizza 2 -->
<g transform="rotate(30,40,0) translate(40,0)">
<circle cx="0" cy="0" r="8" fill="url(#pizzaPattern)" stroke="#d42e12" stroke-width="1"/>
<rect x="-8" y="-2" width="16" height="4" fill="rgba(255,69,0,0.5)" />
<rect x="-2" y="-8" width="4" height="16" fill="rgba(255,140,0,0.5)" />
<line x1="0" y1="-10" x2="0" y2="10" stroke="red" stroke-width="1" stroke-dasharray="2,2"/>
<line x1="-10" y1="0" x2="10" y2="0" stroke="red" stroke-width="1" stroke-dasharray="2,2"/>
</g>
<!-- Pizza 3 -->
<g transform="rotate(-10,-40,20) translate(-40,20)">
<circle cx="0" cy="0" r="8" fill="url(#pizzaPattern)" stroke="#d42e12" stroke-width="1"/>
<polygon points="-8,0 0,-8 8,0 0,8" fill="rgba(255,69,0,0.5)" />
<line x1="-10" y1="0" x2="10" y2="0" stroke="red" stroke-width="1" stroke-dasharray="2,2"/>
<line x1="0" y1="-10" x2="0" y2="10" stroke="red" stroke-width="1" stroke-dasharray="2,2"/>
</g>
</g>
<!-- Additional disco light effects -->
<g id="lights">
<circle cx="150" cy="150" r="100" fill="none" stroke="url(#discoGlow)" stroke-width="5" opacity="0.2"/>
<circle cx="150" cy="150" r="80" fill="none" stroke="url(#discoGlow)" stroke-width="3" opacity="0.3"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="flameGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:orange;stop-opacity:1" />
<stop offset="100%" style="stop-color:yellow;stop-opacity:0" />
</radialGradient>
<radialGradient id="discoGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:lightblue;stop-opacity:1" />
<stop offset="100%" style="stop-color:blue;stop-opacity:1" />
</radialGradient>
<pattern id="discoPattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="2" fill="url(#discoGradient)" />
</pattern>
</defs>
<!-- Disco Ball -->
<circle cx="150" cy="60" r="40" fill="url(#discoPattern)" />
<line x1="150" y1="20" x2="150" y2="60" stroke="gray" stroke-width="1" />
<!-- Giraffe Body -->
<path d="M120,160 Q130,140 140,160 T160,160 Q170,140 180,160 T200,160 V250 H120 Z" fill="#DAA520" stroke="#8B4513" stroke-width="2"/>
<!-- Giraffe Neck and Head -->
<path d="M160,130 Q165,80 150,50 Q180,70 150,90 Q180,70 200,90 Q170,80 165,190" fill="#DAA520" stroke="#8B4513" stroke-width="2"/>
<circle cx="145" cy="55" r="8" fill="#DAA520" stroke="#8B4513" stroke-width="1" />
<!-- Giraffe Spots -->
<circle cx="130" cy="160" r="5" fill="#8B4513" />
<circle cx="170" cy="150" r="5" fill="#8B4513" />
<!-- Roller Skates -->
<circle cx="130" cy="250" r="10" fill="red" stroke="black" />
<circle cx="150" cy="250" r="10" fill="red" stroke="black" />
<circle cx="170" cy="250" r="10" fill="red" stroke="black" />
<!-- Pizzas Juggling -->
<g>
<circle cx="115" cy="70" r="15" fill="#FFD700" />
<path d="M105,60 Q115,65 125,60 L115,53 Z" fill="tomato" />
<path d="M112,70 L118,74" stroke="tomato" stroke-width="3" />
<circle cx="185" cy="70" r="15" fill="#FFD700" />
<path d="M175,60 Q185,65 195,60 L185,53 Z" fill="tomato" />
<path d="M182,70 L188,74" stroke="tomato" stroke-width="3" />
<circle cx="150" cy="120" r="15" fill="#FFD700" />
<path d="M140,110 Q150,115 160,110 L150,103 Z" fill="tomato" />
<path d="M147,120 L153,124" stroke="tomato" stroke-width="3" />
</g>
<!-- Flames -->
<circle cx="115" cy="70" r="25" fill="url(#flameGradient)" opacity="0.7" />
<circle cx="185" cy="70" r="25" fill="url(#flameGradient)" opacity="0.7" />
<circle cx="150" cy="120" r="25" fill="url(#flameGradient)" opacity="0.7" />
</svg>
Judge's Analysis
Player 2's submission creatively captures the whimsical concept of a giraffe juggling flaming pizzas under a disco ball with more emphasis on movement and action.
The visual elements are more dynamic and the depiction of the disco ball and flaming pizzas is more vivid.
Player 1's image, while adhering to the prompt, appears more static and less imaginative in comparison.
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
"Giraffe in a UFO knitting a rainbow scarf"
"Sky-high jellyfish floating above a busy cityscape"
"A clock face made of melting candles"
"A giraffe with a fishbowl head, swimming in a jellybean sea"
"Three-eyed cat juggling planets in a void"
"Flying teapot pouring stars onto a sleeping city"