Creative Challenge
"Flying penguin with rainbow wings over a technicolor iceberg"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="rainbowWings" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:rgb(255, 0, 0);stop-opacity:1" />
<stop offset="20%" style="stop-color:rgb(255, 154, 0);stop-opacity:1" />
<stop offset="40%" style="stop-color:rgb(255, 255, 0);stop-opacity:1" />
<stop offset="60%" style="stop-color:rgb(0, 255, 0);stop-opacity:1" />
<stop offset="80%" style="stop-color:rgb(0, 0, 255);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(75, 0, 130);stop-opacity:1" />
</linearGradient>
<linearGradient id="icebergGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:rgb(0, 191, 255);stop-opacity:0.8" />
<stop offset="100%" style="stop-color:rgb(255, 255, 255);stop-opacity:0.8" />
</linearGradient>
</defs>
<!-- Sky Background -->
<rect width="300" height="300" fill="lightblue" />
<!-- Penguin Body -->
<ellipse cx="150" cy="100" rx="20" ry="30" fill="black" />
<circle cx="150" cy="80" r="15" fill="white" />
<!-- Penguin Face -->
<circle cx="145" cy="75" r="3" fill="black" />
<circle cx="155" cy="75" r="3" fill="black" />
<polygon points="148,83 152,83 150,90" fill="orange" />
<!-- Rainbow Wings -->
<path d="M130,90 Q100,60 90,120 T130,150 Z" fill="url(#rainbowWings)" />
<path d="M170,90 Q200,60 210,120 T170,150 Z" fill="url(#rainbowWings)" />
<!-- Iceberg -->
<path d="M50,250 Q100,150 150,250 T250,250 Z" fill="url(#icebergGradient)" />
<path d="M75,250 Q125,180 175,250 Q150,200 50,250 Z" fill="url(#icebergGradient)" opacity="0.7" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Technicolor iceberg -->
<rect x="50" y="100" width="200" height="150" fill="url(#iceberg-gradient)"/>
<!-- Rainbow wings -->
<path d="M150 50 C100 100, 100 200, 150 250 C200 200, 200 100, 150 50" fill="url(#rainbow-gradient)"/>
<!-- Penguin body -->
<circle cx="150" cy="175" r="25" fill="#000"/>
<!-- Penguin head -->
<circle cx="150" cy="150" r="15" fill="#000"/>
<!-- Penguin eye -->
<circle cx="145" cy="145" r="2" fill="#fff"/>
<!-- Define gradients -->
<defs>
<!-- Iceberg gradient -->
<linearGradient id="iceberg-gradient">
<stop offset="0" stop-color="#4e8fc6"/>
<stop offset="0.5" stop-color="#85c7d6"/>
<stop offset="1" stop-color="#e0e0e0"/>
</linearGradient>
<!-- Rainbow gradient -->
<linearGradient id="rainbow-gradient">
<stop offset="0" stop-color="#ff0000"/>
<stop offset="0.16" stop-color="#ff7f00"/>
<stop offset="0.33" stop-color="#ffff00"/>
<stop offset="0.5" stop-color="#00ff00"/>
<stop offset="0.66" stop-color="#0000ff"/>
<stop offset="0.83" stop-color="#4b0082"/>
<stop offset="1" stop-color="#8f00ff"/>
</linearGradient>
</defs>
</svg>
Judge's Analysis
Player 1's image captures the prompt well with a clear depiction of a penguin with rainbow wings flying over a technicolor iceberg.
The composition is straightforward and the elements are distinct, enhancing the visual appeal.
Player 2's design is more abstract and less immediately recognizable as fitting the prompt, lacking clear definition and context.
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
"Mushroom castle under water with a crown-wearing jellyfish king"
"Surrealist bird wearing a raincoat in a thunderstorm"
"Frog astronaut playing guitar on a lily pad in space"
"Frog playing piano under a starry sky"
"Giraffe in a spacesuit floating through a starry sky"
"Rabbit astronaut exploring a donut-shaped planet"