Wed, 31 Dec 2014 13:27:57 +0100
Ignore runtime configuration files generated during quality assurance.
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 | <!-- Reference rendering for zwnj-01.html. This uses spans with |
michael@0 | 12 | display:inline-block to prevent the letters from connecting --> |
michael@0 | 13 | <html xmlns="http://www.w3.org/1999/xhtml"> |
michael@0 | 14 | <head> |
michael@0 | 15 | <title>ZWNJ test</title> |
michael@0 | 16 | <style type="text/css"> |
michael@0 | 17 | body { |
michael@0 | 18 | font-size: 36px; |
michael@0 | 19 | background: white; |
michael@0 | 20 | color: black; |
michael@0 | 21 | } |
michael@0 | 22 | span { |
michael@0 | 23 | display: inline-block; |
michael@0 | 24 | } |
michael@0 | 25 | </style> |
michael@0 | 26 | </head> |
michael@0 | 27 | <body lang="ar"> |
michael@0 | 28 | <p><span>ها</span><span>هفته</span></p> |
michael@0 | 29 | <p><span>ها</span><span>موزه</span></p> |
michael@0 | 30 | <p><span>شنبه</span><span>سه</span></p> |
michael@0 | 31 | <p><span>آهن</span><span>راه</span></p> |
michael@0 | 32 | <p><span>افزار</span><span>نرم</span></p> |
michael@0 | 33 | </body> |
michael@0 | 34 | </html> |
michael@0 | 35 | </foreignObject> |
michael@0 | 36 | </svg> |