animation2code benchmark
For best compatibility, please view this dashboard in a Chrome browser.
← back to model results

ground truth

Blob SVG

model outputs

1<div class="blobs">
2	<div class="blob"></div>
3	<div class="blob"></div>
4</div>
5
6<svg version="1.1" xmlns="http://www.w3.org/2000/svg">
7	<defs>
8		<filter id="goo">
9			<feGaussianBlur in="SourceGraphic" result="blur" stdDeviation="10" />
10			<feColorMatrix in="blur" mode="matrix" values="1 0 0 0 0  0 1 0 0 0  0 0 1 0 0  0 0 0 18 -7" result="goo" />
11			<feBlend in2="goo" in="SourceGraphic" result="mix" />
12		</filter>
13	</defs>
14</svg>