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="100" viewBox="0 0 100 100"> 4<defs> 5</defs> 6<path d="M48,16 L16,96 L96,48 L0,48 L88,96 Z" stroke="black" fill="none" /> 7</svg>