Creative Challenge
"A giraffe eating spaghetti at a fancy candlelit dinner table."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="plateGradient" cx="0.5" cy="0.5" r="0.5">
<stop offset="0%" stop-color="#FFF" />
<stop offset="100%" stop-color="#EEE" />
</radialGradient>
<pattern id="tableclothPattern" width="20" height="20" patternUnits="userSpaceOnUse">
<rect width="20" height="20" fill="#F8E7DC" />
<circle cx="10" cy="10" r="2" fill="#E6B89C" />
</pattern>
</defs>
<rect width="300" height="300" fill="#336699" />
<rect x="20" y="150" width="260" height="130" fill="url(#tableclothPattern)" />
<ellipse cx="150" cy="220" rx="80" ry="40" fill="url(#plateGradient)" stroke="#D4AF37" stroke-width="2" />
<path d="M100 50 c 20 80, 80 120, 80 130 c 0 10, -5 20, -15 20 c -30 10, -40 20, -50 10" stroke="#D4AF37" stroke-width="10" fill="none" />
<ellipse cx="100" cy="50" rx="20" ry="30" fill="#F0E68C" stroke="#D4AF37" stroke-width="3" />
<g transform="translate(100,70) scale(0.8)">
<ellipse cx="0" cy="0" rx="10" ry="15" fill="#F0E68C" />
<path d="M -5 -5 L 5 5 M -5 5 L 5 -5" stroke="black" stroke-width="2" />
</g>
<g transform="translate(120,75) scale(0.8)">
<ellipse cx="0" cy="0" rx="10" ry="15" fill="#F0E68C" />
<path d="M -5 -5 L 5 5 M -5 5 L 5 -5" stroke="black" stroke-width="2" />
</g>
<path d="M130 180 c -10 -5, -10 50, 0 55" stroke="#E9967A" stroke-width="5" stroke-linecap="round" />
<path d="M150 180 c -10 -5, 0 50, 10 55" stroke="#E9967A" stroke-width="5" stroke-linecap="round" />
<g transform="translate(150, 180)">
<path d="M0 0 c -5 5, -10 40, -5 50" stroke="#FFFAFA" stroke-width="5" stroke-linecap="round" />
<ellipse cx="-5" cy="50" rx="3" ry="5" fill="red" />
</g>
<path d="M120 200 c 10 10, 30 5, 50 10 c 10 2, 20 -5, 20 0" stroke="#E9DCA8" stroke-width="3" fill="none" />
<path d="M140 205 c 10 10, 30 5, 40 10 c 5 2, 10 -5, 10 0" stroke="#E9DCA8" stroke-width="3" fill="none" />
<ellipse cx="50" cy="270" rx="10" ry="20" fill="linear-gradient(to bottom, #FAA, #F77)" />
<ellipse cx="250" cy="270" rx="10" ry="20" fill="linear-gradient(to bottom, #FAA, #F77)" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<radialGradient id="bgGrad" cx="50%" cy="0%" r="100%">
<stop offset="0%" stop-color="#fffbe6"/>
<stop offset="100%" stop-color="#e6d2a3"/>
</radialGradient>
<radialGradient id="flame" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#fff"/>
<stop offset="30%" stop-color="#ffec80"/>
<stop offset="100%" stop-color="#ff5500"/>
</radialGradient>
<pattern id="check" width="20" height="20" patternUnits="userSpaceOnUse">
<rect width="20" height="20" fill="#fff"/>
<rect width="10" height="10" fill="#ffdead"/>
<rect x="10" y="10" width="10" height="10" fill="#ffdead"/>
</pattern>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#bgGrad)"/>
<!-- Tablecloth -->
<rect y="180" width="300" height="120" fill="url(#check)"/>
<!-- Candle -->
<rect x="145" y="150" width="10" height="30" fill="#fff" stroke="#ccc" stroke-width="1"/>
<ellipse cx="150" cy="150" rx="5" ry="2" fill="#eee"/>
<ellipse cx="150" cy="147" rx="4" ry="8" fill="url(#flame)"/>
<!-- Goblet -->
<ellipse cx="230" cy="210" rx="10" ry="5" fill="#b19cd9" stroke="#7b6f86" stroke-width="1"/>
<path d="M220,210 L220,230 L240,230 L240,210 Z" fill="#b19cd9" stroke="#7b6f86" stroke-width="1"/>
<rect x="228" y="230" width="4" height="15" fill="#b19cd9" stroke="#7b6f86" stroke-width="1"/>
<ellipse cx="230" cy="245" rx="12" ry="4" fill="#b19cd9" stroke="#7b6f86" stroke-width="1"/>
<!-- Giraffe neck -->
<path d="M80,180 C75,100 125,100 120,180 Z" fill="#F9C74F" stroke="#B5651D" stroke-width="2"/>
<!-- Giraffe head -->
<ellipse cx="125" cy="95" rx="20" ry="14" fill="#F9C74F" stroke="#B5651D" stroke-width="2"/>
<!-- Muzzle -->
<ellipse cx="135" cy="110" rx="12" ry="6" fill="#FFE7AD"/>
<path d="M130,113 C133,115 137,112 140,113" fill="none" stroke="#B5651D" stroke-width="1"/>
<!-- Ears -->
<path d="M110,90 C105,85 100,90 105,95 Z" fill="#F9C74F" stroke="#B5651D" stroke-width="1"/>
<path d="M135,85 C140,80 145,85 140,90 Z" fill="#F9C74F" stroke="#B5651D" stroke-width="1"/>
<!-- Ossicones -->
<line x1="120" y1="80" x2="120" y2="70" stroke="#B5651D" stroke-width="3" stroke-linecap="round"/>
<line x1="130" y1="80" x2="130" y2="70" stroke="#B5651D" stroke-width="3" stroke-linecap="round"/>
<circle cx="120" cy="68" r="3" fill="#B5651D"/>
<circle cx="130" cy="68" r="3" fill="#B5651D"/>
<!-- Eye -->
<circle cx="140" cy="90" r="3" fill="#000"/>
<!-- Spots -->
<circle cx="90" cy="150" r="6" fill="#b5651d"/>
<circle cx="100" cy="130" r="5" fill="#b5651d"/>
<circle cx="110" cy="170" r="8" fill="#b5651d"/>
<circle cx="120" cy="140" r="6" fill="#b5651d"/>
<circle cx="130" cy="160" r="7" fill="#b5651d"/>
<circle cx="125" cy="95" r="4" fill="#b5651d"/>
<circle cx="135" cy="110" r="3" fill="#b5651d"/>
<!-- Plate shadow -->
<ellipse cx="180" cy="242" rx="40" ry="5" fill="#000" opacity="0.1"/>
<!-- Plate of spaghetti -->
<ellipse cx="180" cy="240" rx="45" ry="15" fill="#fff" stroke="#ccc" stroke-width="2"/>
<!-- Spaghetti strands -->
<path d="M133,112 C150,160 200,230 180,240" fill="none" stroke="#f4a460" stroke-width="3"/>
<path d="M140,114 C155,155 195,235 175,238" fill="none" stroke="#daa520" stroke-width="2.5"/>
<path d="M128,110 C145,150 190,225 185,245" fill="none" stroke="#f4a460" stroke-width="2"/>
</svg>
Judge's Analysis
Player 2's submission better adheres to the prompt, showing a recognizable giraffe with a clear spaghetti-eating action at a table.
The composition is cleaner, and the inclusion of additional details, such as the spotted body and the candle, enhances the scene's visual appeal.
Player 1's submission is less clear in portraying the giraffe and the concept as a whole, making it less effective overall.
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
"Clock melting over a tree branch under a starry sky."
"A rocket blasting off surrounded by dancing jellyfish in space."
"Penguin juggling flaming torches on an iceberg under the northern lights."
"A giraffe riding a unicycle on the moon."