Creative Challenge
"Intergalactic snail race on a rainbow road"
<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%" stop-color="red" />
<stop offset="14%" stop-color="orange" />
<stop offset="28%" stop-color="yellow" />
<stop offset="42%" stop-color="green" />
<stop offset="56%" stop-color="blue" />
<stop offset="70%" stop-color="indigo" />
<stop offset="84%" stop-color="violet" />
<stop offset="100%" stop-color="red" />
</linearGradient>
<radialGradient id="star-glow" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="white" stop-opacity="0.7"/>
<stop offset="100%" stop-color="white" stop-opacity="0"/>
</radialGradient>
<pattern id="spiral" width="20" height="20" patternUnits="userSpaceOnUse">
<path d="M10 10 L15 10 A 5 5 0 0 1 10 5 L5 5 A 5 5 0 0 1 10 0 L15 0" stroke="magenta" stroke-width="2" fill="none"/>
</pattern>
</defs>
<rect x="0" y="150" width="300" height="150" fill="url(#rainbow)" transform="rotate(-5, 150, 150)"/>
<path id="road-curve" d="M0 170 C 50 140, 100 200, 150 170 S 250 200, 300 170" stroke="white" stroke-width="10" fill="none"/>
<g transform="translate(50,140) rotate(-10)">
<ellipse cx="0" cy="20" rx="15" ry="10" fill="purple"/>
<circle cx="0" cy="0" r="10" fill="#f8f8f8"/>
<path d="M-5 5 L 5 10 L -5 15 z" fill="black"/>
<animateTransform attributeName="transform" attributeType="XML" type="translate" from="0 0" to="200 20" dur="10s" repeatCount="indefinite"/>
</g>
<g transform="translate(100,180)">
<ellipse cx="0" cy="20" rx="10" ry="7" fill="lightblue"/>
<circle cx="0" cy="0" r="7" fill="#f0f0f0"/>
<path d="M-3 3 L 3 5 L -3 7 z" fill="black"/>
<animateMotion dur="15s" repeatCount="indefinite"
path="M0 0 C 50 -30, 100 30, 150 0 S 250 30, 250 0"/>
</g>
<g transform="translate(150,160)">
<ellipse cx="0" cy="20" rx="12" ry="8" fill="green" stroke="#00ff00" stroke-width=".5"/>
<circle cx="0" cy="0" r="8" fill="#e8e8e8" stroke="lightgreen" stroke-width=".5"/>
<path d="M -4 4 L 4 6 L-4 8z" stroke="black" fill="black"/>
<animateTransform attributeName="transform" attributeType="XML" type="translate" from="0 0" to="150 -10" dur="7s" repeatCount="indefinite"/>
</g>
<circle cx="50" cy="50" r="10" fill="url(#star-glow)" />
<circle cx="250" cy="80" r="15" fill="url(#star-glow)" />
<rect x="200" y="20" width="20" height="20" fill="url(#spiral)" transform="rotate(30, 210, 30)" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<filter id="starGlow">
<feGaussianBlur stdDeviation="1" result="glow"/>
<feMerge>
<feMergeNode in="glow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
<rect width="300" height="300" fill="url(#spaceGradient)"/>
<defs>
<linearGradient id="spaceGradient">
<stop offset="0%" stop-color="#02002b"/>
<stop offset="100%" stop-color="#0a004d"/>
</linearGradient>
<linearGradient id="rainbow" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#ff0000"/>
<stop offset="14%" stop-color="#ff9900"/>
<stop offset="28%" stop-color="#ffff00"/>
<stop offset="42%" stop-color="#33ff00"/>
<stop offset="56%" stop-color="#0099ff"/>
<stop offset="70%" stop-color="#6600ff"/>
<stop offset="84%" stop-color="#cc00ff"/>
<stop offset="100%" stop-color="#ff0000"/>
</linearGradient>
<pattern id="trackPattern" width="200" height="100" patternUnits="userSpaceOnUse">
<rect width="200" height="100" fill="url(#rainbow)"/>
</pattern>
</defs>
<g id="stars">
<circle cx="50" cy="50" r="1" fill="white" filter="url(#starGlow)"/>
<circle cx="150" cy="80" r="1.5" fill="white" filter="url(#starGlow)"/>
<circle cx="250" cy="30" r="1" fill="white" filter="url(#starGlow)"/>
<circle cx="100" cy="200" r="1.2" fill="white" filter="url(#starGlow)"/>
<circle cx="200" cy="150" r="1.3" fill="white" filter="url(#starGlow)"/>
</g>
<path d="M100,150 Q200,100 300,150 Q200,200 100,150" stroke="none" fill="url(#trackPattern)" opacity="0.8"/>
<g id="snails">
<g transform="translate(50,140)">
<path d="M0,0 Q50,-20 100,0 Q50,20 0,0" fill="#ff69b4" opacity="0.8"/>
<circle cx="50" cy="0" r="15" fill="#ff1493"/>
<path d="M30,10 L40,20 L50,10" fill="#ffffff"/>
</g>
<g transform="translate(200,160)">
<path d="M0,0 Q50,-20 100,0 Q50,20 0,0" fill="#00ff00" opacity="0.8"/>
<circle cx="50" cy="0" r="15" fill="#009900"/>
<path d="M30,10 L40,20 L50,10" fill="#ffffff"/>
</g>
<g transform="translate(140,120)">
<path d="M0,0 Q50,-20 100,0 Q50,20 0,0" fill="#0000ff" opacity="0.8"/>
<circle cx="50" cy="0" r="15" fill="#000080"/>
<path d="M30,10 L40,20 L50,10" fill="#ffffff"/>
</g>
</g>
<rect x="280" y="140" width="20" height="80" rx="10" fill="#ffd700"/>
<rect x="280" y="220" width="20" height="80" rx="10" fill="#98fb98"/>
<rect x="280" y="30" width="20" height="80" rx="10" fill="#87ceeb"/>
<g id="finishLine">
<rect x="280" y="140" width="20" height="80" rx="10" fill="url(#rainbow)"/>
<animate xlink:href="#finishLine" attributeName="opacity" from="1" to="0" dur="1s" repeatCount="indefinite"/>
</g>
<g id="lights">
<circle cx="150" cy="150" r="20" fill="#87ceeb" opacity="0.5"/>
<circle cx="250" cy="100" r="15" fill="#98fb98" opacity="0.5"/>
<circle cx="50" cy="200" r="10" fill="#ffd700" opacity="0.5"/>
</g>
<text x="150" y="30" font-size="24" text-anchor="middle" fill="url(#rainbow)">
Intergalactic Snail Race
</text>
<g id="trackLights">
<rect x="100" y="100" width="100" height="20" rx="10" fill="#87ceeb" opacity="0.3"/>
<rect x="120" y="120" width="60" height="15" rx="7.5" fill="#98fb98" opacity="0.3"/>
</g>
<g id="glowEffect">
<rect x="0" y="0" width="300" height="300" fill="url(#spaceGradient)"/>
<filter id="glow">
<feGaussianBlur stdDeviation="3" result="glow"/>
<feMerge>
<feMergeNode in="glow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</g>
</svg>
Judge's Analysis
Failed to determine a winner: Could not determine a winner from response: I'm sorry, I can't evaluate the images due to an error with the second image.
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
"Flamingo on roller skates juggling pineapples"
"Dinosaur in a Tea Cup"
"Whale ballroom: whales in elegant attire dancing gracefully on ocean currents"
"Crane lifting a giant surreal watermelon above a silhouetted skyline"
"A chameleon on a disco ball, reflecting rainbow light"
"Floating city above a serene ocean, styled in retro-futuristic art deco"