tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

deferred-tree-2-ref.xhtml (528B)


      1 <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
      2 <html xmlns="http://www.w3.org/1999/xhtml">
      3  <head>
      4    <title>Deferred tree</title>
      5  </head>
      6 
      7  <body>
      8    <p id="tree-container"/>
      9      <svg xmlns="http://www.w3.org/2000/svg" width="200px" height="200px"
     10        id="created-svg">
     11        <rect x="0" y="0" width="199" height="199"
     12          style="fill: none; stroke: black"/>
     13        <ellipse stroke-width="1" stroke="black" fill="yellow" cx="100"
     14          cy="20" rx="40" ry="20"/>
     15      </svg>
     16  </body>
     17 </html>