Creative Challenge
"A giraffe wearing roller skates on a tightrope under a starry sky."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="skyGrad">
<stop offset="0%" style="stop-color:#0a0a2e;stop-opacity:1" />
<stop offset="50%" style="stop-color:#1e3c72;stop-opacity:1" />
<stop offset="100%" style="stop-color:#2a5298;stop-opacity:1" />
</radialGradient>
<pattern id="spots" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<circle cx="10" cy="10" r="6" fill="#8B4513" opacity="0.7"/>
</pattern>
<linearGradient id="ropeGrad" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#8B7355;stop-opacity:1" />
<stop offset="50%" style="stop-color:#D2B48C;stop-opacity:1" />
<stop offset="100%" style="stop-color:#8B7355;stop-opacity:1" />
</linearGradient>
<radialGradient id="moonGrad">
<stop offset="0%" style="stop-color:#FFFACD;stop-opacity:1" />
<stop offset="100%" style="stop-color:#F0E68C;stop-opacity:0.8" />
</radialGradient>
</defs>
<!-- Sky background -->
<rect width="300" height="300" fill="url(#skyGrad)"/>
<!-- Moon -->
<circle cx="250" cy="50" r="25" fill="url(#moonGrad)" opacity="0.9"/>
<circle cx="245" cy="45" r="3" fill="#E6E6FA" opacity="0.5"/>
<circle cx="255" cy="55" r="2" fill="#E6E6FA" opacity="0.5"/>
<!-- Stars -->
<circle cx="30" cy="30" r="1.5" fill="white">
<animate attributeName="opacity" values="0.3;1;0.3" dur="2s" repeatCount="indefinite"/>
</circle>
<circle cx="80" cy="60" r="1" fill="white">
<animate attributeName="opacity" values="0.5;1;0.5" dur="1.5s" repeatCount="indefinite"/>
</circle>
<circle cx="120" cy="40" r="1.5" fill="white">
<animate attributeName="opacity" values="0.4;1;0.4" dur="2.5s" repeatCount="indefinite"/>
</circle>
<circle cx="180" cy="80" r="1" fill="white"/>
<circle cx="60" cy="90" r="1.2" fill="white">
<animate attributeName="opacity" values="0.3;1;0.3" dur="3s" repeatCount="indefinite"/>
</circle>
<circle cx="200" cy="30" r="1" fill="white"/>
<circle cx="150" cy="70" r="1.3" fill="white">
<animate attributeName="opacity" values="0.5;1;0.5" dur="1.8s" repeatCount="indefinite"/>
</circle>
<!-- Tightrope -->
<line x1="20" y1="220" x2="280" y2="220" stroke="url(#ropeGrad)" stroke-width="4" stroke-linecap="round"/>
<!-- Tightrope posts -->
<rect x="15" y="180" width="10" height="60" fill="#654321"/>
<rect x="275" y="180" width="10" height="60" fill="#654321"/>
<!-- Giraffe -->
<g transform="translate(150, 150)">
<!-- Body -->
<ellipse cx="0" cy="20" rx="30" ry="40" fill="#FFD700" stroke="#FFA500" stroke-width="2"/>
<ellipse cx="0" cy="20" rx="28" ry="38" fill="url(#spots)"/>
<!-- Neck -->
<rect x="-10" y="-40" width="20" height="60" fill="#FFD700" stroke="#FFA500" stroke-width="2" rx="10"/>
<rect x="-8" y="-38" width="16" height="56" fill="url(#spots)"/>
<!-- Head -->
<ellipse cx="0" cy="-50" rx="18" ry="15" fill="#FFD700" stroke="#FFA500" stroke-width="2"/>
<ellipse cx="0" cy="-50" rx="16" ry="13" fill="url(#spots)"/>
<!-- Eyes -->
<circle cx="-7" cy="-50" r="3" fill="black"/>
<circle cx="7" cy="-50" r="3" fill="black"/>
<circle cx="-6" cy="-51" r="1" fill="white"/>
<circle cx="8" cy="-51" r="1" fill="white"/>
<!-- Horns -->
<circle cx="-8" cy="-62" r="3" fill="#8B4513"/>
<circle cx="8" cy="-62" r="3" fill="#8B4513"/>
<line x1="-8" y1="-59" x2="-8" y2="-65" stroke="#8B4513" stroke-width="2"/>
<line x1="8" y1="-59" x2="8" y2="-65" stroke="#8B4513" stroke-width="2"/>
<!-- Ears -->
<ellipse cx="-12" cy="-55" rx="5" ry="8" fill="#FFD700" stroke="#FFA500" transform="rotate(-20 -12 -55)"/>
<ellipse cx="12" cy="-55" rx="5" ry="8" fill="#FFD700" stroke="#FFA500" transform="rotate(20 12 -55)"/>
<!-- Snout -->
<ellipse cx="0" cy="-44" rx="8" ry="6" fill="#FFA500"/>
<circle cx="-3" cy="-44" r="1" fill="black"/>
<circle cx="3" cy="-44" r="1" fill="black"/>
<!-- Legs with roller skates -->
<!-- Front left leg -->
<rect x="-15" y="40" width="8" height="25" fill="#FFD700" stroke="#FFA500" stroke-width="1.5"/>
<rect x="-14" y="41" width="6" height="23" fill="url(#spots)"/>
<!-- Front left skate -->
<rect x="-18" y="63" width="14" height="8" fill="#FF1493" stroke="#C71585" stroke-width="1" rx="4"/>
<circle cx="-15" cy="72" r="3" fill="#00CED1" stroke="#008B8B"/>
<circle cx="-7" cy="72" r="3" fill="#00CED1" stroke="#008B8B"/>
<!-- Front right leg -->
<rect x="7" y="40" width="8" height="25" fill="#FFD700" stroke="#FFA500" stroke-width="1.5"/>
<rect x="8" y="41" width="6" height="23" fill="url(#spots)"/>
<!-- Front right skate -->
<rect x="4" y="63" width="14" height="8" fill="#FF1493" stroke="#C71585" stroke-width="1" rx="4"/>
<circle cx="7" cy="72" r="3" fill="#00CED1" stroke="#008B8B"/>
<circle cx="15" cy="72" r="3" fill="#00CED1" stroke="#008B8B"/>
<!-- Back legs (hidden behind body) -->
<rect x="-8" y="45" width="6" height="20" fill="#DAA520" opacity="0.8"/>
<rect x="2" y="45" width="6" height="20" fill="#DAA520" opacity="0.8"/>
<!-- Tail -->
<path d="M 20 10 Q 35 20 30 35" fill="none" stroke="#FFA500" stroke-width="3" stroke-linecap="round"/>
<circle cx="30" cy="35" r="5" fill="#8B4513"/>
<!-- Balance arms -->
<line x1="-25" y1="-10" x2="-35" y2="-20" stroke="#FFA500" stroke-width="3" stroke-linecap="round">
<animateTransform attributeName="transform" type="rotate" values="-5;5;-5" dur="2s" repeatCount="indefinite"/>
</line>
<line x1="25" y1="-10" x2="35" y2="-20" stroke="#FFA500" stroke-width="3" stroke-linecap="round">
<animateTransform attributeName="transform" type="rotate" values="5;-5;5" dur="2s" repeatCount="indefinite"/>
</line>
</g>
<!-- Sparkles around giraffe -->
<path d="M 100 140 L 105 145 L 100 150 L 95 145 Z" fill="#FFD700" opacity="0.7">
<animate attributeName="opacity" values="0.3;0.9;0.3" dur="1.5s" repeatCount="indefinite"/>
</path>
<path d="M 200 160 L 203 163 L 200 166 L 197 163 Z" fill="#00CED1" opacity="0.7">
<animate attributeName="opacity" values="0.4;1;0.4" dur="2s" repeatCount="indefinite"/>
</path>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="sky" cx="50%" cy="50%" r="80%">
<stop offset="0%" stop-color="#0B1B33"/>
<stop offset="100%" stop-color="#1B3B66"/>
</radialGradient>
<pattern id="stars" x="0" y="0" width="50" height="50" patternUnits="userSpaceOnUse">
<circle cx="10" cy="10" r="1" fill="white" opacity="0.8"/>
<circle cx="25" cy="35" r="1.5" fill="white" opacity="0.9"/>
<circle cx="40" cy="15" r="1" fill="white" opacity="0.7"/>
</pattern>
</defs>
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="url(#sky)"/>
<rect x="0" y="0" width="300" height="300" fill="url(#stars)"/>
<!-- Moon -->
<circle cx="250" cy="50" r="20" fill="#FFF5D6"/>
<!-- Tightrope -->
<line x1="0" y1="200" x2="300" y2="180" stroke="#888" stroke-width="3"/>
<!-- Giraffe body -->
<path d="M120 180 Q140 160 145 120 L150 80 Q152 60 160 50 L165 30" fill="none" stroke="#DAA520" stroke-width="15"/>
<path d="M140 180 Q130 170 135 160 Q140 150 138 140" fill="none" stroke="#DAA520" stroke-width="12"/>
<path d="M140 180 Q150 170 155 160 Q160 150 158 140" fill="none" stroke="#DAA520" stroke-width="12"/>
<!-- Spots -->
<g fill="#8B4513">
<circle cx="145" cy="120" r="8"/>
<circle cx="155" cy="90" r="6"/>
<circle cx="160" cy="60" r="5"/>
<circle cx="138" cy="150" r="7"/>
<circle cx="158" cy="150" r="7"/>
</g>
<!-- Head -->
<path d="M165 30 Q170 25 180 28 Q185 30 182 35" fill="#DAA520" stroke="#8B4513" stroke-width="2"/>
<circle cx="180" cy="30" r="2" fill="black"/> <!-- Eye -->
<!-- Roller skates -->
<g transform="rotate(-5,140,180)">
<rect x="130" y="180" width="20" height="10" fill="#FF6B6B"/>
<circle cx="135" cy="190" r="4" fill="#333"/>
<circle cx="145" cy="190" r="4" fill="#333"/>
</g>
<g transform="rotate(-5,160,180)">
<rect x="150" y="180" width="20" height="10" fill="#FF6B6B"/>
<circle cx="155" cy="190" r="4" fill="#333"/>
<circle cx="165" cy="190" r="4" fill="#333"/>
</g>
<!-- Balance pole -->
<line x1="100" y1="120" x2="200" y2="120" stroke="#8B4513" stroke-width="4"/>
</svg>
Judge's Analysis
Player 2's image better captures the concept of a giraffe on roller skates on a tightrope under a starry sky.
The giraffe is shown balancing on a clearly depicted tightrope with skates and a balancing pole, adhering more closely to the prompt.
The composition is more dynamic and visually appealing, while Player 1's image lacks a clear tightrope and has a simpler execution.
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.