OLD | NEW |
---|---|
(Empty) | |
1 <html> | |
2 <head> | |
3 <script src='../resources/multi-segment-polygon.js'></script> | |
4 </head> | |
5 <body onload="generatePolygon(250, 100, 50, [0,0,250,0,250,101,150,101,150,75,10 0,75,100,101,0,101], 'XXXXXXXXX')"> | |
6 This test requires the Ahem font, and should display a 5x2 grid of green squares , with one missing in the center of the bottom row. | |
7 It tests that a line may contain multiple segments of text. | |
8 </body> | |
9 </html> | |
OLD | NEW |