Creative Challenge
"Purple giraffe on roller skates juggling flaming torches"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background with gradient sky and stars -->
<defs>
<linearGradient id="skyGrad" x1="0" y1="0" x2="0" y2="300" gradientUnits="userSpaceOnUse">
<stop offset="0" style="stop-color:#1a0f3c;stop-opacity:1" />
<stop offset="1" style="stop-color:#4a1010;stop-opacity:1" />
</linearGradient>
<linearGradient id="giraffeFur" x1="0" y1="0" x2="0" y2="100" gradientUnits="userSpaceOnUse">
<stop offset="0" style="stop-color:#6b2e6e;stop-opacity:1" />
<stop offset="1" style="stop-color:#8e24aa;stop-opacity:1" />
</linearGradient>
<linearGradient id="flame" x1="0" y1="0" x2="0" y2="100" gradientUnits="userSpaceOnUse">
<stop offset="0" style="stop-color:#ff4400;stop-opacity:1" />
<stop offset="1" style="stop-color:#ff0000;stop-opacity:1" />
</linearGradient>
<pattern id="spots" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="3" style="fill:#ffffff;stroke:#8e24aa;stroke-width:1" />
</pattern>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#skyGrad)" />
<!-- Stars -->
<g id="stars" opacity="0.6">
<circle cx="50" cy="50" r="1" fill="white" />
<circle cx="80" cy="30" r="1" fill="white" />
<circle cx="150" cy="20" r="1" fill="white" />
<circle cx="200" cy="40" r="1" fill="white" />
<circle cx="250" cy="60" r="1" fill="white" />
</g>
<!-- Moon -->
<path d="M 100,50 L 120,40 L 140,50 L 130,60 L 110,60 L 100,50 Z" fill="#ffffff" opacity="0.8" />
<!-- Giraffe -->
<g transform="translate(150,150)">
<!-- Body -->
<path d="M 0,0 L 50,-50 L 100,0 L 120,20 L 80,40 L 40,20 L 20,0 L 0,0 Z" fill="url(#giraffeFur)" stroke="#8e24aa" stroke-width="2" />
<!-- Neck -->
<path d="M 40,-80 Q 50,-100 60,-80 Q 70,-60 60,-40" fill="url(#giraffeFur)" stroke="#8e24aa" stroke-width="2" />
<!-- Head -->
<circle cx="60" cy="-40" r="15" fill="url(#giraffeFur)" stroke="#8e24aa" stroke-width="2" />
<!-- Eyes -->
<circle cx="55" cy="-35" r="3" fill="white" />
<circle cx="65" cy="-35" r="3" fill="white" />
<!-- Smile -->
<path d="M 55,-42 Q 60,-45 65,-42" stroke="white" stroke-width="2" fill="none" />
<!-- Spots -->
<rect x="10" y="-30" width="20" height="20" fill="url(#spots)" />
<rect x="30" y="-40" width="20" height="20" fill="url(#spots)" />
<rect x="50" y="-35" width="20" height="20" fill="url(#spots)" />
</g>
<!-- Roller Skates -->
<g transform="translate(150,180)" opacity="0.8">
<rect x="0" y="0" width="40" height="20" fill="#4a1010" rx="10" />
<circle cx="10" cy="10" r="5" fill="#4a1010" />
<circle cx="30" cy="10" r="5" fill="#4a1010" />
<path d="M 5,5 L 5,15 L 35,15 L 35,5 Z" fill="#4a1010" />
<path d="M 15,5 Q 20,0 25,5" stroke="#ffffff" stroke-width="2" fill="none" />
</g>
<!-- Flaming Torches -->
<g id="torch" transform="rotate(0)">
<path d="M 0,0 Q 10,-20 20,0 Q 30,-20 40,0 Q 30,20 20,40 L 0,20 L 0,0 Z" fill="url(#flame)" stroke="#ff0000" stroke-width="2" />
<circle cx="20" cy="20" r="8" fill="#ff4400" stroke="#ff0000" stroke-width="2" />
</g>
<!-- Multiple torches -->
<use xlink:href="#torch" transform="rotate(30)" x="100" y="100" opacity="0.8" />
<use xlink:href="#torch" transform="rotate(-30)" x="200" y="100" opacity="0.8" />
<use xlink:href="#torch" transform="rotate(0)" x="150" y="50" opacity="0.8" />
<!-- Movement lines -->
<path d="M 100,100 Q 150,50 200,100 Q 250,150 200,200 Q 150,250 100,200 Q 50,150 100,100 Z"
stroke="url(#giraffeFur)" stroke-width="4" fill="none" opacity="0.5" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="purpleGradient">
<stop offset="0%" stop-color="#6A1B9A"/>
<stop offset="100%" stop-color="#A15BD5"/>
</linearGradient>
<radialGradient id="torchFlame">
<stop offset="0%" stop-color="#FF4400"/>
<stop offset="50%" stop-color="#FF8866"/>
<stop offset="100%" stop-color="#FFEECC"/>
</radialGradient>
<pattern id="sparkles" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="1" fill="white"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#purpleGradient)"/>
<g transform="translate(150,150)">
<!-- Giraffe Body -->
<path d="M0,0 Q50,50 100,0 Q150,-50 200,0 Q250,50 300,0" fill="#6A1B9A" stroke="#330066" stroke-width="2"/>
<!-- Head -->
<circle cx="0" cy="-100" r="40" fill="#6A1B9A"/>
<circle cx="0" cy="-100" r="30" fill="white"/>
<circle cx="-30" cy="-100" r="15" fill="#333333"/>
<circle cx="30" cy="-100" r="15" fill="#333333"/>
<path d="M-20,-100 C-20,-100 -40,-100 -60,-100" fill="none" stroke="#FFD700" stroke-width="3"/>
<!-- Legs -->
<rect x="-20" y="50" width="40" height="60" fill="#6A1B9A"/>
<rect x="-20" y="110" width="40" height="40" fill="#6A1B9A"/>
<!-- Skates -->
<rect x="-30" y="150" width="60" height="20" rx="10" fill="#C0C0C0"/>
<rect x="-30" y="160" width="60" height="10" rx="5" fill="#FFD700"/>
<!-- Torches -->
<g transform="translate(-50, -150)">
<circle cx="0" cy="0" r="15" fill="url(#torchFlame)"/>
<circle cx="0" cy="0" r="10" fill="white"/>
<circle cx="0" cy="0" r="20" fill="url(#torchFlame)" opacity="0.5"/>
</g>
<g transform="translate(50, -150)">
<circle cx="0" cy="0" r="15" fill="url(#torchFlame)"/>
<circle cx="0" cy="0" r="10" fill="white"/>
<circle cx="0" cy="0" r="20" fill="url(#torchFlame)" opacity="0.5"/>
</g>
<g transform="translate(0, -200)">
<circle cx="0" cy="0" r="15" fill="url(#torchFlame)"/>
<circle cx="0" cy="0" r="10" fill="white"/>
<circle cx="0" cy="0" r="20" fill="url(#torchFlame)" opacity="0.5"/>
</g>
</g>
<rect width="300" height="300" fill="url(#purpleGradient)"/>
<g transform="translate(150,150)">
<!-- Background Stars -->
<circle cx="-100" cy="-100" r="2" fill="white"/>
<circle cx="100" cy="-100" r="2" fill="white"/>
<circle cx="-50" cy="-50" r="2" fill="white"/>
<circle cx="50" cy="-50" r="2" fill="white"/>
</g>
</svg>
Judge's Analysis
Player 1's image clearly depicts a purple giraffe on roller skates juggling flaming torches, adhering closely to the prompt.
The technical quality and creativity are evident in the detailed rendering of the giraffe and the dynamic action of juggling.
Player 2's image lacks clear representation of the elements required by the prompt, offering only a gradient background with no discernible subject.
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
"Floating cat juggling stars in neon space"
"A city skyline made of fruit"
"Rainbow umbrella floating above a sunflower field"
"Dancing cactus wearing sunglasses under a disco ball"
"Flying toaster-shaped clouds over a neon cityscape"
"Rainbow octopus juggling planets under the sea"