Programmatically generate SVG (vector) images, animations, and interactive Jupyter widgets
1<?xml version="1.0" encoding="UTF-8"?> 2<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" 3 width="100" height="70" viewBox="0 0 100 70"> 4<defs> 5</defs> 6<g stroke="black" fill="none"> 7<path d="M10,10 L100,10" /> 8<path d="M10,20 L100,20 L100,50" /> 9<path d="M40,60 L10,60 L40,42 M60,60 L90,60 L60,42" /> 10</g> 11</svg>