Creative Challenge
"A giraffe painting a sunset on a canvas, using its tongue as a paintbrush."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Define color gradients -->
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#ff7e5f"/>
<stop offset="100%" stop-color="#feb47b"/>
</linearGradient>
<linearGradient id="sunGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#ffd700"/>
<stop offset="100%" stop-color="#ff8c00"/>
</linearGradient>
<linearGradient id="giraffeGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#f4a261"/>
<stop offset="100%" stop-color="#d2691e"/>
</linearGradient>
<linearGradient id="canvasGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#fff8dc"/>
<stop offset="100%" stop-color="#deb887"/>
</linearGradient>
<linearGradient id="sunsetGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#ff5e62"/>
<stop offset="50%" stop-color="#ff9966"/>
<stop offset="100%" stop-color="#ffcc33"/>
</linearGradient>
</defs>
<!-- Sky background -->
<rect width="300" height="300" fill="url(#skyGradient)" />
<!-- Sun -->
<circle cx="250" cy="50" r="30" fill="url(#sunGradient)" />
<!-- Sun's rays -->
<g stroke="#ffd700" stroke-width="2">
<line x1="250" y1="20" x2="250" y2="0" />
<line x1="250" y1="80" x2="250" y2="100" />
<line x1="220" y1="50" x2="200" y2="50" />
<line x1="280" y1="50" x2="300" y2="50" />
<line x1="240" y1="30" x2="255" y2="15" />
<line x1="260" y1="30" x2="275" y2="15" />
<line x1="240" y1="70" x2="255" y2="85" />
<line x1="260" y1="70" x2="275" y2="85" />
</g>
<!-- Giraffe Body -->
<g id="giraffe" transform="translate(100,150)">
<!-- Neck -->
<rect x="10" y="-80" width="10" height="80" fill="url(#giraffeGradient)" rx="2"/>
<!-- Head -->
<circle cx="15" cy="-100" r="15" fill="url(#giraffeGradient)" stroke="#654321" stroke-width="2"/>
<!-- Ears -->
<polygon points="5,-105 0,-115 10,-115" fill="#654321"/>
<polygon points="25,-105 20,-115 30,-115" fill="#654321"/>
<!-- Horns -->
<line x1="10" y1="-115" x2="10" y2="-125" stroke="#654321" stroke-width="2"/>
<line x1="20" y1="-115" x2="20" y2="-125" stroke="#654321" stroke-width="2"/>
<!-- Body -->
<ellipse cx="15" cy="20" rx="20" ry="30" fill="url(#giraffeGradient)" stroke="#654321" stroke-width="2"/>
<!-- Legs -->
<rect x="5" y="50" width="3" height="30" fill="#654321"/>
<rect x="27" y="50" width="3" height="30" fill="#654321"/>
<rect x="10" y="50" width="3" height="30" fill="#654321"/>
<rect x="22" y="50" width="3" height="30" fill="#654321"/>
</g>
<!-- Canvas -->
<rect x="80" y="160" width="140" height="80" fill="url(#canvasGradient)" stroke="#8b4513" stroke-width="4" rx="5" ry="5"/>
<!-- Sunset on Canvas -->
<rect x="85" y="165" width="130" height="70" fill="url(#sunsetGradient)" rx="3" ry="3"/>
<!-- Giraffe's Tongue as Paintbrush -->
<g id="tongue" transform="translate(115,180)">
<!-- Tongue -->
<path d="M0,0 Q10,10 20,0 Q10,20 0,0" fill="#e75480" stroke="#c1546e" stroke-width="2" />
<!-- Paint strokes -->
<circle cx="20" cy="0" r="3" fill="#ff6347" opacity="0.8"/>
<circle cx="10" cy="10" r="2" fill="#ffa500" opacity="0.8"/>
</g>
<!-- Artistic metaphor: Abstract Swirls around Giraffe's head -->
<g stroke="#ffd700" stroke-width="1.5" opacity="0.6">
<path d="M160,130 Q150,115 170,105" fill="none"/>
<path d="M175,125 Q160,140 185,150" fill="none"/>
<path d="M140,135 Q125,120 140,105" fill="none"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<radialGradient id="sky" cx="50%" cy="50%" r="60%">
<stop offset="0%" stop-color="#a3d9ff"/>
<stop offset="100%" stop-color="#ffffff"/>
</radialGradient>
<linearGradient id="sunset" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#ff9a28"/>
<stop offset="50%" stop-color="#ff5e5b"/>
<stop offset="100%" stop-color="#6a0572"/>
</linearGradient>
<pattern id="spots" patternUnits="userSpaceOnUse" width="60" height="60">
<rect width="60" height="60" fill="#f2c14e"/>
<circle cx="10" cy="10" r="8" fill="#a67c00"/>
<circle cx="40" cy="30" r="7" fill="#a67c00"/>
<circle cx="20" cy="45" r="6" fill="#a67c00"/>
</pattern>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#sky)"/>
<ellipse cx="150" cy="290" rx="150" ry="20" fill="#7a5e3e"/>
<!-- Easel and Canvas -->
<g id="easel">
<line x1="200" y1="260" x2="170" y2="150" stroke="#8b5a2b" stroke-width="4"/>
<line x1="225" y1="260" x2="195" y2="150" stroke="#8b5a2b" stroke-width="4"/>
<line x1="170" y1="150" x2="195" y2="150" stroke="#8b5a2b" stroke-width="4"/>
</g>
<rect x="175" y="100" width="80" height="60" fill="#ffffff" stroke="#8b5a2b" stroke-width="3"/>
<rect x="179" y="104" width="72" height="52" fill="url(#sunset)"/>
<!-- Giraffe Painting -->
<g id="giraffe" transform="translate(50,20)">
<!-- Body -->
<ellipse cx="60" cy="180" rx="50" ry="30" fill="url(#spots)" stroke="#8b5a2b" stroke-width="3"/>
<!-- Legs -->
<rect x="30" y="200" width="8" height="50" fill="#f2c14e"/>
<rect x="62" y="200" width="8" height="50" fill="#f2c14e"/>
<rect x="88" y="200" width="8" height="50" fill="#f2c14e"/>
<rect x="118" y="200" width="8" height="50" fill="#f2c14e"/>
<!-- Neck -->
<rect x="85" y="120" width="12" height="80" fill="url(#spots)" stroke="#8b5a2b" stroke-width="3"/>
<!-- Head -->
<ellipse cx="91" cy="100" rx="20" ry="15" fill="url(#spots)" stroke="#8b5a2b" stroke-width="3"/>
<!-- Horns -->
<circle cx="83" cy="80" r="4" fill="#f2c14e"/>
<circle cx="99" cy="78" r="4" fill="#f2c14e"/>
<line x1="83" y1="84" x2="83" y2="76" stroke="#8b5a2b" stroke-width="2"/>
<line x1="99" y1="82" x2="99" y2="74" stroke="#8b5a2b" stroke-width="2"/>
<!-- Ears -->
<path d="M75,95 L70,90 L75,90 Z" fill="#f2c14e" stroke="#8b5a2b" stroke-width="2"/>
<path d="M108,95 L113,90 L108,90 Z" fill="#f2c14e" stroke="#8b5a2b" stroke-width="2"/>
<!-- Eye -->
<circle cx="85" cy="95" r="2" fill="#000000"/>
<!-- Tongue as Paintbrush -->
<path d="M92,115 C120,125 140,150 180,140" stroke="#d926a9" stroke-width="4" fill="none" stroke-linecap="round"/>
<circle cx="180" cy="140" r="6" fill="#ff5e5b"/>
</g>
<!-- Paint Drips -->
<path d="M180,140 v10 a3,3 0 0,1 -6,0 v-10" fill="#ff5e5b"/>
<path d="M170,145 v8 a2,2 0 0,1 -4,0 v-8" fill="#6a0572"/>
</svg>
Judge's Analysis
Player 2's submission more effectively adheres to the prompt, as it depicts a full giraffe clearly using its tongue to paint a sunset on a canvas.
The composition is detailed, with a more complete scene and better use of elements like the canvas and giraffe's anatomy.
Player 1's submission, while creative, is minimalistic and lacks the clear depiction of the giraffe painting with its tongue, making it less engaging and less aligned with 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
"Robot juggling planets under a starry sky."
"A cat balancing on a stack of colorful teacups."
"An octopus wearing a top hat, balancing teacups on each tentacle."
"An ice cream cone melting into the shape of a human face."