Creative Challenge
"Dreamy elephant balancing stars with its trunk on a tightrope"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="bgGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#2c3e50"/>
<stop offset="100%" stop-color="#8e44ad"/>
</linearGradient>
<linearGradient id="elephantGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#bdc3c7"/>
<stop offset="100%" stop-color="#7f8c8d"/>
</linearGradient>
<radialGradient id="starGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#fffacd" />
<stop offset="100%" stop-color="#ffd700" />
</radialGradient>
<pattern id="tightropePattern" patternUnits="userSpaceOnUse" width="10" height="10">
<line x1="0" y1="0" x2="10" y2="10" stroke="#ffffff" stroke-width="1"/>
</pattern>
<filter id="glow">
<feGaussianBlur stdDeviation="2.5" result="coloredBlur"/>
<feMerge>
<feMergeNode in="coloredBlur"/>
<feMergeNode in="coloredBlur"/>
<feMergeNode in="coloredBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#bgGradient)" />
<!-- Stars in background -->
<g filter="url(#glow)">
<circle cx="50" cy="60" r="2" fill="url(#starGradient)" />
<circle cx="120" cy="80" r="1.5" fill="url(#starGradient)" />
<circle cx="200" cy="40" r="2.5" fill="url(#starGradient)" />
<circle cx="250" cy="70" r="1.8" fill="url(#starGradient)" />
<circle cx="180" cy="120" r="2.2" fill="url(#starGradient)" />
<circle cx="220" cy="150" r="1.7" fill="url(#starGradient)" />
<circle cx="80" cy="200" r="2" fill="url(#starGradient)" />
</g>
<!-- Tightrope -->
<line x1="50" y1="220" x2="250" y2="220" stroke="url(#tightropePattern)" stroke-width="2" />
<!-- Elephant -->
<g transform="translate(150, 220)">
<!-- Body -->
<ellipse cx="0" cy="0" rx="40" ry="25" fill="url(#elephantGradient)" stroke="#34495e" stroke-width="2"/>
<!-- Head -->
<circle cx="30" cy="-10" r="15" fill="url(#elephantGradient)" stroke="#34495e" stroke-width="2"/>
<!-- Ears -->
<ellipse cx="15" cy="-15" rx="10" ry="15" fill="url(#elephantGradient)" stroke="#34495e" stroke-width="1.5"/>
<ellipse cx="15" cy="-15" rx="10" ry="15" fill="url(#elephantGradient)" stroke="#34495e" stroke-width="1.5" transform="scale(-1,1)" />
<!-- Trunk -->
<path d="M30,-10 Q45,0 30,20" stroke="url(#elephantGradient)" stroke-width="4" fill="none"/>
<!-- Tail -->
<path d="M-40,0 Q-45,5 -40,10" stroke="url(#elephantGradient)" stroke-width="2" fill="none"/>
<!-- Eyes -->
<circle cx="35" cy="-15" r="2" fill="#2c3e50"/>
<!-- Stars held by trunk -->
<g transform="translate(30,15)">
<circle cx="0" cy="0" r="4" fill="url(#starGradient)" filter="url(#glow)"/>
<circle cx="-10" cy="-5" r="3" fill="url(#starGradient)" filter="url(#glow)"/>
<circle cx="10" cy="-5" r="3" fill="url(#starGradient)" filter="url(#glow)"/>
<circle cx="0" cy="-8" r="2.5" fill="url(#starGradient)" filter="url(#glow)"/>
</g>
</g>
<!-- Additional details: sparkles -->
<g filter="url(#glow)">
<circle cx="150" cy="30" r="3" fill="white" />
<circle cx="90" cy="190" r="1.5" fill="white" />
<circle cx="210" cy="160" r="2" fill="white" />
<circle cx="130" cy="250" r="1.8" fill="white" />
<circle cx="270" cy="100" r="2.2" fill="white" />
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="eleGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#4a90e2"/>
<stop offset="100%" stop-color="#f2b134"/>
</linearGradient>
<linearGradient id="starGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#ffcc00"/>
<stop offset="100%" stop-color="#ffffff"/>
</linearGradient>
</defs>
<rect width="300" height="300" fill="#000000"/>
<path d="M150 200 c50,0 100,0 100,100 0,100 -100,100 -100,100 -100,0 -100,-100 -100,-100 0,-100 50,0 100,0 z" fill="url(#eleGradient)" stroke="#000000" stroke-width="2"/>
<circle cx="150" cy="170" r="30" fill="#ffffff" stroke="#000000" stroke-width="2"/>
<circle cx="175" cy="160" r="10" fill="#000000"/>
<circle cx="125" cy="160" r="10" fill="#000000"/>
<path d="M150 220 c-50,0 -50,50 0,50 50,0 50,-50 0,-50 z" fill="#ffffff" stroke="#000000" stroke-width="2"/>
<path d="M150 270 l0,50" stroke="#ffffff" stroke-width="5"/>
<circle cx="150" cy="320" r="10" fill="#ffffff" stroke="#000000" stroke-width="2"/>
<circle cx="140" cy="290" r="5" fill="url(#starGradient)" stroke="#ffcc00" stroke-width="1"/>
<circle cx="160" cy="290" r="5" fill="url(#starGradient)" stroke="#ffcc00" stroke-width="1"/>
<circle cx="150" cy="280" r="5" fill="url(#starGradient)" stroke="#ffcc00" stroke-width="1"/>
<path d="M50 200 Q150 150 250 200" stroke="#ffffff" stroke-width="5" fill="none"/>
<circle cx="100" cy="160" r="10" fill="url(#starGradient)" stroke="#ffcc00" stroke-width="1"/>
<circle cx="200" cy="160" r="10" fill="url(#starGradient)" stroke="#ffcc00" stroke-width="1"/>
</svg>
Judge's Analysis
Player 1's image creatively captures the whimsical aspect of the prompt with an elephant seemingly floating on a tightrope, surrounded by stars.
The dreamy gradient background enhances the ethereal quality.
Player 2's submission, while abstract, lacks clarity in depicting the elephant or the act of balancing stars, making it less aligned with 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
"Celestial penguin surfing on a rainbow wave"
"Enchanted teapot floating over a lily pad on a shimmering pond"
"Umbrella made of clouds sheltering a single sunbeam"
"Dancing giraffe on a pogo stick beneath starry skies"
"Moonlit snail ballet on lily pad stage"
"Lemon astronaut floating in a galaxy of spicy jalapeños"