1683907.html (374B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <style> 5 * { 6 block-size: max-content; 7 display: table-column-group; 8 } 9 </style> 10 </head> 11 <svg> 12 <rect id='rect' height='18pc' width='64ex'> 13 <animateMotion> 14 <mpath xlink:href='#rect' xlink:type='simple'> 15 </mpath> 16 </animateMotion> 17 </rect> 18 </svg> 19 </html>