Creative Challenge
"A giraffe wearing a top hat juggling pizzas under a starry sky."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:hsl(240, 60%, 20%)" />
<stop offset="100%" style="stop-color:hsl(260, 80%, 5%)" />
</linearGradient>
<radialGradient id="pizzaGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:rgb(255,215,0)" />
<stop offset="100%" style="stop-color:rgb(255,99,71)" />
</radialGradient>
<pattern id="spots" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<circle cx="10" cy="10" r="5" fill="hsl(30, 80%, 30%)"/>
</pattern>
<pattern id="toppingPattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="3" cy="3" r="1" fill="darkgreen"/>
<circle cx="7" cy="7" r="1" fill="brown"/>
</pattern>
<filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur stdDeviation="3" result="coloredBlur"/>
<feMerge>
<feMergeNode in="coloredBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<rect width="100%" height="100%" fill="url(#skyGradient)"/>
<circle cx="150" cy="50" r="2" fill="white" filter="url(#glow)"/>
<circle cx="80" cy="20" r="1.5" fill="white" filter="url(#glow)"/>
<circle cx="220" cy="30" r="1" fill="white" filter="url(#glow)"/>
<circle cx="40" cy="70" r="2.5" fill="white" filter="url(#glow)"/>
<circle cx="260" cy="60" r="1.8" fill="white" filter="url(#glow)"/>
<!-- Giraffe body -->
<ellipse cx="150" cy="250" rx="50" ry="70" fill="hsl(40, 100%, 60%)" style="fill: url(#spots)"/>
<!-- Giraffe neck -->
<path d="M130 200 Q 140 100 150 50" stroke="hsl(40, 100%, 60%)" stroke-width="30" fill="none" stroke-linecap="round" style="stroke: url(#spots)"/>
<!-- Giraffe head -->
<circle cx="150" cy="50" r="25" fill="hsl(40, 100%, 60%)" style="fill: url(#spots)"/>
<!-- Giraffe face details -->
<circle cx="140" cy="45" r="3" fill="black"/>
<circle cx="160" cy="45" r="3" fill="black"/>
<path d="M145 60 Q 150 65 155 60" stroke="black" stroke-width="2" fill="none"/>
<!-- Top Hat -->
<rect x="125" y="20" width="50" height="30" fill="black"/>
<ellipse cx="150" cy="20" rx="60" ry="10" fill="black"/>
<!-- Juggling Pizzas -->
<circle cx="100" cy="100" r="20" fill="url(#pizzaGradient)" stroke="brown" stroke-width="2"/>
<circle cx="100" cy="100" r="15" fill="yellow"/>
<circle cx="100" cy="100" r="10" style="fill: url(#toppingPattern)"/>
<circle cx="200" cy="120" r="20" fill="url(#pizzaGradient)" stroke="brown" stroke-width="2"/>
<circle cx="200" cy="120" r="15" fill="yellow"/>
<circle cx="200" cy="120" r="10" style="fill: url(#toppingPattern)"/>
<circle cx="150" cy="150" r="20" fill="url(#pizzaGradient)" stroke="brown" stroke-width="2"/>
<circle cx="150" cy="150" r="15" fill="yellow"/>
<circle cx="150" cy="150" r="10" style="fill: url(#toppingPattern)"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="starrySky" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#0C1A3E;stop-opacity:1" />
<stop offset="100%" style="stop-color:#1B2A5D;stop-opacity:1" />
</linearGradient>
<radialGradient id="giraffeGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#FFD700;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FFC30B;stop-opacity:1" />
</radialGradient>
<pattern id="pizzaPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<circle cx="5" cy="5" r="4" fill="#FF6347" />
<circle cx="5" cy="5" r="2" fill="#FFFFFF" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#starrySky)" />
<g transform="translate(150, 250)">
<path d="M-30,-100 Q-50,-150 -70,-100 Q-50,-50 0,-30 50,-50 70,-100 50,-150 30,-100 Z" fill="url(#giraffeGradient)" />
<circle cx="-20" cy="-110" r="15" fill="#000" />
<rect x="-30" y="-130" width="20" height="5" fill="#000" />
<path d="M-10,-120 L0,-130 L10,-120" fill="#B22222" transform="scale(0.5)" />
<path d="M-60,-70 A10,10 0 0,0 -40,-70 A10,10 0 0,0 -60,-70" fill="url(#pizzaPattern)" />
<path d="M-10,-90 A10,10 0 0,0 10,-90 A10,10 0 0,0 -10,-90" fill="url(#pizzaPattern)" />
<path d="M50,-70 A10,10 0 0,0 70,-70 A10,10 0 0,0 50,-70" fill="url(#pizzaPattern)" />
</g>
<g transform="translate(0, 0)">
<circle cx="20" cy="20" r="2" fill="#FFF" />
<circle cx="50" cy="50" r="3" fill="#FFF" />
<circle cx="100" cy="30" r="1.5" fill="#FFF" />
<circle cx="200" cy="70" r="2.5" fill="#FFF" />
<circle cx="150" cy="100" r="4" fill="#FFF" />
<circle cx="250" cy="130" r="3" fill="#FFF" />
<circle cx="160" cy="180" r="2" fill="#FFF" />
<circle cx="190" cy="220" r="2.5" fill="#FFF" />
</g>
</svg>
Judge's Analysis
Player 1's submission adheres more closely to the prompt by incorporating a clear depiction of a giraffe with spots, a top hat, and pizzas being juggled under a starry sky.
The technical quality and compositional clarity are higher, making the concept more recognizable.
Player 2's submission is less clear in representing the giraffe and juggling elements, reducing its adherence to the prompt and overall visual appeal.
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.