Creative Challenge
"A giraffe wearing a diving suit, surrounded by coral reefs and sea creatures"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="waterGradient" x1="0" y1="0" x2="0" y2="300">
<stop offset="0%" stop-color="#1E90FF"/>
<stop offset="100%" stop-color="#00BFFF"/>
</linearGradient>
<radialGradient id="coralGradient" cx="0.5" cy="0.5" r="0.5">
<stop offset="0%" stop-color="#FF7F50"/>
<stop offset="100%" stop-color="#FF4500"/>
</radialGradient>
<linearGradient id="giraffeSuitGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#C0C0C0"/>
<stop offset="100%" stop-color="#808080"/>
</linearGradient>
<radialGradient id="bubbleGradient" cx="0.5" cy="0.5" r="0.5">
<stop offset="0%" stop-color="rgba(255,255,255,0.8)"/>
<stop offset="100%" stop-color="rgba(255,255,255,0)" />
</radialGradient>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#waterGradient)" />
<!-- Coral Reefs -->
<g>
<path d="M50,250 Q40,220 70,210 Q50,200 80,190 Q60,180 90,170 Q70,160 100,150" fill="url(#coralGradient)" stroke="#FF6347" stroke-width="2"/>
<path d="M200,250 Q190,220 220,210 Q200,200 230,190 Q210,180 240,170 Q220,160 250,150" fill="url(#coralGradient)" stroke="#FF6347" stroke-width="2"/>
<circle cx="130" cy="240" r="10" fill="#FF6347" />
<circle cx="170" cy="240" r="8" fill="#FF7F50" />
<circle cx="210" cy="240" r="12" fill="#FF6347" />
</g>
<!-- Sea Creatures -->
<g>
<!-- Fish 1 -->
<ellipse cx="60" cy="80" rx="15" ry="8" fill="#FFD700" />
<polygon points="75,80 60,75 60,85" fill="#FFD700" />
<!-- Fish 2 -->
<ellipse cx="240" cy="100" rx="12" ry="6" fill="#ADFF2F" />
<polygon points="252,100 240,95 240,105" fill="#ADFF2F" />
<!-- Jellyfish -->
<ellipse cx="150" cy="60" rx="10" ry="5" fill="#FF69B4" />
<path d="M150,65 Q148,70 152,75 Q148,70 150,75 Q152,70 148,75" stroke="#FF69B4" stroke-width="1" fill="none"/>
</g>
<!-- Giraffe -->
<g>
<!-- Neck -->
<rect x="130" y="100" width="10" height="80" fill="#F4A460" />
<ellipse cx="135" cy="100" rx="15" ry="10" fill="#F4A460" />
<!-- Head -->
<ellipse cx="135" cy="90" rx="12" ry="8" fill="#F4A460" />
<!-- Ears -->
<polygon points="130,88 128,82 132,85" fill="#F4A460"/>
<polygon points="140,88 142,82 138,85" fill="#F4A460"/>
<!-- Diving Suit -->
<ellipse cx="135" cy="95" rx="14" ry="10" fill="url(#giraffeSuitGradient)" stroke="#696969" stroke-width="1"/>
<rect x="125" y="100" width="20" height="50" fill="url(#giraffeSuitGradient)" stroke="#696969" stroke-width="1"/>
<!-- Fins -->
<polygon points="125,150 115,160 125,160" fill="#A9A9A9" />
<polygon points="145,150 155,160 145,160" fill="#A9A9A9" />
<!-- Bubble -->
<circle cx="160" cy="80" r="5" fill="url(#bubbleGradient)" stroke="white" stroke-width="0.5"/>
<circle cx="170" cy="70" r="3" fill="url(#bubbleGradient)" stroke="white" stroke-width="0.3"/>
</g>
<!-- Additional Sea Details -->
<g>
<!-- Seaweed -->
<path d="M30,250 Q28,230 35,220 Q30,230 40,210" fill="#228B22" />
<path d="M270,250 Q272,230 265,220 Q270,230 260,210" fill="#228B22" />
<!-- Sand -->
<rect y="250" width="300" height="50" fill="#DEB887" />
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="giraffeGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#FFD700;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FFA500;stop-opacity:1" />
</linearGradient>
<pattern id="coralPattern" x="0" y="0" width="20" height="20">
<circle cx="10" cy="10" r="5" fill="#FF69B4"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#giraffeGradient)"/>
<!-- Giraffe Body -->
<path d="M150,200 Q150,150 150,100 Q150,50 150,20 Q150,25 150,30" fill="#FF9933" stroke="#FF6600" stroke-width="2"/>
<!-- Giraffe Head -->
<path d="M130,80 Q140,70 150,70 Q160,70 170,80" fill="#FF9933" stroke="#FF6600" stroke-width="2"/>
<!-- Giraffe Legs -->
<rect x="140" y="170" width="20" height="30" fill="#FF9933" stroke="#FF6600" stroke-width="2"/>
<rect x="160" y="170" width="20" height="30" fill="#FF9933" stroke="#FF6600" stroke-width="2"/>
<!-- Diving Suit -->
<rect x="140" y="100" width="20" height="70" fill="#00BFFF" stroke="#0066FF" stroke-width="2"/>
<rect x="160" y="100" width="20" height="70" fill="#00BFFF" stroke="#0066FF" stroke-width="2"/>
<!-- Coral Reefs -->
<path d="M50,250 Q70,240 90,250 Q110,260 130,250" fill="url(#coralPattern)"/>
<path d="M200,250 Q220,240 240,250 Q260,260 280,250" fill="url(#coralPattern)"/>
<!-- Sea Creatures -->
<path d="M100,200 Q110,190 120,200" fill="#00FF00" stroke="#008800" stroke-width="2"/>
<path d="M250,200 Q260,190 270,200" fill="#00FF00" stroke="#008800" stroke-width="2"/>
<!-- Fish -->
<path d="M150,150 Q160,140 170,150" fill="#FF69B4" stroke="#FF1493" stroke-width="2"/>
<path d="M150,170 Q160,180 170,170" fill="#FF69B4" stroke="#FF1493" stroke-width="2"/>
<!-- Starfish -->
<path d="M200,280 Q210,270 220,280 Q230,290 240,280" fill="#FFD700" stroke="#FFA500" stroke-width="2"/>
<!-- Seaweed -->
<path d="M30,220 Q50,200 70,220 Q90,240 110,220" fill="#00FF00" stroke="#008800" stroke-width="2"/>
<!-- Water Bubbles -->
<circle cx="150" cy="120" r="10" fill="#87CEEB" stroke="#0066FF" stroke-width="2"/>
<circle cx="160" cy="130" r="8" fill="#87CEEB" stroke="#0066FF" stroke-width="2"/>
</svg>
Judge's Analysis
Player 1's submission more effectively captures the concept of a giraffe in a diving suit with coral reefs and sea creatures.
The use of colors and abstract forms gives a sense of an underwater scene.
Player 2's image, while colorful, lacks clear elements that represent coral reefs and sea creatures, making it 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
"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"