tor-browser

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

036.xhtml (475B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <html xmlns="http://www.w3.org/1999/xhtml">
      3 <head>
      4 <title>Dragging text selection between different SVG images</title>
      5 </head>
      6 <body>
      7 <p><object type="image/svg+xml" data="036-1.svg">SVG Image</object></p>
      8 <p>Drag selection above to the box below. Copy of selection should end up in the box once you drop it there.</p>
      9 <p><object type="image/svg+xml" data="helper-drop-selection-here-textArea.svg">SVG Image</object></p>
     10 </body>
     11 </html>