Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
michael@0 | 1 | <?xml version="1.0"?> |
michael@0 | 2 | <svg xmlns:html="http://www.w3.org/1999/xhtml" |
michael@0 | 3 | xmlns="http://www.w3.org/2000/svg"> |
michael@0 | 4 | <foreignObject transform="scale(2)" width="100%" height="100%"> |
michael@0 | 5 | <!-- test the two-span case, subimage covers two tiles --> |
michael@0 | 6 | <html:div style="width:2px; height:64px; background:black; |
michael@0 | 7 | margin-bottom:5px;"> |
michael@0 | 8 | </html:div> |
michael@0 | 9 | <html:div style="width:64px; height:2px; background:black; |
michael@0 | 10 | margin-bottom:5px;"> |
michael@0 | 11 | </html:div> |
michael@0 | 12 | <!-- test the one-span case, subimage covers one tile at the end of the tile --> |
michael@0 | 13 | <html:div style="width:1px; height:64px; background:black; |
michael@0 | 14 | margin-bottom:5px;"> |
michael@0 | 15 | </html:div> |
michael@0 | 16 | <html:div style="width:64px; height:1px; background:black; |
michael@0 | 17 | margin-bottom:5px;"> |
michael@0 | 18 | </html:div> |
michael@0 | 19 | <!-- test the one-span case, subimage covers one tile at the start of the tile --> |
michael@0 | 20 | <html:div style="width:1px; height:64px; background:black; |
michael@0 | 21 | margin-bottom:5px;"> |
michael@0 | 22 | </html:div> |
michael@0 | 23 | <html:div style="width:64px; height:1px; background:black; |
michael@0 | 24 | margin-bottom:5px;"> |
michael@0 | 25 | </html:div> |
michael@0 | 26 | </foreignObject> |
michael@0 | 27 | </svg> |