tor-browser

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

large-transform-ref.html (234B)


      1 <!DOCTYPE html>
      2 <svg width="600" height="500" style="background: gray">
      3  <g>
      4    <g>
      5      <rect style="stroke-width: 50px; stroke: blue; fill: cyan;"
      6            x="25" y="25" width="500" height="200"></rect>
      7    </g>
      8  </g>
      9 </svg>