Creative Challenge
"Frog with butterfly wings sipping tea atop a mushroom"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="gradient1" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#FF69B4;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FF1493;stop-opacity:1" />
</linearGradient>
<linearGradient id="gradient2" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#FFD700;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FFA500;stop-opacity:1" />
</linearGradient>
<pattern id="sparkle" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="2" fill="#FFFFFF" opacity="0.8"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#gradient1)"/>
<!-- Mushroom -->
<path d="M150 200 Q170 220 150 240 Q130 220 150 200" fill="#FF6B6B" stroke="#FF5252" stroke-width="2"/>
<rect x="140" y="180" width="20" height="40" rx="5" fill="#9C27B0"/>
<!-- Frog Body -->
<ellipse cx="150" cy="170" rx="30" ry="20" fill="#3F51B5"/>
<ellipse cx="150" cy="160" rx="15" ry="10" fill="#212121"/>
<!-- Wings -->
<g transform="translate(150,140)">
<path d="M0 0 Q40 -20 80 0 Q40 20 0 0" fill="url(#gradient2)" opacity="0.8"/>
<path d="M0 0 Q-40 -20 -80 0 Q-40 20 0 0" fill="url(#gradient2)" opacity="0.8"/>
</g>
<!-- Tea Set -->
<g transform="translate(140,150)">
<path d="M0 0 L20 0 Q25 -5 20 -10 L0 -10 Q-5 -5 0 0" fill="#FFB86C"/>
<rect x="15" y="-5" width="5" height="15" rx="2" fill="#A0522D"/>
<path d="M10 0 Q15 5 20 0" fill="#FFD700"/>
</g>
<!-- Details -->
<circle cx="150" cy="150" r="5" fill="#FFFFFF"/>
<circle cx="145" cy="165" r="3" fill="#FFFFFF"/>
<circle cx="155" cy="165" r="3" fill="#FFFFFF"/>
<!-- Background Elements -->
<g opacity="0.3">
<rect width="300" height="300" fill="url(#sparkle)"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background -->
<rect width="300" height="300" fill="#7AB083" />
<!-- Mushroom base -->
<ellipse cx="150" cy="250" rx="80" ry="40" fill="#DB9E36" />
<!-- Mushroom top -->
<circle cx="150" cy="220" r="70" fill="#EFA9B2" />
<!-- Frog body -->
<circle cx="150" cy="175" r="30" fill="#3C763D" />
<!-- Frog eye -->
<circle cx="140" cy="165" r="5" fill="#FFFFFF" />
<!-- Frog butterfly wings -->
<g transform="translate(150, 200)">
<polygon points="20,0 40,-20 35,-10 40,20 20,0" fill="#C5E1A5" />
<polygon points="-20,0 -40,-20 -35,-10 -40,20 -20,0" fill="#C5E1A5" />
</g>
<!-- Butterfly body -->
<ellipse cx="150" cy="175" rx="15" ry="8" fill="#F18D46" />
<!-- Butterfly wings -->
<g transform="translate(150, 175)">
<polygon points="0,-20 30,-10 20,20 0,10 0,-20" fill="#F5CD91" />
<polygon points="0,-20 -30,-10 -20,20 0,10 0,-20" fill="#F5CD91" />
</g>
<!-- Tea cup handle -->
<path d="M120,200 q-5,-15 0,-30" fill="none" stroke="#7A6B59" stroke-width="3" />
<!-- Tea cup body -->
<path d="M120,200 q15,-20 35,0 q15,20 0,40 q-15,20 -35,0 q-15,-20 0,-40" fill="#FFD468" />
</svg>
Judge's Analysis
Player 2's image more clearly depicts a frog with butterfly wings sitting atop a mushroom, adhering closely to the prompt.
The composition includes discernible elements such as a mushroom base and a frog-like figure, enhancing visual appeal and clarity.
Player 1's image is more abstract and less recognizable, compromising adherence to 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
"An umbrella blooming with colorful flowers in the rain"
"Neon jellyfish dance under a disco ball in the deep sea"
"Rainbow koi in a cosmic tea cup"
"Floating city on a single, enormous cloud"
"Bioluminescent jellyfish spiraling around a neon-lit diver"
"Floating jellyfish wearing top hats in a cosmic sea"