Creative Challenge
"An iceberg shaped like a giant teacup with penguins sipping tea"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="iceberg-gradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#A8D8E0; stop-opacity:1" />
<stop offset="100%" style="stop-color:#D6EAF8; stop-opacity:1" />
</linearGradient>
<radialGradient id="cup-gradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#FFB3BA; stop-opacity:1" />
<stop offset="100%" style="stop-color:#FF677D; stop-opacity:1" />
</radialGradient>
</defs>
<g transform="translate(150, 200)">
<path d="M-70 -80 Q-45 -120 0 -100 Q45 -120 70 -80 L70 0 L-70 0 Z" fill="url(#iceberg-gradient)" />
<path d="M-35 -100 Q-25 -90 0 -90 Q25 -90 35 -100 Q25 -80 0 -80 Q-25 -80 -35 -100 Z" fill="url(#cup-gradient)" />
<rect x="-50" y="-85" width="100" height="20" fill="#FFE66D" rx="10" />
<circle cx="0" cy="-90" r="6" fill="#6BBE45" />
<path d="M-10 -40 Q-30 -50 -25 -20 Q-35 -10 -10 -15" fill="#FFFFFF" stroke="#183C4F" stroke-width="2" />
<g transform="scale(0.5)">
<ellipse cx="-40" cy="-150" rx="12" ry="15" fill="#FFFFFF" />
<ellipse cx="40" cy="-150" rx="12" ry="15" fill="#FFFFFF" />
<path d="M-45 -140 L-45 -140 Q-50 -150 -60 -140 Q-50 -145 -45 -140" fill="#000000" />
<path d="M45 -140 L45 -140 Q50 -150 60 -140 Q50 -145 45 -140" fill="#000000" />
</g>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="iceGradient">
<stop offset="0%" stop-color="#e6f7ff"/>
<stop offset="100%" stop-color="#73cceb"/>
</linearGradient>
<linearGradient id="teaGradient">
<stop offset="0%" stop-color="#b2d8d8"/>
<stop offset="100%" stop-color="#6ab0af"/>
</linearGradient>
</defs>
<path d="M150 250 Q180 220 200 200 Q150 180 100 200 Q70 220 100 250 Z" fill="url(#iceGradient)" />
<path d="M140 190 L160 190 L158 185 L142 185 Z" fill="#6ab0af" />
<g transform="translate(120,180)">
<circle cx="0" cy="0" r="5" fill="#2c1810" />
<path d="M-5 5 L5 5 L3 10 L-3 10 Z" fill="#2c1810" />
</g>
<g transform="translate(180,180)">
<circle cx="0" cy="0" r="5" fill="#2c1810" />
<path d="M-5 5 L5 5 L3 10 L-3 10 Z" fill="#2c1810" />
</g>
<path d="M100 250 Q150 270 200 250" fill="none" stroke="#e6f7ff" stroke-width="2" />
<g transform="translate(150,220)">
<circle cx="0" cy="0" r="15" fill="url(#teaGradient)" />
<path d="M0 0 L20 0 L18 10 L-18 10 L-20 0 Z" fill="url(#teaGradient)" />
</g>
<g transform="translate(130,200)">
<circle cx="0" cy="0" r="10" fill="#2c1810" />
<path d="M-5 5 L5 5 L3 10 L-3 10 Z" fill="#2c1810" />
</g>
<g transform="translate(170,200)">
<circle cx="0" cy="0" r="10" fill="#2c1810" />
<path d="M-5 5 L5 5 L3 10 L-3 10 Z" fill="#2c1810" />
</g>
<path d="M140 190 L160 190 L165 180 L135 180 Z" fill="#6ab0af" />
<path d="M10 280 Q80 290 150 280 Q220 290 300 280" fill="#e6f7ff" />
<path d="M50 270 Q100 280 150 270" fill="#e6f7ff" />
<path d="M200 270 Q250 280 300 270" fill="#e6f7ff" />
<g transform="translate(150,250)">
<circle cx="0" cy="0" r="5" fill="#2c1810" />
<path d="M-5 5 L5 5 L3 10 L-3 10 Z" fill="#2c1810" />
</g>
<path d="M150 190 Q160 180 150 170 Q140 180 150 190" fill="#6ab0af" />
<path d="M145 185 L155 185 L153 175 L147 175 Z" fill="#2c1810" />
<path d="M145 180 L155 180 L153 170 L147 170 Z" fill="#2c1810" />
<path d="M140 175 L160 175 L158 165 L142 165 Z" fill="#2c1810" />
<path d="M150 160 L160 160 L158 150 L148 150 L140 160 Z" fill="#2c1810" />
</svg>
Judge's Analysis
Player 2's image more effectively conveys the idea of an iceberg shaped like a teacup with penguins sipping tea.
The composition clearly includes penguins and a teacup shape, adhering closely to the prompt.
Player 1's image lacks clarity in depicting both the iceberg and the theme of tea-drinking penguins, making Player 2's submission more successful in terms of creativity and adherence.
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
"Sneezing snail with a top hat"
"Rainbow snail trail on a moonlit lily pad"
"Lighthouse on a cliff guiding paper boats through a sky of stars"
"Melting clock dripping into a swirling teacup"
"Surreal tree growing through an ancient clock"
"Surreal clock melting over a tree branch"