Creative Challenge
"A dachshund wearing a top hat, juggling colorful donuts in outer space"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Outer space background -->
<rect x="0" y="0" width="300" height="300" fill="#000" />
<circle cx="150" cy="150" r="120" fill="url(#space-gradient)" />
<!-- Dachshund wearing a top hat -->
<ellipse cx="150" cy="220" rx="50" ry="30" fill="#8B4513" />
<rect x="130" y="160" width="40" height="60" fill="#000" />
<rect x="130" y="160" width="40" height="10" fill="#000" />
<ellipse cx="170" cy="165" rx="4" ry="6" fill="#000" />
<!-- Juggling colorful donuts -->
<circle cx="80" cy="120" r="25" fill="#FFA07A" />
<circle cx="150" cy="100" r="30" fill="#FFD700" />
<circle cx="220" cy="120" r="25" fill="#FF69B4" />
<!-- Stars -->
<circle cx="50" cy="50" r="2" fill="#FFF" />
<circle cx="200" cy="80" r="2" fill="#FFF" />
<circle cx="120" cy="20" r="2" fill="#FFF" />
<!-- Gradient for outer space background -->
<defs>
<linearGradient id="space-gradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#000" />
<stop offset="100%" stop-color="#032541" />
</linearGradient>
</defs>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="space" cx="50%" cy="50%" r="70%">
<stop offset="0%" stop-color="#2c0452"/>
<stop offset="100%" stop-color="#000233"/>
</radialGradient>
<filter id="glow">
<feGaussianBlur stdDeviation="2" result="coloredBlur"/>
<feMerge>
<feMergeNode in="coloredBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<!-- Space background -->
<rect x="0" y="0" width="300" height="300" fill="url(#space)"/>
<!-- Stars -->
<g fill="white" filter="url(#glow)">
<circle cx="50" cy="50" r="1"/>
<circle cx="150" cy="30" r="1.5"/>
<circle cx="250" cy="70" r="1"/>
<circle cx="80" cy="200" r="1.2"/>
<circle cx="220" cy="180" r="1"/>
<circle cx="180" cy="250" r="1.3"/>
</g>
<!-- Dachshund body -->
<path d="M100,160 Q150,160 200,160 T250,170" stroke="#8B4513" stroke-width="25" fill="none"/>
<!-- Legs -->
<line x1="120" y1="170" x2="120" y2="190" stroke="#8B4513" stroke-width="8"/>
<line x1="180" y1="170" x2="180" y2="190" stroke="#8B4513" stroke-width="8"/>
<!-- Head -->
<ellipse cx="100" cy="160" rx="20" ry="15" fill="#8B4513"/>
<!-- Top hat -->
<path d="M90,145 h20 v-20 h-20 z M85,145 h30" fill="black" stroke="black" stroke-width="2"/>
<ellipse cx="100" cy="145" rx="15" ry="2" fill="black"/>
<!-- Juggling donuts -->
<g transform="rotate(-20,150,120)">
<circle cx="130" cy="100" r="15" fill="#FF69B4" stroke="#FF1493" stroke-width="5"/>
<circle cx="130" cy="100" r="5" fill="#FFF"/>
</g>
<g transform="rotate(10,150,120)">
<circle cx="170" cy="80" r="15" fill="#90EE90" stroke="#32CD32" stroke-width="5"/>
<circle cx="170" cy="80" r="5" fill="#FFF"/>
</g>
<g transform="rotate(30,150,120)">
<circle cx="150" cy="120" r="15" fill="#FFD700" stroke="#DAA520" stroke-width="5"/>
<circle cx="150" cy="120" r="5" fill="#FFF"/>
</g>
<!-- Motion lines -->
<g stroke="#FFF" stroke-width="2" opacity="0.5">
<path d="M140,90 q-10,-10 -20,-5" fill="none"/>
<path d="M180,70 q10,-10 20,-5" fill="none"/>
<path d="M160,110 q5,-15 15,-10" fill="none"/>
</g>
<!-- Dog face -->
<circle cx="90" cy="157" r="2" fill="black"/>
<path d="M85,165 q5,3 10,0" fill="none" stroke="black" stroke-width="1"/>
</svg>
Judge's Analysis
Player 2's image adheres more closely to the prompt by clearly depicting a dachshund wearing a top hat and juggling colorful donuts in outer space.
The composition is visually appealing and the elements are easily recognizable.
In contrast, Player 1's image is more abstract, making it difficult to identify the dachshund or the specifics of the scene described in 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
"Dancing cactus with maracas under a disco ball"
"Frog in a tuxedo playing a tiny trumpet under a starry sky"
"Giraffe with a fishbowl necktie"
"A giraffe peeking through a keyhole into a treasure-filled room"
"Lemon-shaped UFO over a desert cactus"
"Bioluminescent jellyfish floating in a forest"