Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
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 <html xmlns="http://www.w3.org/1999/xhtml">
12 <!-- Reference rendering for zwnj-02.html. No spans, no ZWNJs. Everything
13 should connect -->
14 <head>
15 <title>ZWNJ test</title>
16 <style type="text/css">
17 html, body { margin: 0; background: white; color: black; height: 100%; width: 100%; }
18 body {
19 font-size: 36px;
20 }
21 </style>
22 </head>
23 <body lang="ar">
24 <p>هفتهها</p>
25 <p>موزهها</p>
26 <p>سهشنبه</p>
27 <p>راهآهن</p>
28 <p>نرمافزار</p>
29 </body>
30 </html>
31 </foreignObject>
32 </svg>