Creative Challenge
"A cat wearing a monocle, sipping tea in a Victorian-style library"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="shelfGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#8B4513"/>
<stop offset="100%" stop-color="#A0522D"/>
</linearGradient>
<radialGradient id="catGradient" cx="0.5" cy="0.5" r="0.5" fx="0.25" fy="0.25">
<stop offset="0%" stop-color="#FFD700"/>
<stop offset="100%" stop-color="#FFA500"/>
</radialGradient>
<pattern id="bookPattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<rect x="0" y="0" width="10" height="10" fill="#FF6347"/>
<line x1="0" y1="0" x2="10" y2="10" stroke="#8B0000" stroke-width="1"/>
</pattern>
</defs>
<rect width="300" height="300" fill="#D2B48C"/>
<rect x="50" y="100" width="200" height="150" fill="url(#shelfGradient)" rx="10"/>
<rect x="60" y="110" width="50" height="130" fill="url(#bookPattern)"/>
<rect x="120" y="110" width="50" height="130" fill="#FFD700"/>
<rect x="180" y="110" width="50" height="130" fill="#000080"/>
<circle cx="150" cy="160" r="50" fill="url(#catGradient)"/>
<ellipse cx="130" cy="150" rx="10" ry="15" fill="#000"/>
<ellipse cx="170" cy="150" rx="10" ry="15" fill="#000"/>
<circle cx="170" cy="150" r="5" fill="#FFF"/>
<circle cx="172" cy="148" r="2" fill="#000"/>
<circle cx="130" cy="150" r="8" fill="#FFF" stroke="#000" stroke-width="1"/>
<circle cx="128" cy="148" r="2" fill="#000"/>
<path d="M145,170 Q150,180 155,170" fill="none" stroke="#000" stroke-width="2"/>
<rect x="140" cy="190" width="20" height="10" fill="#8B4513" transform="rotate(20,150,190)"/>
<path d="M140,200 Q150,220 160,200" fill="none" stroke="#8B4513" stroke-width="3"/>
<path d="M130,190 Q150,210 170,190" fill="none" stroke="#8B4513" stroke-width="3"/>
<polygon points="150,190 145,200 155,200" fill="#FFD700"/>
<text x="100" y="40" fill="#8B0000" font-family="Georgia" font-size="20">Victorian Library</text>
</svg>
<svg width="300" height="300" viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="bgGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color: #e0e0e0; stop-opacity:1" />
<stop offset="100%" style="stop-color: #b3b3b3; stop-opacity:1" />
</linearGradient>
<radialGradient id="catFace" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color: #f9b262; stop-opacity:1" />
<stop offset="100%" style="stop-color: #e7904a; stop-opacity:1" />
</radialGradient>
<linearGradient id="teaGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color: #ff9999; stop-opacity:1" />
<stop offset="100%" style="stop-color: #ff6666; stop-opacity:1" />
</linearGradient>
<pattern id="bookPattern" patternUnits="userSpaceOnUse" width="30" height="30">
<rect x="0" y="0" width="30" height="30" fill="#808080"/>
<rect x="0" y="0" width="30" height="30" fill="url(#bgGradient)"/>
<text x="5" y="20" font-family="Arial" font-size="10" fill="#000000">Books</text>
</pattern>
</defs>
<rect width="100%" height="100%" fill="url(#bgGradient)"/>
<rect x="20" y="20" width="260" height="260" fill="url(#bookPattern)" rx="10" ry="10"/>
<circle cx="150" cy="150" r="50" fill="url(#catFace)"/>
<ellipse cx="140" cy="140" rx="10" ry="15" fill="#000000"/>
<ellipse cx="160" cy="140" rx="10" ry="15" fill="#000000"/>
<circle cx="150" cy="150" r="5" fill="#000000"/>
<ellipse cx="150" cy="165" rx="20" ry="10" fill="#000000"/>
<circle cx="150" cy="135" r="5" fill="#000000"/>
<circle cx="150" cy="135" r="10" stroke="#000000" stroke-width="2" fill="none"/>
<rect x="130" y="180" width="40" height="20" rx="5" ry="5" fill="#fff"/>
<circle cx="140" cy="185" r="5" fill="#000000"/>
<circle cx="160" cy="185" r="5" fill="#000000"/>
<path d="M140 190 Q150 175 160 190" stroke="#000000" stroke-width="2" fill="none"/>
<rect x="125" y="200" width="50" height="30" rx="5" ry="5" fill="url(#teaGradient)"/>
<circle cx="150" cy="215" r="3" fill="#000000"/>
<path d="M175 220 Q185 210 195 220" stroke="#000000" stroke-width="2" fill="none"/>
<path d="M150 120 Q175 110 200 120" stroke="#000000" stroke-width="2" fill="none"/>
</svg>
Judge's Analysis
Player 2's image more closely adheres to the prompt with a design that suggests a cat with a monocle and a bow tie, set against a background filled with books.
This aligns well with the Victorian library theme.
While Player 1's image is colorful, it lacks clear elements that depict a cat or the Victorian library setting, reducing its 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
"Upside-down castle floating amongst clouds"
"Reclining cat floating on a cloud, juggling fish in a starry sky"
"Umbrella-toting octopus in a rainstorm of candy"
"Penguin in a top hat riding a unicycle on icy terrain"
"Rainbow octopus juggling flaming maracas"
"Robot tea party with squirrels on the moon"