Creative Challenge
"A tree growing from a floating teacup in the sky."
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="skyGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#87CEEB"/>
<stop offset="100%" stop-color="#E0F7FA"/>
</linearGradient>
<radialGradient id="cupGrad" cx="50%" cy="30%" r="60%">
<stop offset="0%" stop-color="#FFF"/>
<stop offset="100%" stop-color="#D0E1F2"/>
</radialGradient>
<linearGradient id="leafGrad" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#7FC97F"/>
<stop offset="100%" stop-color="#2C8A2C"/>
</linearGradient>
<filter id="cloudBlur" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur in="SourceGraphic" stdDeviation="4"/>
</filter>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="0" dy="2" stdDeviation="2" flood-color="#000" flood-opacity="0.3"/>
</filter>
</defs>
<!-- Background sky -->
<rect width="300" height="300" fill="url(#skyGrad)"/>
<!-- Clouds -->
<g fill="#FFF" filter="url(#cloudBlur)">
<ellipse cx="60" cy="60" rx="40" ry="18"/>
<ellipse cx="120" cy="80" rx="50" ry="20"/>
<ellipse cx="240" cy="50" rx="35" ry="15"/>
<ellipse cx="200" cy="110" rx="45" ry="18"/>
</g>
<!-- Floating teacup -->
<g filter="url(#shadow)">
<ellipse cx="150" cy="200" rx="70" ry="25" fill="url(#cupGrad)" stroke="#A0B8CE" stroke-width="2"/>
<ellipse cx="150" cy="190" rx="65" ry="20" fill="url(#cupGrad)"/>
<path d="M220,190 q20,0 20,20 q0,20 -20,20" fill="url(#cupGrad)" stroke="#A0B8CE" stroke-width="2"/>
<ellipse cx="150" cy="210" rx="70" ry="25" fill="none" stroke="#A0B8CE" stroke-width="2"/>
</g>
<!-- Teabag string -->
<path d="M140,180 q10,-30 20,0" stroke="#C48E6A" stroke-width="1.5" fill="none"/>
<rect x="155" y="148" width="15" height="20" rx="2" ry="2" fill="#E8C59E" stroke="#C48E6A" stroke-width="1"/>
<!-- Tree trunk -->
<path d="M150,190 C145,150 140,120 145,100 C150,80 155,70 160,100 C165,120 160,150 155,190" fill="none" stroke="#8B5A2B" stroke-width="8" stroke-linecap="round"/>
<!-- Branches -->
<path d="M155,120 C130,90 100,60 120,40" stroke="#8B5A2B" stroke-width="6" fill="none" stroke-linecap="round"/>
<path d="M155,140 C180,100 220,80 200,50" stroke="#8B5A2B" stroke-width="6" fill="none" stroke-linecap="round"/>
<path d="M150,160 C120,140 80,110 100,80" stroke="#8B5A2B" stroke-width="6" fill="none" stroke-linecap="round"/>
<!-- Leaves -->
<g fill="url(#leafGrad)" stroke="#386838" stroke-width="0.5">
<circle cx="120" cy="50" r="12"/>
<circle cx="140" cy="60" r="10"/>
<circle cx="160" cy="45" r="11"/>
<circle cx="180" cy="55" r="9"/>
<circle cx="100" cy="80" r="8"/>
<circle cx="130" cy="100" r="10"/>
<circle cx="170" cy="90" r="9"/>
<circle cx="150" cy="80" r="12"/>
</g>
<!-- Floating leaves -->
<g fill="url(#leafGrad)" stroke="#386838" stroke-width="0.4">
<circle cx="200" cy="200" r="4"/>
<circle cx="180" cy="230" r="5"/>
<circle cx="220" cy="250" r="6"/>
<circle cx="140" cy="240" r="5"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Teacup -->
<g transform="translate(120, 50)">
<path d="M 0 0 C 30 0 60 20 60 50 C 60 80 30 100 0 100 C -30 100 -60 80 -60 50 C -60 20 -30 0 0 0" fill="#F7F4C9" stroke="#F2C464" stroke-width="2" />
<ellipse cx="0" cy="50" rx="40" ry="10" fill="#F2F2F2" />
<path d="M 0 60 C 20 60 40 40 40 20 C 40 0 20 -20 0 -20 C -20 -20 -40 0 -40 20 C -40 40 -20 60 0 60" fill="#F7F4C9" stroke="#F2C464" stroke-width="2" />
</g>
<!-- Tree Trunk -->
<rect x="140" y="120" width="20" height="80" fill="#964B00" rx="5" />
<!-- Tree Branches -->
<g transform="translate(150, 200)">
<path d="M 0 0 C -20 -20 -40 0 -40 20 C -40 40 -20 60 0 60 C 20 60 40 40 40 20 C 40 0 20 -20 0 -20" fill="#3E8E41" stroke="#3E8E41" stroke-width="2" />
<path d="M 0 0 C 20 -20 40 0 40 20 C 40 40 20 60 0 60 C -20 60 -40 40 -40 20 C -40 0 -20 -20 0 -20" fill="#3E8E41" stroke="#3E8E41" stroke-width="2" />
</g>
<!-- Leaves -->
<g>
<path d="M 100 220 C 80 240 100 260 120 240 C 140 220 120 200 100 220" fill="#34C759" stroke="#34C759" stroke-width="2" />
<path d="M 180 220 C 160 240 180 260 200 240 C 220 220 200 200 180 220" fill="#34C759" stroke="#34C759" stroke-width="2" />
<path d="M 130 240 C 110 260 130 280 150 260 C 170 240 150 220 130 240" fill="#34C759" stroke="#34C759" stroke-width="2" />
<path d="M 210 240 C 190 260 210 280 230 260 C 250 240 230 220 210 240" fill="#34C759" stroke="#34C759" stroke-width="2" />
</g>
<!-- Clouds -->
<g>
<ellipse cx="50" cy="50" rx="30" ry="20" fill="#FFFFFF" opacity="0.5" />
<ellipse cx="80" cy="30" rx="40" ry="30" fill="#FFFFFF" opacity="0.5" />
<ellipse cx="120" cy="70" rx="50" ry="40" fill="#FFFFFF" opacity="0.5" />
</g>
<!-- Sun -->
<circle cx="250" cy="50" r="30" fill="#F2C464" />
<!-- Gradient Background -->
<rect x="0" y="0" width="300" height="300" fill="url(#gradient)" />
<!-- Gradient Definition -->
<defs>
<linearGradient id="gradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#87CEEB" />
<stop offset="100%" stop-color="#4682B4" />
</linearGradient>
</defs>
</svg>
Judge's Analysis
Player 1's submission clearly depicts the idea of a tree growing from a floating teacup in the sky, with branches and leaves extending from the teacup, which aligns well with the prompt.
Player 2's submission, on the other hand, does not include any elements related to the prompt, making it less relevant and creative in comparison.
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
"A cat juggling planets in space."
"Cat balancing on a ball under a spotlight at midnight."
"Two cats fencing with baguettes under a crescent moon."