Wed, 31 Dec 2014 13:27:57 +0100
Ignore runtime configuration files generated during quality assurance.
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">
6 <!-- use an empty g to force filters.svg to load before onload -->
7 <use xlink:href="../filters.svg#empty" />
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>ها</span><span>هفته</span></p>
29 <p><span>ها</span><span>موزه</span></p>
30 <p><span>شنبه</span><span>سه</span></p>
31 <p><span>آهن</span><span>راه</span></p>
32 <p><span>افزار</span><span>نرم</span></p>
33 </body>
34 </html>
35 </foreignObject>
36 </svg>