http://cccpastefzuz6unowzgjtdwmxwjfgf5za7owwci3b2zys4jmc3xjszad.onion/cccb3ffcb7720498
With render, // you place an empty SVG element, // ex: <svg id="..." xmlms="..." /> // and pass the id of it to the render // method. At that point, the SVG tag // will be populated and rendered by // the browser. const tvgInit = (data, id) => { return { data: data, view: new DataView(data), cursor: 0, scale: 0, color_encoding: 0, coord_range: 0, width: 0, height: 0, colors_size: 0, colors: [], doc: document.getElementById(id), //SVGSVGElement elem: undefined, // SVGElement gradIndex: 0 };...