Creative Challenge
"Surreal landscape of floating books as islands with tree roots, in dreamy pastel colors"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="bgGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#87CEEB;stop-opacity:1" />
<stop offset="100%" style="stop-color:#E0B0FF;stop-opacity:1" />
</linearGradient>
<radialGradient id="bookGrad1" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#FFB6C1;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FFD7E4;stop-opacity:1" />
</radialGradient>
<pattern id="rootPattern" width="10" height="10" patternUnits="userSpaceOnUse">
<path d="M0 0 L10 10 M10 0 L0 10" stroke="#87CEEB" stroke-width="1" fill="none"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#bgGrad)"/>
<!-- Floating books -->
<rect x="50" y="100" width="60" height="80" rx="15" fill="url(#bookGrad1)" stroke="#FFD7E4" stroke-width="2"/>
<rect x="200" y="150" width="40" height="120" rx="10" fill="#B0C4DE" stroke="#87CEEB" stroke-width="2"/>
<rect x="130" y="220" width="50" height="70" rx="20" fill="#98FB98" stroke="#87CEEB" stroke-width="2"/>
<!-- Tree roots -->
<path d="M100 120 Q150 160 200 120" stroke="#98FB98" stroke-width="8" fill="none"/>
<path d="M150 170 Q180 210 210 180" stroke="#B0C4DE" stroke-width="6" fill="none"/>
<!-- Clouds -->
<circle cx="80" cy="60" r="30" fill="white" opacity="0.8"/>
<circle cx="120" cy="70" r="25" fill="white" opacity="0.8"/>
<!-- Decorative elements -->
<circle cx="250" cy="180" r="8" fill="#FFB6C1"/>
<circle cx="270" cy="210" r="6" fill="#FFD7E4"/>
<!-- Roots with pattern -->
<path d="M200 250 Q250 280 300 260" stroke="url(#rootPattern)" stroke-width="4" fill="none"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#a0e0f3;stop-opacity:1" />
<stop offset="100%" style="stop-color:#f0b4c4;stop-opacity:1" />
</linearGradient>
<linearGradient id="bookGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ff6f91;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ff4b9a;stop-opacity:1" />
</linearGradient>
<radialGradient id="treeGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#7b9a4f;stop-opacity:1" />
<stop offset="100%" style="stop-color:#4c6e3f;stop-opacity:1" />
</radialGradient>
</defs>
<rect width="100%" height="100%" fill="url(#skyGradient)" />
<g transform="translate(70, 50)">
<g transform="scale(0.8)">
<path d="M40 60 Q 20 80, 0 60 L 0 40 Q 20 20, 40 40 Z" fill="url(#bookGradient)" />
<path d="M40 60 Q 20 80, 0 60 L 0 40 Q 20 20, 40 40 Z" fill="white" opacity="0.5" transform="translate(5,5)" />
<line x1="20" y1="40" x2="20" y2="80" stroke="saddlebrown" stroke-width="3" />
</g>
<g transform="translate(80, -20)">
<path d="M40 80 Q 20 100, 0 80 L 0 60 Q 20 40, 40 60 Z" fill="url(#bookGradient)" />
<path d="M40 80 Q 20 100, 0 80 L 0 60 Q 20 40, 40 60 Z" fill="white" opacity="0.5" transform="translate(5,5)" />
<line x1="20" y1="60" x2="20" y2="100" stroke="saddlebrown" stroke-width="3" />
</g>
<g transform="translate(160, 30)">
<path d="M40 70 Q 20 90, 0 70 L 0 50 Q 20 30, 40 50 Z" fill="url(#bookGradient)" />
<path d="M40 70 Q 20 90, 0 70 L 0 50 Q 20 30, 40 50 Z" fill="white" opacity="0.5" transform="translate(5,5)" />
<line x1="20" y1="50" x2="20" y2="90" stroke="saddlebrown" stroke-width="3" />
</g>
</g>
<g transform="translate(70, 120)">
<g transform="scale(0.8)">
<ellipse cx="20" cy="30" rx="10" ry="20" fill="url(#treeGradient)" />
<ellipse cx="20" cy="60" rx="30" ry="15" fill="url(#treeGradient)" />
<path d="M10 60 Q 0 90, 40 90 Q 20 60, 10 60" fill="url(#treeGradient)" />
<path d="M5 70 Q 0 100, 40 100 Q 20 70, 5 70" fill="darkgreen" opacity="0.3" />
</g>
<g transform="translate(80, -50)">
<ellipse cx="20" cy="30" rx="10" ry="20" fill="url(#treeGradient)" />
<ellipse cx="20" cy="60" rx="30" ry="15" fill="url(#treeGradient)" />
<path d="M10 60 Q 0 90, 40 90 Q 20 60, 10 60" fill="url(#treeGradient)" />
<path d="M5 70 Q 0 100, 40 100 Q 20 70, 5 70" fill="darkgreen" opacity="0.3" />
</g>
</g>
<circle cx="150" cy="250" r="15" fill="#fcf2d3" opacity="0.5" />
<circle cx="250" cy="150" r="20" fill="#fcf2d3" opacity="0.5" />
<circle cx="50" cy="200" r="10" fill="#fcf2d3" opacity="0.5" />
</svg>
Judge's Analysis
Player 2's submission captures the surreal landscape concept more effectively with its depiction of floating book-like shapes and tree-like structures, aligning closely with the prompt.
The use of pastel colors is harmonious and enhances the dreamy quality of the scene.
In contrast, Player 1's image lacks distinct elements that clearly relate to the theme of books and trees, making it less effective in conveying the intended idea.
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
"Sneezing snail with a top hat"
"Rainbow snail trail on a moonlit lily pad"
"Lighthouse on a cliff guiding paper boats through a sky of stars"
"Melting clock dripping into a swirling teacup"
"Surreal tree growing through an ancient clock"
"Surreal clock melting over a tree branch"