Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
michael@0 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
michael@0 | 2 | <svg xmlns="http://www.w3.org/2000/svg" |
michael@0 | 3 | xmlns:xlink="http://www.w3.org/1999/xlink" |
michael@0 | 4 | version="1.1"> |
michael@0 | 5 | |
michael@0 | 6 | <!-- use an empty g to force filters.svg to load before onload --> |
michael@0 | 7 | <use xlink:href="../filters.svg#empty" /> |
michael@0 | 8 | |
michael@0 | 9 | <foreignObject filter="url(../filters.svg#NonWhiteToBlack)" |
michael@0 | 10 | x="0" y="0" height="100%" width="100%"> |
michael@0 | 11 | <html xmlns="http://www.w3.org/1999/xhtml"> |
michael@0 | 12 | <!-- ZWNJ test #2. The words from zwnj-01.html with the ZWNJs replaced by |
michael@0 | 13 | span boundaries. Correct behaviour is for the letters to connect across the |
michael@0 | 14 | spans --> |
michael@0 | 15 | <head> |
michael@0 | 16 | <title>ZWNJ test</title> |
michael@0 | 17 | <style type="text/css"> |
michael@0 | 18 | html, body { margin: 0; background: white; color: black; height: 100%; width: 100%; } |
michael@0 | 19 | body { |
michael@0 | 20 | font-size: 36px; |
michael@0 | 21 | } |
michael@0 | 22 | </style> |
michael@0 | 23 | </head> |
michael@0 | 24 | <body lang="ar"> |
michael@0 | 25 | <p><span>هفته</span><span>ها</span></p> |
michael@0 | 26 | <p><span>موزه</span><span>ها</span></p> |
michael@0 | 27 | <p><span>سه</span><span>شنبه</span></p> |
michael@0 | 28 | <p><span>راه</span><span>آهن</span></p> |
michael@0 | 29 | <p><span>نرم</span><span>افزار</span></p> |
michael@0 | 30 | </body> |
michael@0 | 31 | </html> |
michael@0 | 32 | </foreignObject> |
michael@0 | 33 | </svg> |