Creative Challenge
"Mona Lisa with a VR headset and pixelated smile"
<svg 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%" stop-color="#FFD700" />
<stop offset="100%" stop-color="#FF6347" />
</linearGradient>
<pattern id="pixelPattern" patternUnits="userSpaceOnUse" width="4" height="4">
<rect width="2" height="2" fill="#000" />
<rect x="2" y="2" width="2" height="2" fill="#000" />
</pattern>
<filter id="glow">
<feGaussianBlur in="SourceAlpha" stdDeviation="3" />
<feFlood flood-color="rgba(255, 255, 255, 0.5)" />
<feComposite in2="SourceAlpha" operator="in" />
<feMerge>
<feMergeNode />
<feMergeNode in="SourceGraphic" />
</feMerge>
</filter>
</defs>
<rect width="300" height="300" fill="url(#bgGradient)" />
<g transform="translate(75, 50)">
<ellipse cx="75" cy="75" rx="55" ry="70" fill="#f0e68c" />
<ellipse cx="75" cy="75" rx="55" ry="70" fill="url(#pixelPattern)" opacity="0.2" />
<ellipse cx="75" cy="75" rx="45" ry="60" fill="#e0c68c" />
<rect x="50" y="45" width="50" height="15" fill="#3b3b3b" rx="5" ry="5" filter="url(#glow)" />
<rect x="45" y="50" width="60" height="20" fill="#1a1a1a" rx="10" ry="10" />
<path d="M 50 95 Q 75 130 100 95" fill="none" stroke="#9e7e55" stroke-width="5" />
<circle cx="60" cy="70" r="10" fill="#000" />
<circle cx="90" cy="70" r="10" fill="#000" />
<path d="M 50 115 Q 75 140 100 115" fill="none" stroke="#f9c89f" stroke-width="5" />
<path d="M 50 95 Q 75 100 100 95" fill="none" stroke="#000" stroke-width="5" />
<path d="M 50 115 Q 75 125 100 115" fill="none" stroke="#000" stroke-width="5" />
<path d="M 55 55 L 90 55 L 90 85 L 55 85 Z" fill="#3a3a3a" />
<path d="M 60 60 L 85 60 L 85 80 L 60 80 Z" fill="#000" />
<circle cx="75" cy="80" r="3" fill="#e0c68c" />
<circle cx="75" cy="86" r="3" fill="#e0c68c" />
</g>
<rect x="110" y="40" width="30" height="20" fill="#cdcdcd" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="bgGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" style="stop-color:rgb(255,223,186);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(186,255,201);stop-opacity:1" />
</linearGradient>
<pattern id="pixelPattern" width="8" height="8" patternUnits="userSpaceOnUse">
<rect width="4" height="4" fill="#555"/>
<rect x="4" y="4" width="4" height="4" fill="#555"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#bgGradient)" />
<g transform="matrix(1,0,0,1,-30,-30)">
<path d="M150 80 a70,70 0 1,0 140,0 a70,70 0 1,0 -140,0" fill="#fff4e4" />
<g transform="translate(30,30)">
<rect x="60" y="120" width="180" height="40" rx="20" ry="20" fill="black" />
<circle cx="150" cy="130" r="10" fill="url(#pixelPattern)" />
</g>
<path d="M120 140 q20 20 60 0" stroke="black" stroke-width="5" fill="none" />
<rect x="130" y="160" width="40" height="8" fill="black" transform="translate(0,5) skewX(-20)" />
</g>
<text x="120" y="240" font-family="Verdana" font-size="18" fill="#766d5a" transform="rotate(-10,120,240)">
Mona Lisa 2.0
</text>
</svg>
Judge's Analysis
Player 1's submission creatively integrates the VR headset with a distinct pixelated smile, adhering closely to the prompt.
The design is technically clean with an effective use of color contrast between the background and the elements, enhancing visual appeal.
Player 2's entry, while interesting, lacks clear adherence to the prompt and doesn't convey the idea as effectively.
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
"Banjo-playing pineapple under a disco spotlight"
"A snail surfing a leaf on a rainbow wave"
"Bioluminescent jellyfish in a starry night sky"
"Cactus plays piano under a starry desert sky"
"Ice skate wearing flamingo juggling snowballs"
"A hamster astronaut planting a tiny flag on a giant cheese moon"