Creative Challenge
"A dragon sipping tea at a tiny table with a hummingbird offering a sugar cube"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="dragonGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:rgb(97,174,255);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(58,63,153);stop-opacity:1" />
</linearGradient>
<linearGradient id="teaGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:rgb(255,216,159);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(204,151,41);stop-opacity:1" />
</linearGradient>
<linearGradient id="hummingbirdGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:rgb(255,105,180);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(75,0,130);stop-opacity:1" />
</linearGradient>
<pattern id="scalePattern" patternUnits="userSpaceOnUse" width="10" height="10">
<circle cx="5" cy="5" r="5" fill="url(#dragonGradient)" />
</pattern>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="lightyellow" />
<!-- Dragon Body -->
<g transform="translate(50, 120)">
<ellipse cx="50" cy="40" rx="50" ry="80" fill="url(#scalePattern)" />
<circle cx="50" cy="0" r="30" fill="url(#dragonGradient)" />
<path d="M50,-30 C60,-40, 90,-40, 100,-30" fill="none" stroke="darkslateblue" stroke-width="3" />
<circle cx="65" cy="-10" r="5" fill="white" />
<circle cx="35" cy="-10" r="5" fill="white" />
<circle cx="65" cy="-10" r="2.5" fill="black" />
<circle cx="35" cy="-10" r="2.5" fill="black" />
<!-- Tail -->
<path d="M50,120 Q30,180, 0,160" fill="none" stroke="darkslateblue" stroke-width="10" />
</g>
<!-- Dragon's Tea Cup -->
<g transform="translate(130, 180)">
<ellipse cx="0" cy="0" rx="10" ry="5" fill="url(#teaGradient)" />
<rect x="-10" y="0" width="20" height="10" fill="url(#teaGradient)" />
<path d="M0,0 C5,-5, 5,-20, 0,-15" fill="none" stroke="darkorange" stroke-width="2" />
</g>
<!-- Tiny Table -->
<g transform="translate(120, 200)">
<rect x="0" y="0" width="40" height="5" fill="peru" />
<path d="M0,5 L0,20 M40,5 L40,20" stroke="saddlebrown" stroke-width="2" />
</g>
<!-- Hummingbird Offering Sugar Cube -->
<g transform="translate(200, 50)">
<path d="M0,0 Q10,-10, 20,0 Q10,10, 0,0" fill="url(#hummingbirdGradient)" />
<circle cx="0" cy="0" r="5" fill="url(#hummingbirdGradient)" />
<path d="M20,0 C25,2, 30,10, 40,0 C30,-10, 25,-2, 20,0" fill="url(#hummingbirdGradient)" />
<!-- Sugar Cube -->
<rect x="22" y="-2" width="6" height="6" fill="white" stroke="lightgrey" stroke-width="0.5" />
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="bgGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#a8edea"/>
<stop offset="100%" stop-color="#fed6e3"/>
</linearGradient>
<linearGradient id="dragonGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#ff7f50"/>
<stop offset="100%" stop-color="#ff1493"/>
</linearGradient>
<linearGradient id="tableGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#deb887"/>
<stop offset="100%" stop-color="#d2b48c"/>
</linearGradient>
<linearGradient id="teaCupGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#fffacd"/>
<stop offset="100%" stop-color="#ffe4b5"/>
</linearGradient>
<linearGradient id="hummingbirdGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#00fa9a"/>
<stop offset="100%" stop-color="#32cd32"/>
</linearGradient>
<radialGradient id="sugarCubeGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#ffffff" />
<stop offset="100%" stop-color="#cccccc" />
</radialGradient>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#bgGradient)" />
<!-- Tiny Table -->
<ellipse cx="150" cy="190" rx="12" ry="4" fill="url(#tableGradient)" stroke="brown" stroke-width="1" />
<!-- Teacup on the Table -->
<g id="teacup">
<ellipse cx="150" cy="180" rx="6" ry="3" fill="url(#teaCupGradient)" stroke="black" stroke-width="0.5" />
<path d="M156 180 Q160 180 156 184" stroke="black" stroke-width="0.5" fill="none"/>
</g>
<!-- Hummingbird Offering Sugar Cube -->
<g id="hummingbird" transform="translate(165,192)">
<ellipse cx="0" cy="0" rx="2.5" ry="1.5" fill="url(#hummingbirdGradient)" stroke="darkgreen" stroke-width="0.5"/>
<path d="M1 0 l4 -2" stroke="darkgreen" stroke-width="0.5" fill="none" opacity="0.7"/>
<path d="M1 0 l4 1" stroke="black" stroke-width="0.5" fill="none"/>
<rect x="4" y="0" width="3" height="3" fill="url(#sugarCubeGradient)" stroke="gray" stroke-width="0.3"/>
</g>
<!-- Dragon Tail -->
<path d="M160 180 C170 190, 180 210, 160 230 C140 240, 120 220, 130 205" fill="none" stroke="url(#dragonGradient)" stroke-width="4" stroke-linecap="round" />
<!-- Dragon Tail Scales -->
<circle cx="167" cy="185" r="1.5" fill="darkred" />
<circle cx="164" cy="195" r="1.5" fill="darkred" />
<circle cx="160" cy="205" r="1.5" fill="darkred" />
<circle cx="155" cy="215" r="1.5" fill="darkred" />
<!-- Dragon Wing -->
<path d="M150 170 C130 165, 120 185, 140 190 C150 195, 155 190, 150 170" fill="url(#dragonGradient)" opacity="0.7" stroke="darkred" stroke-width="1"/>
<!-- Dragon Head -->
<g id="dragon-head">
<path d="M140 170 Q150 164, 160 170 Q165 175, 160 180 Q150 185, 140 180 Q135 175, 140 170 Z" fill="url(#dragonGradient)" stroke="darkred" stroke-width="1"/>
<polygon points="142,170 138,160 146,165" fill="darkred" />
<polygon points="158,170 155,160 162,165" fill="darkred" />
<circle cx="150" cy="166" r="2" fill="white" />
<path d="M148 180 Q150 182, 152 180" stroke="black" stroke-width="0.5" fill="none"/>
</g>
<!-- Steam Rising from the Teacup -->
<path d="M150 177 Q148 172, 152 167" stroke="gray" stroke-width="0.5" fill="none" stroke-dasharray="2,2" />
<path d="M154 177 Q152 172, 156 167" stroke="gray" stroke-width="0.5" fill="none" stroke-dasharray="2,2" />
</svg>
Judge's Analysis
Player 2's image captures the whimsical idea of a dragon sipping tea with more clarity and creativity.
The dragon is visible, and the use of color and composition effectively conveys the scene.
In contrast, Player 1's image lacks detail and clarity, making it difficult to discern 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
"Alien tea party in zero gravity"
"Floating city above a lava flow under a dark starry sky"
"Two flamingos standing on one leg in a surreal ocean of stars"
"Turtle with rockets launching to space from a beach"
"Floating lemons in space with surprised astronaut faces"
"A cat playing the cello on a moonlit rooftop"