Creative Challenge
"A giraffe painting a self-portrait on a tiny canvas."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#87CEEB;stop-opacity:1" />
<stop offset="100%" style="stop-color:#E0F6FF;stop-opacity:1" />
</linearGradient>
<linearGradient id="giraffeGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#F4A460;stop-opacity:1" />
<stop offset="100%" style="stop-color:#DEB887;stop-opacity:1" />
</linearGradient>
<pattern id="giraffeSpots" patternUnits="userSpaceOnUse" width="15" height="15">
<rect width="15" height="15" fill="#F4A460"/>
<circle cx="7.5" cy="7.5" r="4" fill="#8B4513"/>
</pattern>
<linearGradient id="canvasGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#FFFEF7;stop-opacity:1" />
<stop offset="100%" style="stop-color:#F5F5DC;stop-opacity:1" />
</linearGradient>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#skyGrad)"/>
<!-- Ground -->
<ellipse cx="150" cy="280" rx="120" ry="20" fill="#90EE90" opacity="0.6"/>
<!-- Giraffe body -->
<ellipse cx="80" cy="220" rx="25" ry="35" fill="url(#giraffeGrad)"/>
<!-- Giraffe neck -->
<rect x="75" y="120" width="10" height="100" fill="url(#giraffeGrad)" transform="rotate(-10 80 170)"/>
<!-- Giraffe head -->
<ellipse cx="85" cy="110" rx="15" ry="20" fill="url(#giraffeGrad)"/>
<!-- Giraffe spots on body -->
<circle cx="70" cy="210" r="3" fill="#8B4513"/>
<circle cx="85" cy="225" r="2.5" fill="#8B4513"/>
<circle cx="75" cy="235" r="2" fill="#8B4513"/>
<!-- Giraffe spots on neck -->
<circle cx="78" cy="140" r="2" fill="#8B4513"/>
<circle cx="82" cy="160" r="2.5" fill="#8B4513"/>
<circle cx="79" cy="180" r="2" fill="#8B4513"/>
<!-- Giraffe spots on head -->
<circle cx="82" cy="105" r="1.5" fill="#8B4513"/>
<circle cx="88" cy="115" r="1.5" fill="#8B4513"/>
<!-- Giraffe legs -->
<rect x="65" y="250" width="4" height="25" fill="url(#giraffeGrad)"/>
<rect x="75" y="250" width="4" height="25" fill="url(#giraffeGrad)"/>
<rect x="85" y="250" width="4" height="25" fill="url(#giraffeGrad)"/>
<rect x="95" y="250" width="4" height="25" fill="url(#giraffeGrad)"/>
<!-- Giraffe eyes -->
<circle cx="88" cy="108" r="2" fill="black"/>
<circle cx="89" cy="107" r="0.8" fill="white"/>
<!-- Giraffe horns -->
<rect x="83" y="95" width="1.5" height="8" fill="#8B4513"/>
<rect x="87" y="95" width="1.5" height="8" fill="#8B4513"/>
<circle cx="84" cy="95" r="1" fill="#8B4513"/>
<circle cx="88" cy="95" r="1" fill="#8B4513"/>
<!-- Easel -->
<line x1="160" y1="120" x2="160" y2="250" stroke="#8B4513" stroke-width="3"/>
<line x1="140" y1="140" x2="180" y2="200" stroke="#8B4513" stroke-width="2"/>
<line x1="180" y1="140" x2="140" y2="200" stroke="#8B4513" stroke-width="2"/>
<!-- Canvas -->
<rect x="145" y="130" width="30" height="40" fill="url(#canvasGrad)" stroke="#654321" stroke-width="1"/>
<!-- Giraffe painting on canvas (mini self-portrait) -->
<ellipse cx="155" cy="145" rx="3" ry="4" fill="#F4A460"/>
<rect x="154" y="148" width="2" height="12" fill="#F4A460"/>
<ellipse cx="160" cy="155" rx="4" ry="6" fill="#F4A460"/>
<circle cx="155" cy="143" r="0.5" fill="black"/>
<circle cx="154" cy="150" r="0.3" fill="#8B4513"/>
<circle cx="158" cy="155" r="0.3" fill="#8B4513"/>
<circle cx="162" cy="158" r="0.3" fill="#8B4513"/>
<!-- Paint palette -->
<ellipse cx="120" cy="200" rx="12" ry="8" fill="#E6E6FA" stroke="#666" stroke-width="1"/>
<circle cx="115" cy="198" r="1.5" fill="#F4A460"/>
<circle cx="120" cy="196" r="1.5" fill="#8B4513"/>
<circle cx="125" cy="198" r="1.5" fill="#FFD700"/>
<circle cx="118" cy="203" r="1.5" fill="#FF6347"/>
<!-- Paintbrush in giraffe's mouth -->
<line x1="95" y1="115" x2="110" y2="120" stroke="#8B4513" stroke-width="2"/>
<line x1="110" y1="120" x2="118" y2="122" stroke="#C0C0C0" stroke-width="1.5"/>
<circle cx="119" cy="122" r="1" fill="#F4A460"/>
<!-- Artist beret on giraffe -->
<ellipse cx="85" cy="95" rx="8" ry="3" fill="#000080"/>
<circle cx="88" cy="94" r="1" fill="#FFD700"/>
<!-- Floating paint drops -->
<circle cx="130" cy="140" r="1" fill="#F4A460" opacity="0.7"/>
<circle cx="135" cy="155" r="0.8" fill="#8B4513" opacity="0.6"/>
<circle cx="125" cy="170" r="1.2" fill="#FFD700" opacity="0.5"/>
<!-- Signature on canvas -->
<text x="147" y="168" font-family="serif" font-size="3" fill="#8B4513">G</text>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<pattern id="spots" width="20" height="20" patternUnits="userSpaceOnUse">
<circle cx="10" cy="10" r="6" fill="#b25d00"/>
</pattern>
<linearGradient id="easel" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#8b4513"/>
<stop offset="100%" stop-color="#654321"/>
</linearGradient>
</defs>
<!-- Easel -->
<rect x="120" y="180" width="80" height="100" fill="url(#easel)"/>
<rect x="110" y="160" width="100" height="20" fill="#654321"/>
<!-- Canvas -->
<rect x="130" y="80" width="60" height="80" fill="white" stroke="#333" stroke-width="3"/>
<!-- Giraffe Body -->
<path d="M180 200 Q190 150 200 100 Q210 80 220 70 Q230 60 240 70 L245 140" fill="#ffd700" stroke="#b25d00" stroke-width="2"/>
<rect x="180" y="200" width="40" height="80" fill="#ffd700"/>
<!-- Giraffe Pattern -->
<path d="M180 200 Q190 150 200 100 Q210 80 220 70 Q230 60 240 70 L245 140" fill="url(#spots)" fill-opacity="0.6"/>
<!-- Neck -->
<path d="M220 70 Q230 60 240 70" fill="none" stroke="#b25d00" stroke-width="4"/>
<!-- Head -->
<ellipse cx="240" cy="60" rx="20" ry="15" fill="#ffd700"/>
<path d="M235 55 Q240 45 245 55" fill="none" stroke="#333" stroke-width="1"/>
<circle cx="248" cy="58" r="2" fill="#000"/>
<path d="M230 50 L235 45 M245 50 L250 45" stroke="#333" stroke-width="2"/>
<!-- Paintbrush -->
<line x1="260" y1="90" x2="150" y2="120" stroke="#8b4513" stroke-width="3"/>
<path d="M150 120 L145 118 L155 115" fill="#ff0000"/>
<!-- Mini Giraffe on Canvas -->
<path d="M140 100 Q145 90 150 85 Q155 80 160 85 L162 100" fill="#ffd700" stroke="#b25d00" stroke-width="1" transform="scale(0.5) translate(160,100)"/>
<!-- Paint Palette -->
<path d="M270 140 Q280 130 290 140 Q295 150 270 150 Z" fill="#8b4513"/>
<circle cx="275" cy="143" r="3" fill="#ff0000"/>
<circle cx="282" cy="143" r="3" fill="#0000ff"/>
<circle cx="289" cy="143" r="3" fill="#ffff00"/>
</svg>
Judge's Analysis
Player 1's submission demonstrates better adherence to the prompt, with a clear depiction of a giraffe painting a self-portrait on a tiny canvas.
The composition is charming and visually balanced, with a thoughtful use of color and a whimsical touch.
Player 2's submission is less clear and lacks the same level of technical execution and coherence in portraying the idea effectively.
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.