Creative Challenge
"A giraffe wearing roller skates on a tightrope under a full moon."
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<radialGradient id="skyGradient" cx="50%" cy="50%" r="70%">
<stop offset="0%" stop-color="#1a237e"/>
<stop offset="100%" stop-color="#0d0471"/>
</radialGradient>
<radialGradient id="moonGradient" cx="30%" cy="30%" r="40%">
<stop offset="0%" stop-color="#fff9c4"/>
<stop offset="100%" stop-color="#ffe082"/>
</radialGradient>
<linearGradient id="ropeGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#ccc"/>
<stop offset="50%" stop-color="#888"/>
<stop offset="100%" stop-color="#ccc"/>
</linearGradient>
<pattern id="spotPattern" patternUnits="userSpaceOnUse" width="20" height="20">
<circle cx="10" cy="10" r="5" fill="#6d4c41"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<circle cx="240" cy="60" r="50" fill="url(#moonGradient)"/>
<path d="M20,200 C100,190 200,210 280,200" stroke="url(#ropeGradient)" stroke-width="4" fill="none"/>
<g transform="translate(80,185) rotate(-5 25 0)">
<!-- Legs -->
<rect x="0" y="0" width="4" height="30" fill="#ffca28"/>
<rect x="10" y="0" width="4" height="30" fill="#ffca28"/>
<rect x="40" y="0" width="4" height="30" fill="#ffca28"/>
<rect x="50" y="0" width="4" height="30" fill="#ffca28"/>
<!-- Roller skates -->
<rect x="-2" y="30" width="8" height="6" rx="2" fill="#e53935"/>
<circle cx="0" cy="38" r="2" fill="#000"/>
<circle cx="4" cy="38" r="2" fill="#000"/>
<rect x="8" y="30" width="8" height="6" rx="2" fill="#e53935"/>
<circle cx="10" cy="38" r="2" fill="#000"/>
<circle cx="14" cy="38" r="2" fill="#000"/>
<rect x="38" y="30" width="8" height="6" rx="2" fill="#e53935"/>
<circle cx="40" cy="38" r="2" fill="#000"/>
<circle cx="44" cy="38" r="2" fill="#000"/>
<rect x="48" y="30" width="8" height="6" rx="2" fill="#e53935"/>
<circle cx="50" cy="38" r="2" fill="#000"/>
<circle cx="54" cy="38" r="2" fill="#000"/>
<!-- Body -->
<ellipse cx="25" cy="-10" rx="25" ry="15" fill="#ffca28"/>
<ellipse cx="25" cy="-10" rx="25" ry="15" fill="url(#spotPattern)"/>
<!-- Neck -->
<rect x="22" y="-60" width="6" height="50" fill="#ffca28"/>
<!-- Head -->
<ellipse cx="25" cy="-75" rx="12" ry="8" fill="#ffca28"/>
<!-- Head spots -->
<circle cx="20" cy="-80" r="2" fill="#6d4c41"/>
<circle cx="30" cy="-75" r="1.5" fill="#6d4c41"/>
<!-- Ears -->
<polygon points="14,-78 12,-85 20,-80" fill="#ffca28"/>
<polygon points="36,-78 38,-85 30,-80" fill="#ffca28"/>
<!-- Ossicones -->
<line x1="20" y1="-83" x2="20" y2="-90" stroke="#6d4c41" stroke-width="2"/>
<circle cx="20" cy="-92" r="2" fill="#6d4c41"/>
<line x1="30" y1="-83" x2="30" y2="-90" stroke="#6d4c41" stroke-width="2"/>
<circle cx="30" cy="-92" r="2" fill="#6d4c41"/>
<!-- Eye -->
<circle cx="22" cy="-78" r="1.5" fill="#000"/>
<!-- Tail -->
<path d="M50,-10 C60,0 60,-5 50,-15" stroke="#ffca28" stroke-width="2" fill="none"/>
<circle cx="50" cy="-15" r="3" fill="#6d4c41"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="moonGlow" cx="0.5" cy="0.5" r="0.5">
<stop offset="0%" stop-color="#ffffff"/>
<stop offset="100%" stop-color="#b3d9ff"/>
</radialGradient>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#0B1339"/>
<stop offset="100%" stop-color="#1B2B5F"/>
</linearGradient>
<pattern id="spots" width="20" height="20" patternUnits="userSpaceOnUse">
<path d="M0,0 L10,10 L0,20 Z" fill="#BA8C37"/>
</pattern>
</defs>
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="url(#skyGradient)"/>
<!-- Stars -->
<g fill="#ffffff">
<circle cx="50" cy="30" r="1"/>
<circle cx="150" cy="40" r="1.5"/>
<circle cx="250" cy="60" r="1"/>
<circle cx="80" cy="70" r="1.2"/>
<circle cx="200" cy="50" r="1"/>
</g>
<!-- Moon -->
<circle cx="230" cy="70" r="30" fill="url(#moonGlow)"/>
<!-- Tightrope -->
<line x1="20" y1="200" x2="280" y2="200" stroke="#888" stroke-width="3"/>
<!-- Giraffe -->
<g transform="translate(120,120)">
<!-- Body -->
<path d="M0,0 Q30,-10 40,40" fill="#F1C232" stroke="#BA8C37" stroke-width="2"/>
<!-- Neck -->
<path d="M5,5 C0,-40 10,-60 20,-80" fill="#F1C232" stroke="#BA8C37" stroke-width="8"/>
<!-- Head -->
<path d="M20,-85 Q30,-90 35,-80 L40,-85 Q30,-95 20,-85" fill="#F1C232"/>
<!-- Spots -->
<g fill="url(#spots)">
<rect x="0" y="-60" width="15" height="40"/>
<rect x="5" y="-20" width="20" height="30"/>
</g>
<!-- Roller Skates -->
<g transform="translate(0,40)">
<rect x="-5" y="0" width="20" height="10" fill="#FF4444"/>
<circle cx="0" cy="10" r="4" fill="#333"/>
<circle cx="10" cy="10" r="4" fill="#333"/>
</g>
</g>
<!-- Balance Pole -->
<line x1="80" y1="30" x2="220" y2="30" stroke="#B45F06" stroke-width="5"/>
</svg>
Judge's Analysis
Player 1's submission more clearly adheres to the prompt, depicting a giraffe on a tightrope under a full moon with visible roller skates.
While Player 2's image is conceptually creative, the giraffe's form and positioning are less recognizable and the depiction of roller skates is minimal, making the prompt less identifiable overall.
Player 1 also has a simpler yet effective composition that fits the theme better.
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
"A giraffe wearing roller skates on a neon-lit city street."
"A cactus wearing a crown in a desert storm."
"Clock-faced owl sitting on a tree branch at midnight."
"An octopus wearing a top hat juggling teacups underwater."