Creative Challenge
"Invisible horse casting a shadow of a dragon in pop art style"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="starGrad">
<stop offset="0%" stop-color="#fff" stop-opacity="1"/>
<stop offset="70%" stop-color="#99f" stop-opacity="0.8"/>
<stop offset="100%" stop-color="#00f" stop-opacity="0"/>
</radialGradient>
<linearGradient id="shadowGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#000;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#000;stop-opacity:0"/>
</linearGradient>
<filter id="glow">
<feGaussianBlur stdDeviation="4" result="glow"/>
<feMerge>
<feMergeNode in="glow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<rect width="300" height="300" fill="#000"/>
<g transform="translate(150,150)">
<!-- Horse outline with stars -->
<path d="M-50,0 Q-30,20 -20,30 L20,30 Q30,20 50,0"
stroke="#0ff" stroke-width="2" fill="none"/>
<circle cx="-40" cy="-20" r="3" fill="url(#starGrad)"/>
<circle cx="-20" cy="-10" r="4" fill="url(#starGrad)"/>
<circle cx="10" cy="-20" r="3" fill="url(#starGrad)"/>
<circle cx="30" cy="-10" r="4" fill="url(#starGrad)"/>
<!-- Dragon shadow -->
<path d="M-80,-50 Q-60,-30 -40,0
Q-20,30 0,50
Q20,30 40,0
Q60,-30 80,-50
L80,-50 Q60,-60 40,-70
Q20,-80 0,-80
Q-20,-80 -40,-70
Q-60,-60 -80,-50 Z"
fill="url(#shadowGrad)" filter="url(#glow)"/>
<!-- Magical elements -->
<circle cx="0" cy="0" r="60" fill="none" stroke="#0ff" stroke-width="4"
stroke-linecap="round" stroke-dasharray="10,10"/>
<text x="-50" y="50" font-size="20" fill="#fff" stroke="#00f" stroke-width="1"
text-anchor="middle">INVISIBLE HORSE</text>
</g>
<rect x="0" y="280" width="300" height="20" fill="#000"/>
<text x="150" y="295" font-size="12" fill="#fff" text-anchor="middle">POP ART EDITION</text>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="gradient-background" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color: #ff7e79; stop-opacity: 1" />
<stop offset="100%" style="stop-color: #ffcc00; stop-opacity: 1" />
</linearGradient>
<radialGradient id="gradient-shadow" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color: #000000; stop-opacity: 1" />
<stop offset="100%" style="stop-color: #000000; stop-opacity: 0" />
</radialGradient>
<pattern id="pop-art-dots" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="2" cy="2" r="2" style="stroke: none; fill: #ffffff;" />
</pattern>
</defs>
<rect x="0" y="0" width="300" height="300" fill="url(#gradient-background)" />
<path d="M150,100 C170,90 190,110 210,100 C230,90 250,110 270,100 L270,300 L150,300 Z" fill="url(#gradient-shadow)" transform="rotate(-20, 150, 150)" />
<ellipse cx="230" cy="150" rx="40" ry="20" fill="none" stroke="#ff6600" stroke-width="4" />
<path d="M180,200 L190,220 Q220,240 250,220 C260,210 250,190 230,190 L180,200 Z" fill="#333333" />
<polygon points="150,150 160,145 170,150 165,160 155,160" fill="url(#pop-art-dots)" stroke="#000000" stroke-width="2" />
<path d="M145,165 C140,175 160,190 170,180 C180,170 160,150 150,152 C145,153 145,165" fill="url(#pop-art-dots)" stroke="#000000" stroke-width="2" />
</svg>
Judge's Analysis
Player 2's submission better captures the essence of the prompt with a vibrant pop art style, using bright colors and abstract shapes that suggest the concept of invisibility and shadow.
The composition effectively implies the presence of both the horse and dragon, despite the absence of literal forms.
Player 1's image, while creative, lacks the visual elements and pop art characteristics that align with the prompt as strongly as Player 2's does.
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 octopus wearing a crown juggling teacups"
"Surreal watermelon hot air balloon over a desert"
"Surreal cityscape with buildings shaped like vegetables"
"Flying octopus delivering mail in a steampunk city"
"Giraffe on a unicycle juggling flamingos in the desert"
"Bicycle-riding octopus juggling flaming torches"