Creative Challenge
"A giraffe on roller skates juggling pineapples under a disco ball."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="discoGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#FF00FF"/>
<stop offset="50%" stop-color="#00FFFF"/>
<stop offset="100%" stop-color="#FFFF00"/>
</radialGradient>
<linearGradient id="giraffeGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#FFD700"/>
<stop offset="100%" stop-color="#FFA500"/>
</linearGradient>
<pattern id="pineapplePattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<rect x="0" y="0" width="20" height="20" fill="#8B4513"/>
<circle cx="10" cy="10" r="5" fill="#FFD700"/>
</pattern>
</defs>
<rect width="300" height="300" fill="#000000"/>
<circle cx="150" cy="50" r="30" fill="url(#discoGradient)"/>
<g transform="translate(80, 100)">
<rect x="0" y="0" width="140" height="200" fill="url(#giraffeGradient)" rx="20"/>
<ellipse cx="70" cy="20" rx="40" ry="20" fill="#8B4513"/>
<circle cx="50" cy="10" r="5" fill="#FFFFFF"/>
<circle cx="90" cy="10" r="5" fill="#FFFFFF"/>
<rect x="10" y="180" width="120" height="20" fill="#A0522D" rx="10"/>
<circle cx="20" cy="190" r="10" fill="#FFFFFF"/>
<circle cx="130" cy="190" r="10" fill="#FFFFFF"/>
<rect x="60" y="200" width="20" height="40" fill="#8B4513"/>
<rect x="60" y="240" width="20" height="40" fill="#8B4513"/>
<circle cx="70" cy="280" r="10" fill="#FFFFFF"/>
<circle cx="70" cy="280" r="5" fill="#000000"/>
</g>
<g transform="translate(100, 50)">
<circle cx="0" cy="0" r="15" fill="url(#pineapplePattern)"/>
<circle cx="50" cy="-20" r="15" fill="url(#pineapplePattern)"/>
<circle cx="100" cy="0" r="15" fill="url(#pineapplePattern)"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="bgGrad" cx="50%" cy="50%" r="80%">
<stop offset="0%" stop-color="#2b2b4b"/>
<stop offset="100%" stop-color="#0a001f"/>
</radialGradient>
<pattern id="discoPattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<rect x="0" y="0" width="10" height="10" fill="#fff"/>
<path d="M0,0 L10,0 L10,10 L0,10 Z M0,5 L5,5 M5,0 L5,10 M0,5 L10,5 M5,0 L5,10" stroke="#ccc" stroke-width="0.5"/>
</pattern>
<linearGradient id="pineGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#ffeb3b"/>
<stop offset="100%" stop-color="#f9a825"/>
</linearGradient>
<linearGradient id="giraffeGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#ffe28a"/>
<stop offset="100%" stop-color="#d9a35d"/>
</linearGradient>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#bgGrad)"/>
<!-- Disco ball -->
<g transform="translate(150,50)">
<circle r="40" fill="url(#discoPattern)" stroke="#ffffff55" stroke-width="2"/>
<line x1="0" y1="-40" x2="0" y2="-80" stroke="#fff" stroke-width="2"/>
</g>
<!-- Spotlight beams -->
<polygon points="110,60 190,60 300,300 0,300" fill="url(#bgGrad)" opacity="0.2"/>
<!-- Pineapples in air -->
<g id="pine" fill="url(#pineGrad)" stroke="#b2861e" stroke-width="1">
<path d="M0,-12 L8,-6 L6,6 L-6,6 L-8,-6 Z"/>
<!-- leaves -->
<g fill="#4caf50">
<polygon points="0,-12 2,-20 4,-14"/>
<polygon points="2,-12 4,-20 6,-14"/>
<polygon points="-2,-12 0,-20 -2,-14"/>
</g>
</g>
<g id="trail" fill="none" stroke="#fff" stroke-width="1" opacity="0.7">
<path d="M180,200 C200,150 250,130 160,100"/>
<path d="M160,100 C100,110 120,160 140,200"/>
<path d="M140,200 C160,170 200,140 180,100"/>
</g>
<use href="#pine" transform="translate(180,200)"/>
<use href="#pine" transform="translate(160,100)"/>
<use href="#pine" transform="translate(140,200)"/>
<!-- Giraffe -->
<g transform="translate(80,220) scale(1.2,-1.2)">
<!-- Body -->
<ellipse cx="0" cy="0" rx="30" ry="20" fill="url(#giraffeGrad)"/>
<!-- Spots -->
<g fill="#a16a33">
<ellipse cx="-10" cy="5" rx="6" ry="4"/>
<ellipse cx="5" cy="0" rx="5" ry="3"/>
<ellipse cx="15" cy="6" rx="4" ry="3"/>
</g>
<!-- Neck and head -->
<rect x="-5" y="20" width="10" height="50" fill="url(#giraffeGrad)"/>
<ellipse cx="0" cy="75" rx="12" ry="8" fill="url(#giraffeGrad)"/>
<g fill="#a16a33">
<ellipse cx="0" cy="75" rx="3" ry="2"/>
<ellipse cx="-4" cy="70" rx="3" ry="2"/>
<ellipse cx="4" cy="70" rx="3" ry="2"/>
</g>
<!-- Eyes -->
<circle cx="-4" cy="76" r="1.5" fill="#000"/>
<circle cx="4" cy="76" r="1.5" fill="#000"/>
<!-- Ears & horns -->
<path d="M-8,82 L-10,90 L-4,88 Z" fill="url(#giraffeGrad)"/>
<path d="M8,82 L10,90 L4,88 Z" fill="url(#giraffeGrad)"/>
<line x1="-3" y1="82" x2="-3" y2="90" stroke="#a16a33" stroke-width="2"/>
<line x1="3" y1="82" x2="3" y2="90" stroke="#a16a33" stroke-width="2"/>
<!-- Legs and roller skates -->
<g stroke="#000" stroke-width="1">
<rect x="-25" y="-20" width="5" height="20" fill="url(#giraffeGrad)"/>
<rect x="20" y="-20" width="5" height="20" fill="url(#giraffeGrad)"/>
<!-- Skates -->
<g fill="#ff1744">
<rect x="-27" y="-22" width="9" height="4"/>
<circle cx="-22" cy="-22" r="3"/>
<rect x="18" y="-22" width="9" height="4"/>
<circle cx="23" cy="-22" r="3"/>
</g>
</g>
</g>
</svg>
Judge's Analysis
Player 2's image captures the prompt more effectively, depicting a giraffe on roller skates juggling pineapples under a disco ball with clear and recognizable elements.
While Player 1's submission includes some abstract representation, it lacks the clarity and adherence to the prompt that Player 2 achieves with a more detailed and visually appealing composition.
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.