tor-browser

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

zwnj-01-ref.xhtml (1217B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <svg xmlns="http://www.w3.org/2000/svg"
      3     xmlns:xlink="http://www.w3.org/1999/xlink"
      4     version="1.1">
      5 
      6  <!-- use an empty g to force filters.svg to load before onload -->
      7  <use xlink:href="../filters.svg#empty" />
      8 
      9  <foreignObject filter="url(../filters.svg#NonWhiteToBlack)"
     10                 x="0" y="0" height="100%" width="100%">
     11 <!-- Reference rendering for zwnj-01.html. This uses spans with
     12  display:inline-block to prevent the letters from connecting -->
     13 <html xmlns="http://www.w3.org/1999/xhtml">
     14 <head>
     15  <title>ZWNJ test</title>
     16  <style type="text/css">
     17  body {   
     18    font-size: 36px;
     19    background: white;
     20    color: black;
     21  }
     22  span {
     23    display: inline-block;
     24  }
     25  </style>
     26 </head>
     27 <body lang="ar">
     28  <p><span>&#x647;&#x627;</span><span>&#x647;&#x641;&#x62A;&#x647;</span></p>
     29  <p><span>&#x647;&#x627;</span><span>&#x645;&#x648;&#x632;&#x647;</span></p>
     30  <p><span>&#x634;&#x646;&#x628;&#x647;</span><span>&#x633;&#x647;</span></p>
     31  <p><span>&#x622;&#x647;&#x646;</span><span>&#x631;&#x627;&#x647;</span></p>
     32  <p><span>&#x627;&#x641;&#x632;&#x627;&#x631;</span><span>&#x646;&#x631;&#x645;</span></p>
     33 </body>
     34 </html>
     35 </foreignObject>
     36 </svg>