OLD | NEW |
| (Empty) |
1 <!DOCTYPE html> | |
2 <html> | |
3 <head> | |
4 <style> | |
5 #image-shape { | |
6 font: 50px/1 Ahem, sans-serif; | |
7 margin: 0px; | |
8 color: green; | |
9 width: 350px; | |
10 height: 350px; | |
11 background-image: url("../resources/svg-shape-001.svg"); | |
12 background-repeat: no-repeat; | |
13 } | |
14 </style> | |
15 <body> | |
16 <p id="informative-text"> | |
17 This test requires the Ahem font. It uses svg-shape-001.svg to define a shap
e-inside. | |
18 If the first-fit algorithm is working correctly, the second and fourth rows
of the | |
19 blue SVG shape should be covered by green rectangles.</p> | |
20 | |
21 <pre id="image-shape"> | |
22 | |
23 | |
24 XXX | |
25 | |
26 XXX | |
27 | |
28 | |
29 </pre> | |
30 </body> | |
31 </html> | |
OLD | NEW |