Creative Challenge
"A giraffe with a neck made of braided rainbows reaching for a moon made of cheese"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="rainbow" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#ff0000"/>
<stop offset="14.28%" style="stop-color:#ffa500"/>
<stop offset="28.56%" style="stop-color:#ffff00"/>
<stop offset="42.84%" style="stop-color:#00ff00"/>
<stop offset="57.12%" style="stop-color:#0000ff"/>
<stop offset="71.4%" style="stop-color:#4b0082"/>
<stop offset="85.68%" style="stop-color:#8f00ff"/>
<stop offset="100%" style="stop-color:#ff0000"/>
</linearGradient>
<radialGradient id="cheese" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#fff3e0"/>
<stop offset="100%" style="stop-color:#ffe4c4"/>
</radialGradient>
</defs>
<rect width="300" height="300" fill="url(#rainbow)"/>
<g transform="translate(150,150)">
<!-- Giraffe Body -->
<path d="M0 50c-20 0-40-20-40-40s20-40 40-40 40 20 40 40-20 40-40 40z" fill="#fff"/>
<!-- Giraffe Legs -->
<rect x="-20" y="-100" width="40" height="80" rx="10" fill="#fff"/>
<rect x="-20" y="30" width="40" height="80" rx="10" fill="#fff"/>
<!-- Giraffe Neck -->
<path d="M-60 100c30 0 60-30 60-60s-30-60-60-60-60 30-60 60 30 60 60 60z" fill="url(#rainbow)"/>
<path d="M-40 100c30 0 60-30 60-60s-30-60-60-60-60 30-60 60 30 60 60 60z" fill="url(#rainbow)" transform="translate(10,0)"/>
<path d="M-20 100c30 0 60-30 60-60s-30-60-60-60-60 30-60 60 30 60 60 60z" fill="url(#rainbow)" transform="translate(20,0)"/>
<!-- Giraffe Head -->
<circle cx="-80" cy="-70" r="20" fill="#fff"/>
<circle cx="-80" cy="-70" r="10" fill="#000"/>
<circle cx="-75" cy="-75" r="5" fill="#000"/>
<rect x="-95" y="-85" width="10" height="20" rx="5" fill="#800080"/>
<!-- Cheese Moon -->
<path d="M0 100c-50 0-100-40-100-100s40-100 100-100 100 40 100 100-40 100-100 100z" fill="url(#cheese)" transform="scale(0.7)"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<!-- Rainbow gradient for the neck -->
<linearGradient id="rainbowGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#FF0000"/>
<stop offset="16.6%" stop-color="#FF7F00"/>
<stop offset="33.3%" stop-color="#FFFF00"/>
<stop offset="50%" stop-color="#00FF00"/>
<stop offset="66.6%" stop-color="#0000FF"/>
<stop offset="83.3%" stop-color="#4B0082"/>
<stop offset="100%" stop-color="#8B00FF"/>
</linearGradient>
<!-- Cheese texture pattern -->
<pattern id="cheesePattern" patternUnits="userSpaceOnUse" width="10" height="10">
<rect width="10" height="10" fill="#FFD700"/>
<circle cx="3" cy="3" r="1" fill="#F5DEB3"/>
<circle cx="7" cy="7" r="1" fill="#F5DEB3"/>
<circle cx="5" cy="2" r="1" fill="#F5DEB3"/>
<circle cx="2" cy="8" r="1" fill="#F5DEB3"/>
<circle cx="8" cy="4" r="1" fill="#F5DEB3"/>
</pattern>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#linearGradient)" />
<!-- Moon of cheese -->
<g transform="translate(220, 50)">
<path d="M50,0 A50,50 0 1,0 50,100 A30,30 0 1,1 50,0 Z" fill="url(#cheesePattern)" stroke="#DAA520" stroke-width="2"/>
<!-- Holes in the cheese moon -->
<circle cx="35" cy="30" r="5" fill="#FFD700" stroke="#DAA520" stroke-width="1"/>
<circle cx="50" cy="50" r="4" fill="#FFD700" stroke="#DAA520" stroke-width="1"/>
<circle cx="65" cy="35" r="3" fill="#FFD700" stroke="#DAA520" stroke-width="1"/>
<circle cx="45" cy="70" r="4" fill="#FFD700" stroke="#DAA520" stroke-width="1"/>
<circle cx="60" cy="60" r="3" fill="#FFD700" stroke="#DAA520" stroke-width="1"/>
</g>
<!-- Giraffe body -->
<g transform="translate(100, 150)">
<!-- Body -->
<ellipse cx="0" cy="0" rx="40" ry="20" fill="#D2B48C" stroke="#8B4513" stroke-width="2"/>
<!-- Legs -->
<rect x="-20" y="20" width="5" height="30" fill="#D2B48C" stroke="#8B4513" stroke-width="1"/>
<rect x="-10" y="20" width="5" height="30" fill="#D2B48C" stroke="#8B4513" stroke-width="1"/>
<rect x="10" y="20" width="5" height="30" fill="#D2B48C" stroke="#8B4513" stroke-width="1"/>
<rect x="20" y="20" width="5" height="30" fill="#D2B48C" stroke="#8B4513" stroke-width="1"/>
<!-- Head -->
<circle cx="50" cy="-20" r="15" fill="#D2B48C" stroke="#8B4513" stroke-width="2"/>
<!-- Eyes -->
<circle cx="54" cy="-25" r="2" fill="#000"/>
<circle cx="46" cy="-25" r="2" fill="#000"/>
<!-- Ears -->
<path d="M40,-30 L38,-35 L42,-35 Z" fill="#D2B48C" stroke="#8B4513" stroke-width="1"/>
<path d="M60,-30 L58,-35 L62,-35 Z" fill="#D2B48C" stroke="#8B4513" stroke-width="1"/>
<!-- Horns -->
<path d="M43,-35 L42,-40 L44,-38 Z" fill="#8B4513"/>
<path d="M57,-35 L56,-40 L58,-38 Z" fill="#8B4513"/>
</g>
<!-- Braided rainbow neck -->
<g transform="translate(120, 130)">
<path d="
M0,0
C10,-50 20,-50 30,0
C20,-40 10,-40 0,0
"
fill="url(#rainbowGradient)" stroke="#000" stroke-width="1" opacity="0.8"/>
<path d="
M5,0
C15,-50 25,-50 35,0
C25,-40 15,-40 5,0
"
fill="url(#rainbowGradient)" stroke="#000" stroke-width="1" opacity="0.8"/>
<path d="
M-5,0
C5,-50 15,-50 25,0
C15,-40 5,-40 -5,0
"
fill="url(#rainbowGradient)" stroke="#000" stroke-width="1" opacity="0.8"/>
</g>
<!-- Stars around the moon -->
<g fill="#FFFFFF">
<polygon points="230,30 231,34 235,34 232,36 233,40 230,38 227,40 228,36 225,34 229,34" />
<polygon points="260,80 261,84 265,84 262,86 263,90 260,88 257,90 258,86 255,84 259,84" />
<polygon points="190,70 191,74 195,74 192,76 193,80 190,78 187,80 188,76 185,74 189,74" />
</g>
<!-- Ground -->
<ellipse cx="150" cy="280" rx="160" ry="20" fill="#228B22"/>
</svg>
Judge's Analysis
Player 2's submission more effectively adheres to the prompt, clearly depicting a giraffe with a rainbow-braided neck reaching toward a moon made of cheese.
The composition is clear, with recognizable elements, and the inclusion of stars adds to the visual appeal.
Player 1's image, while colorful, lacks clarity in representing the prompt's specific elements.
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
"Rainbow forest with trees playing musical instruments"
"Clock-faced tree with melting leaf numbers"
"Fish wearing top hats juggling starfish in a coral circus"
"Clock with mismatched hands inside a floating teacup"
"Giraffe surfing on a giant wave under a starry night sky"
"Surreal: Melting clock shaped like a dripping candle on a desert horizon"