zwnj-01.xhtml (1091B)
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 <!-- ZWNJ test #1. Persian words containing a ZWNJ (copied from 12 http://www.unics.uni-hannover.de/nhtcapri/bidirectional-text.html) --> 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 </style> 23 </head> 24 <body lang="ar"> 25 <p>هفته‌ها</p> 26 <p>موزه‌ها</p> 27 <p>سه‌شنبه</p> 28 <p>راه‌آهن</p> 29 <p>نرم‌افزار</p> 30 </body> 31 </html> 32 </foreignObject> 33 </svg>