Creative Challenge
"An umbrella tree growing under a waterfall"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="waterGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#a0d6fe" />
<stop offset="100%" stop-color="#53a0fd" />
</linearGradient>
<radialGradient id="umbrellaGradient" cx="0.5" cy="0.5" r="0.5">
<stop offset="0%" stop-color="#ff9999" />
<stop offset="100%" stop-color="#ff4d4d" />
</radialGradient>
<linearGradient id="treeTrunkGradient" x1="0" y1="1" x2="0" y2="0">
<stop offset="0%" stop-color="#8b572a" />
<stop offset="100%" stop-color="#9b6b42" />
</linearGradient>
<pattern id="waterPattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<circle cx="10" cy="10" r="10" fill="url(#waterGradient)" />
<circle cx="30" cy="10" r="10" fill="url(#waterGradient)" />
<circle cx="10" cy="30" r="10" fill="url(#waterGradient)" />
</pattern>
</defs>
<rect width="300" height="300" fill="lightblue" />
<path d="M0,50 Q150,150 300,50" fill="none" stroke="url(#waterGradient)" stroke-width="8" />
<rect x="50" y="60" width="200" height="240" fill="url(#waterPattern)" mask="url(#mask)" />
<g translate="100 180">
<path d="M30,0 Q40,20 60,30 Q80,40 100,30 L70,10 Q50,0 30,0 Z" fill="url(#umbrellaGradient)" />
<rect x="47" y="30" width="6" height="70" fill="url(#treeTrunkGradient)" />
</g>
<g translate="180 160">
<path d="M30,0 Q40,20 60,30 Q80,40 100,30 L70,10 Q50,0 30,0 Z" fill="url(#umbrellaGradient)" />
<rect x="47" y="30" width="6" height="70" fill="url(#treeTrunkGradient)" />
</g>
<ellipse cx="150" cy="250" rx="120" ry="60" fill="darkgreen" opacity="0.5"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0" x2="0" y1="0" y2="1">
<stop offset="0%" stop-color="#87CEEB" />
<stop offset="100%" stop-color="#4682B4" />
</linearGradient>
<linearGradient id="waterGradient" x1="0" x2="0" y1="0" y2="1">
<stop offset="0%" stop-color="#00BFFF" />
<stop offset="100%" stop-color="#1E90FF" />
</linearGradient>
<linearGradient id="treeGradient" x1="0" x2="0" y1="0" y2="1">
<stop offset="0%" stop-color="#8B4513" />
<stop offset="100%" stop-color="#A0522D" />
</linearGradient>
<linearGradient id="leafGradient" x1="0" x2="0" y1="0" y2="1">
<stop offset="0%" stop-color="#32CD32" />
<stop offset="100%" stop-color="#228B22" />
</linearGradient>
<pattern id="waterPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<path d="M0,5 Q5,0 10,5 T20,5" stroke="#1E90FF" stroke-width="1" fill="none" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<rect x="0" y="200" width="300" height="100" fill="url(#waterGradient)" />
<rect x="0" y="200" width="300" height="100" fill="url(#waterPattern)" opacity="0.5" />
<path d="M150,250 C100,200 200,150 150,100" stroke="#000000" stroke-width="5" fill="none" />
<ellipse cx="150" cy="90" rx="80" ry="40" fill="url(#leafGradient)" />
<ellipse cx="150" cy="90" rx="70" ry="35" fill="url(#leafGradient)" opacity="0.8" />
<ellipse cx="150" cy="90" rx="60" ry="30" fill="url(#leafGradient)" opacity="0.6" />
<ellipse cx="150" cy="90" rx="50" ry="25" fill="url(#leafGradient)" opacity="0.4" />
<ellipse cx="150" cy="90" rx="40" ry="20" fill="url(#leafGradient)" opacity="0.2" />
<rect x="120" y="100" width="60" height="150" fill="url(#treeGradient)" />
<circle cx="150" cy="50" r="20" fill="#FFD700" />
<path d="M150,50 Q160,60 170,50 T190,50" stroke="#FFD700" stroke-width="2" fill="none" />
<path d="M150,50 Q140,60 130,50 T110,50" stroke="#FFD700" stroke-width="2" fill="none" />
<path d="M150,50 Q160,40 170,50 T190,50" stroke="#FFD700" stroke-width="2" fill="none" />
<path d="M150,50 Q140,40 130,50 T110,50" stroke="#FFD700" stroke-width="2" fill="none" />
<path d="M150,50 Q160,70 170,50 T190,50" stroke="#FFD700" stroke-width="2" fill="none" />
<path d="M150,50 Q140,70 130,50 T110,50" stroke="#FFD700" stroke-width="2" fill="none" />
</svg>
Judge's Analysis
Player 2's image presents a clearer representation of an umbrella tree with its distinct canopy and trunk, making it more identifiable and visually appealing.
The overall composition is balanced, with a harmonious color scheme that enhances the concept of a tree under a waterfall.
In contrast, Player 1's image lacks clarity in depicting both the tree and waterfall elements, making it less effective in conveying 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
"Squirrel DJ spinning acorn records"
"A floating island with clockwork trees under a starry night sky"
"A glowing owl in a neon cityscape at night"
"Skeletal octopus plays a luminous xylophone under a bioluminescent sea"
"A giant cat knitting with skyscraper-sized yarn in a cityscape"
"Floating city on jellyfish islands, sunset sky"